yes, Rets are good in 4.3.
Also, some people have been requesting that I put together a list of custom PQR functions:
PQR Custom Functions - PQRotation Wiki
Hey guys, was just wondering if anyone could help me code Dark Simulacrum for DK's in Arena so that it would auto copy a CC if someone is casting it (focus or target) to be used then manually whenever I want. Also if I could get this working, it wouldn't be so hard to modify it so that if the DK is below a certain percent health it would try to copy a heal instead and heal himself.
Thanks.
And yet i can't get the holy pally rotation from lofty working
Keeps crashing after fixing it >.>
Done a Hunter Survival PvE profile, Also done some cleanup on misdirection code
xeronhunterb010112PQRProfiles.zip
That's great maybe you could add my realfriend id and help you out or something.
Send me a msg if you want it
Ok errors have been fixed. Just gonna do a few quick tests and ill upload the working version.
There was quite a few format errors (doh)
*EDIT*
Seems to be working great
Going to do one more test. Going to go Ultra and semi AFK (All im going to do is click on healer buffs)
*EDIT2*
Need to do anouther run. LoD and Heroic will was not working.
If i have it working this time ill upload the new version. Then when i get to do a real raid tonight ill tweak the %'s a little more (Altho i did leave ultra on 90% mana while still being top healer on LFR)
Last edited by Lofty; 01-01-2012 at 03:43 AM.
One of the things I was thinking of for the shadow priest profile (and having no knowledge of LUA I don't know if it's even possible) is for threshold to when to cast Vampiric Touch changed dynamically with changes in your haste.
For example, right now in the shadow priest profile Vampiric Touch is set to cast under the condition that there are less than 4 seconds left on the debuff, but this could be improved. If you can get your character's cast time for Vampiric Touch, the optimal time to cast would be any time the debuff has ((VT tick interval) + (VT cast time)) seconds left.
If somehow you can track your paper doll haste rating, you could find out the optimal time by using VT tick interval = (3/((Haste/12805)+1))-0.0005) and VT cast time = (1.5/((1+(Haste/12805))*1.0815))
So, cast VT when the debuff has (3/((Haste/12805)+1))-0.0005)+(1.5/((1+(Haste/12805))*1.0815)) seconds left.
In addition, it should cast DP only when it's on its last tick, so cast DP when the debuff has (3/((Haste/12805)+1))-0.0005) seconds left.
Why does this matter? While first, for fights where you get significant haste buffs like Madness, it drastically changes the time you have to refresh VT and DP, and you may get a larger amount of mindflays because your refreshing it perfectly. In addition, it will get the largest dps value out of any haste proc trinket or anything like that.
Holy paladin update.
All bugs should be fix now, and it should play niceCode:CHANGELOG V1.1 1) BUG FIXES 2) CHANGED Heroic will to be cast on 3 seconds left (Instead of one) to account for lag 3) CHANGED LoH to be cast at 12% (Up from 7%) CHANGELOG V1.0 1) Added in Xelper's Ultraxion's Hour of Twilight / Fading light code 2) Added OHSHIT button (Lay on Hands) 3) Added the use of Healthstone 4) Changed some health percents for healing spells 5) Changed mana regen abilities for better mana usage 6) Added Light of Dawn (Does not check for range, so make sure you are correctly positioned) 7) Fixed Cleanse (I think) 8) Will be much better on mana usage now
Not 100% sure if it is using LoD ATM. So please feedback if you do not see it getting cast
DOWNLOAD: http://dl.dropbox.com/u/11791741/10-...din%20v1.1.rar
Last edited by Lofty; 01-01-2012 at 10:57 AM.
whether there is a feral cat in profile view of PvE bonus 2 and 4t13?
sorry for my english
I did it, just changed in RIP: if riphealth> 60 then
how to make use savage roar with any number of combopoints?
whether he will ravage used after tiger fury?
@Sheuron
Dont copy past abilitys from your mage to other profiles you create.
Example:
rogue stop if:
--Ofensive abilitys--
the UnitBuffID("***") are from the mage.
so it will only stop if rogue have Invisibility buff or is drinking not eating!!