mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-04 21:29: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
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
1. Add below line to XML file: data/creaturescripts/creaturescripts.xml
|
|
<event type="login" name="znote_syncoutfits" script="syncoutfit.lua" />
|
|
|
|
2. Place Lua file syncoutfit.lua in folder: data/creaturescripts/scripts/
|