yeah i use PQR_SpellAvailable but this is just a cooldown check, so Elemental Blast will always say true even if you dont know the spell, i could go back through and check it all, if i have time later tonight I will
yeah i use PQR_SpellAvailable but this is just a cooldown check, so Elemental Blast will always say true even if you dont know the spell, i could go back through and check it all, if i have time later tonight I will
worked it for about an hour on the test dummy looking good again. Thanks man. I'll let you know if I come across any more problems with the build when I raid next.
I ran some tests with this profile on a raid dummy and i encountered something strange. Here is a specific situation: Lava burst and EB were both available, so it cast lava burst, while casting lava burst, lava surge procs. So after the casted lava burst it uses the proc for a second instant lava burst. So this is all handled the correct way. But then it casts lightning bolt while in my opinion it should cast EB. I have noticed this a numerous of times. Not always in this specific case but there is always an instant cast right before the rotation decides to use lightning bolt instead of EB. I only noticed it with EB usage and wasnt touching the keyboard so no movement trigger at all.
I reinstalled pqr and pqi, changed my pqr ms settings but the issue still remained. If this is intentional then disregard this since i main resto and i havent used the previous versions of this profile
Edit: i should mention that after the lightning bolt, it does indeed cast EB.
any news about boomkin? =)
looking forward to the pvp changes![]()
I really like your profile quite a bit but feel it would be nice if there we're just a few extra things in it, I added them myself and I have one suggestions to condense keybinds.
Problem: Default profile no changes Ascendance does not activate by hot key, I deleted the data files and profile and re installed them and it still doesn't work. Ascendance does work under the offense toggle being turned on.
Suggestion: Talent Keybinds, Instead of having them all separate I use this.
Now since mine is hard coded it would be different than yours but you should get the picture this will allow you to take up to 18 different talent abilities and condense the key binding into 6.function WhatLevel45Talent()
for i = 1, 3 do
local talent = {GetTalentInfo(6+i)}
if talent[5] == true then
return talent[1]
end
end
end
if IsRightAltKeyDown()
and not IsMounted()
and UnitAffectingCombat("player") then
CastSpellByName(WhatLevel45Talent(), "player")
end
Additions: Key-bind support for Focusing a target and Key-bind support for moving Totemic Projeciton
Keep up the good work this is a really nice profile.
Last edited by js1974; 07-16-2013 at 12:48 PM.
Awesome new update, and thanks for fixing the hold button to pause thing!
One thing i noticed is that it applies flameshock even though the boss has less then 1-2 sec left to live, wich means it wastes a global. Not a huge thing but a "boss-timetodie" check maybe could solve this?
Is it possible to get a copy of the pvp version to test?
Thanks again
Last edited by derfred; 07-17-2013 at 11:43 AM.
You have a version newer than 1.6 out Mav? If so, you know I would like it.
No the latest one in the main page is the current version, I have my own personal one which is always a work in progress.
The next build will include the PvP code people have been asking for, but my first go at putting it in was crap so I didnt release it and until I make it better it'll be staying on my own PC. I'll let you know what its ready
Any info on the issue i was having with EB? Was it just on my end or did you figure out what was the problem?
i recreated it, but i cant figure out why its doing it, I think maybe PQR isnt returning that Elemental Blast is ready or something, but its on my bug list
eagerly waiting to test. ^_^