works well with grindbot, much better than any other for guardian atleast. However it pulls in travelform then casts 3X faire fire in humanform before going bear
HonnorBuddy\Routines\Guardian\Guardian\Classes\Guardian.cs @Line117 Code: Spells.CastBuff("Travel Form", Me, ret => DruidSettings.Instance.AutomaticFormSelection && Me.Shapeshift != ShapeshiftForm.Travel && (TimerFinished(FormSwitch, "Form Switch") && (!Me.Mounted && !Me.Combat && !Me.IsCasting) || Me.MovementInfo.CurrentSpeed < 161)), change to Code: Spells.CastBuff("Travel Form", Me, ret => DruidSettings.Instance.AutomaticFormSelection && Me.Shapeshift != ShapeshiftForm.Travel && (TimerFinished(FormSwitch, "Form Switch") && (!Me.Mounted && !Me.Combat && !Me.IsCasting) || Me.MovementInfo.CurrentSpeed < 161)[B] && !Me.Mounted[/B]), or somehow...
Yea, I should have had that default to off until I got it all worked out. I did finally getting it working like I wanted. But on the brightside I have fixed a lot of bugs today.
Any way we can get it to do Frienzed regen all the time instead of Savage defense? Also, i noticed it refuses to use renewal or incarnation or berserk. even though i have em all set to true. same with barkskin and survival insticts. I am using grindbot + skycrystal farm profile.
is there anyway to turn off self healing, i mean out of form using healing touch etc? also ''Will Target and Taunt Any Hostile NPC that is targeting a party member'' can you add an option to turn off the use of growl
Code: Spells.CastBuff("Frenzied Regeneration", Me as WoWUnit, ret => DruidSettings.Instance.FrenziedRegeneration && Me.HealthPercent < 90 && Me.RagePercent > 60), When you are below 90% health and you have more than 60% rage. The idea being Savage Defense first then Frenzied Regeneration on what you have left.
For grinding though, FR > SD. it just helps more an means less down time, if we can have a option to turn off SD. It'd be nice
Hey awesome bear guardian profile, best one I've seen yet. It really does a lot and is very fluid but I had a couple problems. I knot this is for lazy raider but b/c of how fluid it is I use it for grinding & prefer frenzied regen over savage defense (which is fine when you have heals but not for solo grinding) considering they share the rage pool. So I disabled savage defense & noticed that for some reason it was ignoring the second half of the && statement about having >60 rage leaving it spamming frenzied regen w/o rage and ignoring almost all other abilities. This caused me to die upwards of 11 deaths/hr. What I did was remove the health and just have it cast frenzied regen everytime it gained >60 rage in both the multiple target and single target. I've yet to die it with it! This is what I changed it to:
I just released 1.6. I changed some settings which will help with lower levels some (from lvl 20+). I included some incombat healing if you are not in a group. You may turn off by disabling OutofFormHeals. Form changing from travel to bear/cat is working better. Changed logging to include a SafeName (Me for LocalPlayer, TargetName for anything else) Included an option for Default Form incase you would rather run as cat instead of a bear.
Can you explain what the bot means by "spell check"? Could you also make having the aggro of all mobs in combat a priority? I'm trying to use Guardian in instances and keeping aggro is important. If I stop the bot I have to exit out and restart completely by logging in. For some reason the bot doesn't accept "blank" as a working profile. If I manually select "blank", the bot stops at "loading profile".