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
Moara
Junior Member
 
Join Date: Mar 2014
Posts: 8

Old April 27th, 2015, 09:48 PM
Howdy all!

My GM is allowing us to choose, as a mythic path ability, the option to gestalt with another class. However, if we choose this option, he wants to reduce the number of Mythic Points we get from 3 + (Mythic Tier x 2) to 3 + Mythic Tier.

I've built a custom Path Ability to reflect that we choose this option (the actual gestalting is being done via the handy Gestalt community addon), and I know that I can adjust the Mythic Points through Shadow's Adjustments option, but I think it'd be cool to add it to the path ability itself - one less thing to track!

I've tried looking at both the Adjustments addon (where I stole the format below) and at other mythic abilities, but I can't figure this out. Here's what I got so far, and I'm putting this in the Eval Scripts:

Code:
      ~ If we're not enabled, get out now
      doneif (tagis[Helper.SpcDisable] <> 0)

      ~ Decrease mythic point total to 3 + Teir
      hero.childfound[trkMythic].field[trkMax].value = 3 + field[xTotalLev].value
The concept I'm going for is to replace the trkMythic.field[trkMax].value with the results of 3 + Total Mythic Tier, but I'm having a hard time finding where the mythic tier is stored. And, since I'm here, is this even the right place to put it?

Any help would be great! Thank you all!
Moara is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old April 27th, 2015, 10:13 PM
The mythic tier can be most easily accessed through using the #tiereffect[] macro, which counts a number of tags on the hero.
Aaron is offline   #2 Reply With Quote
Moara
Junior Member
 
Join Date: Mar 2014
Posts: 8

Old June 8th, 2015, 06:59 AM
I am SO SORRY it took me so long to get back with you. Fun and crazy adventures had by all! XD

But this works perfectly for me! I ended up losing the initial version of this, so I used a new base of the 'Extra Mythic Power' feat instead of finagling with the 'Adjust Mythic Power' feat, and ended up with the below Eval Script:

Code:
doneif (tagis[Helper.SpcDisable] <> 0)

hero.childfound[trkMythic].field[trkMax].value = 3 + #tiereffect[]
Thank you again!
Moara is offline   #3 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:17 AM.


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