What to update about this problem?

karazu

New member
Messages
1,115
Points
0
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?

 
is it ok that I will just update my skill.c?

or add this manually?
 

Code:
script->set_constant2(skill->db[idx].name,(int)skill_id,0); 
 
is it ok that I will just update my skill.c?

or add this manually?

script->set_constant2(skill->db[idx].name,(int)skill_id,0); 
you can try it ,  but i allways would update the whole server .

 
Back
Top