Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Eeyore
Junior Member
 
Join Date: Mar 2015
Posts: 10

Old July 27th, 2015, 08:31 PM
Hero Lab doesn't calculate the divine channeler's domain spells properly. A 20th level divine channeler gets three 1st, 2nd, and 3rd level and two 4th and 5th level domain spells. He gets nothing higher than that.

It looks like the problem is in the Eval Script for the domain spells. For levels 1-10 and 12-18, you have a line like this:

elseif (field[cTotalLev].value = 16) then

At level 19, you properly get:

elseif (field[cTotalLev].value >= 19) then

The problem is at level 11, where you have:

elseif (field[cTotalLev].value >= 11) then.

Because of the ">=", it never goes beyond level 11.

Is there any way to fix this? The class isn't copyable or editable.
Eeyore is offline   #1 Reply With Quote
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old July 27th, 2015, 09:18 PM
I'll work to get it updated, unfortunately it probably won't make the next release.
AndrewD2 is offline   #2 Reply With Quote
Reply


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:26 PM.


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