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

a little help (1 Viewer)

zxcvbb

New member
Joined
Nov 13, 2006
RedCents
21¢
Rich (BB code):
#Chat Chat 
#Chat tell 
#chat group 

 sub main 
	:main
	/if (${ChatText.Equal[Assist me ]}) /assist ${Sender}
		 /delay 3
		/autofire
	
	 goto :main

im trying to make a mac that will asisist and autofire when i say assist me on in group say
 
Last edited:
why dont this work?
Rich (BB code):
#Event Assist "#*#Assist me#*#"

 Sub Main 
:main
/doevents
/delay 10
/doevents
 /goto:main
/return

Sub Event_Assist
/assist ${Sender}
/delay 3
/autofire
/return



it says "docommand - couldn't parse 'goto :main'
assist.mac@8(main):gotomain"
 
Yeah, try this one Zx:

Rich (BB code):
#Event Assist "#*#Assist me#*#"

Sub Main 
:main
/doevents
/delay 10
/doevents
/goto :main
/return

Sub Event_Assist
/assist ${Sender}
/delay 3
/autofire
/return
 
a little help

Users who are viewing this thread

Back
Top