• 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

Essence Emerald Exploit Macros

zippzipp

Member
Joined
Nov 17, 2006
RedCents
51¢
Here are some macros to do the essence emerald exploit:

1. For the toon casting sacrafice(necro)
use EEsacer.mac
syntax: /mac EEsacer.mac <charname>

2. For the toon being sacraficed
use EEsacee.mac
syntax: /mac EEsacee.mac

3. For the cleric rezzing
use EEcleric.mac
syntax: /mac EEcleric.mac

Also make sure that the corpse with gear on it is somewhere out of range of the cleric to rez. otherwise the cleric will chain rez the corpse with gear on it. no biggy

EEsacer.mac
Rich (BB code):
|-------------------------------
|   EEsacer.mac by Zippzipp
|
|  sacrifices person and waits
|  to sac them again.
|
|  Syntax:  /mac EEsacer <charname>
|-------------------------------
#turbo

Sub Main(Ch)

/declare CharName string global
/varset CharName ${Ch} 


:mainloop

   /target Pc ${CharName}
   /if (${Target.ID}) {
      /cast "Sacrifice"
      /delay 5.1s
      /autoinventory
   }

   /if (${Me.PctMana} < 10) {
      /sit on
      :medloop
          /if (${Me.PctMana} < 99) {
             /goto :medloop
          }
   }
   /call GMCheck

/goto :mainloop

/return

|----------------------------------------------
| Check for GM
|----------------------------------------------
Sub GMCheck

   /if (${Spawn[gm].ID}) {
      /beep
      /echo GM Alert Ending macro
      /end
   }

/return

EEsacee.mac
Rich (BB code):
|-------------------------------
|   EEsacee.mac by Zippzipp
|
|  Waits for sac box accepts sac
|  Waits for rez box accepts rez
|  loots the corpse to get rid of it
|
|  Syntax:  /mac EEsacee
|-------------------------------

#turbo

Sub Main

:mainloop
   /call wait4sac
   /call wait4rez
   /call GMCheck
/goto :mainloop

/return


Sub wait4sac

:sacloop
   /if (${Window[ConfirmationDialogBox].Open}) {
      /notify ConfirmationDialogBox Yes_Button leftmouseup
      /return
   }
   /call GMCheck
/goto :sacloop

/return


Sub wait4rez

:sacloop
   /if (${Window[ConfirmationDialogBox].Open}) {
      /notify ConfirmationDialogBox Yes_Button leftmouseup
      /delay 1s
      /rezzme
      /delay 1s
      /target corpse
      /delay 1s
      /loot
      /delay 1s
      /keypress esc
      /return
   }
   /call GMCheck
/goto :sacloop

/return

|----------------------------------------------
| Check for GM
|----------------------------------------------
Sub GMCheck

   /if (${Spawn[gm].ID}) {
      /beep
      /echo GM Alert Ending macro
      /end
   }

/return

EEcleric.mac
Rich (BB code):
|-------------------------------
|   EEcleric.mac by Zippzipp
|
|  looks for nearest corpse then
|  rezzes it.
|
|  Syntax:  /mac EEcleric
|-------------------------------

#turbo

Sub Main

:mainloop

   /target corpse
   /if (${Target.ID}) {
      /delay 1s
      /notify InventoryWindow InvSlot13 rightmouseup
      /delay 6s
   }
   /call GMCheck

/goto :mainloop

/return


|----------------------------------------------
| Check for GM
|----------------------------------------------
Sub GMCheck

   /if (${Spawn[gm].ID}) {
      /beep
      /echo GM Alert Ending macro
      /end
   }

/return

Enjoy!!!

--Zippzipp
 
Last edited:
Zippzipp i must say you are contributing a lot, I think you might win grand prize this month. redcent
 
what would the cleric mac look like if u dont have the cleric epic I havent ran this yet but thats what it looks like it uses?

Oh yea Tyvm for your work I would redcent u but says I need to spread the rep lol maybe tommorow
 
This should work if you dont have epic:

If you are using a lower level rez spell replace

"Reviviscence" with "Spellnamegoeshere"

EEclericnoepic.mac
Rich (BB code):
|-------------------------------
|   EEclericnoepic.mac by Zippzipp
|
|  looks for nearest corpse then
|  rezzes it.
|
|  Syntax:  /mac EEclericnoepic
|-------------------------------

#turbo

Sub Main

:mainloop

   /target corpse
   /if (${Target.ID}) {
      /delay 1s
      /cast "Reviviscence"
      /delay 7.1s
   }

   /if (${Me.PctMana} < 10) {
      /sit on
      :medloop
          /if (${Me.PctMana} < 99) {
             /goto :medloop
          }
   }
   /call GMCheck

/goto :mainloop

/return


|----------------------------------------------
| Check for GM
|----------------------------------------------
Sub GMCheck

   /if (${Spawn[gm].ID}) {
      /beep
      /echo GM Alert Ending macro
      /end
   }

/return

--Zippzipp
 
hmm i am running into sacee he takes rez but doesnt spawn

maybe forgot to hit respawn?
 
mac starts to run then just ends for me. I am only tring to run EESacee on 3 accounts. Cleric and Necro on same account so no mac for them (
 
well mine did the same figured out it was the gm check removed that and works just doesnt respawn then loot
 
need to have plugin mq2rezzy loaded this mac uses the command: /rezzme

also left the gmcheck function out of the EEsacee.... Fixxed that tho

--zippzipp
 
I just confirmed that this exploit still works after this December 14th, 2006 patch


--Zippzipp
 
Some moron on Quellious is selling 1054 EE's in the Baz. Greed......and stupidity, it is what creates nerfs.
 
Essence Emerald Exploit Macros

Users who are viewing this thread

Back
Top
Cart