Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System

Notices

Reply
 
Thread Tools Display Modes
cshadow133
Member
 
Join Date: Feb 2019
Location: Alaska
Posts: 45

Old 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.
cshadow133 is offline   #951 Reply With Quote
Provos
Senior Member
 
Join Date: Mar 2011
Location: USA
Posts: 383

Old December 19th, 2019, 03:29 PM
Too much pathfinder messing with my memories of rules.
Provos is offline   #952 Reply With Quote
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old 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.

Last edited by Illyahr; January 15th, 2020 at 07:16 PM.
Illyahr is offline   #953 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old January 17th, 2020, 05:26 AM
Quote:
Originally Posted by Illyahr View Post
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.
Sendric is offline   #954 Reply With Quote
Gotrek
Junior Member
 
Join Date: Jan 2018
Location: Italy
Posts: 25
Send a message via Skype™ to Gotrek

Old January 20th, 2020, 10:42 AM
Dread Witch (Heroes of Horror) should have 2+Int Skill Points/level (now is 0+int).
Gotrek is offline   #955 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old January 21st, 2020, 05:04 AM
Quote:
Originally Posted by Gotrek View Post
Dread Witch (Heroes of Horror) should have 2+Int Skill Points/level (now is 0+int).
Thanks. Fixed.
Sendric is offline   #956 Reply With Quote
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old 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)
Illyahr is offline   #957 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old January 27th, 2020, 04:38 AM
Quote:
Originally Posted by Illyahr View Post
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)
Sendric is offline   #958 Reply With Quote
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old January 27th, 2020, 02:40 PM
Quote:
Originally Posted by Sendric View Post
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
Illyahr is offline   #959 Reply With Quote
Spyderbane
Member
 
Join Date: Apr 2017
Posts: 66

Old 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
Spyderbane is offline   #960 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 03:55 AM.


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