55Honey / Acore_SendAndBind

Lua script for Azerothcore with ElunaLua to send soulbound items to players, which are usually Bind on Equip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Find me on patreon: https://www.patreon.com/Honeys

Requirements:

Compile your Azerothcore with Eluna Lua. 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.

About

Lua script for Azerothcore with ElunaLua to send soulbound items to players, which are usually Bind on Equip.

License:GNU Affero General Public License v3.0


Languages

Language:Lua 100.0%