Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game

Notices

Reply
 
Thread Tools Display Modes
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,207

Old April 11th, 2012, 07:37 AM
Table 1-3 (Core Ruleboook pg 17): an ability score of 18 = +1 1st level spell/day, not +4.

APG pg 29, table 2-1: A 2nd level alchemist casts 2 1st-level extracts/day.
Mathias is offline   #101 Reply With Quote
QueenOfWinter
Junior Member
 
Join Date: Feb 2012
Location: SF Bay Area
Posts: 12

Old April 11th, 2012, 04:23 PM
This update has helped fix a few bugs. Thanks! However, one bug has persisted for me.

If I select "Custom / Magic armor" and I should be able to select "Mithral" under Material Used, as it is in the core. However, Mithral does not even show up for me. Same thing with cold iron when trying to create "Custom / Magic weapon." Any ideas?
QueenOfWinter is offline   #102 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,207

Old April 11th, 2012, 05:27 PM
starrsmile, you're going to need to provide more information about what's going on, what user files you've created (or gotten from others), and anything else you can think of that might be related to this. I can't reproduce your error.
Mathias is offline   #103 Reply With Quote
QueenOfWinter
Junior Member
 
Join Date: Feb 2012
Location: SF Bay Area
Posts: 12

Old April 12th, 2012, 03:52 AM
I have a friend's user file for Savage Tide, but he does not have the same problems I do. I also have the Lorien Setting userfile. However, I went to create a new character without either of those user files selected and those materials were still not even an option. I see eight options for material for a chain shirt - normal, bone (not selectable), bronze, darkwood (not selectable), dragonhide (not selectable), gold, gold plated, paueliel (not selectable). What's odd is that this character works fine on my friend's hero lab without validation errors, but I open it in my hero lab and I encounter the problems.
QueenOfWinter is offline   #104 Reply With Quote
dbeman
Junior Member
 
Join Date: Apr 2012
Posts: 3

Old April 12th, 2012, 05:18 AM
Quote:
Originally Posted by kinevon View Post
Well, it looks like someone broke the Strength modifier to damage for composite longbows which have one.

This is affecting both a 1st level PC with a composite longbow Str+2 with a 14 Str; and a 12th level PC with a composite longbow Str +3 with a 16 Str.

The attack values are correct, it is only not including the Strength bonus to damage.
The same is true of the composite shortbow.
dbeman is offline   #105 Reply With Quote
Hawktitan
Junior Member
 
Join Date: Apr 2012
Posts: 4

Old April 12th, 2012, 10:32 AM
"The Favorite Wordspells/Metamagic Spells table for spontaneous casters was being pushed off the bottom of the class tab."

This is still a problem for me. Anyone else have this issue?
Hawktitan is offline   #106 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old April 12th, 2012, 11:43 AM
Books: APG
Thing: Prehensile Hair Hex (thingid.cWitPreHai)

Error:
The prehensile hair weapon (thingid.wSlam) is not adding in the BAB of the character.

Steps:
1) Make a new level 6 Witch
2) Give a 20 Int score so we have a bonus of +5
3) Take the "Prehensile Hair" hex. The weapon is added to the weapon tab but it has a attack bonus of +3 instead of +6.

Fix:
Here is the line that is wrong I think and its at the VERY end of the script:
Code:
focus.field[wAttBonus].value += field[abValue].value
if changed to this it works:
Code:
focus.field[wAttBonus].value += hero.child[Attack].field[tAtkBase].value + field[abValue].value
This way we add in the BAB and Int score to get a correct final value.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #107 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old April 12th, 2012, 08:34 PM
Books: Pirates of the Inner Sea

Thing: Cat-o'-Nine-Tails, weapon (thingid.wCatNineTa)
Error: The weapon is marked as a 1-Hand weapon but the book says "Light Melee Weapon".

Thing: Boarding Gaff, weapon (thingid.wBoardGaff)
Error: The weapon is not marked as a melee weapon and its not source marked to the "Pirates of the Inner Sea".

Thing: Boarding Pike, weapon (thingid.wBoardPike)
Error: The weapon is not marked as a melee weapon.

Thing: Harpoon, Steel (thingid.wHarpoonSt)
Error: The weapon is not marked as with Piercing damage type and its marked as a x2 crit instead of x3.

Thing: Grappling Hook (thingid.wGrappHook)
Error: The weapon is not marked with Piercing damage type. Its also not marked as a 1,2, or light weapon. Though its hard to figure out exactly what it should be by the table in the book. I assume its meant to be 2-handed.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.

Last edited by ShadowChemosh; April 12th, 2012 at 09:02 PM.
ShadowChemosh is offline   #108 Reply With Quote
Silveras
Senior Member
 
Join Date: Aug 2010
Posts: 1,528

Old April 13th, 2012, 04:15 PM
From the Core Rulebook, Sorcerer's Celestial Bloodline, the Heavenly Fire power is marked as "(sp)", but HeroLab has it as "(su)".
Silveras is offline   #109 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old April 13th, 2012, 04:20 PM
Quote:
Originally Posted by Hawktitan View Post
"The Favorite Wordspells/Metamagic Spells table for spontaneous casters was being pushed off the bottom of the class tab."

This is still a problem for me. Anyone else have this issue?
I thought I fixed that last update. What class are you playing? Any archetypes (other than wordcasting)?
Aaron is offline   #110 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 04:56 AM.


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