Swordsman Archive
Thread: Teach Me How
Justarous wrote:
HELP! i put this macro together, and all it does is turn me on and off AFK! any ideas?
hehe yea this happens to me too.
i think i dont have the alias part down right.
thr first time i ever did this, it seemed to work.
but then since then i jsut use the simple loot macro, cause teh toggle does not work for me.
now, do i have to prime the alias everytime i get login?
and if so , what exact;y do i type?
Syzygy-Gorath wrote:
My CoB macro is a little more…complex.
----- 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.
this makes no freakin sense at all
is each set a different macro?? im confused
Me neither do you actually put the ----'s in the macro?
Wha?
Syzygy-Gorath wrote:
My CoB macro is a little more…complex.
----- 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.
Great Post.....it is very useful. However, I'm curious to know how you did your Armor macro, because my armor macro is set up to equip my armor on and then armor off and switch tomy normal clothes with each press of the button. I use only 1 macro for it and no alias.....so I'm just wondering how you did a armor macro with the macro template above?