anyone heard any word of the mop beta offsets for the recent patch? thnx in advance
anyone heard any word of the mop beta offsets for the recent patch? thnx in advance
Is there any DK Frost PvP profiles?
Never really noticed one before
Im not sure but I think Bu_Ba has made a frost pvp-profile sometime, you could just check back in the thread there's a user that has a link to a megapack of old and recent PQR-profiles.
crystal: Thank you! I'm writing my own profile atm so that I will be more experience when Mist hits as I want to be able to add stuff or fix stuff myself since I am in a hardcore guild and we're far ahead of most ppl on progress.
But I have another question. been trying to figure it out myself, but no mather how much I think about it, I cant come up with a solution....
Is there any way to make this work?
When LnL (Lock and Load, hunter proc) procs you should use it like this when you are below 55 focus: ES>ES>CoS>ES
If you have above 55 focus when LnL procs it should look like this: ES>ES>AS>ES.
If you are above 94 focus when LnL procs then it should look like this: ES>AS>ES>ES
And Kill shot range: ES does more damage per global than KS but KS is better than AS. You will focus cap a lot during this stage but it's best to get ES on cooldown than worry about it. When LnL procs during execute range you will want to just replace AS with KS when possible and follow normal priority e.g.
ES>ES>KS>ES>KS
Been trying to figure out a way to get that to work, and now I have a raging headache :P
EDIT: Would this work?
Code:SV: Arcane Shot (LnL) if IsSpellInRange(GetSpellInfo(3044), "target") ~= 1 then return false end F_SwitchToHawk() local count = select(2, UnitBuffID("player", "56342") if count == 2 and UnitPower("player") >= 94 then RunMacroText("/cast Explosive Shot") elseif count == 1 and UnitPower("player") >= 94 then RunMacroText("/cast Arcane Shot") elseif count == 1 then RunMacroText("/cast Explosive Shot") return true end end end
Last edited by Mpzor; 07-14-2012 at 12:35 PM.
still undetedted?
quick note if you use select you need to be sure to close it.
yours: local count = select(2, UnitBuffID("player", "56342")
mine: local count = select(2, UnitBuffID("player", "56342")) --you need to close the first '(' next to the select.
also instead of passing it to RunMacroText you should use CastbySpellID(spellid) that way it can be used on any client regardless of language.
also your id is for rank 1 of lock and load the correct id is: 56453.
in mists they fixed the issue with exp shot to where you just hit it 3 times and you won't clip that last dot no need to fill it with another shot.
Please if someone helped you donate rep to them.
is there a DK tank profile yet? nova's profile doesnt work =/
any bot is detectable if blizzards wants to see it...
OMG YES OR NO I KNOW THAT AGAIN AM NOT STUIP AS OF THIS MIN IS IT DETECTABLE CAN WARDEN SEE RIGHT NOW NOT WITH A UPDATE RIGHT THIS VERY SEC
again sry for being rude but u all wont give my the answer am looking for like honorday with lazyraider its not detectable as of now is PQR the same
I dont see any difference with yours and mine except for the extra ")" in the end, so is that all? But except for that it looks good?Think I understand if it is
![]()
EDIT: Why wont this or the previous code work? I added the extra ")" in the end so its not that.
Code:local _, BlackArrowCD = GetSpellCooldown(3674) if IsSpellInRange(GetSpellInfo(3044), "target") ~= 1 then return false end F_SwitchToHawk() if BlackArrowCD > 4 and UnitPower("player") > 22 then return true endit uses AS way to often, almost like its ignoring the and in the code so it casts AS if the power is at 22 or higher...Code:local _, ExplosiveShotCD = GetSpellCooldown(53301) if IsSpellInRange(GetSpellInfo(3044), "target") ~= 1 then return false end F_SwitchToHawk() if ExplosiveShotCD > 4 and UnitPower("player") > 22 then return true end
Last edited by Mpzor; 07-14-2012 at 03:34 PM.
Holy shit, you keep misspelling "Stupid". IF Blizzard wants to see you're botting, they will see. No bot protects against that. AT this moment, the offsets PQR uses aren't detected, if blizzard wanted to see if someone was using "honorbuddy" they would. Now stop with the nonsense. Unless you give someone a reason to report you, you will be fine.
Last edited by Kinkeh; 07-14-2012 at 03:59 PM.
i been using this with Honorbuddy for the past 4 weeks 24/7 non stop getting all my chars full pvp gear with no problems