Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > Hero Lab Discussion
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Mythrain
Junior Member
 
Join Date: Mar 2012
Posts: 7

Old August 21st, 2012, 01:43 PM
Ok, I am making a race and have two questions.
How do I give a race a bonus to certain skills? Like the elves perception bonus?
Also how do I add a Elemental resistance?
Mythrain is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old August 21st, 2012, 02:56 PM
1 - Adding a Skill bonus
#skillbonus[UNIQUEID] += X

Where UNIQUEID is the unique ID of the skill in question, and X is the bonus. So to give a +2 bonus to swim it would be:

#skillbonus[skSwim] += 2

2 - Elemental Resistance
#applyresist[UNIQUEID, X]

Where UNIQUEID is the unique ID of the resistance special in question, and X is the value to apply. So to give acid resistance 30 it would be:

#applyresist[xDamRsAcid, 30]
Aaron is offline   #2 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old August 21st, 2012, 03:28 PM
Should I move this into the Pathfinder or d20 forum?
Mathias is offline   #3 Reply With Quote
Mythrain
Junior Member
 
Join Date: Mar 2012
Posts: 7

Old August 22nd, 2012, 02:54 PM
Quote:
Originally Posted by Aaron View Post
1 - Adding a Skill bonus
#skillbonus[UNIQUEID] += X

Where UNIQUEID is the unique ID of the skill in question, and X is the bonus. So to give a +2 bonus to swim it would be:

#skillbonus[skSwim] += 2

2 - Elemental Resistance
#applyresist[UNIQUEID, X]

Where UNIQUEID is the unique ID of the resistance special in question, and X is the value to apply. So to give acid resistance 30 it would be:

#applyresist[xDamRsAcid, 30]
I appreciate the responce. But where do I do this? Is this under race? If so where, what section? Or is theis a Racial Special?

Sorry to be such a n00b but My brain is not wrapping around this easily.
Mythrain is offline   #4 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old August 23rd, 2012, 07:36 AM
You'd do this in the Eval scripts. I recommend you look over the tutorial, or check out some of chiefweasel's HL scripting videos on Youtube for a start.
Aaron is offline   #5 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 12:13 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.