Hey guys I'm new to the forums. I'm wondering is there any pvp profile for boomkins?
Hey guys I'm new to the forums. I'm wondering is there any pvp profile for boomkins?
Go into your Ability Editor and under KickMyDog's hunter rotation, at the very bottom with the name SV: Black Arrow, change the code in it to:
It will check to see if Black Arrow is off CD and if it has 35 focus or more, it will cast the shot. In my opinion, the way KickMyDog had it before, it was just to complicated for what it needed to do, which was cast it on every CD. This just makes it much more simple and will actually cast off CD if it passes the check of enough focus. That's the plan anywaysCode:local BArrowCD = GetSpellCooldown(3674) local focus = UnitPower("Player") if BArrowCD == 0 and focus >= 35 then return true end![]()
Thanks for that firepong![]()
Xelper....
I've noticed that Interupt All Spells doesnt seem to be working. Is there something i need to change? The box is checked...worked fine before.
Thanks
That is not actually a good idea, since it will delay the cast of explosive shot. The rotation keep a reserve of focus at all time to ensure that explosive shot is used the moment it is off cooldown. Black Arrow's important pales in comparison to the dps loss of having explosive shot on cooldown.
As suggested with the other guy who was was having trouble with the profile, he simply reinstalled it back in.
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
Yo boss is your profile optimized for 4p T13 Arms?
Well, going from your code of what you had on Black Arrow to mine, my DPS went up. Did a 4 min run on each one, it didn't go up that much, about 300DPS, but it went up. I never noticed a starving of Focus either. Every time lock and load proced, I always had enough focus for it to fire when it needed to.
I put my edited Diesel files and my edited leet jerks files up on Google code and will link this post to the PQR Wiki for DK's so it can be found somewhat easily.
"I have My personal Edits of Diesels and Leetjerk's Frost DK files with some code borrowed from Bubaa911: improved DnD at mouse over when pressing down the Left Control Key pause function by holding down the left Shift key(useful when called to stop dps/ brez a player or to force your Army to go off)
Dark Scrim code for Hagara just set her to focus before pull and it will cast dark sim and once the spell is copied the user has to fire the spell off manually."
Downloads - imdasandman - profile for both PQR and HB that i use and edit - Google Project Hosting
enjoy.....
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
@ Bubba
Ok Bubba I tried you rogue Botting Profile for noobie Rogue toon i created
your code for Sinister Strike dosent work(
I Replaced it with this
if GetComboPoints("player", "target") <= 3 then
return true
end
now it works )
ipass
Hate PQR!!! If it dies, i stop playing wow. It made me so f.... lazy! sigh Xelper! ;]
And now not OT.
Is there any op shadow pvp priest? or ret pala?
Last what i found about shadow is Buba updated 3 months ago.
to bu_ba_911
Love your new spell reflect. For me disarm is still kinda broken. It still keeps stance dancing :/ I just removed it
The interrupt is good, i added some spell tho. But the timer you build in it is bad. It pummels when the cast is 30-60% complete, and thats where most pople fake cast. I liked this one i had before, but there is no focus in itthis one interrupts in the last 90-95% of the cast, which is VERY good.Code:local buff = { 118,116,61305,28271,28272,61780,61721,2637,33786,5185,8936,50464,19750,82326,2061,9484,605,8129,331,8004,51505,403,77472,51514,5782,1120,48181,30108 } local castingSpell, _, _, _, _, endTime = UnitCastingInfo("target") for i,v in ipairs(buff) do if IsSpellInRange("Pummel", "target") == 1 and PQR_IsOutOfSight("target") == false and castingSpell == GetSpellInfo(v) and endTime/1000 - GetTime() < 0.5 then if not UnitBuffID("target", 31821) and not UnitBuffID("target", 89485) then return true end end end
I tried to edit your new pummel: if ((endCast/1000) - GetTime()) < 0.5 then
but that did not help. What do you think is the problem?
When are you switching to disels profile? I've been using your masterfrost edit and I've been blowing up the meters and ranking on all 8 ds bosses. Also you mentioned upping the latency setting in pqr itself, did you add your local+world latency+250 as boss suggested previously or did you use a different method?
Thanks,
Solarwake