• 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

Simple counter w/popup, and rezme mac

zazoot

Member
Joined
Sep 7, 2006
RedCents
50¢
This is a simple macro that does a popup in the middle of the screen with # of loots of a specific type, and warps to zone in if your getting mauled

Handy if you have cluttered bags and want to count # of a specific looted item without checking, or if you are in a group and someone else is doing the looting.

Rich (BB code):
#event ouch "#*#Chunk of E#*#"

sub main 
/declare icelootz global 
/varset icelootz 0 
:loop1 
/doevents
/delay 10
/if (${Me.PctHPs}<50) {
/warp succor
/delay 5
/warp succor
/delay 5
/q
}
/popup ${icelootz} Ices Have Been Looted
/alt act 481
/goto :loop1 
/return

sub event_ouch
/varcalc icelootz (${icelootz}+1)
/return





This is in case you missed the rezme DLL thread about the XML bug.

This mac will make you appear at your corpse if you are hovering
It will also reset your gravity and get rid of that annoying plugin that seems to crash you if you do this with it loaded. (if you dont have the plugin or use a different one that does the same thing remove/change the plugin line)

Rich (BB code):
sub main
/setgrav 0.4
/plugin mq2mmobugstools unload
/notify RespawnWnd RW_OptionsList listselect 2
/delay 5
/notify RespawnWnd RW_SelectButton leftmouseup
/return
 
Simple counter w/popup, and rezme mac

Users who are viewing this thread

Back
Top
Cart