Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   Bug Reports - Community Created 3.5 D&D data set (http://forums.wolflair.com/showthread.php?t=12785)

Sendric October 24th, 2016 04:55 AM

Quote:

Originally Posted by Dami (Post 236644)
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.

Illyahr October 27th, 2016 10:26 AM

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.

Sendric October 28th, 2016 03:51 AM

Quote:

Originally Posted by Illyahr (Post 236848)
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.

Illyahr November 18th, 2016 04:50 PM

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.

EmptyEternity November 20th, 2016 12:48 PM

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'

Sendric November 21st, 2016 04:38 AM

Quote:

Originally Posted by EmptyEternity (Post 238368)
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

Sendric November 21st, 2016 04:55 AM

Quote:

Originally Posted by Illyahr (Post 238240)
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?

Illyahr November 23rd, 2016 08:06 AM

1 Attachment(s)
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.

Sendric November 24th, 2016 06:07 AM

Quote:

Originally Posted by Illyahr (Post 238531)
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.

ErinRigh November 24th, 2016 08:21 PM

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

Sendric November 25th, 2016 07:19 AM

Quote:

Originally Posted by ErinRigh (Post 238638)
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.

ErinRigh November 25th, 2016 10:05 AM

Quote:

Originally Posted by Sendric (Post 238658)
Thanks for the report. As always, please indicate source when reporting an issue. Makes it easier for me to track down.

Sorry Mate, Oriental Adventures

LilithSidhe November 25th, 2016 11:53 AM

Not all Spells are Printing
 
Quote:

Originally Posted by ShadowChemosh (Post 54402)
Please post any bug reports, and ONLY bug reports, found in the Community Created 3.5 D&D data set.... in this thread. In example if a feat or a Domain is not working please post here to let us know about it.

Thanks

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.

ErinRigh November 27th, 2016 09:16 PM

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

Sendric November 28th, 2016 03:44 AM

Quote:

Originally Posted by Illyahr (Post 238531)
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.

Sendric November 28th, 2016 04:44 AM

Quote:

Originally Posted by LilithSidhe (Post 238674)
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?

Sendric November 28th, 2016 04:45 AM

Quote:

Originally Posted by ErinRigh (Post 238844)
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.

Illyahr November 28th, 2016 07:20 AM

Quote:

Originally Posted by Sendric (Post 238850)
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.

Sendric November 28th, 2016 08:01 AM

Quote:

Originally Posted by Illyahr (Post 238855)
*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.

Illyahr November 29th, 2016 10:00 AM

Quote:

Originally Posted by Sendric (Post 238856)
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.

Illyahr December 2nd, 2016 11:38 AM

Dragonblood templates in Dragon magic (forestlord elves, etc) bootstrap the Dragonblood Subtype but don't tag the hero as having it.

Azurin (MoI) don't have any racial tags (should be tagged typHumanoid, Human, stypHuman, and stypIncarnum) This one was my bad.

Illyahr December 3rd, 2016 10:39 AM

Pact Augments for the Binder (ToM) should be selectable multiple times. Their effects stack.

Sendric December 5th, 2016 04:33 AM

Quote:

Originally Posted by Illyahr (Post 239072)
Dragonblood templates in Dragon magic (forestlord elves, etc) bootstrap the Dragonblood Subtype but don't tag the hero as having it.

Fixed. Thanks. This is something that will come up in other areas. The way things are currently handled with the types/subtypes, it's necessary to add tags when creating races and templates. This is not ideal, and changes may need to be made in the future.

Quote:

Originally Posted by Illyahr (Post 239072)
Azurin (MoI) don't have any racial tags (should be tagged typHumanoid, Human, stypHuman, and stypIncarnum) This one was my bad.

Thanks. Looks like all of the races need tags, which is just another reason to change how things are done as noted above.

Of course, now that we have real Race tags (ie Race.Dwarf, etc), it makes me wonder if we even need the type and subtype race tags.

Sendric December 5th, 2016 04:42 AM

Quote:

Originally Posted by Illyahr (Post 239115)
Pact Augments for the Binder (ToM) should be selectable multiple times. Their effects stack.

Fixed. Thanks for the report.

Illyahr December 5th, 2016 09:27 AM

Quote:

Originally Posted by Sendric (Post 239197)
Of course, now that we have real Race tags (ie Race.Dwarf, etc), it makes me wonder if we even need the type and subtype race tags.

Is it possible to have the Type and Subtype things add the tags themselves? Then you could just bootstrap and forget about it.

Sendric December 5th, 2016 09:47 AM

Quote:

Originally Posted by Illyahr (Post 239209)
Is it possible to have the Type and Subtype things add the tags themselves? Then you could just bootstrap and forget about it.

Yes. I had a reason for not doing that before, but I can't remember what it was.

Talok55 December 8th, 2016 02:44 PM

Races of Faerun material not available
 
It does not seem that the material from races of faerun show up as race options. No fey'ri, tanurruk, lesser drow, gray orcs, orogs, etc.

Dami December 9th, 2016 02:36 AM

Quote:

Originally Posted by Talok55 (Post 239357)
It does not seem that the material from races of faerun show up as race options. No fey'ri, tanurruk, lesser drow, gray orcs, orogs, etc.

That's not a bug - they just haven't been coded yet. Most of the Community d20 books have "holes" in them.
The following "Races" of Faerun have been coded: Lynx, Spitting Crawler, Tressym, Deathfang, Winged Elf, Half-Drow, Kir-Lanan, Osquip, Shade and Flying Snake.

ShadowChemosh December 9th, 2016 11:29 AM

Quote:

Originally Posted by Dami (Post 239374)
That's not a bug -

Based on the number of "Bug Reports" I get for the Pathfinder Community Pack for things "not yet implemented" I am not sure anyone agrees. Bug appears to be anything a person wants and is not available. :p :)

