Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Any Characters Favored Class option (http://forums.wolflair.com/showthread.php?t=62542)

grizmodeus May 6th, 2019 08:30 AM

Any Characters Favored Class option
 
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.

Aaron 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.

grizmodeus 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.

Aaron 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


Aaron 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.

grizmodeus May 7th, 2019 12:54 PM

That worked perfectly. thanks for your help.


All times are GMT -8. The time now is 03:04 AM.

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