So last update really fucked up the dps. Could you reroll it or fix it somehow?
Also, can you add an if statement to check if Combustion is active for Ice Barrier. I don't think anyone wants the cr to use Ice Barrier during Combustion no matter what. Currently it is set to use Ice Barrier at x% hp if that matters.
I would like to see an option for using living bomb on single target without having to switch AOE abilities to 1. I dont want the rotation to use flamestrike ona single target, only living bomb. If this is already possible please let me know.
hello, my mage casts Pyroblast twice (no hotstreak) after getting the legendary wrist buff instead of casting it only once. is there anyway around this?
hey Millz
i would like to ask if there is some deep shatter logic implemented and other pvp talents supportet? i want to buy a routine now for pvp but gs sometimes sheep my target and do other stupid stuff atm cant use that
hey guys . I want to know is this a way to pause/unpause this CRa by hotkeys? I dont wanna pull in the raid as a mage
Hi, so I bought your routine as I said.
But I don't understand why rune of power is not on brust hotkey anymore.
We have to move A LOT in raid, rune of power should be cast by humain (with burst hotkey it was fine for me).
Now my toon can cast it juste before a boss move away (Elerethe Renferal) or juste before going inside the tree (Il'gynoth) where we need to burst, or before a dragon's breath or phase 2 (Nythendra), or when we are about to stop dps Cenarius and waiting the pop of the add.... And the list is very long, lot of thing that a humain can anticipate.
And I don't speak about casting it in dungeon, when a trash pack is almoste dead, juste one mob left with no pv --> casting rune of power --> and... he's dead.
So I'm not concern in first place about the loss of dps, I'm more concern about to not look like a noob who's casting rune of power with an inapropirate timing.
I'm playing with quite serious people, I can't do stuff like that in front of them.
That's fine if now there is always a charge for combustion but the other charge can't be on cooldown only.
Hey Millz the latest build (with rune of power being locked to the routine) often has rune being cast far to early. Idealy it should be the spell cast immediatly preceeding combustion. often combustion only gets like 1-2 seconds of rune of power. This is not all the time but often enough to be annoying.
Remove RoP from hard code
allow interrupt timer as current pvp stle interrupt is not good for raids
Noticeable dps decrease this update 852 fire mage with lvl 23 artifact - approx 20-30k depending on fight - used to be top 3 now top 10
hey the title kinda says it all. Went to join my raid this evening to find out the Portal seems to have decided I needed some old skool play time lol. Basically it only seems to pop some cooldowns like combustion and RoP at the beginning of the pull then pretty much just sits there doing precious little else. I tried with Enyo, Combat Bot and Questing and still no joy. Even tried disabling all but the few things I needed/wanted in the store. Cant get any life out of it. Hopefully this log can help but me in my novice wisdom cant see very much of use in it as it doesn't seem to show any real errors
View attachment 213874
Hi,
the new release it's up and i tested the new one on raid dummy in class hall. With the last release i did 174k over 5 min, now i am down to 158k. This is verry disapointing. This is a loss of 16k. Former KingWoW was the lower routine with about 8k less (166k) but now it makes about 12k more (170k).
My second test up to 100m damage was:
Portal: 157K
KWoW: 169,5K
Hi,
the new release it's up and i tested the new one on raid dummy in class hall. With the last release i did 174k over 5 min, now i am down to 158k. This is verry disapointing. This is a loss of 16k. Former KingWoW was the lower routine with about 8k less (166k) but now it makes about 12k more (170k).
My second test up to 100m damage was:
Portal: 157K
KWoW: 169,5K
This CC is awesome Millz, just like your others. I used your warlock entire WoD and Priest aswell. This is pure quality, however when AOE time huge FPS drops, HUGE.
My Pc is 1080 and I7 and in raids I have 70-80 FPS, but whenever this CC tries to do AOE on "big packs" it has huge spikes.
For simple increase the dps and prevent cast FlameOn to early ( its happen often ), please add this pseudo code to your current logic.
*
bool CastFlameOn()
{
** *if (CombustionCD > 45000)
** *** *goto Jumphere;
** *
** *if (CombustionCD < 45000) // 45000-55000
** *** *return false;
** *
** *Jumphere:
** *// Your logic
** *
** *return true;
}
bool CastFlameOn()
{
if (CombustionCD < 45000)
return false;
// Do code here
return true;
}
Hi
I'm completely new to combat routines (and the Mage class). I've mainly used HB for levelling and gathering etc.
I just wanted to ask if there was a certain item / stats level the toon needs to reach before they achieve decent DPS?
I realise this may be an issue with class knowledge (or lackthereof) on my part but I'm struggling to put out anywhere near good DPS in dungeons and LFR.
I guess what I'm asking is, will I see more benefit of buying / using this routine once I hit certain a certain stat range such as 50%+ crit.
Hi, ic ould send you the logfiles of both tests so you can compare.
For simple increase the dps and prevent cast FlameOn to early ( its happen often ), please add this pseudo code to your current logic.
*
bool CastFlameOn()
{
** *if (CombustionCD > 45000)
** *** *goto Jumphere;
** *
** *if (CombustionCD < 45000) // 45000-55000
** *** *return false;
** *
** *Jumphere:
** *// Your logic
** *
** *return true;
}
i cant seem to use this routine with studio60 to do dailies, anyone having similar issues ? what options should i disable when using questing profiles ? like movement or targetting etc, any advice would help ty, atm it just stands stationary randomly at times and dosent do anything,