Page 1 of 1

complete command control macro

Posted: Tue May 25, 2004 6:05 pm
by antara80
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:

Posted: Tue May 25, 2004 7:22 pm
by Preocts

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.