Doctor Archive
Thread: Buffing Macro?
Page 1 of 1
NomadSoul66
Thu Dec 16, 2004 5:50 pm
#2
I was wondering if someone could help me here, Ive noticed of late a few doctors who are running buffing macros at coronet city on chimeara, and being a bit of a dimwit when it comes to macros, was wondering how i could create one too.
basically am happy to sit and select person to buff, but its the automated part where i dont then have to select the buff and is done for me.
any info would be greatly appreciated, i can understand macro commands when i see them strung together and in action, it's just the what i should write part of it i dont understand
thanks
IGN ZhG Sand Master Doc/TKM chimeara
Oh and please dont send me a mssg thru here, I'm having problems with java and cant access messages on here, no matter if I use IE, Netscape or Firefox. PC due for a format soon, hopefully that will cure problem.
Thanks once again.
basically am happy to sit and select person to buff, but its the automated part where i dont then have to select the buff and is done for me.
any info would be greatly appreciated, i can understand macro commands when i see them strung together and in action, it's just the what i should write part of it i dont understand
thanks
IGN ZhG Sand Master Doc/TKM chimeara
Oh and please dont send me a mssg thru here, I'm having problems with java and cant access messages on here, no matter if I use IE, Netscape or Firefox. PC due for a format soon, hopefully that will cure problem.
Thanks once again.
reideee
Thu Dec 16, 2004 7:30 pm
#3
mine is very uncreative, /uiactionToolbarSlot00 or whatever tool bars I want, I just drag all my buffs up there and it runs through them all and i have a count of how many useseach buff has left. just target the next in line and press the macro key. The macro is somewhere along the line of /uiactionToolbarSlot00;/pause 18;/uiactionToolbarSlot01;/pause 18,,, and so forth.
glorydragon
Fri Dec 17, 2004 12:32 am
#4
I use;
/healenhance health;
/pause 18.2 (the .2 make it so even if I get hit by lag I'll still buff you)
/healenhance cons;
/pause 18.2;
/healenhance str;
/pause 18.2;
/healenhance action;
/pause 18.2;
/healenhance quick;
/pause 18.2;
/healenhance stam;
/bye;
/wave;
Vacine
Fri Dec 17, 2004 12:37 am
#5
Here's what I use:
--start macro--
/say OK %NT, Here we go!;
/pause 2;
/healenhance health;
/say Health DONE (1/6);
/pause 17;
/healenhance strength;
/say Strength DONE (2/6);
/pause 17;
/healenhance constitution;
/say Constitution DONE (3/6);
/pause 1;
/say Halfway done, %NT;
/pause 17;
/healenhance action;
/say Action DONE (4/6);
/pause 17;
/healenhance quickness;
/say Quickness DONE (5/6);
/pause 17;
/healenhance stamina;
/say Stamina DONE (6/6);
/pause 2;
/thank;
/say All stats have now been buffed! Thank you!;
/pause 2;
/healenhance health;
/say Health DONE (1/6);
/pause 17;
/healenhance strength;
/say Strength DONE (2/6);
/pause 17;
/healenhance constitution;
/say Constitution DONE (3/6);
/pause 1;
/say Halfway done, %NT;
/pause 17;
/healenhance action;
/say Action DONE (4/6);
/pause 17;
/healenhance quickness;
/say Quickness DONE (5/6);
/pause 17;
/healenhance stamina;
/say Stamina DONE (6/6);
/pause 2;
/thank;
/say All stats have now been buffed! Thank you!;
--end macro--
Enjoy!
glorydragon
Fri Dec 17, 2004 12:48 am
#6
the fancy version of mine! but ya, you get the gist. those are the commandos used, feel free to spice it up however you like.
NomadSoul66
Fri Dec 17, 2004 4:08 pm
#7
Brilliant!
Thanks guys, you lot are a great help to me everytime I need it,
/Bow;
Thanks guys, you lot are a great help to me everytime I need it,
/Bow;
Page 1 of 1