Brawler Archive
Thread: CoB Macro
Atama
Fri Sep 10, 2004 12:28 pm
#27
"Unarmed Center of Being Duration" is the name of the skill mod.
Also, even with 1 second added sometimes the macro will fire before CoB wears off, because of lag I guess.
Also, even with 1 second added sometimes the macro will fire before CoB wears off, because of lag I guess.
kestrellklein
Tue Oct 05, 2004 11:31 pm
#28
Does anyone have a CoB macro they can show me that they use thatruns nonstop, and doesn't interfere with anything in the combat queue or other macros?
Thanks!
morticide
Wed Oct 06, 2004 2:58 am
#30
Jirob1 wrote:you sure that intefers with combat queue ??
had to look up the correct syntax on the clear command - but yeah it will
RAWK_STAR
Wed Oct 06, 2004 4:10 am
#31
The loop
enjoy-
http://forums.station.sony.com/swg/board/message?board.id=swordsman&message.id=26612&no_redir=true
----- Start Macro COBLoop -----
/ui action clearCombatQueue;
/centerOfBeing;
/pause 30;
/macro COBLoop;
----- End Macro COBLoop -----
----- Start Macro COBOn -----
/alias ToggleCoB /macro COBOff;
/macro COBLoop
----- End Macro COBOn -----
----- Start Macro COBOff -----
/alias ToggleCoB /macro COBOn;
/dump
----- End Macro COBOff -----
----- Start Macro COB -----
/ToggleCoB
----- End Macro COB -----
After assigning all these macros, type "/alias ToggleCoB /macro COBOn" and then drag the COB macro to your toolbar. The first time you press it it will turn your CoB loop on, the second time you press it it'll turn the CoB loop off. I've got the same sort of toggle set up for my armor—makes life so much easier.
/ui action clearCombatQueue;
/centerOfBeing;
/pause 30;
/macro COBLoop;
----- End Macro COBLoop -----
----- Start Macro COBOn -----
/alias ToggleCoB /macro COBOff;
/macro COBLoop
----- End Macro COBOn -----
----- Start Macro COBOff -----
/alias ToggleCoB /macro COBOn;
/dump
----- End Macro COBOff -----
----- Start Macro COB -----
/ToggleCoB
----- End Macro COB -----
After assigning all these macros, type "/alias ToggleCoB /macro COBOn" and then drag the COB macro to your toolbar. The first time you press it it will turn your CoB loop on, the second time you press it it'll turn the CoB loop off. I've got the same sort of toggle set up for my armor—makes life so much easier.
Oh also If you are just master swords I would suggest making the pause 33 cause of lag and if you have master brawler make it 38.
Message Edited by RAWK_STAR on 10-06-2004 04:13 AM
Alila
Wed Oct 06, 2004 4:36 am
#32
well it only interferes in that it clears the combat que, it wont stop any of your other running macros, im running something like this:
"headhit" -macro:
/melee2hheadhit3
/melee2hheadhit3
/loot
/pause 1
/macro headhit
"intim" -macro:
/ui action clearCombatQueue
/intimidate1
/pause 10
/macro intim
"cob" -macro:
/ui action clearCombatQueue
/centerofbeing
/pause 16
/macro cob
starting all those keeps me attacking and looting, target intimidated and me centered (typos may exist, typed from memory)
i've also done short "one-shot" macros to heal states, heal damage and so on.. very handy
Beemf
Wed Oct 06, 2004 4:40 am
#33
nice macro rawk, could you tell me how to make macro for armor. its realy boring to click all the time on armor. :/
morticide
Wed Oct 06, 2004 4:46 am
#34
Beemf wrote:nice macro rawk, could you tell me how to make macro for armor. its realy boring to click all the time on armor. :/
if your stuff (and this macro) is on toolbar1 and your armor on toolbar2 (in slots 1-9) it would be as follows:
/ui action toolbarPane01;
/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 toolbarPane00;
that would switch to toolbar2, equip items in slots 1-9 (your armor) and switch back to toolbar1
now that was my old macro, so you may have to add pauses in it now to get it to work right
Tathizar
Wed Oct 06, 2004 12:28 pm
#35
woot, someone who doesn't use /ui action toolbarSlot
good on ya. with that macro he listed you of course have to name the macro itself center
RAWK_STAR
Wed Oct 06, 2004 7:31 pm
#36
Beemf wrote:
nice macro rawk, could you tell me how to make macro for armor. its realy boring to click all the time on armor. :/
I'd like to take credit for that macro but I cant I got it from that link and I'm very greatful for it
and I enjoy to pass it on to others lol.
Dont even bother with trying to make an armor macro cause now they made it to where you have to unequip the armor you are wearing first otherwise you get the "that slot is already occupied" message.
Message Edited by RAWK_STAR on 10-06-2004 07:35 PM
willone
Sat Oct 09, 2004 2:22 am
#37
Hi
Can anybody please tell me how to do a looping cob macro
Thanks
quitch
Sat Oct 09, 2004 5:19 am
#39
call the macro cob, then make this
/center;
/pause 32;
/macro cob