[9:19:11 AM:982] [SimpleDK DEBUG]: Evaluating Horn of Winter
[9:19:11 AM:993] [SimpleDK DEBUG]: Evaluating Blood Presence
[9:19:11 AM:993] [SimpleDK DEBUG]: Evaluating Unholy Presence
[9:19:12 AM:24] [SimpleDK DEBUG]: Evaluating Frost Presence
Yeah it's hardAny news on how PVP's comming along?
Yeah it's hardNeeds Squire to be updated to be effective in PvP
Got a basic rotation working, just need to see if there are any new bugs in the PvE code so expect to release it tomorrow.
Put up 0.6 should have better targeting, blacklisting evading mobs and blacklisting schools of magic a mob is immune to.
Initial PvP support for Frost and Unholy, though my DK dies in 3 GCDs so hard to test rotations, lemme know how it works.
0.6.1 has a small bugfix for when in party with other DK(s) the bot doesn't apply diseases if another DK already has.
Meh my ISP decided to screw me over after moving, so will be a few days until I have decent internet again and will be able to test the new tanking rotation.PLease update with tanking spec now IB is tankiinnngg!!!!PP
return new PrioritySelector(
new Decorator(ret => Me.ActiveAuras.ContainsKey("Food") && Me.HealthPercent < 100, new ActionIdle()),
new Decorator(ret => !Me.IsSwimming && !Me.ActiveAuras.ContainsKey("Food") && (Me.HealthPercent < 75 || (Battlegrounds.IsInsideBattleground && Me.HealthPercent < 100)),
new Action(ret =>
{
var food = Consumable.GetBestFood(true);
if (food == null)
{
Log("Need to eat, but I could not find any food in bags.");
return RunStatus.Failure;
}
if (Me.Mounted)
Dismount();
LevelbotSettings.Instance.FoodName = food.Name;
Styx.Logic.Common.Rest.Feed();
return RunStatus.Success;
})));
}
}
}
Current version should work fine to 85, most of the new spells have been implemented long ago.Any news of this getting updated for 80-85 haven't heard much from you fedehat![]()
Current version should work fine to 85, most of the new spells have been implemented long ago.
As for resting I'll have to take a look once my ISP decides to open my internet connection again, so I can test the bot.