Lone Wolf Development Forums  

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

Notices

Reply
 
Thread Tools Display Modes
grizmodeus
Junior Member
 
Join Date: Feb 2018
Posts: 5

Old May 6th, 2019, 08:30 AM
I'm trying to create a favored class option for all characters that uses the hobgoblin rouge/dwarf oracle reduce weapon non proficiency penalty. Ive changed the race and class selection to none and selected all characters check box. This worked for a +1 bonus to speed and +1/6th bonus feat. I'm not sure what I've done wrong.

Last edited by grizmodeus; May 7th, 2019 at 08:35 AM.
grizmodeus is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old May 7th, 2019, 07:58 AM
Is the favored class bonus pick bootstrapped to all heroes? You'd probably need to add a mechanic to bootstrap it.
Aaron is offline   #2 Reply With Quote
grizmodeus
Junior Member
 
Join Date: Feb 2018
Posts: 5

Old May 7th, 2019, 08:40 AM
I think so, the check box for "all chacractes?" is selected and that allowed for the option in the favored class drop down. The problem is that the weapon drop down list doesn't show up. The option populates for all characters it just doesn't show the list to select a weapon.
grizmodeus is offline   #3 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old May 7th, 2019, 12:14 PM
For something to show in that table which has the selector, it must match at least 1 class and 1 race, or a component script hides it. Since neither of the "all characters" FCBs need a selection, there has been no issue with them being hidden here. I think you'll need to special case this particular FCB to unhide itself. Add this eval script to your FCB

Final 100500
Code:
      if (field[fcCount].value <> 0) then
        perform delete[Hide.FavClass]
        perform hero.assign[Hero.FavClList]
        endif

Last edited by Aaron; May 7th, 2019 at 12:33 PM. Reason: Added a line to the code.
Aaron is offline   #4 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old May 7th, 2019, 12:34 PM
I tested a bit and modified the posted code above. Seems to work for me, if I have understood and mimiced your intention.
Aaron is offline   #5 Reply With Quote
grizmodeus
Junior Member
 
Join Date: Feb 2018
Posts: 5

Old May 7th, 2019, 12:54 PM
That worked perfectly. thanks for your help.
grizmodeus is offline   #6 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 06:28 AM.


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