Implemented EQ + skills + full outfit display in character profile

This commit is contained in:
Znote
2019-11-10 09:43:00 +01:00
parent b65c860b66
commit 6fd5aa5409
21 changed files with 554 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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/