ZnoteAAC/LUA/TFS_10/creaturescript sync outfits/Installation Instructions.txt
Evil Puncker e056898f31
Various optimization to config.php and LUA scripts
* Update config.php
* spaces to tabs and new line at eof
* updated playerdeath.lua to match latest one from master
2020-05-29 21:40:28 +02:00

8 lines
333 B
Plaintext

1. Add below line to XML file: data/creaturescripts/creaturescripts.xml
<event type="login" name="znote_syncoutfits" script="syncoutfit.lua" />
2. Register event in login.lua: data/creaturescripts/scripts/login.lua
player:registerEvent("znote_syncoutfits")
3. Place Lua file syncoutfit.lua in folder: data/creaturescripts/scripts/