anyone got a pally cleanse that won't dispel Vampiric Touch
anyone got a pally cleanse that won't dispel Vampiric Touch
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Using this atm
--buff = { 109325, 104599, 104601, 104600, 103434, 96328, 96325, 96326, 92876, 92877, 92878, 86788 }
local candispel = 1
--for i,v in ipairs(buff) do
-- if UnitDebuffID(members[1].Unit,v) then candispel = nil end
--end
local i = 1
local buff,_,_,count,bufftype,duration = UnitDebuff(members[1].Unit, i)
while buff do
if bufftype == "Magic"
--or bufftype == "Curse"
and UnitIsFriend("player",members[1].Unit)
and candispel ~= nil
then
PQR_CustomTarget = members[1].Unit
return true end
i = i + 1;
buff,_,_,count,bufftype,duration = UnitDebuff(members[1].Unit, i)
end
Edit: Might have found it
and not HaveDebuff(members[i].Unit,34914,0)
Last edited by Edsaxe; 04-15-2013 at 08:55 AM.
Anyone knows how to loop over every enemy in random oder rated battlegrounds? For example, if i want to check if one of the enemies is casting and then kick:
I know for arena the enemy can reached throw "arena1", "arena2", etc., but there is nothing like this for rated battlegrounds?Code:for x = 1, 10 do local tar = "bg"..x if isKickable(tar) then kick() end end
An other idea is, to get the names over scoreboard an then set the unit as focus by name, but i found no way to set focus enemies by name![]()
Last edited by osbornx22; 04-15-2013 at 11:26 AM.
Is there any solid disc profiles yet? I've been searching for months. I've tried a lot of them out but they just don't do the job.
I need it for PvP, but any good Disc profile would work, one that has cooldown and holy fire/smite toggle.
Also is there any place that should how the SVN works, I don't know how to download from it..
Team Nova for example, I try https://subversion.assembla.com/svn/nova-project/ and download through rotation editor, and it says invalid URL, please enter a valid URL.
Am I doing something wrong or is my PQR broken. I've been very onfused about this for a long time and I can't find a SVN help page on how to use. Thanks!
Try tortoiseSVN. Install it and you will have a shell extension that will show when you right click a folder you will be able to "SVN Checkout" that address.
Soapbox Rotations Developer
you could also just take out the "s" from "https://..." and use it in the rotation downloader.
example: "http://www.assembla.com/code/nova-project/subversion/nodes/116/trunk/Profiles/HUNTER/Nova%20%5BSurvival%5D_HUNTER_Abilities.xml"
would download both the ability and rotation xmls of the nova survival hunter! this might also download the nova data files at the same time as the other 2 depending how they have it set up.
hope this helps out everyone trying to download SVN profiles =p, no need for a SVN program!
Alpha Profiles: - All profiles with PQInterface support!
Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI
PQR broken again?
idd something happened, at first i thought it was some updated data files i downloaded but it seems not working at this time
ah thnx m8 for the answer ,but it seems i already had the updated version and suddenly pqr stops functioning and just stack.
just to let ppl with same prob know, i restarted my pc and pqr worked again perfectly.dont rly know waht is causing this
Last edited by ktsiak; 04-15-2013 at 03:53 PM.
I'm not having issues with PQR itself actually but it seems to make errors in my c++ redist stuff too. Never had that kind of error before, just in the last week, I tought at first that I was probably breaking it myself while testing stuffs around... But maybe this is related so.
Not whining just sharing
Oh and thx for the hint paintpauller!
Hey guys I was seeing what you all thought was the "best" script to use. Im just looking to see which class/script yields the highest dps. Any opinions are cool just trying to see where a good place to start would be
Welcome, you can find that out yourself by testing the profiles out:
http://www.ownedcore.com/forums/worl...1252013-a.html ([PQR] List of Community Rotations - Updated 01252013)