• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Adjust a Tracker

Can you think of anything in the existing files that alters the number of uses/period that something else has?

Extra Performance
Extra Rage
Extra Lay on Hands
Extra Bombs
Extra Channel (this one isn't actually a good example because it needs to handle cleric channeling and paladin channeling)

Take a look at those and see how they function.
 
Got the feat to work great. Tried to make an Adjustment button. This is the error I get:

Attempt to access field 'Bonus' that does not exist for thing 'trkVampBld'
- - -
Attempt to access field 'Bonus' that does not exist for thing 'trkVampBld'

This is the script:

post levels 10000


~ If we're not enabled, get out now
doneif (field[pIsOn].value = 0)

~ Add to our Vampire Blood Pool
hero.child[trkVampBld].field[Bonus].value += field[pAdjust].value
 
If you created trkVampBld on the Tracker tab, then it's not an ability, and it therefore doesn't have any of the standard modifier fields, including [Bonus].

I can't tell what you intend for this adjustment to do, so I don't know how to fix it.
 
Yea, it's a tracker. I just was looking if I could get a “counter type” to increase or decrease the total pool.

BTW - Thank you!
 
Back
Top