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? :/
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? :/