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

    Default Help with Elem Shaman Macro

    Hi there. I have an issue where the last line of the Elem Shaman macro is not firing in my macro. It never casts the Lightning Bolt part but everything else works fine. Am I missing something here? Thank for any help.

    /run SetCVar("Sound_EnableSFX","0")

    /use 10
    /use 13
    /cast Blood Fury
    /cast elemental mastery

    /click sdf__DPS1
    /click sdf__DPS2
    /click sdf__DPS3
    /click sdf__DPS4

    /run SetCVar("Sound_EnableSFX","1")
    /script UIErrorsFrame:Clear()

    The actual lines are

    /castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    /castsequence reset=combat lava burst,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    /castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,
    /cast lightning bolt
    Last edited by Hellektro : 03-25-2010 at 01:51 PM

  2. #2

    Default

    Put the lightning bolt line as the last line of your main macro instead of its own /click macro.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  3. #3

    Default

    Quote Originally Posted by Maxion View Post
    Put the lightning bolt line as the last line of your main macro instead of its own /click macro.

    Ah thank you for the help. So instead of /click sdf__DPS4 I would just do /cast lightning bolt?

    Well just tried it on my lead shaman and it only sometimes fires off Lightning Bolt. Most cycles he just stands there till macro resets.
    Last edited by Hellektro : 03-25-2010 at 01:57 PM

  4. #4

  5. #5

    Default

    Quote Originally Posted by Hellektro View Post
    Ah thank you for the help. So instead of /click sdf__DPS4 I would just do /cast lightning bolt?

    Well just tried it on my lead shaman and it only sometimes fires off Lightning Bolt. Most cycles he just stands there till macro resets.
    Make sure you have enough commas in your other ones that they do not get back to the spells until they are off cooldown/need recasting.
    Quote Originally Posted by crowdx View Post
    What impact would this change have in the macro?
    This lets it cast lightning bolt whenever the others are on commas. It is the most reliable way to do the fallthrough part of the macro, and I believe the /clicked macros can only do castsequences of normal spells rather than /cast. Thus putting it in the main macro.
    Either way, having the fallthrough in the main macro is how everyone else has been doing it.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  6. #6

  7. #7

    Default

    MIght be the " /cast elemental mastery" line, but I don't remember how I have mine placed in my macro (@ work now).
    Aenar• °draenei paladin°
    Benzites• •Colatas• •Darzok• •Ebers
    ±± quad-shaman ±±
    « Space Goats »

  8. #8

    Default

    Well I tried this one and it casts Lightning Bolt once and never again :

    /run SetCVar("Sound_EnableSFX","0")


    /use 10
    /use 13
    /cast Blood Fury


    /click sdf__DPS1
    /click sdf__DPS2
    /click sdf__DPS3
    /cast Lightning Bolt

    /run SetCVar("Sound_EnableSFX","1")
    /script UIErrorsFrame:Clear()

  9. #9

    Default

    Gotta be honest here, my elemental shaman click macro is good enough that I use it when solo raiding with my shaman. Yeah, purist raider may take a shot at me but I have yet to raid with my 5k GS shaman and not pull more than my share of damage done/DPS. Its nice to be able to watch for other events other than spell refreshes (i.e., using purge, situational totems, etc.)

    Good stuff.
    80 Blood Elf Paladin, 80 Blood Elf Priest,80 Troll Mage, 80 Undead Warlock, 80 Tauren Druid, 80 Undead Rogue
    80 x4 Shaman (Orc x3, Troll)

    Madoran - Horde - PvE

  10. #10

    Default

    Quote Originally Posted by Greythan View Post
    Gotta be honest here, my elemental shaman click macro is good enough that I use it when solo raiding with my shaman. Yeah, purist raider may take a shot at me but I have yet to raid with my 5k GS shaman and not pull more than my share of damage done/DPS. Its nice to be able to watch for other events other than spell refreshes (i.e., using purge, situational totems, etc.)

    Good stuff.

    Would you mind linking it as I can't seem to get this working?

Posting Rules

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