mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-21 21:25:55 +02:00
A few Lua scripts updates, converted Lua scripts to RevScriptSys (#431)
- 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
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Step 1: Copy firstitems.lua to /data/creaturescripts/scripts/ folder
|
||||
-- Edit firstitems.lua with item IDs you want characters to start with on your server.
|
||||
|
||||
Step 2: Edit the /data/creaturescripts/creaturescripts.XML file
|
||||
- ADD: <event type="login" name="firstItems" event="script" value="firstitems.lua"/>
|
||||
|
||||
Step 3: Edit the /data/creaturescripts/scripts/login.lua file
|
||||
- ADD: registerCreatureEvent(cid, "firstItems")
|
||||
|
||||
Step 4: Restart OT server, and it should work. :)
|
Reference in New Issue
Block a user