Hello! I've been trying to find/make a burst rotation for my PvP fire mage. I want to be able to click a button and then the bot will perform the burst rotation. The rotation looks like this: Presence of Mind Alter Time Frostjaw Deepfreeze/Pyroblast! (Deep glyphed, no gcd) Alter time (Before the first pyro hits) Pyroblast! PyroBlast!/Combustion Pyroblast! Pyroblast Pyroblast! = Hot streak pyros, this makes your pyros instant cast because of the proc. Pyroblast = Normal pyro, gets instant because of your 2nd Presence of mind when you get back from Alter time. For some reason, alter time won't work in sequence macros, so i have to get a rotation bot for it. How hard would this be to make? You can watch the whole rotation here: https://www.youtube.com/watch?v=A6ji8FpGmUo&feature=c4-overview&list=UUfeaD828rBBXgpaBP59XmjQ
there is a way to make it 1 button u have to go to wowlazymacro they have there plenty rotation macro with 1 button hit maybe you could make that as a rotation
The only way to make this burst into a macro would be to use 2 different macros for it. Alter time bugs out the macro and it will simply grey out. There are a lot of mages QQing about how they cant have alter time in their macros. But making a burst bot for this isn't that hard is it? Bot checks if the "Pyroblast!" buff is up, casts presence of mind. Checks if presence of mind is up, casts alter time and then do the rest with the different spells? It's just that i don't know how this will look like in code. I know on PQR it would look like something like this If IsLeftControlKeyDown And UnitBuffID("player","spellid for hotstreak") then return true end and then simply make new ones with different spellid's. However, PQR bugs out and it will instantly cast 2 Alter times and cancel it.
It can be done. Other than Frostjaw / Deep Freeze that's a fairly standard offensive fire mage combo. Portal and KingWoW both do it. I think i'll steal your frostjaw / deep freeze trick though
There is probably no rotation atm that does this exact burst rotation, as its fairly new. I want to pretty much do everything myself except the exact burst, so having the bot running then pressing something like CTRL and it will burst. When people can make full rotations, then making a simple burst rotation like this shouldn't be too hard? ^_^ If someone manages to make a quick burst rotation for this, i would love them for the rest of my life <3