Jenox 0 Posted May 31, 2015 Hey guys, i've created an own Custom Item via. your wiki (http://herc.ws/wiki/Custom_Items). I'd created a new item at the item_db2.txt which looks like this: 8005,xRO_Scroll,xRO EXP Scroll,2,,10,1,,,,,,,,,,,,,{misceffect 215; misceffect 143; sc_start SC_EXPBOOST,1800000,100;},{},{} After that I'd put in the Item into my iteminfo.lua at my System folder, which looks like this: [8005] = { unidentifiedDisplayName = "xRO EXP Scroll", unidentifiedResourceName = "액세서리상자", unidentifiedDescriptionName = { "Die xRO EXP Scroll verdoppelt die erhaltene EXP" }, identifiedDisplayName = "xRO EXP Scroll", identifiedResourceName = "액세서리상자", identifiedDescriptionName = { "Die xRO EXP Scroll verdoppelt die erhaltene EXP" }, slotCount = 0, ClassNum = 8005 }, After all these inputs I tried to @item 8005 for creating this Item for Test-Purpose. It's on the Usable-Part of Inventory, but I can't use it. Any suggestions? :/ Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted June 1, 2015 Hey guys, i've created an own Custom Item via. your wiki (http://herc.ws/wiki/Custom_Items). I'd created a new item at the item_db2.txt which looks like this: 8005,xRO_Scroll,xRO EXP Scroll,2,,10,1,,,,,,,,,,,,,{misceffect 215; misceffect 143; sc_start SC_EXPBOOST,1800000,100;},{},{} After that I'd put in the Item into my iteminfo.lua at my System folder, which looks like this: [8005] = { unidentifiedDisplayName = "xRO EXP Scroll", unidentifiedResourceName = "액세서리상자", unidentifiedDescriptionName = { "Die xRO EXP Scroll verdoppelt die erhaltene EXP" }, identifiedDisplayName = "xRO EXP Scroll", identifiedResourceName = "액세서리상자", identifiedDescriptionName = { "Die xRO EXP Scroll verdoppelt die erhaltene EXP" }, slotCount = 0, ClassNum = 8005 }, After all these inputs I tried to @item 8005 for creating this Item for Test-Purpose. It's on the Usable-Part of Inventory, but I can't use it. Any suggestions? :/ are you sure that you are using hercules? because hercules is not using item_db2.txt anymore. its ITEM_DB2.conf Quote Share this post Link to post Share on other sites
0 Jenox 0 Posted June 1, 2015 I'm surely using Hercules, but maybe a bit out of date Version. But that wasn't my Question. Problem solved: Used { sc_start SC_CASH_PLUSEXP,3600000,100; },{},{} instead of SC_EXPBOOST. Quote Share this post Link to post Share on other sites
Hey guys,
i've created an own Custom Item via. your wiki (http://herc.ws/wiki/Custom_Items).
I'd created a new item at the item_db2.txt which looks like this:
After that I'd put in the Item into my iteminfo.lua at my System folder, which looks like this:
After all these inputs I tried to @item 8005 for creating this Item for Test-Purpose.
It's on the Usable-Part of Inventory, but I can't use it.
Any suggestions? :/
Share this post
Link to post
Share on other sites