Edit: nvm i broke it LOL, back to the drawing board
If I put the range check into the GetKC() function it seems to do the same thing it did without it as I think when calling that function from shots (cobra, arcane) etc it is trying to use that range check for the shots itself (when KC is ready and pet is not near to use KC) and so it still does not fire. I just cant seem to wrap my head around this lol.
Is there a "pet in range of target" function in LUA? If there was it would be as simple as putting that in the GetKC() function (i think), however ive not seen one mentioned anywhere so i dont think there is >.<
Last edited by DEFLAMA; 07-11-2013 at 01:00 PM.
I'm at home now, will give it a try, I guess you did not /console reloadui so the function did not update :P
Edit 2 : That's what i have in mind
Edit 3 : not working as is, will think about another strategy and keep you informed.Code:GetKC = nil function GetKC() if GetSpecialization() == 1 and ( HaveBuff("player", 19574, 2) and GetSpellCD(34026) < 0.1 ) or ( not HaveBuff("player", 19574) and GetSpellCD(34026) < 0.2 ) and IsSpellInRange(GetSpellInfo(34026), "target") == 1 then return true else return false end end
Edit 4 : I think I smoke too much, was trying it with the Survival only setup, that explain a bit why it was not working. It does work as expected. Will be in update 1.10. Thanks a lot for pointing this out DEFLAMA!
Last edited by CodeMyLife; 07-11-2013 at 04:22 PM.
Soapbox Rotations Developer
I don't know which profile to use when using these lol. I try the BM only one for BM then for Surv I use BM / Surv. Is that correct?
Hey Code,
First just want to say keep up the good work!! I love your pally rotation and I will be using your hunter one soon and I'm sure it will be amazing too.Maybe some other tank love as well? DK maybe? :P
I have one quick question. For your PokeRotation interrupt profile, I was wondering what pets you would recommend/you were using for the masters? This is the only place you posted about it so I thought I would ask here.
Thanks! Rep+
For the masters hard to say. It is not good enough for master at the moment, it's pretty crude. Many habilities are coded and lots are still to code too. Baseline, all the Team Buffs/Debuff cannot be read yet, cant find the damn API entry for those. To level pets, I go with my Kun-Lai Runt as second and a Bear as third pet. Both have Rampage and are killers against Critters. I use the -- 2x Ringers Rotation and then put any other pet in slot 1. This pet will be leveled up very quick. I will probly make a post for PokeRotation sometime soon. It's fun it seems, people that don't like pet battles suddently found it fun with the rotation lol
Thanks for reporting and good luck on masters!
P.S. Yeah, more tanky profiles will be released soon enough. Got Prot warrior coming(Ready for testing PM me if you wanna test) . Blood DK is in my plans too and as Feral druid is. Monk, bah not for now but I get all other tanks 85+ so yeah why not!
Was gonna play golf today, sunny day here. I added my Pokerotation revisions to my SVN before I go, have fun! You can use the Download Updates button in the rotation to update!
PokeRotation 1.01
- Added some abilities.
- Added xrn5 chat overlay support
- Modified Events Display. Added out of combat time before Heal is ready.
- Some little tweaks and additions that I forget, did not update for weeks!
Last edited by CodeMyLife; 07-13-2013 at 09:20 AM.
Soapbox Rotations Developer
Code gonna be a prot fury rotation or straight up prot? I am interested in this. BTW Thanks for the great profile I got stuck in a lfr with a tank that dropped waited 20 min threw on some gear I hobbled together on my ret pally and did great with this.
Last edited by Blehbot; 07-13-2013 at 09:56 PM.
@CodeMyLife Any chances you could make an marksman profile ??
thanks for these nice profiles, awesome work!
Love the profiles. Any chance we can get support for engi gloves added?
Did you ever get a chance to look at the freezing problem this had?
Freezing!? Never heard of freezings on this profile!? Had freezing on paly tanking on tortos but that's pretty much it.. Specify a bit more plz.
Soapbox Rotations Developer