Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/55honey/acore_sendandbind
Lua script for Azerothcore with ElunaLua to send soulbound items to players, which are usually Bind on Equip.
https://github.com/55honey/acore_sendandbind
azerothcore azerothcore-lua hacktoberfest lua-scripts
Last synced: 7 days ago
JSON representation
Lua script for Azerothcore with ElunaLua to send soulbound items to players, which are usually Bind on Equip.
- Host: GitHub
- URL: https://github.com/55honey/acore_sendandbind
- Owner: 55Honey
- License: agpl-3.0
- Created: 2021-05-21T12:52:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T22:06:42.000Z (about 2 years ago)
- Last Synced: 2023-03-05T23:13:56.682Z (over 1 year ago)
- Topics: azerothcore, azerothcore-lua, hacktoberfest, lua-scripts
- Language: Lua
- Homepage:
- Size: 210 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## lua-send-and-bind
Lua script for Azerothcore with ElunaLua to send soulbound items to players, which are usually Bind on Equip.**Proudly hosted on [ChromieCraft](https://www.chromiecraft.com/)**
#### Find me on patreon: https://www.patreon.com/Honeys
## Requirements:
Compile your [Azerothcore](https://github.com/azerothcore/azerothcore-wotlk) with [Eluna Lua](https://www.azerothcore.org/catalogue-details.html?id=131435473).
The ElunaLua module itself doesn't require much setup/config. Just specify the subfolder where to put your lua_scripts in its .conf file.If the directory was not changed, add the .lua script to your `../lua_scripts/` directory.
Adjust the top part of the .lua file with the config flags.## Admin usage:
- Compile the core with ElunaLua module
- Adjust the top part of the .lua file with the config flags.
- Change the `.send mail` in your webshop to `.senditemandbind $targetGUID $itemID [$amount] [message]`
- Add this script to ../lua_scripts/## GM Usage:
`.senditemandbind $targetGUID $itemID [$amount] [message]` instead of `.send item` to send soulbound items. $amount defaults to 1 if left out.## Config:
See the lua file for a description of the config flags.