Close
Showing results 1 to 6 of 6
  1. #1

    Default [Wow] Sharing my all-around macros.

    Hi, I just figured the time I spend stealing other peoples macros, redefining them and learning the syntax of scripting is worthless if I don't share it. I hope someone can benefit from these. Most are obvious, but a lot of them tok me some time to figure out, so I hope they can at least help someone!!

    Ressurection Macro:
    Resses any member who died with one click. This works in normal groups too. You can copy it to all characters and change party# for faster ress. With this macro you don't have to target anything, just click it and it will ressurect anyone who died. You have to change the ressurection spell by the way; mine is ancestral spirit (shaman). For battlegrounds change the targets into your alts names.

    Code:
    /cast [target=party1, dead] Ancestral Spirit()
    /cast [target=party2, dead] Ancestral Spirit()
    /cast [target=party3, dead] Ancestral Spirit()
    /cast [target=party4, dead] Ancestral Spirit()



    Mount Macro
    Mounts your flying mount if you're in a flyable area - if you're not it mounts your normal mount - and the last line transforms into a ghost wolf if you're a shaman and unable to mount due to combat.

    Code:
    /cast [nomounted, flying, nocombat] Blue Wind Rider
    /cast [nomounted, noflying, nocombat] Swift Orange Raptor
    /cast [nomounted, combat] Ghost Wolf


    Bypass "Reincarnation" restriction.
    Normally wow wont let you cast reincarnate in a macro since it's a passive spell. BUT there is a way to bypass this by using this script (warning, side effects may occour)

    Code:
    /click StaticPopup1Button2


    Shaman Hearthstone
    Macro to HS more than usual with Astral Recall / Hearthstone in one macro. I rarely use this tbh, but ..

    Code:
    /castsequence reset=900 Astral Recall, Hearthstone


    Shaman shields
    Both shields in same key, basic macro but.. sharing is the key to knowledge..

    Code:
    /cast [mod:alt] Water Shield(); Lightning Shield()


    Shaman Flame+Frost
    Shaman flame+frost rotation in a macro (not using click) that includes target change and combat.. again simple macro, but sharing my work for anyone who might be new or so Change the assist to whatever target system your using.

    Code:
    /assist focus
    /castsequence reset=target/combat/12 Flame Shock(), Frost Shock()

  2. #2
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    42 views and no replies so I'll be the first to say...

    Thanks for sharing your macros.

  3. #3
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    I had a rez macro, similar to yours...
    But instead of party1, party2 etc, it was toon names.
    And it broke a few patches back.

    Something like:
    /cast [dead][dead,target=ToonA][dead,target=ToonB] Rez Spell

    Using party #'s is a good idea.
    Ideally, in the case of multiple toons down, I'd like both to be rez'd on the one click.
    Could accomplish that, by a fixed invite order, and party #'s.
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  4. #4

    Default

    Quote Originally Posted by Ualaa View Post
    I had a rez macro, similar to yours...
    But instead of party1, party2 etc, it was toon names.
    And it broke a few patches back.

    Something like:
    /cast [dead][dead,target=ToonA][dead,target=ToonB] Rez Spell

    Using party #'s is a good idea.
    Ideally, in the case of multiple toons down, I'd like both to be rez'd on the one click.
    Could accomplish that, by a fixed invite order, and party #'s.
    It will still work if you replace it with names, thats what I said for BGS cuz in bgs party# is messed.

  5. #5

    Default

    Ah cool, Ive been looking for something like the rez macro Thx for the info

  6. #6
    Rated Arena Member
    Join Date
    Apr 2008
    Location
    Denmark
    Posts
    351

    Default

    Ahh nice for sharing m8

Posting Rules

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