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)

cshadow133 December 17th, 2019 09:40 AM

That is why I asked the question that I did. You only get skill points going forward after the Int adjustment. Only thing that goes retroactively is Con with hit points.

Congrats on the permanent adjustment though.

Provos December 19th, 2019 03:29 PM

Too much pathfinder messing with my memories of rules.

Illyahr January 15th, 2020 04:59 PM

The spellcasting of the Duskblade gets borked if you enter a prestige class. You still keep gaining spells per day as appropriate but no longer get spells known as it uses a special to allow you to pick your level of spell. However, this special is tied to class level instead of effective level as adjusted by the prestige class.

The feat Master of Knowledge (heroes of horror) has a timing issue. It's set at Post-Attributes and needs to be set earlier.

Sendric January 17th, 2020 05:26 AM

Quote:

Originally Posted by Illyahr (Post 285008)
The spellcasting of the Duskblade gets borked if you enter a prestige class. You still keep gaining spells per day as appropriate but no longer get spells known as it uses a special to allow you to pick your level of spell. However, this special is tied to class level instead of effective level as adjusted by the prestige class.

The feat Master of Knowledge (heroes of horror) has a timing issue. It's set at Post-Attributes and needs to be set earlier.

Thanks. Both fixed.

Gotrek January 20th, 2020 10:42 AM

Dread Witch (Heroes of Horror) should have 2+Int Skill Points/level (now is 0+int).

Sendric January 21st, 2020 05:04 AM

Quote:

Originally Posted by Gotrek (Post 285084)
Dread Witch (Heroes of Horror) should have 2+Int Skill Points/level (now is 0+int).

Thanks. Fixed.

Illyahr January 26th, 2020 01:07 PM

The Binder's Binding ability (Tome of Magic) is getting the calculation wrong again. It's getting half level first and that screws with the calculation for the binding check bonus.

It needs to calculate full level to set the first part of the summary (EBL = level)
It then needs to calculate checks for the summary (1d20 + level + charisma)
It's only after that that level gets cut in half for the summary (10 + 1/2 level + cha)

Sendric January 27th, 2020 04:38 AM

Quote:

Originally Posted by Illyahr (Post 285300)
The Binder's Binding ability (Tome of Magic) is getting the calculation wrong again. It's getting half level first and that screws with the calculation for the binding check bonus.

It needs to calculate full level to set the first part of the summary (EBL = level)
It then needs to calculate checks for the summary (1d20 + level + charisma)
It's only after that that level gets cut in half for the summary (10 + 1/2 level + cha)

Try this:

Code:

      var level as number
      var check as number
      var difficulty as number
      level = hero.childfound[xBind].field[Value].value
      check = level + #attrmod[aCHA]
      difficulty = 10 + #attrmod[aCHA] + round(level/2,0,-1)


Illyahr January 27th, 2020 02:40 PM

Quote:

Originally Posted by Sendric (Post 285319)
Try this:

Code:

      var level as number
      var check as number
      var difficulty as number
      level = hero.childfound[xBind].field[Value].value
      check = level + #attrmod[aCHA]
      difficulty = 10 + #attrmod[aCHA] + round(level/2,0,-1)


That'll do it :)

Spyderbane February 1st, 2020 05:48 AM

Obtain Familiar is throwing an error

"Attempt to access non-lice child pick 'cArcFamil' from Script Location: 'eval' script for Thing 'fOFamiliar' (Eval Script '#2') near line 5"

Also the Dark Template is giving the wrong Hide in Plain sight


All times are GMT -8. The time now is 10:45 PM.

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