thanks for the quick response.
Great forum, I love it!
thanks for the quick response.
Great forum, I love it!
anyone could share a pvp warlock file? desto or demon?
Can anyone help me with swiftmend in the resto druid profile? It only seems to cast when I have rejuvenation on ME, and not an injured player.
@TheGreatRowaH I would suggest you try the Nova ([PQR] Nova Team Profiles) Resto-druid profile as an alternative until you get that solved, its great and keeps getting better!
yeah, it's just that nova's doesn't do too well with clearcasts, tranquility, and tree of life. Sheepmoon is flawless in other regards, just the swiftmend issue bugs me.
Oh, I see. Maybe something odd in his "Swiftmend Spam"-ability? Is it in the AoE-portion of the profile I assume?
Swiftmend code:
Swiftmend spam code:if members[1].HP < 95
and GetSpellCooldown(18562) == 0 then
if HaveBuff(members[1].Unit,774,0,"PLAYER")
or HaveBuff(members[1].Unit,8936,0,"PLAYER")
then
PQR_CustomTarget = members[1].Unit
return true
end
end
Would changing "Player" to "Unit" work? Im just taking a wild guess here, thinking maybe it considers other party-members as Units since you are "Player".local Rejuv = UnitBuffID("player", 774, "player")
local Reg = UnitBuffID("player", 8936, "player")
local CanMend = 1
if Rejuv == nil and Reg == nil then
CanMend = 0
end
if CanMend ~= nil then
if GetSpellCooldown(18562) == 0
and PQR_IsMoving(1) == false
then
return true
end
end
Tested, changed
if HaveBuff(members[1].Unit,774,0,"PLAYER")
or HaveBuff(members[1].Unit,8936,0,"PLAYER")
to
if HaveBuff(members[1].Unit,774,0,"unit")
or HaveBuff(members[1].Unit,8936,0,"unit")
and it didn't work. The player one works fine when I have a rejuvenation on me though.
Last edited by TheGreatRowaH; 01-08-2013 at 08:55 AM.
Just put a check to see if it's not on you and cast anyways.
You don't know any good Shadow Priest rotations?
Yes, here's the best I know of:
http://www.ownedcore.com/forums/worl...-profiles.html ([PQR] Nova Team Profiles)
REP+++ - could u make a monk tank one ? plz
rulyraven - sheepmoon is no longer on ownedcore since some time, you should try rubim or kuukuu's brewmaster-profiles.
having no probs with the fire pvp mage profile, but wanted to try frost, and it doesnt even kick in (tried starting with a living bomb, another spell etc)
it doesnt self buff with armor like the fire one does.
any thoughts...? tried shutting down pqr and wow, cache clean etc, but everytime i relaunch fire it works perfetly, frost one just doesnt want to start at all....
The problem is the profiles (especially the Mage ones) are outdated, and many of us have had to apply edits to them (removals of old spell Ids/ additions of new ones, etc.) to keep them working.
I've PMed you both Fire and Frost PvP profiles with the necessary edits, but keep in mind that when 5.2 hits on the 5th, these will probably need more fixes if Blizzard changes anything.