Jump to content
  • 0
Sign in to follow this  
Jenox

Can't use Custom Usable Item

Question

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

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.