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

Send Tell Get Heal HELP! (1 Viewer)

Turbo4

New member
Joined
Apr 19, 2007
RedCents
Hey guys trying to make a macro, i want my druid to sit a zoneline... i will run to him and tell him to heal and he starts casting. This is what i have but it wont work

_______________

#Chat tell


#Event heal “#*#heal#*#”


Sub Main
/Echo Starting
/tell ****** Macro up
/call Waiting

Sub Waiting
/Echo Waiting for Tell
:LoopWaiting
/doevents
/goto :LoopWaiting

Sub Event_heal
/echo You are here
/sit off
/rtar
/ttell Got ya
/cast 8
/pause 30
/sit on
/call Waiting

_______________________________
 
Off the top of my head your missing /return statements.. Try this.. I'm at work so I cant actually test it thou.

Rich (BB code):
#Event Heal "#*#heal#*#" 

Sub Main
	/Echo Starting
	/tell ****** Macro up
	:Mainloop
		/doevents
	/goto :Mainloop
/return

Sub Event_Heal
	/echo You are here
	/rtar
	/sit off
	/delay 5s
	/ttell Got ya
	/cast 8
	/delay 5s
	/sit on
/return
 
Send Tell Get Heal HELP!

Users who are viewing this thread

Back
Top