• 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 --->
  • EverQuest (live servers) were patched today so brainiac is spending his evening updating MacroQuest. Please show him your appreciation.
NukeMe! Auto Self Nuke

Unmaintained NukeMe! Auto Self Nuke 1.0

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
Please test this out and let me know how it goes!

Rich (BB code):
| Macro:    NukeMe.mac
| By:        BlankStare ~ Thanks to all RG for providing Macros to help me learn!
| Modified:    2015/9/16
| This macro will nuke yourself with your desired spell
| It triggers when your life is above 65%
| If you are below 90% mana it will have you sit to med


Sub Main
/declare DD string outer

|***** Change this to your self DD spell *****|
    /varset DD Shock of Swords
|*********************************************|
/echo Welcome to NukeMe!
/delay 11
/echo Today we will be nuking yourself with ${DD}.
/delay 11
/echo Enjoy! :)


  :loop
|/echo loop
  /delay 7
  /if (${Me.PctHPs} >= 65) /call nuke
  /if (${Me.Standing} && ${Me.PctMana} <=90) {
    /sit
|    /echo Sitting!
    }
  /goto :loop
/return

Sub nuke
|/echo nuke
  :nuke
|/echo nukeloop
  /target ${Me}
|  /echo Casting ${DD}
  /casting "${DD}"
  /delay 77
/return
Author
BlankStare
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from BlankStare

Share this resource

Back
Top