Client dont reading the luafile

javierlog08

New member
Messages
86
Points
0
Github
javierlog08
Emulator
Im trying to add custom items following the Wiki.

I got my customs from my eathena and Sakray client from 2010, but i want add to my new renewall hercules trunk.

So 

I have a Rag client from 2013-06-05

I have PRE-RE in my emulator.  I add the item to  item_db2

},*/// Old Tuxedo and Wedding Dress, will display the outfit when worn.// ==================================================================/*{ Id: 2338 AegisName: "Wedding_Dress" Name: "Wedding Dress" Type: 5 Buy: 43000 Weight: 500 Job: 0xFFFFFFFE Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*//*{ Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" Type: 5 Buy: 43000 Weight: 10 Job: 0xFFFFFFFE Gender: 1 Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*/{ Id: 70000 AegisName: "Custom Wings" Name: "c_wings" Type: 5 Weight: 10 Job: 0xFFFFFFFE Gender: 2 Loc: 4 OnEquipScript: <""> OnUnequipScript: <"">},)
Then i have added all the sprites following the paths (is easy because i did it when this was Sakray in 2010)

Then i add to change to inteminfo.lua in System/iteminfo.lua but doest work.

Evry time that i typed @items  show in the screen "items failed"

What im doing wrong :S

PD: I dont have experience with lua files

 
Obviously its because of your itemID( Id: 70000 ), try to change your itemID to 32767 below

 
Back
Top