Close
Showing results 1 to 10 of 28

Threaded View

  1. #17

    Default

    It's just a timing issue with GS. It would help to see your GS macros though to know for sure.

    For example if you have a lot of castsequences and they have timer resets in them they could be resetting before being hit again. The reset starts ticking internally in the wow macro from the first time GS evokes it. Even though on our side it looks like an action is happening every 1/5th a second it's actually only happening once a second if there are a lot of steps in GS happening.

    The more steps in your macros the more often you want to press the key per second.

    Edit: I see your GS rotation now. Looking at it.

    Edit2: Ok, you've got too much going on in your main sequence. From what I can tell if your combat is resetting a lot your big rotation / malestrom stuff isn't popping asap. Rather, it's walled behind a lot of lightning bolts before anything happens.

    That could be giving you the impression it isn't doing much.

    Try this. I'm curious to see how it works.

    Talents: 1,2,2,3,1,3,2

    Sequences['ELE-ST'] = {PreMacro = [[
    ]],
    '/cast Stormkeeper',
    '/cast Fire Elemental',
    '/castsequence [nochanneling] reset=target Flame Shock, Lightning Bolt, Lightning Bolt, Lightning Bolt',
    '/castsequence [nochanneling] reset=target Lava Burst, Lava Burst, Lava Burst, Earth Shock',
    '/castsequence [nochanneling] reset=target Lava Burst, Lava Burst, Lava Burst, Earth Shock',
    '/castsequence [nochanneling] reset=target Lava Burst, Lava Burst, Lava Burst, Earth Shock',
    PostMacro = [[
    /startattack
    /use [combat]13
    ]]
    }
    It emphasises lava burst like yours but I think it puts a little more emphasis on Earth Shock than yours does. Also keeps a constant Flame Shock rotation instead of once every target ( 15 means nothing if you hit the button again ).
    Last edited by MadMilitia : 07-30-2016 at 10:02 PM

Posting Rules

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