[HELP] custom item prob L2J 

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 24, 2007
Messages
23
Reaction score
0
Hello everyone!
i have a prob creating one custom item

first i patched my system folder
second i create the item in the itemname-e.dat file i called it "L2 joint" this i like a healling potion but it recovers the hp very quickly !

anyway i made some changes @ itemname-e.dat file and create this item after that i when to my stats folder ing my gamserver and create and .xml file for this item

9523-9523.xml

"
<?xml version='1.0' encoding='utf-8'?>
<list>
<item id="9523" levels="1" name="L2 joint - HP Up!">
<set name="power" val="5.0"/>
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="HOT"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="buffDuration" val="15000"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<set name="isPotion" val="true"/>
<for>
<effect count="10" name="HealOverTime" time="6" val="50" stackOrder="50" stackType="HpRecover"/>
</for>
</item>
</list>

"

and then i created the item in my db as a herb

after that i start my login/game server and i had no error
when i get into the game i type "//create_item 9523 <- l2 joint 1 <-tha ammoun i whant"


and i had an item in my inventory like a herb but says "L2 join" when i go to use it i didnt response!

i double click on it and nothink happens!!!
@ gameserver prompt

"No item handler for item 9523" or somethink like that, im not @home right now to test it..



the item will act like a potion but i dont whant to restore hp i whant to give 1000hp more to the character that uses it :)


thx in advance :robot:
 
Hello everyone!
i have a prob creating one custom item

first i patched my system folder
second i create the item in the itemname-e.dat file i called it "L2 joint" this i like a healling potion but it recovers the hp very quickly !

anyway i made some changes @ itemname-e.dat file and create this item after that i when to my stats folder ing my gamserver and create and .xml file for this item

9523-9523.xml

"
<?xml version='1.0' encoding='utf-8'?>
<list>
<item id="9523" levels="1" name="L2 joint - HP Up!">
<set name="power" val="5.0"/>
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="HOT"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="buffDuration" val="15000"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<set name="isPotion" val="true"/>
<for>
<effect count="10" name="HealOverTime" time="6" val="50" stackOrder="50" stackType="HpRecover"/>
</for>
</item>
</list>

"

and then i created the item in my db as a herb

after that i start my login/game server and i had no error
when i get into the game i type "//create_item 9523 <- l2 joint 1 <-tha ammoun i whant"


and i had an item in my inventory like a herb but says "L2 join" when i go to use it i didnt response!

i double click on it and nothink happens!!!
@ gameserver prompt

"No item handler for item 9523" or somethink like that, im not @home right now to test it..



the item will act like a potion but i dont whant to restore hp i whant to give 1000hp more to the character that uses it :)


thx in advance :robot:

Welll I think ytou need an itemhandler inside the server code to make that item work, I'm not really sure, but i think that's basically your problem...

Droppo.-
 
Status
Not open for further replies.
Back