• 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

question on #trkmax

Darius Darksoul

Active member
What is the correct #trkmax[tracker_id] for Mythic Power Points. I want to add 7 mythic power points to an item that I am making.

#trkmax[MythicPowerPoints] += 7
 
Create a test character who is mythic, then in the Develop menu, make sure "Enable Data File Debugging" is turned on. Then, go to the In-Play tab, and right-click on "Mythic Power", and choose the bottom one - Copy Unique Id (trkMythic) to Clipboard".
 
Mathias I did what you said and I got and invaild error so I tried it with arcane pool and got the same error what am I doing wrong do I have it in the wrong phase I am using Pre levels 10000
this is the script
#trkmax[cMagArPool) += 7

Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'eval' script for Thing 'ioTorcWitcherLord' (Eval Script '#2') on line 1
-> Invalid macro reference encountered in script
 
Back
Top