javierlog08 2 Posted February 13, 2014 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-05I 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 :SPD: I dont have experience with lua files Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted February 14, 2014 Obviously its because of your itemID( Id: 70000 ), try to change your itemID to 32767 below 1 Vindicaree reacted to this Quote Share this post Link to post Share on other sites
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
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
Share this post
Link to post
Share on other sites