1. #1
    Deleted

    Useful Monk Macros

    I couldn't find any active threads containing general, useful macros for our class. So thought I'd make one!

    Here's a little list of the macros I use:

    General mouse-over macro. Casts on your mouse-over target > Actual target (if no mouse-over) > Yourself (if no target at all).
    Simply replace the three 'Detox' with the spell of your choice.
    #showtooltip
    /cast [@mouseover,help][help][]Detox

    The same mouse-over with Goblin Glider on shift + (your key).
    Use /cast [nomod] Life Cocoon (if you don't want a mouse-over)
    #showtooltip Life Cocoon
    /use [mod:shift]15 ;[@mouseover,help][help][]Life Cocoon

    Mouse-over macro for Chi Burst or Chi Wave (depending on which you have). The last line will make the tooltip work for the spell you learnt.
    Replace 'MACRONAME' on the last line with the name of the macro.
    #showtooltip
    /cast [@mouseover,help][help][]Chi Burst
    /cast [@mouseover,help][help][]Chi Wave
    /run local G=GetSpellInfo SetMacroSpell("MACRONAME", G"Chi Wave"or "Chi Burst")

    Please share if you have/have come across any other!

    Edit: Removed the redundant spells. Thanks lawomous!
    Last edited by mmoc182bc215f9; 2012-11-16 at 05:29 PM.

  2. #2
    These macros can be made a bit more efficient by removing the redundant spells. Example:

    Code:
    #showtooltip
    /cast [@mouseover,help][help][]Detox
    Code:
    #showtooltip Life Cocoon
    /use [mod:shift]15 ;[@mouseover,help][help][]Life Cocoon
    Code:
    #showtooltip
    /cast [@mouseover,help][help][]Chi Burst
    /cast [@mouseover,help][help][]Chi Wave
    /run local G=GetSpellInfo SetMacroSpell("MACRONAME", G"Chi Wave"or "Chi Burst")

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    Deleted
    Quote Originally Posted by lawomous View Post
    These macros can be made a bit more efficient by removing the redundant spells. Example:
    Didn't know that worked. But thanks!

    Updated the macros on the main post. Thanks again!
    Last edited by mmoc182bc215f9; 2012-11-16 at 05:30 PM.

  4. #4
    For my Brewmaster, I use a few macros to make my life a bit easier.

    This is the macro I use for my Tier 2 Healing talents. This macro will cast both Chi Wave and Zen Sphere on myself and will cast Chi Burst on my Black Ox Statue. The last line allows me to not have to swap targets at all for using these talents. I haven't found a good way to use #showtooltip for this macro, but it doesn't bother me since I have this on a hidden action bar and I don't use Chi Wave on cooldown anyways.

    /target Black Ox Statue
    /cast Chi Burst
    /cast [@player] Chi Wave
    /cast [@player] Zen Sphere
    /targetlasttarget


    ---------- Post added 2012-11-16 at 12:29 PM ----------

    Quote Originally Posted by Birkin View Post
    ...I haven't found a good way to use #showtooltip for this macro, but it doesn't bother me since I have this on a hidden action bar and I don't use Chi Wave on cooldown anyways.
    /run local G=GetSpellInfo SetMacroSpell("MACRONAME", G"Chi Wave"or "Chi Burst")
    Will adding this logic to the end of my macro allow me to use #showtooltip?

  5. #5
    Scarab Lord Grubjuice's Avatar
    10+ Year Old Account
    Join Date
    Jun 2012
    Location
    Spook central
    Posts
    4,167
    i use mod macros a lot to concentrate more buttons on to my left hand

    Button 1:
    #showtooltip
    /castse [mod:shift] Rushing Jade Wind; [mod:alt] Spinning Crane Kick; Jab
    button 2:
    #showtooltip
    /cast [mod:shift, @player][mod:alt, @target] Chi Wave; Tiger Palm
    button 3: (if i have 4 chi, it will cast Guard and BoK simulaneously)
    #showotooltip
    /targetenemy [help][dead][noexists]
    /cast [mod] Guard
    /cast Blackout Kick
    Button 4: I can cast KS and BOF in sequence or i can cast BOF seperately when appropriate.
    #showtooltip
    /targetenemy [help][dead][noexists]
    /castsequence [nomod] reset=6 Keg Smash, Breath of Fire; Breath of Fire
    Button 5:
    #showtooltip
    /cast [mod] Purifying Brew; Elusive Brew
    button r:
    #showtooltip
    /cast [mod] Dizzying Haze; Provoke
    button f:
    #showtooltip
    /cast [mod] Summon Black Ox Statue; Expel Harm
    Button t:
    #showtooltip
    /tar [mod] Black Ox Statue
    /cast [mod] Provoke; Leg Sweep
    /targetlast target [mod]
    Middle mouse button:
    #showtooltip
    /dismount
    /cast [mod] Roll, [@target, exists, harm, nodead] Charge; [indoors][combat] Roll; Magnificent Flying Carpet;
    i have several others but don't remember them all.
    Last edited by Grubjuice; 2012-11-16 at 05:38 PM.

  6. #6
    Deleted
    Quote Originally Posted by Birkin View Post
    For my Brewmaster, I use a few macros to make my life a bit easier.

    This is the macro I use for my Tier 2 Healing talents. This macro will cast both Chi Wave and Zen Sphere on myself and will cast Chi Burst on my Black Ox Statue. The last line allows me to not have to swap targets at all for using these talents. I haven't found a good way to use #showtooltip for this macro, but it doesn't bother me since I have this on a hidden action bar and I don't use Chi Wave on cooldown anyways.



    ---------- Post added 2012-11-16 at 12:29 PM ----------





    Will adding this logic to the end of my macro allow me to use #showtooltip?
    /run local G=GetSpellInfo SetMacroSpell("MACRONAME", G"Chi Wave"or "Zen Sphere")
    This would change the tooltip to either Chi Wave or Zen Sphere, yes. Depending on which you use.

Posting Permissions

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