Lone Wolf Development Forums  

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

Notices

Reply
 
Thread Tools Display Modes
charlieluce
Senior Member
 
Join Date: Jul 2008
Posts: 1,321

Old March 14th, 2015, 10:07 PM
I know about bootstrapping the "skipprereq" thing for a Bonus Feat that is gained regardless of whether the character has the normal prerequisites. On the other hand, that doesn't seem to work if the Feat has a choice (drop down menu) involved; we still get the validation error.

What are we missing? How do we make this validate properly?

Currently Running: Pathfinder Second Edition
Currently Playing:
Pathfinder First Edition, Star Trek Adventures
Former HL Games: D&D 4e & 5e, Mutants & Masterminds 2E & 3E, Savage Worlds
charlieluce is offline   #1 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old March 15th, 2015, 09:20 AM
If the feat as a drop down selection (ie Weapon Focus) you need to tell the feat what to "auto-select". You do this with the "Target.?" tag group.

So if we wanted Weapon Focus - Bite we would use "Target.wBite". Then when Weapon Focus was added to the hero it would auto-select Bite as its Weapon Focus.

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   #2 Reply With Quote
charlieluce
Senior Member
 
Join Date: Jul 2008
Posts: 1,321

Old March 15th, 2015, 02:20 PM
So you would add the Target tag type to the bonus feat's tags and then specify the tag for the default choice? What if the character is allowed to choose? Is there a "None" target?

Currently Running: Pathfinder Second Edition
Currently Playing:
Pathfinder First Edition, Star Trek Adventures
Former HL Games: D&D 4e & 5e, Mutants & Masterminds 2E & 3E, Savage Worlds
charlieluce is offline   #3 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old March 15th, 2015, 06:30 PM
Quote:
Originally Posted by charlieluce View Post
So you would add the Target tag type to the bonus feat's tags and then specify the tag for the default choice? What if the character is allowed to choose? Is there a "None" target?
Need a specific example because using testing with Weapon Focus the warning message goes away as soon as I select a weapon.

So which "feat" is this? A custom one or a standard feat?

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   #4 Reply With Quote
charlieluce
Senior Member
 
Join Date: Jul 2008
Posts: 1,321

Old March 15th, 2015, 08:28 PM
We're implementing the Meditant Archetype for Psychic Warrior. At 8th level they get their "choice of proficiency with all monk weapons or the Feral Combat Training feat as a bonus feat. If the meditant selects monk weapon proficiency, he can use flurry of strikes with monk weapons, making any or all of the attacks with the monk weapon in place of an unarmed strike. If the meditant selects the Feral Combat Training feat, he does not need to meet the prerequisites and can use the selected natural attack with his flurry of strikes".

Feral Combat Training is also from Ultimate Psionics.

It all seems to be working except that we can't figure out how to keep it from throwing a validation error about not having the prerequisites for Feral Combat Training.

It may just be that we're not putting the correct Tag in the correct place. There's an awful lot of clicky boxes.

Currently Running: Pathfinder Second Edition
Currently Playing:
Pathfinder First Edition, Star Trek Adventures
Former HL Games: D&D 4e & 5e, Mutants & Masterminds 2E & 3E, Savage Worlds
charlieluce is offline   #5 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old March 15th, 2015, 09:14 PM
Quote:
Originally Posted by charlieluce View Post
Feral Combat Training is also from Ultimate Psionics.

It all seems to be working except that we can't figure out how to keep it from throwing a validation error about not having the prerequisites for Feral Combat Training.

It may just be that we're not putting the correct Tag in the correct place. There's an awful lot of clicky boxes.
Post the user file and I can take a look. Could be the tag is on the wrong thing.

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   #6 Reply With Quote
charlieluce
Senior Member
 
Join Date: Jul 2008
Posts: 1,321

Old March 16th, 2015, 02:33 PM
Quote:
Originally Posted by ShadowChemosh View Post
Post the user file and I can take a look. Could be the tag is on the wrong thing.
Please and thank you.

The test character is a catfolk, with the "Cat's Claws" alternate racial trait selected, so it does indeed have a natural weapon.

Hero Lab reports the error "Feral Combat Training: Weapon Focus with selected natural weapon required.", and the Feral Combat Training feat remains red even after "Claw" is selected.

In the bootstrap, the "No Pre-reqs" box on fFeralComb is checked. We tried adding the following bootstrap tags to fFeralComb:
Group ID: Broadcast Tag Id: WepFocus
Group ID: HasFeat Tag Id: fWepFoc
Group ID: wGroup Tag Id: Natural
to no avail - HL continues to report the same error as noted above.

So we tried adding an Eval Script - but the behavior remains the same. We tried changing the Phase & Priority of the eval script, but the error remains. It's possible that no Eval Script would be necessary if we could set up the bootstrap properties correctly on fFeralComb.

We've been told to add a Target tag to the fFeralComb bootstrap, but we can't figure out *what* to Target.

(It occurs to me that all the "we" might look odd. My wife and I are working on this together.)
Attached Files
File Type: email UP_Meditant.user (14.1 KB, 2 views)

Currently Running: Pathfinder Second Edition
Currently Playing:
Pathfinder First Edition, Star Trek Adventures
Former HL Games: D&D 4e & 5e, Mutants & Masterminds 2E & 3E, Savage Worlds

Last edited by charlieluce; March 16th, 2015 at 02:56 PM.
charlieluce is offline   #7 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old March 16th, 2015, 07:00 PM
So turns out nothing you did is wrong. The feat is coded to use an Eval Rule instead of Pre-Reqs so it still executes the code that checks for Weapon Focus.

So the bug is in the feat itself (thingid.fFeralComb).

I put in a bug report because I will have the same issue when we add this Archetype. So for now simply ignore the warning and hopefully a future version makes it go away.

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   #8 Reply With Quote
charlieluce
Senior Member
 
Join Date: Jul 2008
Posts: 1,321

Old March 16th, 2015, 07:50 PM
Thank you! That's a load off our minds.

Given that that's the last part of the Archetype, once we clean it up we'd be happy to submit it to add to the Community Pack along with the Fighter's Blade Feat that we did. There's some more bits the other players are asking for that we plan on working on next that we'd love to pass along once we get working as well.

Currently Running: Pathfinder Second Edition
Currently Playing:
Pathfinder First Edition, Star Trek Adventures
Former HL Games: D&D 4e & 5e, Mutants & Masterminds 2E & 3E, Savage Worlds
charlieluce is offline   #9 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old March 16th, 2015, 08:45 PM
Yep no problem. That would be great to add. Please email me at my fourm id at yahoo dot com.

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   #10 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:35 PM.


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