Sendric December 9th, 2016 04:21 PM

Quote:

Originally Posted by ShadowChemosh (Post 239392)
Based on the number of "Bug Reports" I get for the Pathfinder Community Pack for things "not yet implemented" I am not sure anyone agrees. Bug appears to be anything a person wants and is not available. :p :)

Yea, we get those a lot over here, too. We're trying! We'll get there eventually, I promise.

Dami December 10th, 2016 02:16 AM

Quote:

Originally Posted by ShadowChemosh (Post 239392)
Based on the number of "Bug Reports" I get for the Pathfinder Community Pack for things "not yet implemented" I am not sure anyone agrees. Bug appears to be anything a person wants and is not available. :p :)

So it's a bug that HeroLab doesn't provide me with coffee and donuts when it loads Pathfinder or d20! Hurry up community! New implementation needed! :)

Illyahr December 12th, 2016 08:58 AM

Unicorn Horn (Totemist custom, Magic of Incarnum) add's a Gore attack but doesn't have a damage tag for the Gore attack.

Snap Kick (wSnapKick) from Tome of Battle needs the "Always Proficient" and "Don't Allow Selection" tags. Otherwise you get errors such as "can't have weapon focus for weapon not proficient with" or you are able to select Snap Kick for Improved Critical, even though it counts as an unarmed strike.

Sendric December 13th, 2016 04:29 AM

Quote:

Originally Posted by Illyahr (Post 239511)
Unicorn Horn (Totemist custom, Magic of Incarnum) add's a Gore attack but doesn't have a damage tag for the Gore attack.

fixed

Quote:

Originally Posted by Illyahr (Post 239511)
Snap Kick (wSnapKick) from Tome of Battle needs the "Always Proficient" and "Don't Allow Selection" tags. Otherwise you get errors such as "can't have weapon focus for weapon not proficient with" or you are able to select Snap Kick for Improved Critical, even though it counts as an unarmed strike.

fixed

Thanks for the reports.

LilithSidhe December 15th, 2016 03:36 AM

Quote:

Originally Posted by Sendric (Post 238851)
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?

Thanks Sendric!! That worked. I removed the spells and re-added them and now they are all printing. Thanks so much!

Sendric December 15th, 2016 03:58 AM

Quote:

Originally Posted by LilithSidhe (Post 239691)
Thanks Sendric!! That worked. I removed the spells and re-added them and now they are all printing. Thanks so much!

Awesome! That's good to know. Glad I could help.

ErinRigh January 2nd, 2017 08:37 AM

Hey sendric, the one of the expression requirements for the salient divine ability "Annihilating Strike" is typoed

hero.childfound[pDRank].field[pAdjust].value >= 11

should read

hero.childfound[pDRank].field[pAdjust].value >= 6

it is in the 3.0 - Deities and Demigods.user file

Just a heads up

ErinRigh January 3rd, 2017 12:54 AM

Also, the summer domain (from Sandstorm) has no spells attached to it.

I'd fix it myself for you but, you know...who has 2 thumbs and is clueless....

If somebody gives me a bit of a walkthrough on adding spells to domains, I will add them to this one and any others i find

Sendric January 3rd, 2017 03:48 AM

Quote:

Originally Posted by ErinRigh (Post 240373)
Hey sendric, the one of the expression requirements for the salient divine ability "Annihilating Strike" is typoed

hero.childfound[pDRank].field[pAdjust].value >= 11

should read

hero.childfound[pDRank].field[pAdjust].value >= 6

it is in the 3.0 - Deities and Demigods.user file

Just a heads up

Fixed

Sendric January 3rd, 2017 03:51 AM

Quote:

Originally Posted by ErinRigh (Post 240432)
Also, the summer domain (from Sandstorm) has no spells attached to it.

I'd fix it myself for you but, you know...who has 2 thumbs and is clueless....

If somebody gives me a bit of a walkthrough on adding spells to domains, I will add them to this one and any others i find

Thanks for the report. I'll take care of that when I update the spells from Sandstorm. Looks like the Thirst domain isn't working at all, so that will also be on the to-do list.

Nokowi January 27th, 2017 09:29 PM

Minor Bug Reports
 
Arachnid Rod: Price should be 12000 Drow of the Underdark.user

Drow Spell Like Abilities from Unearthed Arcana won't appear in tracked resources (even when this option is checked in the user file).

Thanks!


All times are GMT -8. The time now is 09:31 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.