What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

SimpleDK - DK CC by Fedehat

Status
Not open for further replies.
How can i set frost strike to be used at 32 runic power rather than 100?

Cheers in advance
 
All it does is spam the log with:

[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

Please advise.
 

Attachments

I Get exactly the same it kinda works and atm its the only choice for frost spec.
 
Any news on how PVP's comming along?
Yeah it's hard ;) Needs 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.
 
Yeah it's hard ;) Needs 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.

Great to hear!
 
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.
 
Last edited:
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.

Woo nice gonna check this out in the small amount of time before 4.0.3a patches in EU!
 
Ok nice i got in about an hour of testing using my frost PvE spec and it was doing great! Could do with a few more things such as switch to another target if current one is immune eg bubble or mage ice block then back to target.
 
Got it out just in time to see HB will be down for a while.
 

Attachments

  • fuuu.gif
    fuuu.gif
    119.3 KB · Views: 45
No I have been packing my stuff, since I am moving on saturday :)
And not being able to test any changes, I would be coding in the blind.

I was however quite close to implementing target-healers-first in BGs, so that should be done soon when the new HB is out.
 
PLease update with tanking spec now IB is tankiinnngg!!!! :PPP
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.
 
Last edited:
How do i change what health percentage this rests i tried changing the code with not much sucess? i want it to go from 50 to something like 75
 
REST FILE
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;
})));
}
}
}

Why doesnt this work
 
Any news of this getting updated for 80-85 haven't heard much from you fedehat :P
 
Any news of this getting updated for 80-85 haven't heard much from you fedehat :P
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.
 
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.

Yea would be good to see new spells like outbreak ect :D cant wait for tanking too!
 
Status
Not open for further replies.
Back
Top