I can’t get this one to work without casting regrowth and tops at a little over 500k at 638 ilvl. Shehulk does over 1 million with same character
Please read the help box and in the configuration TAB. @Raven_18523
That worked - just had to disable block 3 as recommended in the config tab. Thanks.
Macros auf Deutsch (Einfach kopieren und im Macro ersetzen):
FDS1:
/targetenemy [noharm][dead]
/cast [noform:2] Katzengestalt
/castsequence [nochanneling] reset=combat Krallenhieb, Wilder Biss, Brutales Schlitzen, Schreddern, Hauen, Wilder Biss, Brutales Schlitzen, Zerfetzen, Schreddern
FDS2:
/targetenemy [noharm][dead]
/cast [noform:2] Katzengestalt
/castsequence [nochanneling] reset=combat Krallenhieb, Urzorn, Brutales Schlitzen, Schreddern, Hauen, Urzorn, Brutales Schlitzen
Rasende Regeneration hab ich weggenommen, weil ich Alt taste besetzt habe…
Und wie @Kurak oben erwähnt hat, BLOCK 3 auf “Disable” klicken, dann funktioniert das Macro ohne Probleme, anstatt ständig Nachwuchs zu Casten
What are the macros for? What do they have to do with the sequences and keybind setup?
You do not need to touch the macros - They just need to exist and will be used when needed by the sequence.
anyone know why the modifiers are not working, ive never had this issue
It sometimes happens - Go to wow’s own keybinds - then actionbars, find an empty slot bind it to the modifier and key that is not working, then unbind it. Go back to GSE and check keybinds and test.
moin wie kann man FDS1 verändern ? Ich weis nicht wo ich es reinkopieren soll. Bin Anfänger
Falls geht Schritt für Schritt…vielen dank
The macro has been updated and is available in the original post and via both the Wago and Curseforge app. Let me know what you think, Cheers!
howdy, for some reason its kicking me out of cat form during the sequence when its trying to cast regrowth
Please read the help box in the config tab of the sequence, there is help for that there,
Hi, I do not normally reply but, I have been using your Feral setup and love it - thank you. Is it possible to have it activate bear form if I bound 2 to this task? Sorry I do not know the terminology for all this.
I am afraid you would need to create a new sequence for the bear form.
Ah ok, I do not think I am able to do that lol. Thank you for your reply.
Have a great day. ![]()
Running in to an error, points to the Feral Druid macro, not sure what it means though.
2667x GSE/API/Storage.lua:543: attempt to index field '?' (a nil value)
[Blizzard_FrameXML/RestrictedExecution.lua]:483: in function <...aceBlizzard_FrameXML/RestrictedExecution.lua:446>
[tail call]: ?
[Blizzard_FrameXML/SecureHandlers.lua]:285: in function <Blizzard_FrameXML/SecureHandlers.lua:279>
[tail call]: ?
Locals:
owningFrame = EA_FD_v0.4 {
}
signature = "self,button,down"
body = " local mods = "RALT=" .. tostring(IsRightAltKeyDown()) .. "|" ..
"LALT=".. tostring(IsLeftAltKeyDown()) .. "|" ..
"AALT=" .. tostring(IsAltKeyDown()) .. "|" ..
"RCTRL=" .. tostring(IsRightControlKeyDown()) .. "|" ..
"LCTRL=" .. tostring(IsLeftControlKeyDown()) .. "|" ..
"ACTRL=" .. tostring(IsControlKeyDown()) .. "|" ..
"RSHIFT=" .. tostring(IsRightShiftKeyDown()) .. "|" ..
"LSHIFT=" .. tostring(IsLeftShiftKeyDown()) .. "|" ..
"ASHIFT=" .. tostring(IsShiftKeyDown()) .. "|" ..
"AMOD=" .. tostring(IsModifierKeyDown()) .. "|" ..
"MOUSEBUTTON=" .. GetMouseButtonClicked()
self:SetAttribute('localmods', mods)
local iteration = self:GetAttribute('iteration') or 1
local step = self:GetAttribute('step')
step = tonumber(step)
iteration = tonumber(iteration)
if self:GetAttribute('stepped') then
self:SetAttribute('stepped', false)
else
for k,v in pairs(spelllist[iteration][step]) do
if k == "macrotext" then
factory = <table> {
}
LOCAL_Closure_Factories = <table> {
self = <table> {
}
self,... = <table> {
}
self,message,button,down = <table> {
}
self,scriptid,message = <table> {
}
self,stateid,newstate = <table> {
}
self,button,down = <table> {
}
}
LOCAL_execution_count = 1
The error is being thrown by GSE while using my sequence, you will need to ask Timothyluke and see what it is. If it is something on my end let me know and I will fix it.
Hi! I LOVE the macro!
I had an idea: what if after every combo point–building spell, we add a single-button finisher — not as a separate box, but inside a /castsequence?
Something like this:
/targetenemy [etc, etc]
/castsequence [nochanneling] Combo Spell, Combo Spell, single-button assistant
That way, the macro builds combo points, and Blizzard’s AI can decide the optimal time to spend them. This could eliminate the need for modifier keys altogether.
We want the single-button assistant (SBA) within a /castsequence, otherwise the Blizzard AI will conflict with the macro logic. We’re trying to avoid the 25% penalty as much as possible.
That said, I’m not entirely sure if placing the SBA inside a /castsequence will make GSE fully respect it — it might still override or interfere.
What do you think?
I will do some testing for v0.5 and see what happens
I think you are on to something here… I’ve been running SBA as a “spender” once another sequence builds up combo points, and its been in line DPS wise with other macro sequences… I bet there’s room to improve also, since I’m still using a modifier to trigger it, and at times it can fire off a CD instead of a finisher first. But overall bleed uptimes have been good.