mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59: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
10 lines
471 B
Plaintext
10 lines
471 B
Plaintext
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. :) |