Page 1 of 1

pet buffing bot

Posted: Tue May 25, 2004 12:04 am
by Rhagz
I am trying to get a simple macro that will target a person's pet and cast a buff on them when they ask for it.

Example: Necro tells Druidbot, "soe pet"
Druid targets necro's pet, casts sow.

That's it.

I have tried several variations, and I have the complete macro i want to ass this to in the Help forum. If someone can just whip up a quick one so I can see what the event should look like, that would be awesome. Thanks.

Posted: Tue May 25, 2004 12:20 pm
by Preocts

Code: Select all

#Event beggerssuck "#*#tells you#*#SoW plz drood?#*#"

Sub Event_beggersuck(sLine)
  /echo ${sLine.Arg[1]} just asked for freaken SoW.
/return

Posted: Wed May 26, 2004 7:55 pm
by Rhagz
Close! but it needs to actually cast the soe to be what i want :roll: