1. #2081
    Deleted
    First:
    Code:
    /use [nomod:ctrl]Maul
    /use Mangle(Bear)
    Won't work

    Code:
    /cast [nomod:ctrl]Maul
    /cast Mangle
    Should though

    Code:
    /cast Mangle
    /stopmacro [mod:ctrl]
    /cast Maul
    Should definitely work if the above doesn't (and is a little easier to understand).

  2. #2082
    In other words
    Code:
    #showtooltip
    /cast Mangle
    /cast [nomod:ctrl]Maul

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #2083
    Quote Originally Posted by Treeston View Post
    What about just:
    Code:
    #showtooltip
    /cast [mod:ctrl]Mangle; Maul
    That won't cast both on no ctrl.

  4. #2084
    Deleted
    Ah, yeah. I, as always, didn't read the thread and forgot that Maul was off the GCD.

  5. #2085
    The first one I linked that the official forums gave worked. Just with a tweak to a name.

    It's Mangle(Bear Form), for future reference

    But thanks for all the help The macro is working great. :3 Though... because of it, I discovered a bug, that I must now report, rofl.

  6. #2086
    Holy Light macro:

    #showtooltip
    /cast [@mouseover] holy light; [@target, help] holy light; [] holy light

    have tried this in game, and only the mouseover part works.

    hoping to have it cast on my mouseover first
    i want it to cast on my target if i have no mouseover
    if i have no mouseover or target i want it to cast on myself

    any replies would be appreciated. thanks


    edit: nvm, figured out where i went wrong, needed to add ",exists" after @mouseover
    Last edited by CrowShammy; 2011-06-04 at 03:53 AM.
    you guys failing doesn't mean the class fails.

    It means that -you- fail. Some people clearly make it work, but you guys keep going "NO! NO! LIES! ALL LIES!! That's the ONLY possible explanation for why you do well while I don't!!".
    You don't seem to even consider for one second that the problem just might lie with you.

  7. #2087
    Cut it down a lot
    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][]Holy Light

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  8. #2088
    Field Marshal Thedoors's Avatar
    10+ Year Old Account
    Join Date
    Nov 2010
    Location
    Cypress, TX
    Posts
    92
    Hey, I need a macro that will cast the followning:

    Backstab
    Feint (When up)

    I know it's simple, I'm just a retard. Thank you very much.

  9. #2089
    Feint is on the GCD so it has to be binded separately.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  10. #2090
    Herald of the Titans Gracin's Avatar
    15+ Year Old Account
    Join Date
    May 2008
    Location
    BFE, USA
    Posts
    2,654
    Alright so I'm using

    #showtooltip
    /cast [target=mouseover,help] Chain Heal; [help] Chain Heal; Chain Heal
    As my mouseover macro swapping in which heal I need and it works perfectly fine. However when I swap Earth Shield in all it does is selfcast Earth Shield on me instead of my mouseover target. I have to hard target a player for it to cast Earth Shield on another player.

  11. #2091
    Quote Originally Posted by Evián View Post
    Alright so I'm using



    As my mouseover macro swapping in which heal I need and it works perfectly fine. However when I swap Earth Shield in all it does is selfcast Earth Shield on me instead of my mouseover target. I have to hard target a player for it to cast Earth Shield on another player.
    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][]Chain Heal
    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][]Earth Shield

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  12. #2092
    I recently wrote a macro for my shaman which prioritises mouseovers which will purge/cleanse enemies/allies (also works just targeting one of either with no mouseover) and when i hold down alt cleanses myself. The problem i've encountered is that when mousing over gladius frames it won't purge the person im hovering over (just resorts to @target commands). I'm not at home right now so can't paste the macro in but i thought it might be a known issue with certain addons so i'd ask here. If not then i'll post my macro when i can.

    If it is just a known issue and nothing will work i was wondering if there were commands for moving the standard blizzard ui enemy arena team frames (the small ones top right near minimap) which i could then just reposition and not bother with gladius.

    Thanks in advance. :~)

  13. #2093
    The Gladius arena enemy frame has it's own special bindings as well with Leftclick\Rightclick\etc but as long as you have something like this binded separately it should work fine.

    Code:
    #showtooltip
    /cast [mod:alt,@player]Cleanse Spirit;[@mouseover,harm,nodead][harm]Purge;[@mouseover,help][]Cleanse Spirit

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  14. #2094
    Herald of the Titans Gracin's Avatar
    15+ Year Old Account
    Join Date
    May 2008
    Location
    BFE, USA
    Posts
    2,654
    Quote Originally Posted by lawomous View Post
    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][]Chain Heal
    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][]Earth Shield
    Thank you for shortening the macro, but it's still casting Earth Shield on me instead of my mouseover target. It will only cast earth shield on a target if I hard target them.

  15. #2095
    I'm thinking the problem is that you're using mouseover macros incorrectly and clicking Earth Shield, because I just tested the macro I gave you and it works beautiful.

    Have it bound to a key like 1...2..3... etc, then have your mouse over someone's body or unitframe if they are in your party and hit the keybind for the skill do not click it or that defeats the purpose of mouseover.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  16. #2096
    Herald of the Titans Gracin's Avatar
    15+ Year Old Account
    Join Date
    May 2008
    Location
    BFE, USA
    Posts
    2,654
    Quote Originally Posted by lawomous View Post
    I'm thinking the problem is that you're using mouseover macros incorrectly and clicking Earth Shield, because I just tested the macro I gave you and it works beautiful.

    Have it bound to a key like 1...2..3... etc, then have your mouse over someone's body or unitframe if they are in your party and hit the keybind for the skill do not click it or that defeats the purpose of mouseover.
    I have it bound to num1 on my razer naga, I mouse over a target hit it and it cast's on me instead of the moused over person.

  17. #2097
    Deleted
    What unit frames are you using it with?

  18. #2098
    Herald of the Titans Gracin's Avatar
    15+ Year Old Account
    Join Date
    May 2008
    Location
    BFE, USA
    Posts
    2,654
    Tukui. Every other mouse over macro I have works fine with it, just seems that earth shield is the problem.

    Edit: I just turned of Tukui and it's still not casting on the mouseover.
    Last edited by Gracin; 2011-06-05 at 06:47 PM.

  19. #2099
    You 100% sure that you're pulling the macro from your macro book and not using the unmacroed skill?

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  20. #2100
    Herald of the Titans Gracin's Avatar
    15+ Year Old Account
    Join Date
    May 2008
    Location
    BFE, USA
    Posts
    2,654
    Quote Originally Posted by lawomous View Post
    You 100% sure that you're pulling the macro from your macro book and not using the unmacroed skill?
    DOH! Apparently not. Lmao excuse me while I go cry in my crying corner in shame.

Posting Permissions

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