• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

making a skill NOT a class skill

psych777

Well-known member
my search found plenty of examples on how to make a skill a class skill, but i couldn't find the reverse. i need to make a skill not be a class skill (Swim).
 
my search found plenty of examples on how to make a skill a class skill, but i couldn't find the reverse. i need to make a skill not be a class skill (Swim).
If you add a class like Fighter and then look at the tags on a Skill does any of them jump out as making it a class skill?
ClassSkill.jpg

Armed with that info you just need to "delete" this tag to make it no longer a class skill. I would go late actually to give plenty of time for other scripts that add this tag to have run.

Final/100
Code:
[B][COLOR="Green"]~ Remove class skill tag[/COLOR][/B]
perform hero.child[skSwim].delete[Helper.[B]XXXXXXXX[/B]]
Just change the XXXXXXXX above to the correct Class Skill tag and you are good to go. :)
 
ahh, thats what i did wrong. i had opened the 'fields' for swim, not the 'tags'. no wonder i couldn't find anything relevant!

originally i added it to my other script running at post levels 10000 and it did strip it out, but just in case i followed your suggestions and put it in a second script for final/100 and works like a charm. thanks!
 
Back
Top