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

first macro (1 Viewer)

Joined
Oct 6, 2006
RedCents
26¢
this is my first attempt at a macro so far it seems to be running prety well i wanted to know if the gm check on it is acculy doing what it's spose to and i'm still playing around with it trying to fugure out how to get it to keep my self and pet buffs up

Rich (BB code):
Sub main
:main
/target NPC a squeaking rat Radius 70
		/face
		/attack on
		/cast "Festering Darkness"
		/delay 5s
		/cast "Bond of the Blackwater"
		/delay 80s
		/target corpse
		/warp t
		/nomodkey /shiftkey /click right target
		/delay 2s
		/warp loc -598.62 161.32 1.39
		/delay 1s
		/call GMcheck
	
/goto :main

Sub GMcheck

	/if (${spawn[gm].id})  {
		/beep
		/beep
		/beep

		/echo GM has entered the zone!

		/keypress forward
		/keypress back

		/quit
		/endmacro
	}
/return
 
ok i found one major problem not to long ago zone expired well i was some where else poped me back in to nat and then it did the warp ... dont know where i was but i know i fell for 200k damage replaced the with a /target pet /warp t
 
first macro

Users who are viewing this thread

Back
Top