Doctor Archive
Thread: Lets figure out a group buffing macro. Actually lets make a few.
/endorphineInjection_1;
Message Edited by MrSemi on 05-05-2005 11:25 AM
From what I recall the "-#" commands were not working.
Message Edited by Marrow1 on 05-05-2005 11:27 AM
Are there already buff macro's up there? I found the slash commands.
Message Edited by MrSemi on 05-05-2005 11:30 AM
MrSemi wrote:
Smarty rebel. I'll look now. Why don't you put a few more hundred up there?
How bout a clicky?
I sticky.... no clicky.
ya, maybe this weekend I will have a mass clean up of the stickies. It is getting to be a jungle up there.
Since I know you would never create a buff bot.....
/ui action targetGroup0;
Not sure if such things still work with the new group system.
Also, why bother with the / commands? Just put icons on your tool bar and use the /ui action... comand to select them. This would make the macro writing much easier and easier to diagnose with it does not work.
Cool. And yeah, the macro is intended for groups. You know I'm not a bot either. ![]()
This will make life much easier for pvp or group hunts.
Thanks for the command line.
Marrow1 wrote:
Also, why bother with the / commands? Just put icons on your tool bar and use the /ui action... comand to select them. This would make the macro writing much easier and easier to diagnose with it does not work.
You can post the action slot command too if you like. Me personally, I like typing /macro buffgroup
I often get caught on the wrong toolbar after buffing people and it can really slow you down when you need to fight.
Here is how I have always done buffs. (and no I have never AFK buffed)
/macro buff
The buff macro does:
/ui action toolbarPane02;
/ui action toolbarSlot16;
/pause 8;
/ui action toolbarSlot17;
/pause 8;
/ui action toolbarSlot18;
/pause 8;
/ui action toolbarSlot04;
/pause 8;
/ui action toolbarSlot05;
/pause 8;
/ui action toolbarSlot06;
/pause 8;
/ui action toolbarPane00
This lets you jump to another pane, buff, then jump back to your main pane. You then just need to have the timers correct and place the buff icons in the right tool bar slots (used to be buff packs in the right slot)
BTW, you can now put armor on fast as well by putting each piece on your tool bar. here is an example of my macro I keep on my main tool bar pain. The timers for those seem to have been removed or are currently bugged.
/ui action toolbarPane04;
/ui action toolbarSlot00;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarSlot07;
/ui action toolbarSlot08;
/ui action toolbarSlot09;
/ui action toolbarPane00
I'll post it here when I get home.