You are not logged in.
Been trying to make a set of two macros that seemed dead easy to craete, but either I'm making a silly mistake or the mechanics I wanted to apply are no good here.
basically I want macro A to cast bear form or swimming form with a modifier.
same with macro B - cat form or travel form with modifier.
I'm pretty sure that there is no mistake in the macros I've made for this purpose - I've coppied a macro I'm using with other spells and changed names\commands. I'm probably missing something more complex. Can paste the ones I have in the evening, but since they do not work I see no point in it.
ps. thought there was a durid-friendly macros thread, can't seem to find it atm.
Offline
You can do it like this:
Macro A:
/cast [modifier:shift] Aquatic Form; Bear Form
Macro B:
/cast [modifier:shift] Travel Form; Cat Form
However, you can combine the travel forms in a single macro:
Macro C:
/cast [modifier:shift,flyable,nocombat] Swift Flight Form; [modifier:shift,swimming] Aquatic Form; [modifier:shift, outdoors] Travel Form; Bear Form
This selects selects the best possible travelform if you hold down "shift" while pressing it. Otherwise it puts you in bear form.
Last edited by xzar (2007-10-30 18:00:56)
Offline
post the macros you made
Offline