mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-03 12:49:21 +02:00

- changed folder name from LUA to Lua - Added installation instructions - fixed playerdeath variables (fixes #430) - Added outfit IDs up to Jouster outfit to the sync outfit script - Removed unecessary instruction - Added revscriptsys version of all scripts
7 lines
351 B
Plaintext
7 lines
351 B
Plaintext
1. Add below line to XML file: data/creaturescripts/creaturescripts.xml
|
|
<event type="login" name="znote_syncoutfits" event="script" value="syncoutfit.lua"/>
|
|
|
|
2. Register event in login.lua: data/creaturescripts/scripts/login.lua
|
|
registerCreatureEvent(cid, "znote_syncoutfits")
|
|
|
|
3. Place Lua file syncoutfit.lua in folder: data/creaturescripts/scripts/ |