• 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 an NPC race and not sure how to set Innate Skills

Enforcer84

Well-known member
I have found a 'skInnate' tag but not sure where I add this? I tried copying a monster race that had some but it doesn't show under the race tab. Is this under the hood type stuff and I should just bootstrap it?
 
I have found a 'skInnate' tag but not sure where I add this? I tried copying a monster race that had some but it doesn't show under the race tab. Is this under the hood type stuff and I should just bootstrap it?
skInnate is a "field" by the way not a "tag". A field holds a value usually that can change.

In this case you can use a easy to use macro at Pre-Levels/4000:
Code:
#skillinnate[skClimb] += 3
 
skInnate is a "field" by the way not a "tag". A field holds a value usually that can change.

In this case you can use a easy to use macro at Pre-Levels/4000:
Code:
#skillinnate[skClimb] += 3

Thanks Shadow, I found a race that had it. the first one I found didn't seem to.
 
Back
Top