Sheuron, awesome job on the rogue profile specifically as that is what I am leveling. Any chance of adding a pvp profile?
Sheuron, awesome job on the rogue profile specifically as that is what I am leveling. Any chance of adding a pvp profile?
Gonna try this now looks pro
this is amazing
wow sheuron hunter is almost like a turret now!! lmao very nice my dps incresed substantially
Helped my dps out alot
Had trouble figuring it out but was worth it
Mkay.... Completely changed the healing style of the Paladin....
this is a huge release only because it has all of the old targeting style heals (Used in PvP Holy)
but it also has all of the new targeting style heals (Used in Test)
try them both out, let me know which one you guys like best, or if i should keep both in and just edit them as i see fit
----------------download--------------
http://www.mediafire.com/?4fje0snd51s50j3
going to be editing my main holy paly post as well with more updates about what all changed and how to use it
Remember Test is a full scale rotation using the Sheuron's Holy Priest targeting system. You don't physically target the player, but it heals in almsot the same way as if you did
focus heals on Mouseover and Targetted player
Targetted > Mouseover > No Mouseover or Friendly Player Targetted
here's some cleansebot code. replace the castspellbyid code with your classes cleanse spell if you're not a shaman. the comma separated list of things at the top is debuffs which when present you won't cleanse.
Code:buff = { 96328, 96325, 96326, 92876, 92877, 92878, 86788, 30108 } local group = "party" local members = GetNumPartyMembers() if GetNumRaidMembers() > 0 then group = "raid" members = GetNumRaidMembers() end for i = 0, members, 1 do if i==0 then member = "player" else local member = group..tostring(i) end if UnitInRange(member) and UnitIsDeadOrGhost(member) == nil then local candispel = 1 for k,v in ipairs(buff) do if UnitDebuffID(member,v) then candispel = nil end end local j = 1 local debuff,_,_,count,bufftype,dur = UnitDebuff(member, j) while debuff do if ((bufftype == "Magic") or (bufftype == "Curse")) and dur > 1 and candispel then CastSpellByID(51886 ,member) return true end j = j + 1; debuff,_,_,count,bufftype,duration = UnitDebuff(member, j) end end end
Do you think Blizzard succeeded with whole rotation mini game in Cata?
A guy QQs on mmo-champion about pqr.
What have I done wrong, what is the reason this does not work?
Code:local TC, _, _, _, _, _, timera = UnitDebuffID("target", 6343) local WL, _, _, _, _, _, timerb = UnitDebuffID("target", 51696) local JG, _, _, _, _, _, timerc = UnitDebuffID("target", 53696) local IF, _, _, _, _, _, timerd = UnitDebuffID("target", 48484) local IT, _, _, _, _, _, timere = UnitDebuffID("target", 45477) local ES, _, _, _, _, _, timerf = UnitDebuffID("target", 8042) local TS, _, _, _, _, _, timerg = UnitDebuffID("target", 90314) local DC, _, _, _, _, _, timerh = UnitDebuffID("target", 50285) if TC ~= nil then if timera - GetTime() < 2.5 then return true end else if WL ~= nil then if timerb - GetTime() < 2.5 then return true end else if JG ~= nil then if timerc - GetTime() < 2.5 then return true end else if IF ~= nil then if timerd - GetTime() < 2.5 then return true end else if IT ~= nil then if timere - GetTime() < 2.5 then return true end else if ES ~= nil then if timerf - GetTime() < 2.5 then return true end else if TS ~= nil then if timerg - GetTime() < 2.5 then return true end else if DC ~= nil then if timerh - GetTime() < 2.5 then return true end else return true end end end end end end end end
Last edited by R4g4t0kk; 09-26-2011 at 10:33 AM.
yea saw that too... but the part i like is him saying that he does better dps them program...lol big deal and?..btw hes ussing it becouse he also said that he lost the ability to play his toon so .. hes a little troll that let PQR do everithing for him and the day his profile doest get a update he will quit wow ...
lol at that guy
Any Chance to get a Resto Druid Profil?! greets
Great application i love it![]()
Nice to have for those times where you don't want to concentrate 100% like heroics and leveling.
Was a list of PQR functions compiled? as I have tried to read all the pages and know it was requested but I may have missed it.