If you check the first page there are links to all sorts of DK profiles including those that are made for PVP.
If you check the first page there are links to all sorts of DK profiles including those that are made for PVP.
Your post was pretty difficult to understand, but I'm going to redo the DW Frost PvP rotation to see what I can make of it. While it's not bad in its current form, PQR gives us some enormous advantages that we're simply not taking advantage of yet. I'm really impressed with the Custom Target function that Xelper included in the latest release; it has some huge potential. And of course, I'm excited about LoS checks.
Just wondering what the criteria the profile uses to know when to cast Greater Heal, because currently in five mans it uses Flash Heal a lot when Greater Heal would suffice/be better
examine the code and see for yourself.
flashheal
if you have surge of light buff, castCode:if UnitBuffID("player",88688) then return true end if PQR_CustomTargetHP < 70 and 100 * UnitPower("player") / UnitPowerMax("player") > 10 and PQR_IsCastingSpell(2061) == false and PQR_IsMoving(1) == false then return true end
if the targets hp is < 70 and your mana is over 10% and your not moving, cast.
Greater heal
if targets hp is < 70, your mana is over 10%, you have 2 serendipity buffs, and your not moving, then cast.Code:if PQR_CustomTargetHP < 70 and 100 * UnitPower("player") / UnitPowerMax("player") > 10 and select(4,UnitBuffID("player", 63735)) == 2 and PQR_IsCastingSpell(2060) == false and PQR_IsMoving(1) == false then return true end
so perhaaps its casting flash instead of greater is due to the lack of serendipity.
Could someone update this for the PTR or help me learn how to do it myself?
dude i honestly think you should stick to your guns with your creative and intelligent style of pvp coding (maybe for pve, cause i dont know shit about it) but with the updated arena with a couple macros and some completely situational spells done manually and a general know how for positioning and movement i went 22-2 last night in 2v2. using trink, AM, cd's, HoJ, and Sac manually the rest i let this rotation work its magic. all @ 1.6k thru to 2k mmr~ with ease.
the holy pally we played us who outgeared and outcomped us took the liberty to make a lvl 1 toon on my server to whisper well played sirlol so trust me, im not complaining. you have put so much effort and work into this, anyone who is using this should seriously consider repping bu_bu.
btw i haven't had 1 error yet since the 1st one and ive played it for hours and hours straight. so keep doin what your doing, i highly appreciate it.
Im sorry to ask, but i relly wants to try this out, but are very scared of getting banned. and ofc i know there is a risk, but are there any of u, who know how big the chance is for blizz to discover this ?
and its a very nice work.
Last edited by tripodz; 10-03-2011 at 08:27 AM.
tripodz I dont think you should be worried at all, I mean how could you get banned using this? I cant come up with a good reason. all it does is help you nail your rotations, and that often results in good dps/healing/tanking which isnt viewed as a bannable offense.
Wellits proberly me who dont understand how its relly works, but the auto"bot" thingy, aint that a way for blizz to see it ?
The only thing automatic is the rotation, the rest (movement etc) is handled by yourself so. You basically only need to move away from bad stuff and follow game-mechanics and the bot will do the DPS/Heal/Tank-part for you.![]()
awesome just awesome!