Replies: 1 comment 1 reply
-
If you first block doesnt work - your macro is forced to not do anything because of the [combat] mods. I would replace the startattack with a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It often happens that a macro refuses to take effect. Is it possible to explain what I did wrong and how to fix it.
{ [1] = { ["macrotext"] = "/startattack /castsequence Хранитель бурь, Огненный шок, Элементаль бури", ["type"] = "macro" }, [2] = { ["macrotext"] = "/cast [combat] Цепная молния", ["type"] = "macro" }, [3] = { ["macrotext"] = "/cast [combat] Цепная молния", ["type"] = "macro" }, [4] = { ["macrotext"] = "/cast [combat] Землетрясение", ["type"] = "macro" }, [5] = { ["macrotext"] = "/cast [combat] Цепная молния", ["type"] = "macro" }, [6] = { ["macrotext"] = "/cast [combat] Землетрясение", ["type"] = "macro" }, [7] = { ["macrotext"] = "/cast [combat] Буря", ["type"] = "macro" }, [8] = { ["macrotext"] = "/cast [combat] Цепная молния", ["type"] = "macro" }, [9] = { ["macrotext"] = "/cast [combat] Цепная молния", ["type"] = "macro" }, [10] = { ["macrotext"] = "/cast [combat] Землетрясение", ["type"] = "macro" }, [11] = { ["macrotext"] = "/cast [combat] Цепная молния", ["type"] = "macro" }, [12] = { ["macrotext"] = "/cast [combat] Землетрясение", ["type"] = "macro" }, [13] = { ["macrotext"] = "/cast [combat] Буря", ["type"] = "macro" } }
does not start the battle or does not continue the chain of actions after the first spell. elemental shaman


Beta Was this translation helpful? Give feedback.
All reactions