haniko 1 Posted January 1, 2017 (edited) Hello guys, I am currently learning how to edit and adding items. To do so, I have been reading this guide and got confused to which one to follow since I am working a pre-renewal server using the 2015-05-13aRagexe. 2 Defining Item clientside (Renewal Clients <= 2012-04-10a & Main Clients <= 2012-07-10a) OR 3 Defining Items clientside (For New Clients) Also, is there a place I can download custom items from? I have tried searching for it but they seem all out dated and mostly not from herc.ws. It would also be quite helpful if there was an even easier guide for newbies like me for editing and adding items as well as creating your own. It would be great if someone could help me with this. Happy new year everyone! Edited January 1, 2017 by haniko Quote Share this post Link to post Share on other sites
0 Asheraf 123 Posted January 1, 2017 2015-05-13aRagexe client use iteminfo file so you need to add your items there, the items scripts can be founded in the item_db.conf and you can find some item sprites at the download section http://herc.ws/board/files/category/3-sprites-palettes/ 1 haniko reacted to this Quote Share this post Link to post Share on other sites
0 haniko 1 Posted January 1, 2017 (edited) So I should be following the section for "Defining Items clientside (For New Clients)"? To my understanding, all I have to do is write a new entry for the item in iteminfo.lua and item_db.conf. Please correct me if I am wrong. Now I am unsure where to place all the spirit files etc. since my data folder only has clientinfo.xml. Does that mean I need to specifically add the files to the GRF file? If so, which GRF file should they go into? EDIT Since the last reply, I have downloaded Tobi_Mask and tried to add this to my item list which I have succeeded in doing. I was able to create the mask and it's shown perfectly fine in the inventory, but there is a problem. Every time I attempt to equip it, my client crashes. See screenshots here Code in iteminfo.lua [30502] = { unidentifiedDisplayName = "Tobi Mask", unidentifiedResourceName = "Tobi_Mask", unidentifiedDescriptionName = { "An orange mask with a spiral design and one eye hole for the right eye.", "Defense :^777777 4^000000", "Equipped on :^777777 Upper, Mid, Lower^000000", "Weight :^777777 40^000000", "Applicable Job :^777777 Every Job^000000", "Spriter :^777777 Wolfeh^000000" }, identifiedDisplayName = "Tobi Mask", identifiedResourceName = "Tobi_Mask", identifiedDescriptionName = { "An orange mask with a spiral design and one eye hole for the right eye.", "Defense :^777777 4^000000", "Equipped on :^777777 Upper, Mid, Lower^000000", "Weight :^777777 40^000000", "Applicable Job :^777777 Every Job^000000", "Spriter :^777777 Wolfeh^000000" }, slotCount = 0, ClassNum = 2106 }, Code in item_db.conf { Id: 30502 AegisName: "Tobi_Mask" Name: "Tobi Mask" Type: 5 Buy: 20 Weight: 200 Def: 5 Loc: 769 Refine: false View: 2106 Script: <" bonus bMaxHP,100; bonus2 bResEff, Eff_Stun, 400; bonus2 bSubRace,RC_DemiPlayer,4; "> }, Any ideas how to fix this? Edited January 1, 2017 by haniko Quote Share this post Link to post Share on other sites
0 Asheraf 123 Posted January 2, 2017 Probably you didn't diff the client with the increase headgear viewID option so its limited to 2000 try to increase it using nemo. 1 haniko reacted to this Quote Share this post Link to post Share on other sites
0 haniko 1 Posted January 2, 2017 It's working! Spent the whole night trying to fix this one problem and all it took was increasing the headgear viewID. Thanks so much. Quote Share this post Link to post Share on other sites
Hello guys,
I am currently learning how to edit and adding items. To do so, I have been reading this guide and got confused to which one to follow since I am working a pre-renewal server using the 2015-05-13aRagexe.
2 Defining Item clientside (Renewal Clients <= 2012-04-10a & Main Clients <= 2012-07-10a) OR 3 Defining Items clientside (For New Clients)
Also, is there a place I can download custom items from? I have tried searching for it but they seem all out dated and mostly not from herc.ws.
It would also be quite helpful if there was an even easier guide for newbies like me for editing and adding items as well as creating your own.
It would be great if someone could help me with this.
Happy new year everyone!
Edited by hanikoShare this post
Link to post
Share on other sites