Keypress section for accuracy , and thank you!!! that works and its awesome! If you have the conduits its so nice.
glad it worked for you
By the way there is a typo in the sequence:
/cast [@pet,dead,nochannling] Mend Pet
Thanks I will check it out and fix it!! Cheers
Original post macros have been fixed… @TiberiusTuhoaja thanks for catching that one!
Why Steady Shot vice Cobra Shot for BM?
the game itself names it that…it’s still cobra shot per the spell id
Hello lazymacros… I have been a long time lurker and love your community and the macro makers and made an account to try to help a friend. To give context, he has been raiding with our guild since Everquest but can no longer function at a high level (he has an active time of 40% on average). So to be able to bring him with in high end content (we were 5/12m during Nyalotha) I have previously gotten him a 1 button macro he can use his scroll wheel on and all he needs to do is focus on staying alive.
I am having a hard time finding any macros that have the covenent abilities baked in, so I am thinking about just adding a line “/cast Death Chakram” if he chooses necrolord, “/cast Flayed Shot” if he chooses Venthyr, and hope he doesn’t choose Kyrian or NightFae because those both require an aiming circle… so my end result is this:
“/cast [nochanneling] Kill Shot
/castsequence [mod:shift,nochanneling] reset=combat Multi-Shot, Kill Command, Multi-Shot, Cobra Shot; [nochanneling] reset=combat Kill Command
/cast Barbed Shot
/castsequence [mod:shift,nochanneling] reset=combat Multi-Shot, Kill Command, Multi-Shot, Cobra Shot; [nochanneling] reset=combat Cobra Shot, Cobra Shot, Kill Command
/cast [nochanneling] Aspect of the Wild
/cast [nochanneling] Bestial Wrath
/castsequence [mod:shift,nochanneling] reset=combat Multi-Shot, Kill Command, Multi-Shot, Cobra Shot; [nochanneling] reset=combat Cobra Shot, Cobra Shot, Kill Command
/cast [nochanneling] Kill Shot
/cast [nochanneling] Flayed Shot”
But I can’t figure out why it’s not casting Flayed Shot… does anyone have any advice on what I did wrong or know of a 1-button that will use the covenant?
I am Venthyr and it seems to only work as it needs to if Flayed Shot is either in the top 3 spells of the main or /cast [nochanneling] Flayed Shot is in the Keypress section
This is working like a charm almost on sim on ST. But I just got the Soulforge Embers legendary and I cannot find the sweet spot of MS to run to keep Barbed Shot up.
I’m running this on a modifier for the Trap - Flare
/castsequence [mod:shift,nochanneling,combat,@cursor] reset=24/combat Tar Trap, Flare
Has anyone played with this and was able to adjust it so it adapts well and keeps Barbed Shot up?
#showtooltip
/castsequence [@cursor] reset=24 Tar Trap, Flare, Flare
Run this in an in-game macro and don’t include it in the GSE Macro, you’ll have an easier time.
Sadly castsequence reset timer only counts time that you have not pressed the macro. Meaning it will not start the timer while you are spamming and therefore is not a good idea for this macro that way since you are always spamming the macro. You could remove the reset timer and have it reset when you change targets which would help but that would still not be perfect. If you absolutely must have it in I would suggest after removing the reset timer you put it in using the unused modifier button (ctrl or alt can not recall what 1 was unused atm but I do know 1 of those was available) and setting it to only cast when you hold that button. However, even that is a pita since there is not a reset timer on it and after getting used to spamming the button pressing it only twice can be tricky. The other option is to use the /click and the /click pause options to make a new macro that the main macro automatically casts for you then pause the ability for gse to use /click function for a set time but that is problematic if you use any other /click macros for anything. So, I suggest just putting it in a new separate macro as others have said and, keeping it separate from the main macro.
this is what I do , i have it macroed into one of my mouse buttons. the wheel click. press it 2 times seems to work fine
For some reason I cant get binding shot modifier to work. I dont have ALT@cursor bound to anything else as a modifier. Any suggestions?
Whenever my pet dies in battle it does not automatically try to revive pet the macro spams but nothing happens and it locks up. I have to turn the macro off, press revive pet manually and then turn macro back on. is there a way to correct this?
Sadly this is happening on non gse macros as well (even if they have all the right modifiers). I had a macro that used had it so if there was no pet and the pet was not dead it would call pet, if there was a pet that was not dead it would heal, and if the pet was dead it would revive but that stopped working properly. It worked fine in Leigon and at the start of BfA but I took a break (did not like BfA) and now that I came back for the new expansion it seemed to have stopped working properly (keeps trying to summon when my pet dies or revive the pet when it is not out instead of calling it). I also noticed sometimes mend pet will not revive the pet if it is in a macro (tries to mend the pet instead). To fix it I placed the non-macro version of mend/heal pet (the 1 in the spellbook under the pet utility skills) on an unused action bar button and used the /click command to click that button (since it is not a macro it will change from mend to revive as needed automatically). I also have it set to only summon the pet when I hold alt to prevent the other problem I mentioned but that is not needed to fix your problem (just the /click macro should work). Unless someone else knows of a better way that is the only way I have been able to figure out.
Does anyone use the Soulforge Embers spell on your legendary item? If so how do you incorporate it into your rotation? I find it hard to use it as well as my Night Fae Wild Spirits spell. These 2 things seem to slow me down and make it hard to keep a consistent DPS. Any ideas or suggestions would be appreciated.
I do not use Soulforge Embers yet (can not seem to get it to drop and on a small server so takes 20+ minutes to find a party for each run) unless I get lucky while in Torghast and get it there. However, I have already made a macro for that legendary ability and put it on a different button. The 1 I made is a mod macro that casts tar trap or flare depending on if you are holding shift or not but sadly it would not be possible to put it into the default main macro without issues or edditng the macro. There is no way to make a castsequence macro reset timer since those timers only start after you stop pressing the macro button which would never really happen if you put it in this macro and since tar trap lasts 30 sec you can use 2 flares per tar trap (getting the dps bonus twice per trap). With the fact that there are already options in this macro for when you use at least 2 of the available modifiers (I know shift was used for aoe and binding shot was on another 1 but can not recall if it was alt or ctrl).That means to use that in the main macro you would have to get rid of the binding shot (I already do that since I use posthaste instead which I find more usefull). Once that is gone you could use that mod button and the other unused mod button to put it in the macro like this:
#showtooltip
/Use [@cursor,mod:ctrl]Tar Trap;[@cursor,mod:alt]Flare
As far as wild spirits goes there is no way to do an @target modifier for any skill in pve (was told it was possible in pvp but not pve for whatever reason). That means you are stuck either using an @cursor modifier or taking the time to click manually but regardless what 1 you use it will have to be cast at the cursor. As you can probably guess putting that in the main macro rotation would be a bad idea since it would often cast it while you were not ready or it would stop the dps macro till you clicked where you wanted (depending on if you used the @ cursor mod with it or not). Therefore the only way I can think of to add it to the main macro would be using a modifier button but those will all be taken by the aoe skills and the legendary skills. If you must have it all in there you would have to put the legendary power on a castsequence macro despite the fact that you would be losing potential dps and possibly causing other issues (like having it cast flare 1st instead of tar trap). If you had that on a castsequence macro using the alt button you could put the wildspirits as ctrl mod however as I mentioned repeatedly that is not recommended (just put it on a different button instead). I personally already have all my traps and wild spirits on a different button with the macro below
#showtooltip
/cast [nomod] Tar trap
/cast [mod:shift] Flare
/cast [mod:ctrl] Freezing trap
/cast [mod:alt,@cursor] Wild Spirits
I made a few modifications to this macro for what works best for me such as tar trap/flare on ctrl and wild spirits on alt.
du0hqaWjIIsVskuAwiAxsHQFrrdJO6yqAzG8mqnnOCnP02uLVrbJJu15GG1jf8oIsUNI0aLQYbjkWcLQQhsuQMOIsCrfL0gjkYhLcfJKOuCsffSsIsPxQOuZukKBQOQDsWqveTuIc9uknvPORsuuTvff1xjkiNLOG6Te5UeAVunyjhwLflv5XatMu5YcBwr4ZKYOr40k8AfvMTQ62sLDJ63inCi0XPqwou9CsMUsxhI2orrX3vuOXROiNNc1(fTJ6nDbu3oRnsMKHLbY8(N3fG8MUT59dEvUfccccgf1TYMaNoaUaKBN)yK3Fg4nWLzcEhu273TZcswlOSla5wzt8r0TOnEwZqw6OSm7M1CmDgtzluJNLmEdDMZ3ytzlCJNvtkUgXPw3oZh(469dL30x3kJ3qNla5wzO4MtgGe)uEtFD78haNoZbUAqzL30fq9MUaQBnbNAZsQpeJLuxC6izkG4y(pynXSqqpKla5wtWP2SKykG4yo(dwtmRwy4wuxa2TMGtTQWiKbdISK6O6AqrmMyjzkG4yo(dwtml8qf7uaTR3TzLf0ddMmlym5qpYSGEyWKz1(EyOYkljMcioMJ)G1eZcpuXofq76DBwzbJjh65cyU1eCQnliudqYL7cTU1eCQvfgHmyqKLuhvxdkIXeljtbehZXFWAIzHhQyNcOD9UnRSGEyWKzbJjh6rMf0ddMmR23ddvwzjXuaXXC8hSMyw4Hk2PaAxVBZkR23ddLmR23ddLmlym5qpx45wtWP2SKykG4yo(dwtmlueGBHL7cgCRj4uBwsmfqCmh)bRjMfkcTgWCb9U1eCQvfgHmyqKLuhvxdkIXeljtbehZXFWAIzHhQyNcOD9UnRSGEyWKzbJjh6rMf0ddMmR23ddvwzjXuaXXC8hSMyw4Hk2PaAxVBZkR23ddLmR23ddLmlym5qpxab3Aco1MLetbehZXFWAIz1cd3I6cOYDRj4uBwsmfqCmh)bRjMfc6HCBJOueB0OBSU1TnXh8CXI6972zhgpjEOuEtxa1TM7HRfBWrNXzjXuIdVtusxC6eDbi3Aco1MLetbehZXFWAIz9qF6XCby3Aco1MLetbehZXFWAIzH(0dzWfWCRj4uBwsmfqCmh)bRjMfQbOwyxO1TMGtTzjXuaXXC8hSMyw2UdmNl8CRj4uBws9nbfGurseFejzkG4yo(dwtuIi(ikk1hIXsgZ0qTksMcioMJ)G1eZcgdZGbxWGBnbNAvHridgezjXueJLKP6ItNyw4Hk2PaAxVBZkl96HjZIr()UGE3Aco1QcJqgmiYsIPaIJ54pynYoQUgal(NSpasCffxml8qf7uaTR3TzLfQEdpe0tMfAlgSlGGBnbNAZsQJQRH7VK9bqIRO4IzbdPhcg1x3o7Wyzm(XPcVPVUTj(GNlwiVF3k70UE3697w7giktizWoOSBNeFqXhRXUDs8y(dGt9MUaQBnbNAZsIPaIJ54pynXSqrO1aMla5wtWP2SKykG4yo(dwtmlueGBHL7RBNKQ25pao1B6RVUaK30fqDRj4uBwsmfqCmh)bRjMvlmClQla5wtWPwvyeYGbrwsDuDnOigtSKmfqCmh)bRjMfEOIDkG2172SYc6HbtMfmMCOhzwqpmyYSAFpmuzLLetbehZXFWAIzHhQyNcOD9UnRSGXKd9Cby3Aco1MfeQbi5YDbm3Aco1QcJqgmiYsQJQRbfXyILKPaIJ54pynXSWdvStb0UE3MvwqpmyYSGXKd9iZc6HbtMv77HHkRSKykG4yo(dwtml8qf7uaTR3TzLv77HHsMv77HHsMfmMCONl06wtWP2SKykG4yo(dwtmlueGBHL7cp3Aco1MLetbehZXFWAIzHIqRbmxWGBnbNAvHridgezj1r11GIymXsYuaXXC8hSMyw4Hk2PaAxVBZklOhgmzwWyYHEKzb9WGjZQ99WqLvwsmfqCmh)bRjMfEOIDkG2172SYQ99WqjZQ99WqjZcgto0Zf07wtWP2SKykG4yo(dwtmRwy4wu32ikfXgn6gRBDRSt76DR3VBNKQ25pao1B6RBNDySmg)4uH30x3A3arzcjd2bLD7K4dk(yn2TnXh8CXc5972M4dEUyr9(D7K4X8haN6nDbu3Aco1MLetbehZXFWAIzHIqRbmxaYTMGtTzjXuaXXC8hSMywOia3cl3x3o7W4jXdLYB6cOU1CpCTydo6moljMsC4DIs6ItNOla5wtWP2SKykG4yo(dwtmRh6tpMla7wtWP2SKykG4yo(dwtml0NEidUaMBnbNAZsIPaIJ54pynXS6FSHl06wtWP2SKykG4yo(dwtmlB3bMZfEU1eCQnlP(MGcqQijIpIKmfqCmh)bRjkreFefL6dXyjJzAOwfjtbehZXFWAIzbJHzWGlyWTMGtTQWiKbdISKykIXsYuDXPtml8qf7uaTR3TzLLE9WKzXi)FxqVBnbNAvHridgezjXuaXXC8hSgzhvxdGf)t2hajUIIlMfEOIDkG2172SYcvVHhc6jZcTfd2fqWTMGtTzj1r11W9xY(aiXvuCXSGH0dbJ6RVUaS30fqDRj4uBwsmfqCmh)bRjMvlmClQla5wtWPwvyeYGbrwsDuDnOigtSKmfqCmh)bRjMfEOIDkG2172SYc6HbtMfmMCOhzwqpmyYSAFpmuzLLetbehZXFWAIzHhQyNcOD9UnRSGXKd9Cby3Aco1MfeQbi5YDbm3Aco1QcJqgmiYsQJQRbfXyILKPaIJ54pynXSWdvStb0UE3MvwqpmyYSGXKd9iZc6HbtMv77HHkRSKykG4yo(dwtml8qf7uaTR3TzLv77HHsMv77HHsMfmMCONl06wtWP2SKykG4yo(dwtmlueGBHL7cp3Aco1MLetbehZXFWAIzHIqRbmxWGBnbNAvHridgezj1r11GIymXsYuaXXC8hSMyw4Hk2PaAxVBZklOhgmzwWyYHEKzb9WGjZQ99WqLvwsmfqCmh)bRjMfEOIDkG2172SYQ99WqjZQ99WqjZcgto0Zf07wtWP2SKykG4yo(dwtmRwy4wu32ikfXgn6gRBDRSt76DR3VBNDy8K4Hs5nDbu3AUhUwSbhDgNLetjo8orjDXPt0fGCRj4uRkmczWGiljMcioMJ)G1eZcpuXoDpCTyZklOwdq6XiZIr()UaSBnbNAZsIPaIJ54pynXSEOp9yUaMBnbNAZsIPaIJ54pynXSqF6Hm4cTU1eCQnljMcioMJ)G1eZQ)XgUWZTMGtTzjXuaXXC8hSMyw2UdmNlyWTMGtTzj13euasfjr8rKKPaIJ54pynrjI4JOOuFiglzmtd1QizkG4yo(dwtmlymmdgCb9U1eCQvfgHmyqKLetrmwsMQloDIzHhQyNcOD9UnRS0RhMmlg5)7ci4wtWPwvyeYGbrwsmfqCmh)bRr2r11ayX)K9bqIRO4IzHhQyNcOD9UnRSq1B4HGEYSqBXGDbu5U1eCQnlPoQUgU)s2hajUIIlMfmKEiyuFD7SdJLX4hNk8MUaQBnbNAZcfHwdgCbi3Aco1Mfc6H81TnXh8CXc5972jPQD(dGt9M(6w7giktizWoOSBNeFqXhRXUDs8y(dGt9MUaQBnbNAZsIPaIJ54pynXSqrO1aMla5wtWP2SKykG4yo(dwtmlueGBHL7RBBIp45If173xFDBJXoRZCGRgu2fGEyqUDw5jO4Gq2PDiE71B8hRXE)UT5OlMX7p3G1Cbi3olXehY)6cWUTrNAL5iQ72qNBHKdHkhf9HAa6jxVBN34LyaM8Ju5cqUvgGCjO4UTXW0zSl6tMWPQTJIeNd3ArmaZWS4cqTWUDEJxIbWfG81x3b
Usage Information
- I don’t know
- Raid/M+
- Torghast
hi there dont understand this ms thing , do i have to run the ms the same as your macro says , for better dps or do i run my own