Doctor Archive
Thread: Enhance Macro?
Page 1 of 1
LordKalibah
Wed Dec 31, 2003 2:29 am
#1
Hi i just hit master doc and was wondering if you know an enhance macro so i press f1 or whatever and then it enhances all the stats ( with pauses respecitvly)
thanks
Meritt_cypher
Wed Dec 31, 2003 2:46 am
#2
i can tell you the macro i use. tis pretty simple. first i put all my enhances in the toolbar right next to each other. the macro looks like this.
buffing;
/ui action toolbarSlot04;
/pause 20;
/ui action toolbarSlot05;
/pause 20; do this till you cover all six toolbar slots with your enhances in
all done thank you.
Thats pretty much all there is to it i think.
buffing;
/ui action toolbarSlot04;
/pause 20;
/ui action toolbarSlot05;
/pause 20; do this till you cover all six toolbar slots with your enhances in
all done thank you.
Thats pretty much all there is to it i think.
Odohi
Wed Dec 31, 2003 3:55 am
#3
/healEnhance action;
/pause 16;
/healEnhance stamina;
/pause 16;
/healEnhance strength;
/pause 16;
/healEnhance constitution;
/pause 16;
/healEnhance quickness;
/pause 16;
/healEnhance health
/say All Set
keep the packs in your top level inventory (not in a backpack, satchel, etc)
works great because you can answer tells while you buff, and not have to worry about missing one
Eattei
/pause 16;
/healEnhance stamina;
/pause 16;
/healEnhance strength;
/pause 16;
/healEnhance constitution;
/pause 16;
/healEnhance quickness;
/pause 16;
/healEnhance health
/say All Set
keep the packs in your top level inventory (not in a backpack, satchel, etc)
works great because you can answer tells while you buff, and not have to worry about missing one
Eattei
Slimjim_Iapkre
Wed Dec 31, 2003 10:19 am
#4
If you put the enhance packs in a toolbar and use the /ui action toolbarSlot commands, you can put the packs in your backpack.
Page 1 of 1