I'm making a class with the following power progression:
Wild rider levels count as barbarian levels for rage duration and rage power eligibility, and as druid levels for the purpose of animal companion. I'm looking for a barbarian cavalier hybrid.
1st level: Gain Ferocious Mount or your mount gains Combat Reflexes
6th level: Gain Ferocious Mount, Greater or your mount gains Bodygaurd
11th level: While mounted, Ferocious Mount no longer uses double rage or you and your mount gain Paired Opportunists.
16th level: While mounted, your mount can use rage powers that take actions (although powers that can only be used a certain number or times per rage have the uses shared between you), or your mount goes up a hit die type
I've got it so that the levels count for Animal Companion level and rage duration (I modify hero.child[cAnimClass].field[CompClLev] and hero.child[cHelpBbn].field[cSpecBonLv]), but I can't get them to count for meeting the level requirements of Rage Powers.
I also don't know how to reach the animal companion from the hero, so that I can have a custom power that gives the animal companion rage bonuses.
I also need to know how to check if the hero is mounted on his animal companion.
Thanks in advance,
Aaron Lehmann
Wild rider levels count as barbarian levels for rage duration and rage power eligibility, and as druid levels for the purpose of animal companion. I'm looking for a barbarian cavalier hybrid.
1st level: Gain Ferocious Mount or your mount gains Combat Reflexes
6th level: Gain Ferocious Mount, Greater or your mount gains Bodygaurd
11th level: While mounted, Ferocious Mount no longer uses double rage or you and your mount gain Paired Opportunists.
16th level: While mounted, your mount can use rage powers that take actions (although powers that can only be used a certain number or times per rage have the uses shared between you), or your mount goes up a hit die type
I've got it so that the levels count for Animal Companion level and rage duration (I modify hero.child[cAnimClass].field[CompClLev] and hero.child[cHelpBbn].field[cSpecBonLv]), but I can't get them to count for meeting the level requirements of Rage Powers.
I also don't know how to reach the animal companion from the hero, so that I can have a custom power that gives the animal companion rage bonuses.
I also need to know how to check if the hero is mounted on his animal companion.
Thanks in advance,
Aaron Lehmann