1. #1

    Remove totems with a macro?

    I originally posted this on the shaman forum, but someone tipped me to try my luck on the macro forum instead.

    Now that there is a way to remove totems by rightclicking the totem icons, I'm wondering if there's some way to do the same in a macro. The basic idea is to remove all totems without using a GCD - the same as right-clicking through all the 4 totem icons, but with 1 keypress and no clicking. If it's possible to do this with some addon, I'd love to hear about it aswell.
    "The Insane" is the Everest of WoW.
    Why would anyone want to do it? Because it's there.

  2. #2
    This should work.

    Code:
    /script DestroyTotem(1);
    /script DestroyTotem(2);
    /script DestroyTotem(3);
    /script DestroyTotem(4);
    1 = Fire
    2 = Earth
    3 = Water
    4 = Air

    Not sure if the scripts could be combined to a single line or not.
    Last edited by Judge40; 2011-01-19 at 11:01 AM.

  3. #3
    Quote Originally Posted by Judge40 View Post
    This should work.

    Code:
    /script DestroyTotem(1);
    /script DestroyTotem(2);
    /script DestroyTotem(3);
    /script DestroyTotem(4);
    1 = Fire
    2 = Earth
    3 = Water
    4 = Air

    Not sure if the scripts could be combined to a single line or not.
    Just tested and it works.

  4. #4
    Dreadlord Kaga's Avatar
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    Aberdeen, Scotland
    Posts
    981
    just curious, but why would you want to do this? using a macro and losing the mana gained by totemic recall seems a hefty price to pay (as ele/resto anyways) just to save a GCD.
    Kaga, raid leader of Shafted, Ragnaros-EU.

  5. #5
    Maybe he has access to a friends shammy and wants to macro this in to all his buttons for fun?

  6. #6
    Quote Originally Posted by Judge40 View Post
    This should work.

    Code:
    /script DestroyTotem(1);
    /script DestroyTotem(2);
    /script DestroyTotem(3);
    /script DestroyTotem(4);
    1 = Fire
    2 = Earth
    3 = Water
    4 = Air

    Not sure if the scripts could be combined to a single line or not.
    Thanks! <3

    Quote Originally Posted by Kaga View Post
    just curious, but why would you want to do this? using a macro and losing the mana gained by totemic recall seems a hefty price to pay (as ele/resto anyways) just to save a GCD.
    Operative part "as ele/resto"... I want to use this as enha, where TR gives me less than 100 mana which means nothing.
    "The Insane" is the Everest of WoW.
    Why would anyone want to do it? Because it's there.

  7. #7
    The GCD saved will allow him to throw out an extra spell / ability. Could be quite useful in PvP occasionally.
    Quote Originally Posted by Grokan View Post
    Yelling at the leaky gas tank is much less effective than patching it up.

Posting Permissions

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