• 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 --->

The Feerrott, Chest Macro (1 Viewer)

Status
Not open for further replies.

Devlin

Active member
Joined
May 22, 2006
RedCents
130¢
This is a small macro that can gain you some AFK exp... It wasn't much, but hey-- You can run it afk!

Rich (BB code):
|Chest.mac -Devlin
|You need mq2copen for this to work

Sub Main
:chest
/call Checks
/call Open
/goto :Chest
/return



|--------------------------------------------------|
| Checks for GM's and Players                                     
|--------------------------------------------------|
Sub Checks 

:check

/if (${SpawnCount[pc radius 200]}>1) { 
     /echo Player is close...
     /echo Pausing the Macro until they leave... 
     /afk Went to go get beer, brb
     /delay 5s
     /goto :check
} 
/if (${Spawn[gm].ID}) { 
     /echo GM has entered the zone!
     /popup [GM IN ZONE, PAUSING MACRO UNTIL THEY LEAVE]
     /beep
     /afk Brb, Went to go get some food!
     /delay 5s
     /goto :check
} 
 /doevents next
 /return 



|--------------------------------------------------|
|Opens the Chests        
|--------------------------------------------------|
Sub Open

/declare i int local
/delay 1s
/for i 1 to 3
		/target caravan_chest next
		/if (${Target.ID}) {
				/delay 0.5s
				/open
				/delay 0.5s
				/echo Chest${i} finished.
		}
/next i
/echo Done Opening the Three Chests, Enjoy your exp.. Pausing until they respawn
/delay 15m
/return
 
Last edited:
Not Much... But it could be used to level up an alt; or something-- I heard they've had this on MMObugs for a few weeks.. But seeing I don't have a subscription there.. Redguides > All anyways--

Like I said, It's not much; But It's Free, Can be AFK'd, and You don't need more than 1 toon.
 
Except for the fact that I created the macro MYSELF--
and I don't have access to MMObugs, So.. No
 
Turk, you should at least give Abyss credit for his work.

You're not god. Pull your head out of your ass.
 
I tired finding the quest write up for this, but didn't have much luck.

I also tried the macro on a lvl 70 toon late last night, it opened all the chests, then paused for respawn, but did not get any exp, not even message.

Might there be a lvl cap on this quest?
 
Hmm...not afaik. Devlin was running it on his level 70. He did say that the exp was *really* slow, though.
 
Cade said:
Turk, you should at least give Abyss credit for his work.

You're not god. Pull your head out of your ass.
And Abyss owns the concept? That's like saying that no one is allowed to make a tire except the Goodyear Tire Corp.
 
It's Devlin's code. He has the exact same syntax on the macros that I have of his that haven't been released, and on his hive macro.

As for locating the chests, he and I have been going all over everywhere looking for chests that give exp.
 
ok i have a question, could this help with leadership aa's or item exp? reason i ask is they nerfed the freemind cifer?sp (auctaly the mushrooms next to him) in undershore for that macro
 
all chests in-game have been nerfed to 0% exp.

Please move this and any other "working" CHEST exp macro to the nerfed section.
 
The Feerrott, Chest Macro
Status
Not open for further replies.

Users who are viewing this thread

Back
Top