Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old January 17th, 2013, 10:33 PM
I created a copy of the Ranger, but it has no combat styles for me to select. I'm not sure if I need to make copies of them out of custom special, or if there is a way I can just select them (since if I don't I'd have to manually copy all of the other styles that aren't from the CRB).

Thanks,
Andrew
AndrewD2 is offline   #1 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old January 17th, 2013, 11:21 PM
On the class you can tell it allow selecting custom abilities of another class. Select ranger. You will need to do that for primary, secondary and I think the third ones also.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #2 Reply With Quote
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old January 18th, 2013, 11:14 AM
Thanks, now the only problem I'm having is that the new feats that are supposed to become available at 6th level don't show up.
AndrewD2 is offline   #3 Reply With Quote
lifer4700
Senior Member
 
Join Date: Nov 2011
Location: Michigan
Posts: 182

Old January 18th, 2013, 11:32 AM
Go to the Special Abilities tab in the editor, and make a copy of one of the Ranger Combat Styles.

Examine the Eval Script.

You'll see that it is hard-coded to look for Ranger levels...


Code:
      if (hero.tagcount[Classes.Ranger] >= 6) then
        perform assign[BonusFor.RgrTwoW6]
        endif
lifer4700 is offline   #4 Reply With Quote
lifer4700
Senior Member
 
Join Date: Nov 2011
Location: Michigan
Posts: 182

Old January 18th, 2013, 11:38 AM
There might be other ways around this, but one way is to:
1) make copies of all the Ranger Combat Styles
2) change the "Available To Class(es)" to point to your class instead of the Ranger (SpecSource)
3) the Eval Script to look for Classes.cMyRanger (or whatever yours is called)

You would, of course, have to undo the previous solution in your class, so that you don't get both the standard Ranger Combat Styles in addition to your Ranger Combat Styles
lifer4700 is offline   #5 Reply With Quote
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old January 18th, 2013, 11:42 AM
Yeah I've done that, at least for the option my player is using.
AndrewD2 is offline   #6 Reply With Quote
lifer4700
Senior Member
 
Join Date: Nov 2011
Location: Michigan
Posts: 182

Old January 18th, 2013, 11:44 AM
I am reasonably certain that you could instead create copies of the existing Ranger Combat Styles, modify them to look for Ranger or your CustomRanger, then tell Hero Lab to replace the original with your modified one, but I have NO idea if that would apply here, or how that works.
lifer4700 is offline   #7 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old January 18th, 2013, 01:55 PM
Wouldn't it just be easier to assign "Classes.Ranger" to the hero for each level of your new class you take? Then all those feats and abilities would treat you as having Ranger Levels also.

Plus would work with any new book or abilities that come out in the future.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #8 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old January 18th, 2013, 02:04 PM
The Pathfinder files assume that there is exactly one Classes tag per HD.

(for example, #totallevelcount[] is hero.tagcount[Classes.?])
Mathias is offline   #9 Reply With Quote
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old January 18th, 2013, 02:21 PM
So I'm guessing that means that assigning the tag will not work
AndrewD2 is offline   #10 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 07:17 AM.


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