@firepong
I have some thought on your kitty for AoE.
Why don't you make use swipe when hold a button?
like hold left alt then it'll only cast swipe.
I got the code but I'm not sure how to implement it.
I've also added CheckInteractDistance so no swipe everywhere.Code:if CheckInteractDistance("target", 3) and IsLeftAltKeyDown() and GetCurrentKeyBoardFocus() == nil then return true end
For unholy, is there anyway to make your ghoul attack all totems such as spirit link and grounding?
in terms of this..... right now i like to leave the pvp profiles of something, to the "current" profile writers of a certain class (especially when potential money is involved)....
IE: Leaving Warrior to Boss unless enough time has passed and/or he says he decided not to do a warrior pvp (Im updating some of my code for him to use if he wants to)
OR: Valma/Crystal_Tech in regards with an Arena Warlock build
OR: Mentally in regards to a SPriest build....
OR: Kickmydog for a Hunter build...
I don't know the classes inside and out like they do, so anything I would do would require a lot more back and forth with people who do, and I also am not on the best realm for testing arena profiles haha, so I would have to have them tested by others who may not know how to give a proper debug report XD. I'm not gonna lie offering money is the best way to get something done around here, but I do have some sense of honor (sorry blizz... this is just to much fun).
(All the examples are for people who are specifically asking me for those arena profiles, plz start at the people who know it best, and if they say no, then i'll look into it more myself).
Also still looking for youre Paypal Email so i can donate a bit for you.![]()
Last edited by Jeremy23; 03-01-2012 at 09:24 PM.
Reported : )
Your reply sounded hostile a little. please understand, I wasn't criticizing. I'm trying to help out, because i'd like to make it better
Im aware you raid kitty.
the rotation on Inconspicuous Bear is
I see the rotation lacerating before thrash and Faerie Fire (Feral) when there is a 3 stack of lacerate on the target.Code:Mangle / Berserk Procs Demoralizing Roar Lacerate if no Lac on target Thrash Lacerate if not to 3 Pulverize if 3 stacks of Lacerate and no Buff, or buff is about to expire Faerie Fire (Feral) Lacerate filler
Hmm. i have Thrash on my bar, and was watching my character Lacerate 2 or 3 times running with thrash off CD while in Raid Mode/AoE mode.
i was watching lacerate stack on the debuffs. i saw thrash not being used. i thought i might be in the wrong rotation. so i turned it from raid to heroic and back, then from AOE to single and back. was in correct rotation settings.
Where is this Debug setting. i've been looking for it for like 3 minutes.
For the Bear rotation, you might want to leave it off shrapnel. from what i've read, you want to save the Dream CD on the last platform for the adds. afaik you want to use Barkskin, and let the healers know you are about to get a bit of a smack.
It could be that i dodge more then and have less rage over all. my tank Equipped iLvl 397 with a dodge precentage of 48%.
(don't post things I post to Patreon.)
your demo roar might want to add in
mainly its scarlet fever you are missing, googlebee was missing that as well, I added in both pally vindication I know its 26017 well pretty sure but ehh, and also pet debuffs just in caseCode:local vind = UnitDebuffID("target", 26016) local vindi = UnitDebuffID("target", 26017) local demoshout = UnitDebuffID("target", 1160) local cursoweak = UnitDebuffID("target", 702) local demoroar = UnitDebuffID("target", 99) local scarfev = UnitDebuffID("target", 81130) local demoscree = UnitDebuffID("target", 24423) local demopetbear = UnitDebuffID("target", 50256)
unless you are going combine a kitty rotation into your bear rotation you can change out mangle just to be return true, if berserk procs it will always keep it on cd as long as prioty is high
just saying in case the future you want to change something up
and you might want to code in a check on motw for in combat or not or current aggro, just woke up will look at it when I get some food, just thinking will motw if it drops off after an hr which could be bad on a boss (well tho only in raids)
white! hurt my eyes!
Are you sure that you are using last version? :/ Coz more powerfull spell issue was smth like this: I forgot to add guid logic in boss logic,so it was loopcasting corruption and not updating hasDebuff.I fixed this issue late ago and had no problems at all :/
Anyways you can look at -- DEBUG -- there are some global PQ_ variables like PQDebugCasts and so on.Set all to false exept of PQ_Debug and PQ_DebugCasts so you will see what it is trying to cast.Besides of this I reccomend you to resetup last version of PQR in different folder(clean setup) and add there just my last profile - can be some problems in cache or smth like this.
MEDVED+VODKA+BALALAYKA
Xelper,as I see you have started activelly reading this thread.
So here is my question to you:
As we all know the main part of PQR's lua code is not open source,so is there any way to get this section via PM to improve some bugs/logic issues or atleast can you PM me a string where ability cooldown is determined for every entry in a list of abilities.
And now a short explanation:
As I expirienced u got smth like if GetSpellCooldown(ability[i].spellid) == 0 then "do test() code" end or smth close to it.And as we all know GetSpellCooldown returns not 0 event if it is just GCD,so with latency added we are sometimes casting not we are expected to and if we got some spell with casting time like GCD+100 ms we are sometimes getting a gap of latency where we are not doing anything coz program starts to try casting something only when GCD is off.
MEDVED+VODKA+BALALAYKA