• 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

#applyfort macro?

TCArknight

Well-known member
Is anyone familiar with the #applyfort macro? I'm trying to implement something similar to the fortification ability but it doesn't attach directly to the armor, but is on the hero. SO I'm having to step through the equipped armors and want to see if the #applyfort[25] would still work in those circumstances.

Thanks!
TC
 
All applyfort is is:

hero.childfound[xFortifica].field[abValue].value = maximum(hero.childfound[xFortifica].field[abValue].value, #bonus)

where #bonus is the number inside the brackets [].
 
Back
Top