Help with my Script

Reins

New member
Messages
99
Points
0
I made a callfunc script , I remove all 3rd job skills how can i trigger this can callfunc on item when worn let say on headgear, the callfunc gives certain skills depends on job when the headgear is worn, I try it on my test-server no errors but the skills wont show up thanks


http://pastebin.com/9U4124QK

 
BUMP
default_sad.png


 
The proper usage in an item script would be:

callfunc "bwcycskill";

Though you could probably just write it as:

bwcycskill;

Also, I recommend you use constants to determine the skills you want to give. These can be found in db/const.txt

 
Back
Top