Having a bit of an issue with this. I think you should make it so if you're not mounted or in water then don't try and change forms to cat.
If you are swimming and not mounted and not in combat and not prowl, he will use aquatic form. I saw the problems with the cat form, i will remove it.
Just finished getting my mage's gear done. About to run the latest version of this one and see how it works.
anyway I just test it today, this routine isn't as good as the original Singular one... with 512 ilv, I was doing 113k dps facing the dummy with Singular but this Kitten only 106k dps. both over 15 minutes
I had to go back to singular. Using this one dropped FPS really low. so low it was freeze locking wow.
Hello I have been using your combat routine for guardian druid, however, I disable all movement facing and targeting withing your routine and it still moves faces and targets as if I never changed it at all, I check to make sure the setting are still correct and they are and still continues to target face and move around. Good routine, but there are time I need it disabled so I can perform certain parts of a quest and it wont let me becaue when I try to click the object required it keeps turning around and going back to fight the mobs.
Using this on a lvl 40 druid in instances, It just sits there and says were stuck and jumps back and forth and lags like a insane biotch lol
ALright i have figured it out, Theres two different locations to switch FrameLock off, One in the main Settings and one under the DungeonBuddy Bot settings, Once they are both off it works perfect, Thanks for the great Routine!!!
do you mean just inside the routines folder? or inside the singular folder inside the routine folder? and then once I do unpack wherever u tell me, then do i have to click on load profile once i select combat bot?
I tried to search the thread for anything on "arena" I didnt get any results... Has anyone tried/tested this in arenas? I tried using superbad, while it is a terrific CR, I am interested in trying others too..
@zer0kewl,VersacePrince. Download the CR, goto your HB folder/routines/Kitten (put it here). open whatever bot base you're gonna use, and pick Kitten as the chosen routine..
Pasterke, Is there a way to disable the healing touch cast after the predatory swiftness? This is missing roughly 30k-60k DPS (based on 200k dps), if the healing touch would be manually activated before rip is used.
if (gotTarget && HaveSpell("Healing Touch") && buffExists("Predatory Swiftness", Me) && buffTimeLeft("Predatory Swiftness", Me) >= 2000) If I removed this form the code would healing touch not be cast after predatory swiftness? Or I could just change the >=2000 to >=5000 which in theory would cause it to cast after 5 seconds have gone by?
If you remove it, it will not longer cast healing touch. The time is the minimum milliseconds remaining to cast healing touch, prevent him to go out of cat form to cast healing touch.
How come this CC never uses TF (Tiger's Fury) -- Been testing it out and I have to hit it manually every time it's up
Have a few more questions (I'm trying to maximize rip uptime with DoC proc.) My rip keeps falling off and can be absent for more than 10 seconds. This happens when this macro chooses to Ferocious Bite over refreshing rip, OR when the macro chooses to use savage roar (5cp) over a 5 CP rip. After some thought and not full understanding the language, I've come up with a few alterations. However these changes give an error when I start HB. This is the error i'm receiving. Code: Compiler Error: f:\World of Warcraft Bot\Routines\Kitten\Main.cs(428,17) : error CS1525: Invalid expression term '&&' Compiler Error: f:\World of Warcraft Bot\Routines\Kitten\Main.cs(428,20) : error CS1002: ; expected Compiler Error: f:\World of Warcraft Bot\Routines\Kitten\Main.cs(428,55) : error CS1002: ; expected Compiler Error: f:\World of Warcraft Bot\Routines\Kitten\Main.cs(428,55) : error CS1525: Invalid expression term ')' Compiler Error: f:\World of Warcraft Bot\Routines\Kitten\Main.cs(428,56) : error CS1002: ; expected Not sure if 428,55 is a line number or what. Any advice? Code: } if (gotTarget && HaveSpell("Ferocious Bite") && ferociousBite() && Me.EnergyPercent >= 50 && (!debuffExists("Rip", Me.CurrentTarget) || debuffTimeLeft("Rip", Me.CurrentTarget) > 9000) && Me.CurrentTarget.IsWithinMeleeRange) { CastSpell("Ferocious Bite"); } if (gotTarget && HaveSpell("Savage Roar") && savageRoar() && (!debuffExists("Rip", Me.CurrentTarget) || debuffTimeLeft("Rip", Me.CurrentTarget) > 7000) && Me.ComboPoints <= 3 && Me.CurrentTarget.IsWithinMeleeRange) { CastSpell("Savage Roar"); The goal in mind is to only cast ferocious bite and savage roar when I have a 'debuff time left of rip is greater than 9 seconds and savage road is greater than 7 seconds' and savage roar only casts when <= 3 CP on the target. I'm just trying to maximize the uptime of rip on the target now that I've got HT casting with 2 seconds on the predatory swiftness buff left. Btw I just want to be clear, I'm very impressed with this CR. it is well done. It puts out about 90% of the DPS I'm capable of, so I'm just trying to tweak it to match my output. Keep up the good work! Cheers!
Did Iron Juggernaut today with my 564 feral. Kitty did 235k and Superbad did 315. Not sure why the numbers are significantly different. I can't use CombatBot because it lags my game all to shit...so I used Tyrael with framelock off for Kitty and on for Superbad.