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

Simple Line (1 Viewer)

Gobrad1985

New member
Joined
Oct 18, 2005
RedCents
75¢
looking for the easiest way to make a character recognize a bit of text in a chat channel and simply press a hotkey.

Have not written anything for a while and im having trouble remembering how to do this.

The practical application to give some context is an uber simple CH chain macro, just want it to see in the channel ex-

cleric 1 tells chain: MyCleric go now!
my cleric then just /keypress 1 (which is his normal loop key) then it waits for him to come up again.

Ive been trying and coming up with embarrassing results gotta remember how to do all this crap lol, thanks in advance!
 
Rich (BB code):
#event CHeal "#*# tells chain: MyCleric go now!#*#"

sub main

:loop
/doevents
/goto :loop

/return

sub event_Cheal
/keypress 1
/delay 2s
/doevents flush
/return
 
Simple Line

Users who are viewing this thread

Back
Top