Gonna release one soon with a toggle to auto Rain of Fire on mouseover, along with Fel Fire support. I'm having an issue atm where I can't get the FnB toggle to display on PQI now, because of the RoF toggle x.x
Gonna release one soon with a toggle to auto Rain of Fire on mouseover, along with Fel Fire support. I'm having an issue atm where I can't get the FnB toggle to display on PQI now, because of the RoF toggle x.x
I have had no prob with FnB toggle displaying on pqi. and great Profile I hit 120k dps on Jin with a 489 ilvl
..................
Last edited by Captncrunch; 03-29-2013 at 03:05 AM.
Which version are you using?
Blaythes Destruction Warlock
https://goo.gl/vUUhW
They were changed x.x its been a REALLY long day lol. The toggles are now on the right and the temp buttons are on the left. So far I can't really think of anything I need to add at this very moment to it. Its also pretty defensive heavy. I though about adding in support for the level 45 talents but they're too situational and could easily get you killed.
Blaythes Destruction Warlock
https://goo.gl/vUUhW
Aaand last update. .94, performance update.
Blaythes Destruction Warlock
https://goo.gl/vUUhW
Thanks for sharing this! + 3 rep to you
i havent had a chance to test this yet but an issue i had with Soapboxes profile which this looks heavily based on (recognising the PQ_Zaslon variable) was being sat on 4 embers and it not firing off a chaos bolt because it was casting incinerate
the problem is that the code checks for backdraft but not the number of stacks, if you added in a backdraft stack check, if you have less than 3 then it isnt a dps loss to cast chaosbolt, then your next 2 backdraft fed incinerates wont waste the embers being generated, taking into account time to darksoul. If darksoul has a greater than 10s CD then anytime you have max embers I think it should chaosbolt
i tried to implement the backdraft stacks check but i couldnt seem to get it working, the code i was given from the PQR thread was
local name, _, _, stackCount, _, duration, expirationTime = UnitDebuffID(117896)
will you be adding in grimoire support ? i just mashed them in from another profile
edit : on the FnB rotation, its never casting immolate AoE, only incinerate AoE
would you be able to add in an additional condition, like - if target doesnt have immolate then immolate aoe if not return false which would trigger the incinerate aoe
ive been playing around with this for the best part of an hour and i cant get it working. The FnB immolate Aoe is a different debuff check which i included but its still not casting FnB immolate
also not sure if the havoc check is quite working properly, it is casting chaos bolt twice, so apply havoc -> chaos bolt -> chaos bolt when i think it should only be doing it once as CB consumes all havoc charges
Last edited by Mavmins; 03-29-2013 at 09:20 AM.
sweet profile, but i dont really understand the middle mouse moveover thing, i cant really get it to work - i would love when i moveover mob and press middle mouse to cast Havoc.. thanks alot for the profile,
Excellent feedback. This is what I need.
Unfortunately, I can't for the life of me figure out the FnB issue. I'm still working on it. There's not a way (that I know of) to instantly reapply fnb Immo then fbn incinerate that I can tell without it spamming one or the other on mobs that live less than the length of 1 immolate.
So the check is looking like this
If Immo then Inc.
where as, theoretically, it would have to look like this if not FNBImmo then FNBImmo then FNBIncinerate. Unfortunately FNB Immolate and FNB Incinerate share the same spellID with the normal spell so there really isn't a way to differentiate one from another. That's what I'm currently tackling now.
I don't plan to add Grimoire support at all, pet management can get extremely annoying and luckily with whatever spec you currently are you can Flame of Xoroth one back alive using the mouseover hotkey.
About the Backdraft things, I was thinking about making a new chaosbolt flag
something like
If backdraft => 2 and 4 embers then chaos bolt.
I've got havoc fixed in the next push.
Blaythes Destruction Warlock
https://goo.gl/vUUhW