Hello I have a Problem with some usable items, I think its because of the new settings in commands.
Related Topic:
http://herc.ws/board/topic/2776-pc-skill-error/
http://herc.ws/board/topic/2779-fly-wing-and-butterfly-wing-issue/
in my item_db.txt all the items like fly wing has this script:
601,Wing_Of_Fly,Fly Wing,11,60,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ itemskill AL_TELEPORT,1; },{},{}
and I cannot use them in game.
while if I will use the old script like this:
{ itemskill "AL_TELEPORT",1; },{},{}
its working fine.
so If I will use the new item_db.txt what should I update to if I want to make them work?
Related Topic:
http://herc.ws/board/topic/2776-pc-skill-error/
http://herc.ws/board/topic/2779-fly-wing-and-butterfly-wing-issue/
in my item_db.txt all the items like fly wing has this script:
601,Wing_Of_Fly,Fly Wing,11,60,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ itemskill AL_TELEPORT,1; },{},{}
and I cannot use them in game.
while if I will use the old script like this:
{ itemskill "AL_TELEPORT",1; },{},{}
its working fine.
so If I will use the new item_db.txt what should I update to if I want to make them work?