• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Turn off Necro's Lich ? (1 Viewer)

Druid

Member
Joined
May 23, 2005
RedCents
50¢
How can (in an MQ2 macro) turn off a spell.. specifically the necro's LICH spell
(which drains hp in favor of mana)?

I'm tired of dieing from inattention while I 'm medding.. LOL
 
Insert this into the main loop of your macro: Change InsertLichSpellName to match the name of your lich spell (Exactly, proper case, and punctuation)

Rich (BB code):
	/if ((${Me.PctHPs} <= 15) && ${Me.Buff[InsertLichSpellName])) {
		/echo # Clicking off Lich! Your HP are too Low!
		/nomodkey /notify BuffWindow ${Me.Buff[InsertLichSpellName]) leftmouseup
		}

I havent tested this, but it should work, and click off your lich spell when you get to 15% hp's.
 
Turn off Necro's Lich ?

Users who are viewing this thread

Back
Top