As per the ruling at http://paizo.com/paizo/messageboards/paizoPublishing/pathfinder/pathfinderRPG/rules/animalCompanionsAndBoonCompanion&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:
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.
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: