• 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

Tool Kit Bonus Ideas

Frodie

Well-known member
Any thoughts about adding a bonus to a tool kits skill bonus? I looked through the fields and I really didn't see anything to modify (an abvalue or something).

I have a class ability that gives a +2 to tool kits, but IDK of a scripting way to modify their bonus (all the kits seem to have the skill bonus hard coded within the script). ATM, I just have it in the description of the ability. So just user add. But IDK. Any thoughts?
 
Had a thought, instead of looking for a field in the tools, I looked at the skills. So I came up with this. Still doesn't work (loads but no modifier to the value yet, might be timing)

Pre-levels 5000

Code:
   foreach pick in hero from BaseSkill where "Helper.HasTools"
   eachpick.field[skToolMod].value += 2
nexteach
 
Last edited:
Back
Top