Is there a chance of getting PQR ported to Mac OS X with compatible rotations?
I would be very interested in this, in fact, I would possibly donate my brand new, shrink wrapped 2011 13" Macbook Air with 4GB RAM and 1.8 Ghz i7 to the developer that promises a PQR mac version within 3 months.
I upgraded to a 2012 MBA when my 2011 model broke… then I took the 2011 to the Apple store and they unexpectedly replaced it without any questions asked.
Sheuron please update Windwalker profile,incorrectly uses Tiger Palm, Tiger Palm is necessary for maintenance of buff and on procs.
so i found some old code in superman 4.3 rogue profile and i was wondering will it still work if i add into a current rogue rotation code is as follows
-- Morchok/Korchok Feint
--108571, 109033, 109034, 103414
local channelSpell, _, _, _, _, endTime = UnitCastingInfo("target")
if channelSpell == GetSpellInfo(108571)
or channelSpell == GetSpellInfo(109033)
or channelSpell == GetSpellInfo(109034)
or channelSpell == GetSpellInfo(103414) then
if not UnitBuffID( "player", 31224 ) then
PQR_WriteToChat("Used "..GetSpellLink(1966).." to reduce DMG taken" ,"Encounter")
return true
end
end
-- Black Blood Feint
if UnitDebuffID( "player", 110287 ) then
if select(4, UnitDebuffID( "player", 110287 )) > 0 and PQR_SpellAvailable( 31224 ) then
PQR_WriteToChat("Used "..GetSpellLink(1966).." to reduce DMG taken" ,"Encounter")
return true
elseif select(4, UnitDebuffID( "player", 110287 )) > 0
and not PQR_SpellAvailable( 31224 )
and not UnitBuffID( "player", 31224 ) then
PQR_WriteToChat("Used "..GetSpellLink(1966).." to reduce DMG taken" ,"Encounter")
return true
end
end
recast 200
spell id 1966
and :-
-- Cloak BlackBlood
if UnitDebuffID( "player", 110287 ) then
if select(4, UnitDebuffID( "player", 110287 )) > 6 and not UnitBuffID( "player", 1966 ) then
PQR_WriteToChat("Used "..GetSpellLink(31224).." to cleanse "..GetSpellLink(110287) ,"Encounter")
return true
end
end
spell id 31224
FYI, my personal releases to the Team Nova SVN will be slowing down for a short while..... Working on revamping my Paladin code.... if it works out, i will also revamp Disc Priest as well in similar fashion...
Experiment will probably take about 2-3 days to complete depending on College and Work XD
Currently in the works...
DPriest PvP
HPally PvP
Demo Warlock (teaming up with Crystal_Tech to get this on par with us playing by hand)
Currently on the Horizon:
Frost DK
Monks in general
any rogue pvp profile here? Searсh gave nothing
I believe I've read about some that are in development but I don't think there are any that are working with the current build.
YES YES YES!!!lol
I'm having trouble getting soul swap to cast on affliction warlock btw, I know that's crystals department but maybe you can help. Maybe I'm just doing something silly. I will check the code myself.
As for Frost DK profiles, always nice to have more, competition breeds excellence and all that!! Up until the patch I was still using your old Frost DK profile.
I'll be levelling a brew monk as soon as possible as well so some monk profiles would be awesome!!