• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - MQ2Melee andLeg Strike

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.
 
Last edited:
MQ2Melee will perform leg strike line on it's own. However it does so really early on in the fight and it may actually wear off before the fight is over if it drags on long enough. So the default handling of it may not be preferable.

/melee cripple=1

Your existing holyshit may benefit from two more clauses.

${Target.Debuff[Tendon Slash]}<4 && ${Me.CombatAbilityReady[Tendon Slash]} (Since this returns the number of ticks if the debuff effect gets below 24 seconds it will try to resnare so it does not wear off. It will also not cause leg strike to be spammed like crazy.)

${Me.Endurance}>146 (Ensures you have enough endurance to use the ability, keep in mind I'm using level 95 version of the snare as an example, adjust to fit your needs)
 
Last edited:
if your using Kiss then just turn all the auto's off in Mq2melee and use them as DPS in Kiss..
eg.
Rich (BB code):
DPS1=temple crush rk. ii|75|once
DPS2=blood brand rk. ii|90
DPS3=vanquishing frenzy rk. ii|95
DPS4=shared viciousess rk. ii|90|once
DPS5=brutal volley rk. ii|80
DPS6=axe of zurel rk. ii|70
DPS7=brutal axe throw rk. ii|50|once
DPS8=tendon gash rk. ii|20|once
DPS9=cry carnage rk. ii|85|once
 
Question - MQ2Melee andLeg Strike

Users who are viewing this thread

Back
Top
Cart