Log in

View Full Version : Can somebody modify this macro for me?



sqeaky4100
09-22-2008, 05:54 PM
#showtooltip
/cast [combat,nomounted][modifier] Ghost Wolf
/cast [nostance,nocombat,noflyable] Horn Of the dire wolf
/dismount [mounted]
/cancelform [stance]


Right now it will cast my mount if
A) Out of combat and
B) cast with no modifiers.

And it will cast Ghost Wolf if
A) In combat and
B) with modifiers ( alt, ctrl, shift )


I WANT:

I want to change it so that the only time it trys to cast Ghost Wolf is when I use a modifier.

( I want this change because a lot of times im on the verge of leaving combat and I want to spam my mount until it works, and not use ghost wolf )




It seems simple, but I'm stumped... thanks for the help.

Ughmahedhurtz
09-22-2008, 06:18 PM
This should work:

/cast [nostance,modifier] ghost wolf
/stopmacro [flying]
/dismount
/use [noflyable] horn of the dire wolf
/use [flyable] item of the nifty flying mount

elsegundo
09-22-2008, 06:19 PM
#showtooltip
/dismount [mounted]
/cancelform [stance]
/cast [modifier] Ghost Wolf; [nostance,noflyable] Horn Of the dire wolf; Horn of the dire wolf


deleted "nocombat" because its redundant. wow wont let you mount up anyway, so using it is of no use.
this will change you into ghost wolf if you hit a modifier, any modifier. will cast your mount if you're in humanoid form in azeroth.

once you hit 70, add to the last line:
/cast [mod] Ghost Wolf; [nostance,noflyable] Horn of the dire wolf; [flyable] Swift flyingsomethingsomething.

sqeaky4100
09-22-2008, 10:13 PM
working great so far... however, with both of these macros, when Im in ghost wolf, and I hit the macro... it starts to cast the mount. Is there a way to make it just cancel the shapeshift?


Edit: nevermind, this worked:

#showtooltip
/dismount [mounted]
/cast [modifier] Ghost Wolf; [nostance,noflyable] Horn Of the dire wolf
/cancelform [stance]


Just had to change the location of the cancelform

Ughmahedhurtz
09-23-2008, 12:35 AM
lol...sorry about that. Completely brain-farted and forgot the nostance on the mount line. :P Glad it's working for ya!