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

    Default First time using Gnome Sequencer

    So I decided to finally try gnome sequencer. I downloaded it, and went with the standard paladin prot single target script. I removed the abilitys I wanted to trigger on my own.

    It now looks like this:

    PreMacro=[[
    /targetenemy [noharm][dead]
    ]],
    "/cast Avenger's Shield",
    "/cast Judgment",
    "/cast Hammer of the Righteous",
    "/cast Consecration",
    "/cast Judgment",
    "/cast Hammer of the Righteous",
    PostMacro=[[
    ]],
    }

    How I would want my script to work, would be like a prioritizer for the abilitys in this order:
    1) Avenger's Shield
    2) Judgement
    3) Consecration
    4) Hammer
    where the Hammer is the fallback, and should only be used if all the above is on cooldown. However if it would work as simple as that, I get the feeling it would be too much logic, and blizzard would never allow automating things at a level like that.

    So I'm guessing that the order of the spells above is not a prio order, but rather an iteration of the abilities in the list, where one is triggered every click? I tried it on a dummy, and it looked more like a cycle of the spells, I even saw the ability on the button change correspondingly, so naturally it often triggered hammer instead of for example avenger's shield.

    I made a test for the script above. I simply made 3 of my paladins use the GS, and the other 2 would have the normal abilities. And I just went on with my normal button mashing, where 3 paladins would just use the GS every button click.
    Seeing as this works as a rotation, and I'm mashing buttons very quickly, it would mean that hammer would be cast before prioritized abilitys sometimes. At other times, nothing will be cast, when the rotation has reached an ability which is on cooldown.
    This was the output on my daily heroic:

    Dívinus 20,8% Regular mashing
    Diví 20,6% Gnome Sequencer
    Ilahi 20.4% Regular mashing
    Adivinar 19.8% Gnome Sequencer
    Isteni 18.4% Gnome Sequencer

    Looking at the output, even if the gnome sequence is not even being used as intented, the dps loss should not be huge. This is probably because my manual rotation handling cannot be done optimal across all characters.
    Also in situations where I am stressed (mythics) I can pay even less focus on my rotation. Then using GS would possibly provide a better rotation, and allow full focus on handling encounter mechanics and my other abilities.

    But my main question is: Can I write a GS script which could actually work like a prioritizer? Or can I write a rotation script, which would work better than the above?

  2. #2
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    The GS documentation I've seen says it simply prevents your macros from getting stuck on an ability. Which is basically the same thing as putting your abilities on a single key in is boxer. My DPS meters show the same thing yours do: effectively no difference. For people that don't use isboxer, I'm sure it's a huge boon. For us, I dont see much benefit outside of the GS macro postings being a good resource for ability priority for use in GS or isboxer or whatever your choice of tool is.
    Now playing: WoW (Garona)

  3. #3

    Default

    When I did use GS on my hunters, one thing I learned from another boxer friend was to double up the buttons.

    This was due to me being a SPAM button masher. This would help stop the chance that I would blast by a needed cd due to global+spamming.
    ie
    "/cast Kill Command",
    "/cast Kill Command",
    "/cast Dire Beast",
    "/cast Dire Beast",

    Alternatively.

    If you setup your rotation via isBoxer
    Based on your 4 moves listed.
    1) Avenger's Shield
    2) Judgement
    3) Consecration
    4) Hammer

    if they where laid out just like on your in game wow bar.

    I would have a simple priority step macro with 3 steps.

    step-1-- Would send keys 1 and 2 to the game client.
    step-2-- Would send keys 1 and 3
    step-3-- Would send keys 2 and 4

    So what that quick macro is attempting to do is at almost every press attempts to use your shield, then if shield is no available on the release it is attempting to use the other.
    As you make your way thru the macro it will attempt to use each move desired in some what of a priority order. Leaving hammer as the last option if all other are on cool down. Now, this was something I just toss together right here JUST for this reply. I do not have anything really setup on my paladin currently for the new legion changes so there is a chance I am doing it wrong here. <-- Disclaimer!

    I think on my prot paladins I had my Judgement/Hammer macro'd together in game.
    So my number 2 key in game was setup like this.

    #showtooltip
    /castsequence reset=12/target Judgement, Blessed Hammer, Blessed Hammer, Blessed Hammer

    IDK if any of this helped. But there.. There it is.
    Last edited by MiRai : 10-07-2016 at 11:03 PM Reason: Formatting

  4. #4

    Default

    Why would you want to use the addon when all your paladins are the same spec? I think it's far more effective to choose what to use when for this particular team.

  5. #5

    Default

    The fact that you have all abilities on the same place on your bars means very little in a world of procs resetting timers like wow.
    You are probably losing dps when for example Avenger's Shield timer is reset on a slave and you're not casting it since it is still on CD on your main.

  6. #6

    Default

    This is what I use for my paladin:

    PreMacro=[[
    ]],
    "/cast Avenger's Shield",
    "/castsequence reset=9/combat Consecration",
    "/castsequence reset=5/combat Judgement, Hammer of Righteous, Hammer of Righteous, Hammer of Righteous",
    PostMacro=[[
    ]],
    }

    I don't use any target pre macros.

    You 100% do not want to 1 to 1 manually broadcast your abilities to your slaves as you will only be playing off what you see procs on your masters window. Instead you want each of them to try to fire off abilities as soon as they are able too. My toons have lots of differing haste % so it would be a huge dps loss to try to send each ability one at a time.

    The above macro I have found works very well. Each time you press the button GS tries to fire off each line item until it cant then it moves onto the next one. A regular wow macro would get stuck. I just tell isboxer to broadcast my single target spam key "F" ingame and then I make a gnomesequencer macro and drag it onto my F keyind. I also followed the authors video on how to make your own macros so that they are not getting replaced whenever the addon updates which is quite frequently. In my main rotation of judgement and hammer it takes about 5-8 seconds to cycle through and even with a haste buff the macro will still reset after 5 to cast judgement again. You may have to add or remove some of the Hammer of the Righteous from the macro as you want to make sure your cooldown abilities don't take too long to fire and you also have to account for how fast it cycles when you get a time warp/bloodlust/heroism buff or drums.

    You can edit or view the macros in GnomeSequencer by typing /gsse (gnome sequencer sequence editor). You can make a few variations and play around with them ingame but I don't believe they save forever. I started with the default macros and then tested and edited them to figure out what works best for me and my toons and then made my own variation of the macro.

    The more lines you include the longer it will take to cycle through all of the buttons to check if a proc ability is available. I think its best to limit your macro to two or 3 lines. The defaults use way too many global cool downs to cycle back around to try to fire off avenger shield.

    I wrote some more about this here:

    http://www.dual-boxing.com/threads/5...l=1#post407040

    I'm going to add my other GS macros for my DKs to my guide post later.

    You can also do all of this is in isboxer using multiple steps and actions. I just find its easier to see and edit it all under one GnomeSequencer macro.
    Last edited by MiRai : 10-07-2016 at 11:03 PM Reason: Formatting

  7. #7

    Default

    The only reason I switched from GS to keeping it all isBoxer side was to have ONE less add on to keep after on updates... *patchDayProblems..

  8. #8

    Default

    @Xeneres:
    Are you manually clicking artifact ability and SotR?

  9. #9

    Default

    Quote Originally Posted by Pazgaz View Post
    The fact that you have all abilities on the same place on your bars means very little in a world of procs resetting timers like wow.
    You are probably losing dps when for example Avenger's Shield timer is reset on a slave and you're not casting it since it is still on CD on your main.
    I can see all my windows at once and can see if it's glowing for proc or off cd.. and I think you lose more dps by using a macro than by not.
    So for an all the same class/spec team I don't use them, and if I do it's my own made in game without the need for addons.
    Last edited by Andreauk : 10-07-2016 at 06:36 PM

  10. #10

    Default

    Thanks for all the answers!

    The reason I am looking into GS and just not sticking with my regular setup are 3 reasons:
    1) Avenger's shield procs - I'm missing those procs on my slaves. If GS can cast them sooner it would be nice.
    2) When I'm mashing, and don't have time to look at the cooldown of my spells, I'm often casting hammer rather than something else which is off cooldown. If GS can cast them sooner it would be nice.
    3) If I never had to look at my spells for cooldowns I could have more focus for other things.

    So if GS could perform close to as good as my normal rotation, it might outweigh the pros for keeping all the abilities manual. Having manual control have the advantage of me being able to place my consecration more wisely (which does not matter so much with my current talent). Also I can specifically choose to use one of the ranged abilities when I know I am out of range.

    emitchel and Xeneres, thanks for the example GS scripts. As emi mentioned I am also a "spam button masher" because I see no other way from keeping all the characters going effectively at different GcD cycles. So Xeneres, how often do you press your GS button when using your script?

Posting Rules

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