• 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

FH mac w/loot (1 Viewer)

Joined
Oct 6, 2005
RedCents
120¢
I know similar was posted a while back, but here is my rendition of FH mac. I am greedy so I like to loot ;).

Tested with docrack:
nostun
nomeleepushback

Needed plugins:
mq2twist
mq2moveutils


Rich (BB code):
#turbo
#event end "Shutdown12345"
#event dzquit "#*#You have entered Nedaria's Landing#*#"
#event group "#*#You have entered The Forgotten Halls#*#"
#event ef "#*#You have entered Guild Lobby#*#"
|Change to bind zone....................^^^^^^^^^^^
#event end "#*#goodbye#*#"
#event timetoloot "You gain experience!!"
#event timetoloot "You gain party experience!!"
 
Sub Main
:waitforit
/doevents
/doevents
/goto :waitforit
/return

| Long delay to account for zoning Time.
| Delay can be changed
Sub indz
:begin 
/delay 20s
/twist off
/face heading 270
/delay 2s
/warp loc -573.50 162.80 2.15
/circle on 26
/keypress forward hold
/twist 1 3 4 5 6 2
|Change ^^^^^^^ to your twist lineup.
/target clear
/target clear

:loopstart 
/doevents 
/call GMcheck 
/if (${Target.Level}>67) /tar npc next 
/if (${Target.Distance}>220) /keypress esc 
/if (${Target.ID}==FALSE) /tar NPC radius 220 rat
/if (${Me.PctHPs}<=30) /call succor
/doevents
/delay 10 
/goto :loopstart 
/return 

Sub succor
/warp loc 245 -33 0
/circle off
/twist 1 8
/delay 60
:loopheal
/if (${Me.PctHPs}>80) {
/face heading 270
/warp loc -573.50 162.80 2.15
/circle on 26
/keypress forward hold
/twist 1 3 4 5 6 2
|Change ^^^^^^^ to your twist lineup.
/return
}
/delay 60
/goto :loopheal
/return
| This is the GM check it is called about every 10 seconds.
| It beeps at you then /quits the game.
Sub GMcheck 
/if (${Spawn[gm].ID}) { 
/echo Gm detected 
/beep 
/beep 
/beep 
/q 
/endmac 
/unload 
/q 
} 
/return

Sub event_dzquit
/dzquit
/delay 2s
/disband
/leave 1
/delay 2s
/dzquit
/twist off
/delay 2s
/target Eldros Danmor
/warp target
/delay 2s
/say Interested In Visiting the Forgotten Halls
/delay 3s
/target Nideno Eliagy
/warp target
/delay 2s
/echo We'll team back up inside!
/delay 2s
/warp loc 1544 -665 94
/face loc 1540, -675
/look 0
/doortarget
/delay 10s
/click left
/delay 2s
/keypress u
/delay 1s 
/click left 
/keypress u 
/delay 10s
/target clear
/call indz
/return

|In the event of a water landing....
| This camps you out.
 
Sub Event_ef 
/echo sorry i don't know how or why but you died.
/circle off
/twist off
/delay 45s
/sit on
/camp desktop 
/q
/endmacro 
/return

sub event_timetoloot
/declare LootSlot	int inner 0 
/declare LootTotal	int inner 0 
/target a squeaking rat's corpse
/twist off
/circle off
/keypress forward
/warp target
/delay 2s
/loot
/delay 2s
/varset LootTotal ${Corpse.Items}
/echo There are ${LootTotal} items on the corpse.
/if (${LootTotal} > 0) {
	/for LootSlot 1 to ${LootTotal}
		/itemnotify loot${LootSlot} leftmouseup 
		/delay 5
		/destroy
		/delay 5 
	/next LootSlot 
}
/notify LootWnd DoneButton leftmouseup 
/call indz
/return


Sub event_end
/echo goodbye
/circle off
/twist off
/target a harindi guide
/keypress forward
/warp target
/delay 1s
/say ready to leave
/end
/return


*EDIT* Fixed warp location, thx Raw
 
Last edited:
It's a macro to run a bard (afk but not recommended) in the zone Forgotten Halls, that is fully automated. This mac even loots the dead rats!

I have not tested this one, so I cannot confirm. But it will mostly likely work from looking over the code real quick.

Like any other afk macros use at your own risk.
 
ok quick question I would like to have the mac call up docrack nostun and nomellepushback before starting circle where would I put that so it does not do it all the time.. is there a way to put a call out to have it sub that load as soon as I log into the last zone.....
 
Just a thought


/face heading 270
/delay 2s
/warp loc -573.50 162.80 2.15
/circle on 26
/keypress forward hold


:loopheal
/if (${Me.PctHPs}>80) {
/face heading 270
/warp loc -1573.50 162.80 2.15
/circle on 26
/keypress forward hold


Shouldn't these warp locations be the same ...........
 
Last edited:
to add the docracks in the macro


THIS
Rich (BB code):
Sub Main
:waitforit
/doevents
/doevents
/goto :waitforit
/return


Changes to this

Rich (BB code):
Sub Main

/docrack XYZ on
/docrack ABC on
 etc etc 

:waitforit
/doevents
/doevents
/goto :waitforit
/return
 
AH! ok army, thx. I may start doing this in the future. I always just make hotkeys to turn on and off, but that would work better for turning them on :)

~Polit
 
I'm curious. I've only heard of Forgotten Halls here, in posts like this, with a macro. Does anyone go there like with a group? I can't even find the zone on alla's. Is there stuff to be gained in this zone besides xp?
 
FH has decent exp and pretty good PP drop averaged 17pp per kill last night .... its an instanced zone so its even or DB but they do hit hard so be ready.....
 
This Exp has been the hack center for 3 years , heck I had my solo necro, solo bard, and solo ranger macro in it..

Now it s very checked, like vxed, not recommended at all.
 
FH mac w/loot

Users who are viewing this thread

Back
Top
Cart