Hey FpsWare my friend.. can you in the future releases please remove the petname being written to the log. I manually edited it but since you put it back for each new release i ask you to remove it at developer's level. Utils.Log(String.Format("Aggro from {0}, Companion! Save my ass!", thing.Name), System.Drawing.Color.FromName("DarkBlue"));
doesn't seem to want to attack as a level 1 hunter, my guess is that it's trying to send the pet in to attack however you don't get the ability to tell your pet to attack until level 10 via the "control pet" ability. anyway here's my log. Look forward to using this =) -HoHv2 edit: used the default hunter CC from 1-10 and now using this CC 10+ and it works wonderfully. However I'm sad to hear it doesn't feed the pets =(
I am leveling a hunter now and I'm really enjoying your CC, plus hunters are an insane killing machine. A few suggestions would be : -Adding proc/rotation(usage of Focus Fire@BM, using two steady shots in a row to gain buff@MM, benefit from bombardment, because even if I have the multishot costing me 20 focus it will only cast at 40) -Wing Clip + Moving back from the mobs
If you would be so kind, can you please give me the wowhead.com link to the buff/proc/spell and I'll see what I can do. Sent from iPhone.
protected override bool CanRun(object context) { string spellName = "Kill Command"; if (!CLC.ResultOK(Settings.KillCommand)) return false; if (!Utils.IsCommonChecksOk(spellName, false)) return false; if (!Me.GotAlivePet) return false; if (!Me.Pet.GotTarget) return false; if (Me.Pet.CurrentTarget.Distance2D > 5) return false; if (ClassHelper.ClassSpec != ClassType.Beast) return false; if (!Self.IsFocusAbove(Spell.PowerCost(spellName) + 10)) return false; return (Spell.CanCast(spellName)); }
Damn alright.. was trying to see if I had settings messed up or something because it's my biggest DPS boost and I go through whole dungeons without it being utilized
Give me every condition you want the spell cast; both inside an instance and solo. Focus costs, number of mobs, adds, everything. Be as specific and logical as possible.
I think mainly instance.. Solo stuff your CC kills things faster then I can get Kill Shot off most of the time so I don't think that would be practical.. I thought rotation might be serpent sting, kill command, arcane, steady shot arcane. And rotate between arcane, kill command, and steady shot till the mob was dead. I don't know.. I guess I don't know much about the class you probably have it right I just am trying to increase my dungeon DPS since I'm always 700-800 behind everyone.. And my gear is pretty decent. Sorry to bother you
Guess I just didnt know how to say it .. if Kill Command is on cool down then steady shot arcane shot till KC is ready again
Yea fpsware Kill command as soon as its off CD, Then for the rotation, Dont no how you will do this, You just need to work it out so the bot has the focus to use Killcommand as soon as its ready. Maybe Sting, KC, Arcanex2 (maybe) Steady steady KC. I also think Focus Fire - Spell - World of Warcraft Should be added, Its a nice boost (not sure if HB can tracj your Pets Frenzy stacks? for optimal casting) Maybe this: Serpent Sting> Kill command > Arcane shot, Arcane shot, Steady shot, Steady shot,Arcane shot, Focus Fire, Back to start (this may clip Sting but meh) Can we have it try and Pop bestial wrath When ever Enters combat?., Unless you and nesox worked out how to detect Boss? then Bestial wrath on boss And mark too would be good. Wowhead links for all spells needed: Focus Fire: Focus Fire - Spell - World of Warcraft - talent / this Does proc when Pet frenzy Reaches max "glows Gold on blizz ui" (again not sure if hb can detect that) Arcane shot: Arcane Shot - Spell - World of Warcraft - spell Steady shot: Steady Shot - Spell - World of Warcraft - spell Serpent sting: Serpent Sting - Spell - World of Warcraft - spell Kill Command: Kill Command - Spell - World of Warcraft - spell Bestial wrath: Bestial Wrath - Spell - World of Warcraft - talent I no this is just a default hunter Profile, but reading through the thread you were asking people for rotation/proc etc
Oh and When in instance, Adds = 2+ Trap launcher Snake trap that would be awesome Prob hard to do though because its 2 spells i guess