jafo
09-01-2013, 11:40 AM
If you mstrike too soon after berserking, you can POP muscles because berserk triggers the global cooldown on mstrike (when used outside the berserk itself). So if you have a scripted mstrike too soon after a berserk, you get the super-stamina version instead.
we just add "The redness fades from the world and you begin to breathe harder." as a string in the message start for 9005 and let the 1 minute cooldown handle it.
<spell availability='all' name='MStrike Cooldown' number='9005' type='timer'>
<duration>1</duration>
<message type='start'>Your (?:flurry|series) of strikes(?: and ripostes)? leaves you (?:off-balance|winded) and out of position\.</message>
<message type='start'>The redness fades from the world and you begin to breathe harder\.</message>
<message type='end'>You feel recovered from your whirlwind flurry of strikes\.</message>
</spell>
Tested and works, now checking 9005 before doing an mstrike handles mstrike safely.
we just add "The redness fades from the world and you begin to breathe harder." as a string in the message start for 9005 and let the 1 minute cooldown handle it.
<spell availability='all' name='MStrike Cooldown' number='9005' type='timer'>
<duration>1</duration>
<message type='start'>Your (?:flurry|series) of strikes(?: and ripostes)? leaves you (?:off-balance|winded) and out of position\.</message>
<message type='start'>The redness fades from the world and you begin to breathe harder\.</message>
<message type='end'>You feel recovered from your whirlwind flurry of strikes\.</message>
</spell>
Tested and works, now checking 9005 before doing an mstrike handles mstrike safely.