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
tpsped
Junior Member
 
Join Date: Jul 2012
Posts: 4

Old July 5th, 2012, 08:00 PM
So I'm working with the Taurian race from the book In The Company of Minotaurs by Rite Publishing and I'm in a rut. There is a Paragon class, Rog-Kalem, that gives an ability increase to Strength at 2nd level, then again at 6th, 10th, 14th and 18th. I've created a class special ability, but I'm stumped as to how I set the increase at each level as well as how to make the class ability pre-reqs as the following:

race - Taurian
class - Rog-Kalem

There are also Constitution increases as well at different levels.

Anyone have any thoughts? I'm a complete newbie when it comes to scripting for Hero Lab. Any help would be appreciated!
tpsped is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old July 10th, 2012, 07:55 AM
Is this for the Pathfinder system? If so, look at the Dragon Disciple prestige class, I believe that adds stat bonuses at certain levels. If you look at the class specials there should be an eval script for adding to an ability. There are also several feats that require X race or Y class, which you can copy and look at the pre-reqs for.
Aaron is offline   #2 Reply With Quote
tpsped
Junior Member
 
Join Date: Jul 2012
Posts: 4

Old September 24th, 2012, 08:43 AM
Thank you, sorry for such a late response.. I haven't been able to mess with it.. I'll give that a look and see if I can cut/copy/paste my way through it.

=EDIT=
I can't seem to find the correct file to open in the editor to find the scripts for the Prestige Class "Dragon Disciple". I know it's all there, but I can't find the exact file I should be looking at. Any suggestions?

Last edited by tpsped; September 24th, 2012 at 08:57 AM. Reason: update post
tpsped is offline   #3 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old September 24th, 2012, 10:04 AM
In the editor, go to the Class Specials tab and hit New (Copy). Pick the "Ability Boost: Strength +2" and look at the eval script on that.
Aaron is offline   #4 Reply With Quote
tpsped
Junior Member
 
Join Date: Jul 2012
Posts: 4

Old September 24th, 2012, 10:15 AM
Thanks, will try it.

=EDIT=
The Eval script doesn't give level based bonuses.. I says this:

"
~ If we're not shown, just get out now
doneif (tagis[Helper.ShowSpec] = 0)

hero.child[aSTR].field[aNormMod].value += 2"

I don't see where this tells Hero Lab to increase strength by 2 at certain levels..

Last edited by tpsped; September 24th, 2012 at 10:44 AM. Reason: update progress
tpsped is offline   #5 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old September 24th, 2012, 11:18 AM
The class ability is bootstrapped at 2nd level by the class helper. Once the character is 2nd level the ability gets the Helper.ShowSpec tag, and the Strength is increased by 2. Using this method, you'd want to bootstrap the ability boost once for each level Strength increased, and do the same for your Con increases.

If you don't want to bootstrap the ability multiple times then you could write an eval script that calculates a bonus at certain levels and adds them. Are you comfortable with scripts that calculate variable bonuses? Rage offers a good example to start from, since it looks at the level and then calculates Str/Con bonuses and AC penalties. There is some clutter to that script you'll have to clear out though.
Aaron is offline   #6 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 04:27 PM.


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