Lone Wolf Development Forums  

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

Notices

Reply
 
Thread Tools Display Modes
radionausea
Senior Member
 
Join Date: Apr 2012
Location: London, England
Posts: 176

Old August 18th, 2014, 02:13 AM
If I were to make a feat a bonus feat for the MoMS monk how would I go about it?

I've tried checking the box for StylePath under Bonus Feat for and I've tried adding the tag "Group ID: BonusFor" "Tag ID: StylePath" manually but it isn't showing up. (I closed Hero Lab and re-opened it, built a new portfolio etc.)

This is to add Pummelling Bully and Pummelling Charge to be selectable.

Do I need to edit the archetype itself in some way?
radionausea is offline   #1 Reply With Quote
radionausea
Senior Member
 
Join Date: Apr 2012
Location: London, England
Posts: 176

Old August 19th, 2014, 03:16 AM
I really can't figure this out. I've looked over a few different feat chains that are allowable by Master of Many Styles and none of them are doing anything different to my modified Pummelling Bully/Charge.

Although when looking at the Archetype itself StylePath feats aren't allowable as bonus feats so I don't know how it chooses them in the first place. I'm confused
radionausea is offline   #2 Reply With Quote
radionausea
Senior Member
 
Join Date: Apr 2012
Location: London, England
Posts: 176

Old August 20th, 2014, 02:02 PM
Well, the particular issue has been noted as a bug fix but would anyone who is knowledgeable be able to explain to me how to sort it on my own please? (I know that three posts in a row is annoying)
radionausea 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 August 20th, 2014, 02:57 PM
Quote:
Originally Posted by radionausea View Post
Well, the particular issue has been noted as a bug fix but would anyone who is knowledgeable be able to explain to me how to sort it on my own please? (I know that three posts in a row is annoying)
Sorry I kept meaning to take a look once I got home the last several nights but as you can see I forgot.

Hopefully putting a post in the thread will help remind me.

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
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old August 23rd, 2014, 09:24 AM
Quote:
Originally Posted by radionausea View Post
Do I need to edit the archetype itself in some way?
To 100% fix you will need to edit the archetype as these feats are hard-coded to the class. Its not flexible at all meaning it can't support 3PP or Houserules feats.

So for now I would make a new adjustment to add to the character temporally while it gets fixed.

Add this script at Post-levels/11000:
Code:
~ If no base Pummeling Style feat get out now!
doneif (hero.childlives[fPumStyle] <> 1)

~ If over level 5 add Pummeling Bully feat
If (hero.tagcount[Classes.Monk] >= 5) Then
  perform hero.child[cHelpMnk].assign[fInclude.fPumBully]
Endif

~ If over level 8 add Pummeling Charge feat
If (hero.tagcount[Classes.Monk] >= 8) Then
  perform hero.child[cHelpMnk].assign[fInclude.fPumCharge]
Endif

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   #5 Reply With Quote
radionausea
Senior Member
 
Join Date: Apr 2012
Location: London, England
Posts: 176

Old August 24th, 2014, 02:25 AM
You're a prince Shadow. Thank you so much. Bizzare that it isn't flexible.
radionausea is offline   #6 Reply With Quote
Shareeth
Junior Member
 
Join Date: Aug 2020
Posts: 15

Old August 25th, 2020, 05:31 AM
Did this ever get fixed?
Shareeth is offline   #7 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 07:48 AM.


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