What are the shapeshift and heal percentages? Any ideas where you can edit them? Doesn't work well with Simple Follower PVP plugin. Never seems to heal itself in pvp. Ideally something along the lines of 2 Hots and then into Shapeshift etc. what is the priority pull spell? Feral charge?
The healing part of the CC is located in the "DruidRoutine.Rest.cs" file of the CC. He has purposely disabled Heals while in battle grounds. Hope that helps you, -HoHv2
if i wanted to replace healing touch with 3x lifebloom stacks, how would i do this, i understand replacing it with 1 lifebloom, but how do i make it do 3 consecutive ones?. cheers. edit: tried adding 3 lifeblooms at seperate hp, makes it think its boomkin spec and tries to go moonkin aura :/. im also trying to go into moonkin form as feral spec?^^ just started happening recently. edit2; read previous posts, and its now back in feral mode .
Seriously this routine kicks FUCKING ASS!! getting 390xp/h on my lvl 80 drood just grinding some shit in mount hyjal THANKS!
great cc apoc, your work is always top notch. can you add skull bash if you ever get around to it. i don't know why none of the druid cc's use it but it is useful.
Any way to make it remove thorns from feral rotation, having druid shifting out of feral form in mid combat PvP is rather bot-like
if you read the posts it answered in there. Let me go get my spoon -- here we go. Open Wide. New build added. This should fix issues with Ravage with Stampede active. This also adds Moonkin support (fpsware's was getting on my nerves). I may have left Moonkin turned on; to change it open DuridRoutine.cs and change CurrentShapeshift = ShapeshiftForm.Moonkin; to CurrentShapeshift = ShapeshiftForm.Cat;. If moonkin doesn't seem right, please, let me know. (First time playing a moonkin druid, so I stole the rotation from Ensemble, with far less checks) Known bug; doesn't seem to like using Force of Nature. I'll fix this eventually.
Well, he implemented it, but it also didn't work for me For a quick fix open Durid.Routine.Combat.cs and search (should be somewhere around line 65) for Code: CreateCast("Skull Bash (Cat)", ret => Me.CurrentTarget.IsCasting), replace it with Code: new Decorator( ret => Me.CurrentTarget.IsCasting && WoWSpell.FromId(80965).CanCast && Me.CurrentTarget.Distance <= 12, new TreeSharp.Action(a => WoWSpell.FromId(80965).Cast())), no guarantees but my kitty's using skullbash now (only tested in PvE) ^^ @Apoc: CC works like a charm, even from low levels on Greetz sam
Hey nice CC but my problem is my bot doesn't heal itself :-( I don't use it in BG just Dungeons and Leveling ^^ .. Can someone tell me how to enable healing and switching out of the shifted form for healing ? THX for Help BlackHer0
Having trouble with GB2 and this CC: Druid approaches ore vein in flight form, switches into cat form, swithes into caster form, harvests, switches into cat form, switches into flight form. So basicly it needs to be changed that while in GB2 mode, it only switches into cat form when in combat. My knowledge of cc programming is limited, anyone else an idea how to fix this?
hey there, i had a look into the code and tried to change so that the bot uses the travel form while out of combat but can't get it to work. could someone give me a hint?
Great profile mate!! its working great for a PvP'r like me Dk-56-80 100% HB Paladin 1-82 100% HB Warrior 1-60 50% HB 1-85 Gonna start soon then i'll lvl an mage or priest. Never been banned, used in 1 year and 6 months
As I've said; I won't be supporting this CC. However, in this case I'll make an exception. I added the code to force the form for stuff like PVP, since it'd run up in caster form, then jump to cat form a bit too late. (It's better to roam in cat form anyway) I believe the code to force the shift is in Buffs. You can remove it from there. (Shouldn't be hard to find)
problem with this CC, my druid never cast heal to regen hp during fight. My druid target PET before player, so it keep attacking the ranger pet, and the ranger kill me.
I know there's no support for the CC, but I noticed that sometimes it doesn't walk up to his target. It selected a target, casted thorns, and then stands there. Is that calculated behaviour? Also noticed it's not always behind it's target and therefor trying to cast spells that he can't use.
My Druid is constantly switching to and from Cat form while traveling to objectives.I'm having the same problem with fpsware's CC. I've run several characters on the same profile so I'm convinced the profile isn't the issue. Log attached.