• 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 - Screaming Terror Mez

str8monkey

Member
Joined
Jul 8, 2017
RedCents
276¢
I'm running a necro in my group, and want to use her for CC.
When I utilize the Mez section of the INI I get the following

Undefined variable MezAECount used on line [email protected] /if (${Select[${MezOn},1,3]}&& ${MezAECount}>0 && ${MezMobAECount}>=${MezAECount} && ${MezAETimer}==0 && &{Select[${Me.CLass.ShortName},BRD,ENC]})

It matters not if I set mezon= 1 2 or 3, I get the same error

[Mez]
MezOn=2
MezMinLevel=25
MezMaxLevel=55
MezStopHPs=80
MezSpell= Screaming Terror
MezDebuffOnResist=0
MezDebuffSpell=Null

It always pauses the macro. I have to keep mezon=0 and manually mez. Any help with this?

Thanks
 
Not sure if it truncates extra spaces, but you have an extra in front of Screaming Terror. Also, it is looking like it's not set up for NEC as you failed the check:

{Select[${Me.CLass.ShortName},BRD,ENC]}
 
Necros don't AE mez, Well they never use to, so the AEMez routine is skipped when it comes to necro's. So the variable MezAECount is NOT declared, and if it was it would never be used. So if your a necro, you will want to refrain from using MezAECount in your conditions.
 
Question - Screaming Terror Mez

Users who are viewing this thread

Back
Top
Cart