Well, this is embarrassing. Looks like I was working on it and forgot about it. It's in my own personal file.
Well, at least you know who to blame.

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Well, this is embarrassing. Looks like I was working on it and forgot about it. It's in my own personal file.
Well, at least you know who to blame.![]()
A few bug reports before the next release:
Item Power: Nimbleness (Magic of Faerun) increases penalty instead of reduces, change to Add Once
While there is a source for Magic of Faerun, there is no actual file or content from this book in the community set.
You sure? I have the file 'FR - Magic of Faerun' and it isn't one that I did.
Also, Drow Skirmisher (fDroSkirm, Races of Eberron) needs to have the timing set to pre-levels
Also, Drow Skirmisher (fDroSkirm, Races of Eberron) needs to have the timing set to pre-levels
Actually, what issue is being caused by the current timing? I don't see any problems.
It isn't a problem with the feat itself, some other feats/abilities aren't recognizing the weapons properly with the current timing.
Can you give me an example?
The Drow Long Dagger is its own exotic weapon but is treated as a shortsword with the feat. However, things like Weapon Focus that search for "IsWeapon.wShortswd" don't identify it as such because they usually happen at post levels, before the tags are applied.
Ok, I'm not seeing this problem. The script to add those tags is running at First/100 so moving it up to Pre-Levels doesn't seem necessary. If you are still seeing this problem then we need to figure out what else is going on that could be causing an issue.
*facepalm* I was thinking something else.
Things running at First/100 don't register when referencing other things. The earliest I've seen something run properly, other than setting the Value of itself, is First/500
Hi !
I have a Druid 5, Planar Shapherd 2 character, however my animal companion only has 2 bonus HD according to Hero Lab.
Shouldn't it be 4, as the PlS level stacks with the Drd level for the purpose of the Animal Companion ?
EDIT : just made a test, if I change my PlS levels for Drd levels, I get the bonus HD for the animal companion. Could there be somehting wrong in the script that adds PlS levels to Drd levels ?
bonus = hero.tagcount[Classes.PlanShep]
Indomitable Soul (Ex): Beginning at 2nd level, you draw upon the power of your unwavering faith to steel yourself against the enemies you face. Your personality, energy, and dedication to your faith make it possible for you to shrug off attacks that target your willpower.
You add your Charisma bonus (if any) as a bonus on Will saves. This bonus does not stack with that from a paladin's divine grace ability.
I noticed that Paladin's Divine Grace is stacking Crusader's Indomitable Soul (Tomb of Battle)
Code:Indomitable Soul (Ex): Beginning at 2nd level, you draw upon the power of your unwavering faith to steel yourself against the enemies you face. Your personality, energy, and dedication to your faith make it possible for you to shrug off attacks that target your willpower. You add your Charisma bonus (if any) as a bonus on Will saves. This bonus does not stack with that from a paladin's divine grace ability.