complete command control macro

Have a macro idea but not sure where to start? Ask here.

Moderator: MacroQuest Developers

antara80
decaying skeleton
decaying skeleton
Posts: 8
Joined: Thu Mar 11, 2004 1:23 pm

complete command control macro

Post by antara80 » Tue May 25, 2004 6:05 pm

Ok, what i would like to do is make a macro that will let me 2 things mainly.

1. Forward tells sent to my bot directly to a chat channel.
and
2. Let me cause my bot to use eq commands like /tell /g /gu /rsay /em from my main by typeing them in the same chat channel as in 1.

ie. player one sends my bot a tell, that msg is sent to the chat channel i designate. i type /tell player1 *msg* in the chat channel and the tell is sent from my bot to player 1.

Also, i want this to be easily added into my current bot macro that i have (way to sloppy code to post)/embarresed

any thoughts? i tried to rape the code from genbot but couldn't get it working to save my life... I would appreciate and help and direction that can be given. :peace:

Preocts
a snow griffon
a snow griffon
Posts: 312
Joined: Thu Jan 29, 2004 1:02 pm

Post by Preocts » Tue May 25, 2004 7:22 pm

Code: Select all

#Event Tells "#*#tells you#*#"

Sub Event_Tells(sLine)
  |commands here
/return
There is one done for you. The rest are just as simple.

For the second part look to someone else. I won't contribute to the stupidity of using chat channels to control bots.