Bounty Hunter Archive
Thread: My Quick Equip Bounty Hunter Macros.
Page 1 of 1
IIA_Agent
Wed Jul 27, 2005 9:15 pm
#1
I have had several people ask me about the macros I use when hunting a mark. These macros help me eat all my food, and equip my armor, and weapons in under 2 seconds.
This consists of 3 sepperate macros.
I will show how I have them set up in my tool slots, but you can configure them differently if so needed.
On to the Macros.
This consists of 3 sepperate macros.
I will show how I have them set up in my tool slots, but you can configure them differently if so needed.
On to the Macros.
Macro#1 The Armor Macro
This macro will acticvate the macro that puts on the armor, and equips my weapon.
I have this macro in my 1st tool bar pane, in the Shift+F11 spot.
This macro will acticvate the macro that puts on the armor, and equips my weapon.
I have this macro in my 1st tool bar pane, in the Shift+F11 spot.
Macro:Armor
/ui action toolbarPane01;
/pause 0.3;
/ui action toolbarSlot00;
/pause 0.3;
/ui action toolbarPane00
/pause 0.3;
/ui action toolbarSlot00;
/pause 0.3;
/ui action toolbarPane00
Macro#2 The Food Macro
This macro will activate the macro that eats all my food/drink.
I have this macro in my Shift+f12 spot on the First tool bar Pane.
This macro will activate the macro that eats all my food/drink.
I have this macro in my Shift+f12 spot on the First tool bar Pane.
MAcro:Food
/ui action toolbarPane02;
/pause 0.3;
/ui action toolbarSlot00;
/pause 0.3;
/ui action toolbarPane00
/pause 0.3;
/ui action toolbarSlot00;
/pause 0.3;
/ui action toolbarPane00
Macro #3 this macro is the one that the previous 2 are activating. It is a simple macro that equips anything in the F2 - Shift+F5 spots in the toolbarpanes.
You will place one in the F1 spot of Toolbarpane2, and one in the F1 spot of Toolbarpane3.
You will place one in the F1 spot of Toolbarpane2, and one in the F1 spot of Toolbarpane3.
Macro:Equip
/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 toolbarSlot09;
/ui action toolbarSlot10;
/ui action toolbarSlot11;
/ui action toolbarSlot12;
/ui action toolbarSlot13;
/ui action toolbarSlot14;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarSlot07;
/ui action toolbarSlot08;
/ui action toolbarSlot09;
/ui action toolbarSlot10;
/ui action toolbarSlot11;
/ui action toolbarSlot12;
/ui action toolbarSlot13;
/ui action toolbarSlot14;
After you have these macros inplace put your armor in the F2 - F-Whatever spots int he 2nd toolbar pane.
Then do the same with the food, only use the 3rd toolbarpane for those.
Then do the same with the food, only use the 3rd toolbarpane for those.
Now when you are ready to attack you only have to hit Shift+f11, then Shift+F12 and you are fully armored, and full of food.
Make sure that you do not have anything equiped already that the macro will equip or it will take it off instead of putting it on.
Good luck, and questions post them here.
Togno
Wed Jul 27, 2005 9:44 pm
#2
I have my antiBH macro whichuse to serve as my BH macro. It is a lil simpler but along the same lines and should serve you well.
/ui action toolbarPane01;
/pause .2;
/ui action toolbarSlot00;
repeat down to
/ui action toolbarslot23;
/ui action toolbarPane00;
Then I have pauses placed where needed. The total leangth of the macro is about 2 seconds. I have not used up all toolbarslots but writing them into the macro for later use does nothing more than make a funny sound.
In the toolbarslots I have in about this order:
Heal macro
KD recovery --> oftenKD is an opening attack and will be used if KDed, if not Kded then to big deal. Just get an error message
adv duelest stance ---> this could be a duelest stance macro but I prefeer to not macro DS
equip weapon
armors
foods
spice
follow ----> after pub 19 you auto target the enemy attacking you, so I automatically follow the BH if not already rooted
Page 1 of 1