• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Bug Reports - Community Created 3.5 D&D data set

Bug report - 'Overpowering Attack' class variant in "3.5 - Players Handbook 2.user".
This class variant is meant to replace the Fighter bonus feat gained at 16th level. It does this, but the feat does not remain deducted if the hero gains more fighter levels.
Suggested correction to user.file - the "Modified Bonus Feats Per Level" table should have -1 in ALL the Rows from 15 onwards.

Thanks for tracking this down, Dami! I've made the necessary change for the next release.
 
Hey, Sendric, just noticed that Walker in the Waste (Sandstorm) and Wild Mage (Complete Arcane, at least in the file I sent you. My bad :D) don't check for their prerequisites.
 
Hey, Sendric, just noticed that Walker in the Waste (Sandstorm) and Wild Mage (Complete Arcane, at least in the file I sent you. My bad :D) don't check for their prerequisites.

Alright. Thanks for the report. I'll get that fixed.
 
Last edited:
Martial Study (Tome of Battle) is broke now. The feat works, the martial study class feat works, but the martial study helper feat lists all of everything instead of listing just the maneuvers.
 
I'm having a bit of trouble with the Hengeyokai race. And I've tracked it back to the hTotalLev eval script linked to the races alternate form. Any suggestions on how to fix it?

The error message;
Attempt to access field 'cTotalLev' that does not exist for thing 'Totals'
 
I'm having a bit of trouble with the Hengeyokai race. And I've tracked it back to the hTotalLev eval script linked to the races alternate form. Any suggestions on how to fix it?

The error message;
Attempt to access field 'cTotalLev' that does not exist for thing 'Totals'

Yep. All of the forms available for that feat appear to have the following eval script:

Code:
field[hTotal].value = herofield[cTotalLev].value + 1

That field does not exist on the hero. Please change it to:

Code:
field[hTotal].value = herofield[tTotLevel].value + 1
 
Last edited:
Martial Study (Tome of Battle) is broke now. The feat works, the martial study class feat works, but the martial study helper feat lists all of everything instead of listing just the maneuvers.

I am not able to reproduce the issue or I am not understanding it. Can you please provide more specifics and/or a portfolio that displays the problem?
 
The feat itself selects the school, and that works, the class helper select the class and adds +1 Custom ability to it, and that works, but the feat helper to select what ability gets added keeps reporting a syntax error and doesn't limit the pick list.
 

Attachments

The feat itself selects the school, and that works, the class helper select the class and adds +1 Custom ability to it, and that works, but the feat helper to select what ability gets added keeps reporting a syntax error and doesn't limit the pick list.

Thasks. I'll take a look as soon as I get a chance.
 
I was just browsing items and I noticed that the price for Extraordinary Ever-producing Rice Mortar is wrong, the correct price should be 190,500 gp
 
I was just browsing items and I noticed that the price for Extraordinary Ever-producing Rice Mortar is wrong, the correct price should be 190,500 gp

Thanks for the report. As always, please indicate source when reporting an issue. Makes it easier for me to track down.
 
I think this is a bug, taking a new portfolio level 1, no class, no race, no alignment, all sources enabled and equip a bladed crossbow in his off hand (nothing in 1st) then start raising his strength. The crossbow is adding 1/2 str bonus, and it does it with other situations too, like a regular hand crossbow equipped in the off hand
 
The feat itself selects the school, and that works, the class helper select the class and adds +1 Custom ability to it, and that works, but the feat helper to select what ability gets added keeps reporting a syntax error and doesn't limit the pick list.

Unfortunately, this portfolio isn't showing the error. The character doesn't even have the feat selected. Do you have another portfolio that does show the error? A screenshot would also suffice.
 
Hello, All spells are displaying on the Bard tab, but when I print 'Spells & Full Descriptions', not all the spells are printing now. They did previously.

I suspect this may be an issue with the Helper.Obsolete tag. If you take one of the spells that is currently not printing and replace it with the new version of itself, does it print?
 
I think this is a bug, taking a new portfolio level 1, no class, no race, no alignment, all sources enabled and equip a bladed crossbow in his off hand (nothing in 1st) then start raising his strength. The crossbow is adding 1/2 str bonus, and it does it with other situations too, like a regular hand crossbow equipped in the off hand

Hmm..this sounds familiar, and may be a known core issue. I'll have to look into it. Thanks.
 
Unfortunately, this portfolio isn't showing the error. The character doesn't even have the feat selected. Do you have another portfolio that does show the error? A screenshot would also suffice.

*sigh* I have to write a list of what things I've made a replacement thing for. This was one of them.
 
*sigh* I have to write a list of what things I've made a replacement thing for. This was one of them.

What? How dare you replace my feat!! Just kidding. Let me know if you need any further help. Also, if there is a problem with it that required you to make a replacement, please let me know.
 
What? How dare you replace my feat!! Just kidding. Let me know if you need any further help. Also, if there is a problem with it that required you to make a replacement, please let me know.

Nah, some buddies of mine on another forum created a whole line of "Sandbox Goliath" style stances and maneuvers. I had programmed them in under a custom source and made a "replace thing" feat that allowed you to select one.
 
Back
Top