![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,075
|
Thanks everybody for the bug reports. As a courtesy, I would appreciate if you mention the source material when entering a bug report just to make things a little easier on my end when searching for the data.
|
![]() |
![]() |
Junior Member
Join Date: Aug 2011
Posts: 10
|
Quote:
Regarding the fix for the calulations in Knights Challenge, can you provide me the updated eval script, as this may help me with some other issues I am having with some custom stuff I have. Thanks. Gilmax |
|
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,075
|
Quote:
Quote:
Code:
var level as number var total as number level = hero.child[cHelpKni].field[cTotalLev].value/2 level = round(level,0,-1) total = level + hero.child[aCHA].field[aModBonus].value total = maximum(1, total) field[hTotal].value = total |
||
![]() |
![]() |
Junior Member
Join Date: Aug 2011
Posts: 10
|
Gestalt is an option from Unearthed Arcana which allows you to combined two classes into one. So yes the Gestalted class (in this case a Knight and Favored Soul) is something that I have to create. This was the first time I have run into a class ability that had a conditional modifier on it like this, so I thought it may have been a bug from the person that originaly created the content. Again, I have a work around in place for this, but figured I would bring it up to the attention of others.
This does leave me with a question of why does this ability need the condition, when no others are needing it to apply at the proper level? Gilmax (P.S. Thanks for the script, and fast response. This is one of the many reasons that I love Hero Labs.) |
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,075
|
Quote:
You're welcome. Glad I could help. |
|
![]() |
![]() |
Senior Member
Lone Wolf Staff
Join Date: May 2005
Posts: 13,113
|
Sendric, the Ranger's endurance feat class special - the one that uses a helper - should be considered an obsolete way of handling a bonus feat from a class. Look at more recent exampes of class specials bootstrapping feats like "Speed of Thought" from the Soulknife class.
|
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,075
|
So, of course I looked at the one special that uses an antiquated way of doing things. /sigh
Anyway, I looked at Speed of Thought. Basically, it appears to be the same methodology used to create Mounted Combat. Two oddities I saw though: 1) When I open up the srdpsi_class_soulknife.dat file and looked at the Speed of Thought class special, there is no condition attached to the bootstrap. However, if I'm in a .user file and do New (Copy) and select Speed of Thought the condition is there. Its not clear to me why or how that happens. 2) Speed of Thought lists "None" as the source. If I do the same thing with the Mounted Combat class special, it no longer shows up in the Knight tab of the portfolio (Speed of Thought does) in the list of abilities. If I list Knight as the source, it shows up. I can't see any other differences between the two that would explain either of these oddities. Thanks for pointing that out, though, Mathias. |
![]() |
![]() |
Senior Member
Lone Wolf Staff
Join Date: May 2005
Posts: 13,113
|
The /source folder represents the data files as of quite a while ago - we've stopped updating that, so its contents don't represent the current state of bug fixes. Only those who originally installed the d20 files while we still used the /source folder will even see it.
|
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,075
|
Ah. Makes sense then.
|
![]() |
![]() |
Junior Member
Join Date: Jul 2012
Posts: 2
|
Quote:
Really wanted to use it as I need some stuff out of the PHB2. ![]() |
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|