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
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old April 26th, 2013, 01:37 PM
I used the following as a custom expression for a feat with a selection.

"component.BaseWep & wCategory.Melee & wType.B"

It doesn't let shield bashes show up the same way they do with Focus or Specialization.

They show up as "Heavy Shield", "Light Shield" etc. instead of "Shield, Heavy" etc.

The problem is that the feat requires that the chosen weapon also be chosen with weapon focus and Specialization, so when I choose "Heavy Shield" with the feat, and "Shield, Heavy" is chosen with Focus and Specialization, it throws an error.

Any ideas what I can do to make it so I can select shield bashes they way they show up on weapon focus or specialization?

Alternatively I can check to see if the weapon type of the weapon taken with Weapon focus and specialization matches the weapon selected with my feat, cuz really it just needs to match the same weapon type as a prereq. (Prereq: weapon focus with Bludgeoning weapon etc.) checking to see if they were the same was the best way I could figure out how to do that though.

Eval Rule
Code:
Post Levels 10000

@valid = 0
doneif (field[usrChosen1].ischosen + tagis[Target.?] = 0)

var sel as string

sel = field[usrChosen1].chosen.idstring

validif (hero.tagcountstr["WepSpec." & sel] <> 0)

validif (hero.tagcountstr["WepFoc." & sel] <> 0)

Last edited by Pezmerga; April 26th, 2013 at 01:41 PM.
Pezmerga is offline   #1 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 09:02 AM.


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