Lone Wolf Development Forums  

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

Notices

Closed Thread
 
Thread Tools Display Modes
Adam.Ormond
Senior Member
 
Join Date: May 2010
Location: Maryland
Posts: 167

Old July 17th, 2011, 06:48 PM
Aldori Dueling Sword doesn't apply Finesse if proficiency is granted by Half-Elf's Ancestral Arms alternate racial trait.

Here's the Eval Script update to solve this problem:

Pre-levels, 10000
Code:
~ Check to see if we have the exotic weapon feat
~ if so we can use weapon finesse with the weapon
if (hero.tagis[WepProf.wDuelSwo] <> 0) then
  perform assign[Helper.Finesse]

  ~ We need to alter our parent if we are a magic item
  if (container.ishero = 0) then
    perform container.parent.assign[Helper.Finesse]
  endif
endif

Last edited by Adam.Ormond; July 18th, 2011 at 07:31 AM.
Adam.Ormond is offline   #271
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old July 17th, 2011, 07:59 PM
Quote:
Originally Posted by Adam.Ormond View Post

Aldori Dueling Sword also doesn't grant +DMG from DEX if hero has both Weapon Finesse and proficiency.
Umm why would it?

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   #272
valzin
Junior Member
 
Join Date: Dec 2008
Posts: 16

Old July 17th, 2011, 10:50 PM
For some reason my dex isn't being added in right on any of the skills that require dex.

Ex. 10th level rogue, 19 dex, no armor. 10 points spent on stealth. Total +11.

never mind. Figured it out. encumbrance works.

Last edited by valzin; July 17th, 2011 at 10:52 PM.
valzin is offline   #273
Adam.Ormond
Senior Member
 
Join Date: May 2010
Location: Maryland
Posts: 167

Old July 18th, 2011, 07:30 AM
Quote:
Originally Posted by ShadowChemosh View Post
Umm why would it?
Ah, misread the entry. Thought it indicated it should add to both atk and dmg. Removed the unnecessary script; updated post.

Last edited by Adam.Ormond; July 18th, 2011 at 07:39 AM.
Adam.Ormond is offline   #274
dragonladytoo
Member
 
Join Date: Sep 2005
Location: Sunny Southern California, USA
Posts: 74

Old July 18th, 2011, 09:09 PM
Creating a 'keen' weapon' Rapier which is a P weapon.

Per the PF Basic Rules for Keen:

Quote:
This ability can only be placed on a piercing or slashing weapon.
Herolab is giving an error message that a Rapier is not a Slashing Weapon, ie error that it is not piercing and slashing.

Robyn
dragonladytoo is offline   #275
NeoFax
Member
 
Join Date: Apr 2010
Posts: 86

Old July 20th, 2011, 07:11 AM
Adding any template causes an error to show up. Whether I add the class before the template like the error says to do or after I always have the red diamond error box show.
NeoFax is offline   #276
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,207

Old July 20th, 2011, 07:56 AM
Quote:
Originally Posted by NeoFax View Post
Adding any template causes an error to show up. Whether I add the class before the template like the error says to do or after I always have the red diamond error box show.
Do you have a specific race/class/template combination I can test to see the problem you're encountering? What error message is it giving?
Mathias is offline   #277
Hyla Arborea
Junior Member
 
Join Date: Jul 2011
Posts: 2

Old July 20th, 2011, 12:44 PM
With the Feat "Weapon Finesse" one can't select composite bows (neither long nor shortbows). This of course means that (Greater) Weapon Specialization are also off limits for composite bows.
Hyla Arborea is offline   #278
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,207

Old July 20th, 2011, 12:57 PM
Quote:
Originally Posted by Hyla Arborea View Post
With the Feat "Weapon Finesse" one can't select composite bows (neither long nor shortbows). This of course means that (Greater) Weapon Specialization are also off limits for composite bows.
If you mean Weapon Focus, and not Weapon Finesse, select the regular version of the bow for both feats, and it will apply equally to the composite versions and the regular versions.
Mathias is offline   #279
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old July 20th, 2011, 04:51 PM
Book: APG
Class: Cavalier + The Mounted Condition[Thingid.pstMounted]

Problem: When activating the Mounted condition and your a Cavalier the ACP (Armor Check Penalty) for ALL skills is being removed. It should be just removing the ACP for the Ride skill only. See Mount on the PRD.

Duplicate: Start a level 1 Cavalier and give them say Full Plate and equip it. Pick an animal companion. Then on the Condition tab activate Mounted and select your Animal Companion. You can see that the ACP for all skills are being removed.

Script Issue/Fix: On Ride Mount[Thingid.cCavRide] for the Post-Levels 4,150 script near the bottom it is setting herofield[tArmorChk].value = 0. It should be doing
Code:
~ Only remove ACP from the ride skill
hero.child[skRide].field[Penalty].value += field[abValue].value
Thanks

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   #280
Closed Thread

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 05:54 PM.


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