Jump to content
  • 0
Sign in to follow this  
Reins

Help with my Script

Question

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

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.