Doctor Archive
Thread: Bivoli Tempari Macro Template
Page 1 of 2
JavaHulk
Thu Oct 21, 2004 8:25 pm
#1
Iv just started buffing today and iv got it down except when My Bivoli runs out mid macro buff... Iv stopped the macro, ate more, and then finished by hand, but this is very irritating lol, is there a better way?
Baleorg
Thu Oct 21, 2004 8:34 pm
#2
not really...
but since i mostly buff without macros its not a hassle for me :-)
usually when i run the autobuff and one stat is lower or 2 then i tip back soem mony to compensate and jsut go on...
i always start with strength/quickness before going to regenrative then mainpools, so its not a big hassle anyway
but since i mostly buff without macros its not a hassle for me :-)
usually when i run the autobuff and one stat is lower or 2 then i tip back soem mony to compensate and jsut go on...
i always start with strength/quickness before going to regenrative then mainpools, so its not a big hassle anyway
Knocky
Thu Oct 21, 2004 8:48 pm
#3
I have my bilovi in slot 12 of my toolbar....adjust the numer 12 to whatever slot your bivoli is in...or stick it in a slot
My Bivoli lasts 16 minutes and some change. Change the number 15 to one less than your bivoli lasting time.
Macro name: BivoliTimer
Stick this macro into any available slot on your toolbar
/ui action toolbarSlot12;
/alarmaddin 0 15 Bilvoli One Minute WARNING
This macro gives you a system warning message letting you know the bivoli runs out in about a minute
Message Edited by Knocky on 10-21-2004 08:52 PM
Baleorg
Thu Oct 21, 2004 9:07 pm
#4
hmm never had that.. should check that, thanks 
but usualyl i buff aroudn and midbuff i check my timer manualy and know if i can buff one more or have to swtich to manual or do some woundheal whiel waiting to expire
but usualyl i buff aroudn and midbuff i check my timer manualy and know if i can buff one more or have to swtich to manual or do some woundheal whiel waiting to expire
Salebow
Fri Oct 22, 2004 4:56 am
#5
you'll prolly think i'm weird, but i prefer to sit there and buff each stat myself. that way i keep control of things, and can stop on a moments notice....
Knocky
Fri Oct 22, 2004 7:10 am
#6
Salebow wrote:
you'll prolly think i'm weird, but i prefer to sit there and buff each stat myself. that way i keep control of things, and can stop on a moments notice....
/dump
That will stop your macro in it's tracks.
TheBigDogWalker
Fri Oct 22, 2004 8:40 am
#7
Knocky wrote:
/dump
That will stop your macro in it's tracks.
Only problem with /dump is it kills all macros, and if you are using timed macros that can really mess you up...
Sobyv
Fri Oct 22, 2004 11:58 am
#9
I've done buffing with macro and without it. I liked the mindlessness of macro buffing, but it was too easy to make a mistake. I do it all by hand now even though I buff slower because of lag and /tells.
xrayallen
Fri Oct 22, 2004 8:55 pm
#10
I keep a buff macro, a /dump macro, and a piece of bivoli up in my shortcuts. In the middle of a buff you can see that your bivoli is about to run out. Just press the shortcut key that holds your bivoli and your ready to go for more.
Kamlan
Sun Oct 24, 2004 1:27 am
#11
JavaHulk wrote:
Iv just started buffing today and iv got it down except when My Bivoli runs out mid macro buff... Iv stopped the macro, ate more, and then finished by hand, but this is very irritating lol, is there a better way?
Since you're using a macro to buff, get a separate macro that tries to consume Bivoli every second. For example, if you put the Bivoli in slot F1 and call your macro eat_bivoli:
/ui action toolbarSlot00;
/pause 1;
/macro eat_bivoli;
This will make you eat a piece of Bivoli just as it runs out. Only thing is you have to make sure you keep replenishing your toolbar slot with a fresh piece of Bivoli once you've eaten it all.
Uriachin
Mon Oct 25, 2004 6:27 am
#12
Why don't you each bivoli before every buff like this...
/ui action toolbarSlot12; ( eat bivoli )
/pause 1;
/healenhance (STAT);
/pause x;
/ui action toolbarSlot13; ( eat bivoli )
/pause 1;
/healenhance (STAT);
/pause x;
/ui action toolbarSlot14; ( eat bivoli )
/pause 1;
/healenhance (STAT);
/pause x;
etc.....
If you have 3 stacks of 3 bivolis on your toolbar there's no way you'll run out .... they can't stack so you'll never use more than 1 at a time...and you'll have enough bivoli for almost 3 hours.
Message Edited by Uriachin on 10-25-2004 09:29 AM
Nacireen
Mon Oct 25, 2004 11:23 am
#13
Uriachin wrote:
Why don't you each bivoli before every buff like this...
/ui action toolbarSlot12; ( eat bivoli )
/pause 1;
/healenhance (STAT);
/pause x;
/ui action toolbarSlot13; ( eat bivoli )
/pause 1;
/healenhance (STAT);
/pause x;
/ui action toolbarSlot14; ( eat bivoli )
/pause 1;
/healenhance (STAT);
/pause x;
etc.....
If you have 3 stacks of 3 bivolis on your toolbar there's no way you'll run out .... they can't stack so you'll never use more than 1 at a time...and you'll have enough bivoli for almost 3 hours.
Message Edited by Uriachin on 10-25-2004 09:29 AM
Oh, I do SOO luv you right now.
Page 1 of 2