First off… it doesn’t save my macro 90% of the time???
I’ve been “attempting” a very simple macro of Fireball, Fireball, Pyroblast, Pyroblast.
Action block chains, loop block, changes nothing. It behaves the same.
If I don’t include pause blocks it just flys through all 4 spells and casts them at random.
If I DO include pause blocks it SOMETIMES flys through them, and other times it doesn’t progress at all. Clicking ridicolously fast or just once for each cast, doesn’t change it.
I have my ms set to 150 in GSE’s options. Tried 200, 250, 300, 350, 400, 5, 5000. Changes nothing.
Setting pause to gcd doesn’t work. Setting pause to clicks doesnt work. Setting pause to any ms just defaults it to 1 click, 5 clicks, or some unknown godly amount at random.
wtf is going on? What am I misisng here?
This seems like gag tbh. Here’s a snippet: Riddle me, how does it get stuck at one but INSTA blast past the ridicolously high numbers?
["Actions"] = {
[1] = {
[1] = {
[1] = "/cast Fireball",
["Type"] = "Action"
},
[2] = {
["Clicks"] = 5000,
["Type"] = "Pause"
},
[3] = {
[1] = "/cast Fireball",
["Type"] = "Action"
},
[4] = {
["Clicks"] = 1,
["Type"] = "Pause"
},
[5] = {
[1] = "/cast Pyroblast",
["Type"] = "Action"
},
[6] = {
["Clicks"] = 15,
["Type"] = "Pause"
},
[7] = {
[1] = "/cast Pyroblast",
["Type"] = "Action"
},
[8] = {
["Clicks"] = 1800000,
["Type"] = "Pause"
},
[9] = {
[1] = "/cast Scorch",
["Type"] = "Action"
},
["Type"] = "Loop",
["Repeat"] = 1,
["StepFunction"] = "Sequential"
}