Teras Kasi Archive
Thread: Center of Being Tested new results...
LordMaxx
Sat Sep 11, 2004 4:04 pm
#14
to clear the combat queue its /ui action clearCombatQueue
so a simple macro would be
/ui action clearCombatQueue ;
/center ;
/pause 34 ; (this number could vary, but this is good to make sure old clears before new takes)
/ui action toolbarSlot12 ; (This is the Shift-F1 key where you could put the macro...add 1 for each slot over you end up using)
Warorri
Sun Sep 12, 2004 12:44 pm
#15
Hmmm... I have been using center of being for a while now but i havent really noticed if i counterattack or block or dodge any more than before but thats probably because it doesnt matter what prevents damage. I just look at thechat color maybe ill look a little closer.
Ramona_Garcia
Mon Sep 13, 2004 2:47 am
#16
Did some more testing, and adjusted the numbers in my first post.
Tyrson
Mon Sep 13, 2004 8:29 am
#19
LordMaxx wrote:
to clear the combat queue its /ui action clearCombatQueue
so a simple macro would be
/ui action clearCombatQueue ;
/center ;
/pause 34 ; (this number could vary, but this is good to make sure old clears before new takes)
/ui action toolbarSlot12 ; (This is the Shift-F1 key where you could put the macro...add 1 for each slot over you end up using)
Soild macro, but I always wonder... why the hell does everyone use /ui action toolbarSlot## to loop thier macros? /macro NameOfMacro is SO much better. Doesn't matter which toolbarPane your on AND it doesnt take a precious spot up on my tool bar!
antares_Kauri
Mon Sep 13, 2004 9:22 am
#20
Just over 20% improvement. Not too bad at all.
antares
master pikeman
antares
master pikeman
Atama
Mon Sep 13, 2004 3:17 pm
#23
"Soild macro, but I always wonder... why the hell does everyone use /ui action toolbarSlot## to loop thier macros? /macro NameOfMacro is SO much better. Doesn't matter which toolbarPane your on AND it doesnt take a precious spot up on my tool bar!"
That's for people who already have CoB in the toolbar. In that case it's no harm to use /ui action toolbarSlot.
Myself, I just use /macro cob when I want to activate the macro, and I end the macro with /macro cob.
I don't know anyone who switches toolbar panes on a regular basis, that would be so confusing for me.
Tathizar
Tue Sep 14, 2004 12:47 am
#24
lol, /agree tyrson AGAIN
i don't think people realize aboutthehow to loop the macro that way....
Takoma
Wed Sep 15, 2004 8:40 am
#25
In other words
Name macro cob
/center;
/pause 34;
/macro cob;
cake