Im at 96% for lat Ultraxion
Hi. I'm currently raiding DS Heroic. I'm using Gabbz profile. Ranked on 4/8 this week. Approx 96%uptime on savage roar, 92ish on Rip, 96% rake. Feral is normally my OS, Ilvl 396. Shitty trinkets. Haven't tested firepong's new one yet, was planning on queing lfr later to play around. Also, I'm reforged haste > mastery > crit.
Has anyone else had issues with the stock Xelper interrupt ability?
I did arena on DK and had 0 mind freezes against a Disc Priest using everything in the book.
Not sure if this is just a class issue though as my mage will counterspell.
I checked the spell id in the initialize file and the mind freeze spell id is correct.
Hey guys since pqr is evolving and getting better all the time is a 64bit version planned for the future would love to have it and im sure many others would also
I just tested Mind Freeze, it works... Remember it requires Runic Power unless talented.
Last edited by Xelper; 03-25-2012 at 05:21 PM.
Anyone maintaining Warrior profile now when Boss is gone?
Update 2.4 pushed for my Feral DPS profile. Update and let me know how it goes.
Also, for the people that had my first download link, delete PQR_bleeddebuff.lua from your Data folder. It will interfere with what is in my updated PQR_Firepong.lua file.
I added a part of your code to KMD's code and it did not work.
Here's the code:
Anything I have to change for it to work?Code:if IsSpellInRange(GetSpellInfo(1978), "target") ~= 1 then return false end F_SwitchToHawk() if UnitDebuffID("target", 1978, "PLAYER") == nil and UnitHealth("target") > 100000 and mobid ~= 56162 then return true endCheers
Last edited by Mpzor; 03-25-2012 at 05:46 PM.
Erm, well, make sure you actually have
above it, or else it doesn't know what "mobid" is.Code:local mobid = tonumber(UnitGUID("target"):sub(-13, -9), 16) --returns npc id
@Gabbz, I finally got around to testing/looking at your profile, and I really, REALLY like what I see. I'm pulling about the same, give or take a couple hundred DPS, as the profile I was working on, and I like what you've done with Energy pooling. I see you even implemented Leafkiller's "SR/Rip desync" in there! I honestly don't know if I could even make any improvements here... if nothing else, I may try to push as much "reusable" code into a data file that should make your profile even easier to modify (I already tested swapping out your Mangle (debuff)/Faerie Fire code for mine, as well as changing the Shred No Check to my AddCombo function).
Edit: Great, now I have to figure out what else to work on. :P
Beware that there are a couple of different mobid codes for corruptions, you may have to swap numbers until you find the one that works for the version of the fight that you are doing. Alternately you can target the mob you want the ID for and type the following in:
It should then print out on the screen the ID number for the mob you are targeting.Code:/script print(tonumber((UnitGUID("target")):sub(-12, -9), 16))
I should have a fix for this out when I put out my next version shortly, just trying to get the last few functions working for pvp. It will have mobid exclusion in the data file for serpent sting and black arrow. If you are going to be working on spine, message me I could do with a tester for the code. I don't guarantee that it will work hence why I need the testing, but it should enable me to simplify the process of adding mobs where dots are not wanted.
Currently I have in the mob list.
If you think of other mobs let me know.Code:local mobIDList = { 53891, -- Corruption 56162, -- Corruption 56161, -- Corruption 53889, -- Corrupted Blood 56188 -- Blistering Tentacles }
Here is the link to the test profile at the moment. The PVP does not work so don't use it for pvp.
http://www.mediafire.com/?fuiy22il2bhollb
You will need to copy the data file into the data directory of PQR2.
It has further enhancements to the SV rotation for PVE, it should be perfect now, but let me know if you encounter trouble with it. Also please test the mob exclusion if you have a chance to.
Last edited by kickmydog; 03-25-2012 at 06:45 PM.
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017