macro question

solvogero

Legend
...still can't find the macro forum (did the remove it with the upgrades a few months ago?), so I'm putting it up here. I can't get the below macro to work properly. The issue is that the yellow portion doesn't work. When I click the shift, the icon shows the trike key, it just doesn't do anything....Now, when i remove the part in red, the trike key works fine. Anyone know how i can keep both parts in? Casting Timber Wolf works fine without pressing shift.



the entire macro works perfectly without the yellow OR without the red.



Thanks.











/console Sound_EnableSFX 0

/cast [mod:shift] Goblin Trike; Timber Wolf

/cast [swimming] Aquatic Form(Shapeshift); [outdoors] Travel Form(Shapeshift); [indoors] Cat Form(Shapeshift)

/console Sound_EnableSFX 1

/run UIErrorsFrame:Clear()
 
Perhaps



/console Sound_EnableSFX 0

/cast [mod:shift] Goblin Trike; Timber Wolf

/cast [swimming] Aquatic Form(Shapeshift); [nostance, outdoors] Travel Form(Shapeshift); [indoors] Cat Form(Shapeshift)

/console Sound_EnableSFX 1

/run UIErrorsFrame:Clear()



Or



/console Sound_EnableSFX 0

/cast [nocombat, mod:shift] Goblin Trike; [nocombat] Timber Wolf

/cast [swimming] Aquatic Form(Shapeshift); [outdoors] Travel Form(Shapeshift); [indoors] Cat Form(Shapeshift)

/console Sound_EnableSFX 1

/run UIErrorsFrame:Clear()



I thought I was pretty good with macros but I'd have to see it panned out in game to really give a good answer >.<
 
Wow I didn't even consider that >.< I might have if I tried it in game but my druid only has one mount >.> Yey travel form
 

Users who are viewing this thread

Top