Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 15
  1. #1

    Default Shammies elemental pets macro help needed!!!

    Need help tweaking these two into one button...
    tried variations such as keymods for earth/fire
    all i get is lesser healing wave cast each time...
    any ideas?
    server maintenance so i can't copy out me macro..sry..
    but if you can suggest some things Im sure you get the gist already

    http://www.wowwiki.com/Useful_macros_for_shamans
    .............
    Holding alt while using this macro will first drop your Earth Elemental, and upon second press target and focus it. You may then proceed to spam this macro, casting Lesser Healing Wave on the Greater Earth Elemental without losing your current target.


    #showtooltip Earth Elemental Totem
    /cast [target=focus,nomodifier:alt] Lesser Healing Wave
    /stopmacro [nomodifier:alt]
    /cast Earth Elemental Totem
    /target Greater Earth Elemental
    /focus


    Below is a similar macro for the Greater Fire Elemental.


    #showtooltip Fire Elemental Totem
    /cast [target=focus,nomodifier:alt] Lesser Healing Wave
    /stopmacro [nomodifier:alt]
    /cast Fire Elemental Totem
    /target Greater Fire Elemental
    /focus

  2. #2
    Member Souca's Avatar
    Join Date
    Aug 2008
    Location
    Rocky Mountain High
    Posts
    1101

    Default

    So let me make sure I understand what you are asking. You want both the fire and earth elemental in one button? Currently what sort of error do you get when the macro doesn't work? I don't have my elementals yet and I'm at work so I can't test anything.

    - Souca -
    This space for rent.

  3. #3

    Default

    /cast [target=focus,nomodifier:alt] Lesser Healing Wave
    /stopmacro [nomodifier:alt]
    /cast [nomodifier:alt] Fire Elemental Totem;Earth Elemental Totem
    /focus [target=Greater Fire Elemental,help,nodead]; [target=Greater Fire Elemental,help,nodead]

    This is generally what I'm shooting for...server down again so this is from memory...but my results are pretty much just the shammy casting lesser healing wave repeatedly...not getting to the summons part even..
    the idea is to summon fire or with alt pressed earth elemental...focus it for boss fights n what have you..n heal elemental on rest of presses...

  4. #4

    Default

    To tweak it into one button i would do:

    /cast [target=focus,nomod] Lesser Healing Wave
    /stopmacro [nomod]
    /cast [mod:alt] Fire Elemental Totem;[mod:ctrl]Earth Elemental Totem
    /focus [target=Greater Fire Elemental,help,nodead,mod:alt]; [target=Greater Earth Elemental,help,nodead,mod:ctrl]

    This results in:

    normal keypress: LHW on focus
    alt+key : Fire Elmental + Focus on Fire Elemental
    ctrl+key: Earth Elemental + Focus on earth Ele

    (shift+key would result in nothing, you could use this for another heal option like normal Healing Wave)
    (
    /cast [target=focus,nomod] Lesser Healing Wave;[target=focus,mod:shift]Healing Wave
    /stopmacro [nomod]
    /stopmacro [mod:shift]
    /cast [mod:alt] Fire Elemental Totem;[mod:ctrl]Earth Elemental Totem
    /focus [target=Greater Fire Elemental,help,nodead,mod:alt]; [target=Greater Earth Elemental,help,nodead,mod:ctrl]
    )

    Another thing i'm not exactly sure is, how this would work in a multi shaman enviroment, where multiple Elemnetals are out...

    perhaps you could use a simple:
    /focus [target=pet]

    as the last line
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  5. #5
    Member Souca's Avatar
    Join Date
    Aug 2008
    Location
    Rocky Mountain High
    Posts
    1101

    Default

    Your problem is that focus isn't getting set correctly. What will happen is that the totem will drop and then the focus will be set, but the elemental won't spawn for half a second or so and you will have defaulted to focusing on yourself.

    Try using the macro, but mannually focusing on the elemental after it is up. If things work good after that, its like I suspected.

    - Souca -
    This space for rent.

  6. #6

    Default

    Your brilliance is truly appreciated
    I shall try it shortly and let ya know for when you get your pets...

  7. #7

    Default

    final form..to keep it under char limit for macros....



    /cast [target=focus,nomod] Lesser Healing Wave;[target=focus,mod:shift]Healing Wave

    /stopmacro [nomod]

    /stopmacro [mod:shift]

    /cast [mod:alt] Fire Elemental Totem;[mod:ctrl]Earth Elemental Totem

    /focus [target=pet]



    It works fabulously...

    I am so chuffed to have a quick tank heal summon button working now..its very warlock like
    mucho thanks Souca and olipcs :thumbup: 8) :thumbsup: 8o

  8. #8

    Default

    Hey, thats why we are here: to learn, share and discuss
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  9. #9
    Member Souca's Avatar
    Join Date
    Aug 2008
    Location
    Rocky Mountain High
    Posts
    1101

    Default

    Quote Originally Posted by 'tizwaz',index.php?page=Thread&postID=111704#post1 11704
    mucho thanks Souca and olipcs :thumbup: 8) :thumbsup: 8o
    Awesome. I'm glad it worked out, the macros can be a pain sometimes. The one I've been trying to do is to get a castsequence to work with multiple targets. Something like

    /castsequence [target=party1target] Lightning Bolt, [target=party1] Healing Wave, [target=player] Water Shield

    Hope that makes sense. So far I haven't been able to get it to do more than one of the spells. I think it is taking the first option and applying it to all the spells in the sequence. Grr.

    - Souca -
    This space for rent.

  10. #10

    Default

    there is currently no option known to cast a /castsequence with diffrent targets
    Because the options (like the target, modifiers) are defiend for the hole castsequence not the individual Actions of the sequence.
    (as far as i know)

    Only thing you could do, is to have a static "unit" for the castsequence like the focus, and change this unit, between the keypresses of your sequence.

    Example:

    Castsequence makro (bind to "2"):
    /castsequence [target=focus] Lightning Bolt, Healing Wave, Water Shield

    Another makro (bind to "3"):
    /focus [nomod,target=party1target];[mod:shift,target=party1];[mod:ctrltarget=player]

    Then you could press the following for the "sequence":

    3,2,"shift+3",2,"ctrl+3",2

    but honestly, 3 simple buttons (or one makro with 2 modifiers might be simpler, like:

    /cast [target=party1target,nomod] Lightning Bolt;[target=party1,mod:shift] Healing Wave, [target=player,mod:ctrl] Water Shield

    )
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

Similar Threads

  1. Replies: 27
    Last Post: 02-16-2009, 12:41 PM
  2. Elemental Oath - should all shammies have it?
    By magwo in forum PvP Discussion
    Replies: 9
    Last Post: 02-11-2009, 02:40 AM
  3. Shaman elemental (pets), any tips?
    By yarr in forum Multiboxing Group Composition Discussion
    Replies: 3
    Last Post: 12-18-2008, 05:20 AM
  4. Looks like hunter pets get a much needed boost in exp
    By Jaws5 in forum General WoW Discussion
    Replies: 5
    Last Post: 08-06-2008, 11:35 AM
  5. Maraudon Princess killed by Elemental Shammies!
    By Maxion in forum Screenshots and Digital Art
    Replies: 1
    Last Post: 07-23-2008, 02:22 AM

Posting Rules

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