View Single Post
10-27-13, 06:06 PM   #1
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
New Macro Conditionals?

Have these been posted before? I don't remember seeing them before: canexitvehicle, cursor, resting, shapeshift

canexitvehicle - seems self explanitory
cursor - true if the cursor is dragging a spell or item
resting - true if you're resting (in town/getting rested xp)
shapeshift - not tested but I think it follows HasTempShapeshiftActionBar (didn't trigger for druid forms)

Provided that I'm right about shapeshift, then would:
Code:
SecureCmdOptionParse("[vehicleui] [possessbar] 12; [overridebar] 14; [shapeshift] 13; [bar:2] 2; [bar:3] 3; [bar:4] 4; [bar:5] 5; [bar:6] 6; [bonusbar:1] 7; [bonusbar:2] 8; [bonusbar:3] 9; [bonusbar:4] 10; [bonusbar:5] 11; 1")
be correct for determining the correct action bar page?
  Reply With Quote