1. #1

    Wild Charge Macro help

    Hello,

    I'm trying to make a macro for the different Wild Charge abilities (dependent on Shapeshift form) so that I have a hotkey to go bear -> charge, cat -> daze, etc. Is there a way for the macro to check if I'm currently in the form needed? My current one:

    #showtooltip Moonkin Form
    /cast Moonkin Form
    /cast Wild Charge

    Keeps taking me in/out of form.

    Thanks in advance!

  2. #2
    Doesn't wild charge change function according to form without the need for a macro? I thought mine did but i'm not in front of my home computer at the moment.

    Do you want a macro to change form for you and then cast charge? I think they changed something with macros a while ago that doesn't let you cast a sequence like that anymore. Maybe i'm remembering wrong though. You could however use a modifier key for the charge part.

    maybe:

    #showtooltip Wild Charge
    /cast [@mouseover,exists,help,stance:0] [@target,stance:0,help] Wild Charge
    /cast [stance:1/2,@mouseover,exists,harm][stance: 2,@target,exists,harm] Wild Charge
    /cast [stance:1/2/3] Wild Charge
    Last edited by iamthedevil; 2017-02-21 at 11:01 PM.

  3. #3
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    Code:
    #showtooltip
    /cast [stance:4] Wild Charge; Moonkin Form

    disengage if you are in chickensuit, otherwise shapeshifts into it

    edit: Stance number is in order Bear, Cat, Travel, Chicken, Tree

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •