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
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old October 4th, 2011, 07:25 PM
As per the ruling at http://paizo.com/paizo/messageboards...nion&page=1#34

This is a fix to make it so your Ranger can ignore the -3 to effective druid level with the Boon Companion feat.

Copy the feat, make your own, add this:

Code:
if (#levelcount[Ranger] > 3) then
 diff += 3
endif
replace the other feat and save it!
Seems to work just fine. Though I only have tested it with a Ranger and 1 non ranger class etc in the builder.

Last edited by Pezmerga; October 5th, 2011 at 10:02 AM.
Pezmerga is offline   #1 Reply With Quote
chiefweasel
Senior Member
 
Join Date: Aug 2008
Location: Miamisburg, OH
Posts: 1,322

Old October 5th, 2011, 06:51 AM
Cool, thanks.

Web site - Cheese Weasel Logistics - www.cheeseweasel.net
Twitter - @CheeseWeaselGMZ
For user created content check out www.d20pfsrd.com and www.cheeseweasel.net
For video demos of Hero Lab go to http://www.youtube.com/user/TheChiefweasel?blend=9&ob=5
chiefweasel is offline   #2 Reply With Quote
thundershot
Member
 
Join Date: Feb 2011
Location: Warren, OH
Posts: 45

Old October 26th, 2011, 07:03 PM
So... how could I adapt this so it also works for my Cleric with the Animal domain? Does it need changed?
thundershot is offline   #3 Reply With Quote
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old November 10th, 2011, 08:34 AM
Quote:
Originally Posted by thundershot View Post
So... how could I adapt this so it also works for my Cleric with the Animal domain? Does it need changed?
Try this, bolded is what I added.

Code:
Phase:First    Priority:450

     doneif (field[usrChosen1].ischosen = 0)

~ Get our HD, compare that to the class level of our chosen class, getting the difference.
var bonus as number
var diff as number
diff = hero.tagcount[Hero.HitDice] - field[usrChosen1].chosen.field[cTotalLev].value

if (field[usrChosen1].chosen.field[cAnimStart].value = 4) then
 diff += 3
endif

~ Define our bonus as 4 or the difference, whichever is smaller.
bonus = minimum(diff, 4)

~ We can't have a negative bonus, so make it the bonus or 0, whichever is higher.
bonus = maximum(bonus, 0)

if (field[usrChosen1].chosen.field[cAnimStart].value <> 0) then
 hero.childfound[cAnimClass].field[CompClLev].value += bonus
 hero.childfound[cAnimComp].field[CompLevBas].value += bonus

elseif (field[usrChosen1].chosen.field[cArcFStart].value <> 0) then
~ Add the bonus to our companion/familiar level.
 hero.childfound[cArcFClass].field[CompClLev].value += bonus
 hero.childfound[cArcFamil].field[CompLevBas].value += bonus
endif
As far as I can tell it should cover most cases (Ranger, Cleric with Animal Domain, and Druid with Animal Domain) and work properly. I haven't extensively tested it though.

Last edited by Pezmerga; November 10th, 2011 at 09:01 AM.
Pezmerga is offline   #4 Reply With Quote
thundershot
Member
 
Join Date: Feb 2011
Location: Warren, OH
Posts: 45

Old November 11th, 2011, 07:01 AM
Works great for both of the ones I tested! (Cleric with Animal domain and Ranger) Thanks! You're awesome!
thundershot is offline   #5 Reply With Quote
W3r3w0lf
Junior Member
 
Join Date: Sep 2011
Posts: 4

Old January 21st, 2012, 08:55 PM
I tried to do a copy of the feat, but the editor says that the file is uncopyable because of being a supplement book. is there anything i can do to fix it?
W3r3w0lf is offline   #6 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old January 22nd, 2012, 11:30 AM
Quote:
Originally Posted by W3r3w0lf View Post
I tried to do a copy of the feat, but the editor says that the file is uncopyable because of being a supplement book. is there anything i can do to fix it?
Sort of yes. Use it as a template to create a new feat using the old one to do a copy/paste from. Not really that many things to copy over.

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   #7 Reply With Quote
Lord Magus
Senior Member
 
Join Date: Jan 2011
Location: Quebec, QC, Canada
Posts: 466

Old January 23rd, 2012, 07:27 PM
Has this been reported in the bug thread?
Lord Magus is offline   #8 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 10:34 PM.


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