mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-13 01:19:21 +02:00
8 lines
333 B
Plaintext
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/ |