Love you shaman profile, please keep it updated for 5.2.
Also in case you have not been on PTR, when 5.2 hits PE is now a DPS increase over UF.
Love you shaman profile, please keep it updated for 5.2.
Also in case you have not been on PTR, when 5.2 hits PE is now a DPS increase over UF.
Nice profils.
Well everyone, finally updated the rogue. Make sure you have the Nova Frame in your data files for it also, you now have more on your part to adjust what you want. Give it a look!
Also, I put everything on an SVN so you can just update easier:
nerder-pqr-profiles - PQR Profiles - Google Project Hosting
Last edited by Nerder; 02-11-2013 at 04:35 PM.
ok what happen?
message box unable to load rotation/ability list. the xml is not well-formed.
c:\blah\blah\pqr\profiles\rogue\nerder[roguepack]_rogue-rotations.xml
help
here's a guide to use SVN's
http://www.ownedcore.com/forums/worl...n-updated.html ([guide] How to use Tortoise SVN [Updated])
Last edited by romancer_bcl; 02-10-2013 at 06:17 PM.
Try this, go to the .xml you want. Then on the details part on the right, click on "View raw file"
Then it will be a direct link to the actual file (needed for PQR to download properly if using PQR Update or text file download) then just right-click the page and do "Save Page As" and save it to a directory that you want it at.![]()
Hope this helps you.
For all the problems people are having, and jh16 great effort to assist he gave me the idea and created a text file for you to all use through PQR itself. Just follow the link:
http://nerder-pqr-profiles.googlecod...r-Profiles.txt
Last edited by Nerder; 02-11-2013 at 04:33 PM.
@Nerder could you add Bloodbath support?Cast on CD and target have CS debuff
Edit: This is from bgreen profile, modified by replikatoren
Code:--Bloodbath- if ( UnitDebuffID("target",86346,"player") ~= nil or ( getHp("target") < 20 and ( UnitBuffID("player",1719) ~= nil or GetSpellCooldown(1719) >=40 ))) then _castSpell(12292) end
Last edited by Opacho; 02-11-2013 at 02:41 AM.
Hi Nerder. Great work on incorporating the Nova frames, it's a nice addition to the profiles!
I'm getting this error when I switch poisons (tick Crippling first without unticking Leeching):
ID: 1
Error occured in: Global
Count: 1
Message: [string "if PQR_Addon_Loaded == nil then..."] line 979:
Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
Debug:
[C]: ?
[C]: UnitBuff()
[string "if PQR_Addon_Loaded == nil then..."]:979: UnitBuffID()
[string "MHPOISON = nil ..."]:28: ?()
[string "if PQR_Addon_Loaded == nil then..."]:760: PQR_NextAbility()
[string "if PQR_Addon_Loaded == nil then..."]:533: PQR_ExecuteRotation()
[string "if PQR_Addon_Loaded == nil then..."]:289:
[string "if PQR_Addon_Loaded == nil then..."]:214
Also, I'm not sure that the rupture ability is as efficient as it could be. I get exactly the same results (100% uptime of rupture) using this modified code:
Edit: After dummy testing (no buffs. no CD's, 477ilvl) damage output appears to be down on the new profile:PHP Code:
if not UnitDebuffID("target", 1943, "player") and GetComboPoints("player", "target") >= 2 then
CastSpellByName(GetSpellInfo(1943), "target")
else
if UnitDebuffID("target", 1943, "player") then
if select(7, UnitDebuffID("target", 1943, "player")) - GetTime() < 2 then
CastSpellByName(GetSpellInfo(1943), "target")
end
end
end
New - 37.5k dps - 5.00M dmg
Old - 41.7k dps - 5.00M dmg
Last edited by piratepetey; 02-11-2013 at 12:08 PM.
Error is just because of you clicking one prior to unchecking the other, but that wont cause an issue. I just was lazy and didnt want to keep throwing in all the rules for it to not have the error, but it wont matter as once you uncheck the other it makes OHPOISON nil and then puts it on the one selected.
I stilll need to do the warrior part, but am doing all my dailies right now (Had to roll a new toon for raiding -.-) So i'll have to wait till after really
Which profile are you using? I'm working on the combat one right now as my rogue doesnt have 2 daggers to test mut
I'll try and set a priority tomorrow and get the rogue profiles a bit better... I'll start with combat... See if I can get it as close to simcraft as possible. Otherwise fixed the error with the poisons, changed the rupture to what was suggested, added bloodbath to the warrior rotation and made it so the rogue/warrior profiles can be updated through pqr with the links inside the rotation editor. Will adjust the others when I get to changing anything in them.
edit: links in profiles are currently wrong... I want to get sleep so not going to change them ATM. Will fix that tomorrow. Keep updating through text document if need be, although nothing should change from now. Also the SVN link has changed if anyone has been using tortoise SVN or anything
Last edited by Nerder; 02-11-2013 at 04:41 PM.
@Opacho can you test out the bloodbath? Make a backup though for I'm about to go to bed, and I have no way of testing it