Doctor Archive
Thread: auto buffers
Page 1 of 1
Tidan-Monoko
Thu Jul 21, 2005 10:37 pm
#2
som1 told me it was /ui action targetGroup0
havnt tested it yet and its probably case sensative u may have to mess with spaces and capitals but that is what i think it is
havnt tested it yet and its probably case sensative u may have to mess with spaces and capitals but that is what i think it is
Tidan-Monoko
Fri Jul 22, 2005 12:27 am
#3
how do i target the person im buffing in the macro....what command are u using?
JoachimPeiper
Sat Jul 23, 2005 4:28 pm
#5
OK kids.. here is what I wrote this afternoon. It seems to work, but I am willing to test it. Tweek the times based upon your mind recovery. Very slow, but it seems to work for my AFK bot. Make sure you name if BUFFF (with three f's):
/say Invite me for buffs;
/say Buff next buff cycle starts in 30 seconds;
/pause 30;
/join;
/say Applying Nutrient Injection;
/nutrientInjection;
/pause 30;
/say Applying Disease Innoc;
/diseaseInnoculation;
/pause 30;
/say Applying Endorphones;
/endorphineInjection;
/pause 30;
/say Applying Poison Innoc;
/poisonInnoculation;
/pause 30;
/say Applying Serotonin;
/serotoninInjection;
/pause 30;
/adrenalBoost;
/say Buffs are now complete.
/disband;
/macro bufff;
/say Buff next buff cycle starts in 30 seconds;
/pause 30;
/join;
/say Applying Nutrient Injection;
/nutrientInjection;
/pause 30;
/say Applying Disease Innoc;
/diseaseInnoculation;
/pause 30;
/say Applying Endorphones;
/endorphineInjection;
/pause 30;
/say Applying Poison Innoc;
/poisonInnoculation;
/pause 30;
/say Applying Serotonin;
/serotoninInjection;
/pause 30;
/adrenalBoost;
/say Buffs are now complete.
/disband;
/macro bufff;
iesent
Sun Jul 24, 2005 8:20 am
#6
JoachimPeiper wrote:
OK kids.. here is what I wrote this afternoon. It seems to work, but I am willing to test it. Tweek the times based upon your mind recovery. Very slow, but it seems to work for my AFK bot. Make sure you name if BUFFF (with three f's):
/say Invite me for buffs;
/say Buff next buff cycle starts in 30 seconds;
/pause 30;
/join;
/say Applying Nutrient Injection;
/nutrientInjection;
/pause 30;
/say Applying Disease Innoc;
/diseaseInnoculation;
/pause 30;
/say Applying Endorphones;
/endorphineInjection;
/pause 30;
/say Applying Poison Innoc;
/poisonInnoculation;
/pause 30;
/say Applying Serotonin;
/serotoninInjection;
/pause 30;
/adrenalBoost;
/say Buffs are now complete.
/disband;
/macro bufff;
VERY HANDY thank u!
Rojar
Mon Jul 25, 2005 10:54 pm
#7
I've been using this for several days with my guild-mates. It works well. But honestly, not all of this work is mine. This is only a tweaked macro I found from reading here, so I figured I'd pass it along....If only I knew how to /tell a TargetAtCurser (AFK /tell)
Buff_To_Wound
- /say I'm AFK buffing & healing;
- /say If you need either, Please stand directly in front of me;
- /say I'll cycle through both processes;
- /say Starting the Buffing process in 10 seconds;
- /ui action targetAtCursor;
- /pause 10;
- /say ok %NT buffing will take 48 seconds;
- /nutrientinjection;
- /pause 8;
- /ui action targetAtCursor;
- /endorphineinjection;
- /pause 8;
- /ui action targetAtCursor;
- /serotonininjection;
- /pause 8;
- /ui action targetAtCursor;
- /adrenalboost;
- /pause 8;
- /ui action targetAtCursor;
- /poisoninnoculation;
- /pause 8;
- /ui action targetAtCursor;
- /diseaseinnoculation;
- /say Ok %NT Buffing is complete if you have 6 buffs;
- /say if you are done, please step away;
- /say I'll start healing in 10 seconds;
- /pause 10;
- /ui action targetAtCursorStop;
- /macro Wound_to_Buff
Wound_To_Buff
- /say Starting to heal;
- /whisper You won't feel a thing;
- /ui action targetAtCursor;
- /say ok %NT healing will take 40 seconds;
- /t For record keeping- Heal
- /healwound;
- /ui action targetAtCursorStop;
- /pause 20;
- /ui action targetAtCursor;
- /healwound;
- /ui action targetAtCursorStop;
- /pause 20;
- /ui action targetAtCursor;
- /healwound;
- /say Ok %NT, if you're healed, please step away;
- /say I'll start buffing in 30 seconds
- /pause 20;
- /ui action targetAtCursorStop;
- /macro Buff_To_Wound
Polizei
Tue Jul 26, 2005 3:48 am
#8
NO. Support silent buff-bots, I hate the Doctors that think the CL70+ people in the MO don't know why they're sitting there with a 110 Medical droid. You're sitting there to logout, right?
All you need to do is run through the cycles and have something like "Yes I'm a buffbot, tip me" at the /join part of your macro. People really do not care to know that you're applying Serotonin, we know you're applying Serotonin because we can see it below our HAM bars.
/rant
All you need to do is run through the cycles and have something like "Yes I'm a buffbot, tip me" at the /join part of your macro. People really do not care to know that you're applying Serotonin, we know you're applying Serotonin because we can see it below our HAM bars.
/rant
Rojar
Wed Jul 27, 2005 7:55 am
#9
Perhaps,
But I think your suggestion is extreme to the other side. There is balance somewhere in the middle. But I do agree, needless spam is annoying.
-Morbious-
Wed Jul 27, 2005 8:18 am
#10
I see you're using a pause of 20-30 seconds, I've found that I can use a 7 second pause and it works perfect.
Page 1 of 1