View Single Post
04-08-09, 01:10 PM   #14
Zanthor
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 64
Maul,

I am trying to create macro's which will be utilized for multiboxing in a focusless leaderless targetless system while maintaining functionality of the posess and vehicle bars.

My ultimate goal is to create bars that work off each other to enable me...

With no keybindings a single button:
/target [mod:]Player1;[mod2:]Player2;[mod3:]Player3 (etc)

Multiple buttons with no keybindings:
/cast spell

A vehicle bar with no keybindings:
vehicle buttons (ActionID 121-130?)

And finally the glue that pulls this all together (I hope)... two bars, one with:
Normal mode with keybindings:
/click MacaroonButtonID (this is the target macro above)
/click MacaroonButtonID (this is the casting button referenced above)

Vehicle Mode with override keybindings:
/click MacaroonButtonID (this is the target macro above)
/click MacaroonButtonID (this is the vehicle bar 1-9 buttons)

So... my question is - is there a better way to address this or am I just hitting the ceiling of what Blizzard wants us to be able to do? The end goal of course is that hotkeys 1-= work for my spells when I'm casting and for my vehicle when I'm posessing... the reason I use two bars (one vehicle, one normal) is so I can still use my non-possess bar in vehicle fights if necessary (some quests, the discs in EOE, etc).