help me please

Mission

New member
Messages
32
Points
0
why this usable items not working yggdrasil leaf, box of resentment, box of drowsy, box of gloom ..
it can be use . but it has no effect.. just nothing happen when used.

 
in you server, check itemdb.txt and search for that items and see if there's any written on it.

 
in you server, check itemdb.txt and search for that items and see if there's any written on it.
yes sir it has the script.. but its not working when i double click it . here's my item script

610,Leaf_Of_Yggdrasil,Yggdrasil Leaf,0,100,1,0,,,,,0xFFFFFFFF,63,2,,,,,,{ itemskill "ALL_RESURRECTION",1; },{},{}

 
610,Leaf_Of_Yggdrasil,Yggdrasil Leaf,0,100,1,0,,,,,0xFFFFFFFF,63,2,,,,,,{ itemskill "ALL_RESURRECTION",1; },{},{}

replace it with 

610,Leaf_Of_Yggdrasil,Yggdrasil Leaf,11,4000,,100,,,,,0xFFFFFFFF,63,2,,,,,,{ itemskill "ALL_RESURRECTION",1; },{},{}

HIt 
rep_up.png
if its work.
default_ani_meow.gif


 
Last edited by a moderator:
610,Leaf_Of_Yggdrasil,Yggdrasil Leaf,0,100,1,0,,,,,0xFFFFFFFF,63,2,,,,,,{ itemskill "ALL_RESURRECTION",1; },{},{}

replace it with 

610,Leaf_Of_Yggdrasil,Yggdrasil Leaf,11,4000,,100,,,,,0xFFFFFFFF,63,2,,,,,,{ itemskill "ALL_RESURRECTION",1; },{},{}

HIt 
rep_up.png
if its work.
default_ani_meow.gif
thanks to you sir.. it works
default_smile.png
) thanks a lot... ty ty ty

 
No problem.. remember the syntax.. 


0 = Healing item.

11 =  Usable with delayed consumption (item is lost from inventory after selecting a target, for use with skills and pet lures)
 
 
for complete syntax view it on doc/item_db.txt
default_ani_meow.gif

 
Last edited by a moderator:
thank you very much sir...
anyway since you are here.. i want to ask one more question.. about this enchanting stone.. cuz when i double click it.. it goes on the card slot location.
all i want is when i double click it.. it will goes on the 4th slot, 3rd slot, and 2nd slot..
dh7ss0.jpg

this is the enchant stone 
fw55hh.jpg


 
Back
Top