Blackfeather
New member
- Joined
- May 25, 2009
- RedCents
- 98¢
I'd like to have MQ2Melee trigger the Berserker combat ability "Leg Strike" at a percent of a mobs health. Is there a way to do this?
I know about cripple , however that uses my toons endurance as a triggering threshold.
I must admit I'm not very good at formulating good searches, but I did try to find information using the search window, no results I'm sad to say.
Thank you in advance for any help you throw my way :-)
SOLVED
I'll post what I found in the MQ2Melee thread, yes I should have gone there to check prior to posting a question, in my defense nothing came up using my search.
So the snare with "Leg Strike" is handled by a Holyshit command. This is the one I'm using and seems to work every time:
holyshit0=/if (${Target.CurrentHPs}<20 && ${Target.Speed}>50) /disc Leg strike
Hope that helps anyone as inexperienced as I.
I know about cripple , however that uses my toons endurance as a triggering threshold.
I must admit I'm not very good at formulating good searches, but I did try to find information using the search window, no results I'm sad to say.
Thank you in advance for any help you throw my way :-)
SOLVED
I'll post what I found in the MQ2Melee thread, yes I should have gone there to check prior to posting a question, in my defense nothing came up using my search.
So the snare with "Leg Strike" is handled by a Holyshit command. This is the one I'm using and seems to work every time:
holyshit0=/if (${Target.CurrentHPs}<20 && ${Target.Speed}>50) /disc Leg strike
Hope that helps anyone as inexperienced as I.
Last edited:

