1st post has been updated with current progress on the MACRO…
Kaj, just tried to upload your macro into Gse and it is saying unable to import. Would you happen to know why?
Sequences['SpitzBoss'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Spitz",
SpecID=263,
Talents = "3,2,1,2,1,1,3",
Default=1,
Icon='Spell_Shaman_ImprovedStormstrike',
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [nochanneling] Blood Fury",
},
PreMacro={
},
"/castsequence [combat] Flametongue, Lava Lash",
"/castsequence [combat] Feral Spirit, Crash Lightning",
"/castsequence [combat] Crash Lightning, Flametongue",
"/castsequence [combat] Earthen Spike",
"/castsequence [combat] Crash Lightning, Flametongue",
PostMacro={
},
KeyRelease={
"/cast [combat] Doom Winds",
"/cast [combat] Berserking",
},
},
},
}
use this, he forgot a } at the end, you welcome
Tyvm
[quote quote=50519]… Also if you want a little over kill you can add on a 4th button earthen spike so that it fires off on CD so there is no down time my delay is at .100
ill try and answer any questions you may have.
[/quote]
Hard for me to consider setting up a 4th key, since I use 1, 2, 3 on my G910 keyboard for my shaman, hunter, and blood DK and have adapted all 3 of them…
So it leads me to wonder, would it be worthwhile, or possible to setup another GS macro for this…
Something like
Sequences['RB_&_ES'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Torrap@Arygos",
SpecID=263,
Talents = "3112313",
Help = [[testing only]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
},
PreMacro={
},
"/cast Rockbiter",
"/cast Earthen Spike",
PostMacro={
},
KeyRelease={
},
},
},
}
Stormstrike on key #1, this RB & ES macro on 2, and the main macro on #3
If the code fails, it’s a copy/paste, as I’m @ work and can’t login to write it within GS
If anyone tests this before I get home let me know your results. Probably don’t need any of the Keypress code in there, since the main macro picks that up…
sorry i fixed the macro on page 1 was missing that 1 thing at the end, should work now.
@Parrot that might actually work out well ill give it a shot when i get home, let me know if you test it out before i do.
It’s working!
RB and ES are going off on CD, and i’m hitting my SS.
Try it!
awesome ill add it to the 1st post
Hi Kaj, forgive the question but I’m fairly new to GS and not quite sure how to setup the multi key macro for best results.
I tried doing a 3 keypress sequence with my programmable mouse with .100ms between each press but I get more DPS from my old trusty Papa All-in-one macro. I want to get the DPS you guys are talking about.
What would the best way to setup a programmable keyboard or mouse, or do I need to do them manually or half manual and half mouse?
Thanks!
well i cant speak for ahk, but if your using razor synapse and setting up the macro in there it woul look like this
i have not set up the 3 key one but this is 4 key at .050 but the same principal applies
you basically go into record a new macro and hit the number keys in order you want them to fire then stop , then edit the macro and remove all but 1 delay and move the remaining delay to the bottom. and edit to the delay you want
@Parrot what are you running your delay at
[quote quote=56275]@Parrot what are you running your delay at
[/quote]
On my laptop I use AHK script @180.
Note below between the $ and :: is where you would put your bound key.
toggle = 0
#MaxThreadsPerHotkey 2
#ifWinActive World of Warcraft
{
$`::
Toggle := !Toggle
While Toggle{
Send {1}
Send {2}
Send {3}
sleep 180
}
return
}
Home machine and G910 keyboard- I’ll have to check when i get home, about 120-150 iirc.
My latency to the server is usually 50-60ms, your mileage may vary.
hmm i wonder what that would be on a razor macro set up, i have run mine anywhere from .050 to .100
hi guys, been away for a while, does this work the same as the other enh macros where you spam 1 key and it uses 2 / 3 buttons / macros ?
@ Matthew
there may be a way to set it up that way but i use a macro that is set to 1 button on my mouse, which you set up in either AHK or razor synapse, u can have it on keyboard as well. Basically the macro you set up in synapse will fire off multiple key strokes and you have the macro or keys assigned to those particular keys.
so if my mouse macro is set up to fire off keys 3,2,1 what ever spells or macros i have assigned to those 3 keys will fire off in order how i have them set up.
so for me i have a macro set up in synapse for my razor mouse theat fires off the following keys in this order 3,2,1… and the spells/macros are assigned to
3 is stormstrike
2 is RB/ES macro
1 is the main macro
hope that explains it
@kaj
ahh ok think i got it, the old shaman macro i used to use spammed 2 buttons but this one requires 3,2,1 3,2,1 3,2,1 and repeast ?
how would i set it up in AHK? any ideas ?
[quote quote=56282]@kaj ahh ok think i got it, the old shaman macro i used to use spammed 2 buttons but this one requires 3,2,1 3,2,1 3,2,1 and repeast ? how would i set it up in AHK? any ideas ?
[/quote]
Take a look at my post 5 above yours for an AHK script. Modify as you wish.
@parrot
that script spams all 3 buttons the same time tho right ?
I still find using ES and RB on separate buttons, using 4 buttons AHK, better. That RB&ES on same macro doesnt trigger ES at cd.
[quote quote=56286]@parrot that script spams all 3 buttons the same time tho right ?
[/quote]
No, they’re sequential