Fencer Archive
Thread: Always CoB Macro
Page 1 of 1
Kragen2uk
Mon Mar 22, 2004 8:49 pm
#1
I'm trying to make my 'always centered' macro... I get the timing right, but whenever I pile some specials together for some reason the CoB gets inserted into the cue. This is different to a friends computer where the CoB is independant... This (as you can imagine) is right pain as when I have a long string of specials mapped out, it could be some time before my macro centers me. In fact I find that I cant center until the cue is gone anyway... what am I doing wrong? is there an option or something?
Drag00n169
Mon Mar 22, 2004 9:31 pm
#2
Thats the same with my CoB, maybe you can set the macro up so that it tells you when you have like 5 seconds of CoB remaining, then you can clear the que so you dont have to wait.
TheGreatOne00
Mon Mar 22, 2004 11:46 pm
#3
Put a /ui action clearCombatQueue; line before you /center again. Works great
Kragen2uk
Tue Mar 23, 2004 2:07 am
#4
yeah, thats the macro on a friends computer - works great on his too
On mine though, as far as I can tell the /center command just gets added to the combat que, and with a que of specials (maybe a heal), thats a long time until I am centered again. I just wondered what's up with it.
I might have another experiment later today on dath...
Kragen2uk
Tue Mar 23, 2004 2:08 am
#5
clearing the combat que wouldnt fully work either I dontt think, and ist a damm annoying thing to happen every 30s
Willowywicca
Tue Mar 23, 2004 4:45 am
#6
hmm I didn't know of that queue clearing command, so ill have to try that.. my macro is
/peace
/pause 1;
/centreofbeing;
/pause1;
/centreofbeing;
/pause 35;
/macro centre;
or something like that.. it works a bit more reliably in laggy situations I find.. 
Will try swapping /peace with that queue clearing command tho, as that'd be more handy since I wouldn't need to restart combat myself each time..
ShaoSanPoi
Tue Mar 23, 2004 9:11 am
#7
I use a very simple macro and loop it to keep a constant CoB. It does not seem to be effected by the combat que. I use
/centerofbeing;
/pause 32;
/ui action toolbarslot 02;
I'm at work and can't check the proper capitalization, but that's the general idea. I called the macro cob and placed it in the 3 toolbar slot from the left.
thrthr
Tue Mar 23, 2004 1:59 pm
#8
Here is my macro(name of it is cobloop):
/centerOfBeing;
/pause X;
/macro cobloop;
(X = Center of Being Duration + 1)
To stop using it just type use /dump command.
Page 1 of 1