What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
Jensen, could you please update the log file instead of pasting everything here? I makes it hard to read through the thread.
 
but Laws of Valor and Laws of Hope works just not Laws of Justice it keeps disconnecting before or in the middle or after a Rift and GR
 
im using 2.14.15 , it just happen again now right before opening a rift

Demonbuddy v1.1.2892.445


[SIZE=+1]Changelog
[/SIZE]Code:
Api Changes:
--------------
- PlayerData.Bloodshard count now reports the correct value. (DB-117)

Bug fixes:
--------------
* Core
- Clicking the settings button on the main ui now opens the bot settings without any hacks from Quest Tools. (DB-128)

- No longer creates games with Quick Join enabled unless you have it enabled in the settings. (DB-118)

- Crusader: fixed Laws of Valor causing disconnects (DB-127)


- No longer get's stuck trying to stash item when the last tab on the second page is full. (DB-129)


Did you just upgrade DB?

Edit: Justice, got it.
 
Hmm, I think I found the cause. Now let's see if there's a solution for it.
 
Hmm, I think I found the cause. Now let's see if there's a solution for it.
sincerely thanks to you bro :)
and plz let the steed charge don't be used in combat when it off CD,i turn off the switch in the option but it was no use.
good job
 
I removed the HP% check from the Laws of Justice block and that has prevent my disconnects so far. This is NOT a long term solution, just a quick edit to keep from disconnecting.

CrusaderCombat.cs:306

// LawsOfJustice2
//if (CanCast(SNOPower.X1_Crusader_LawsOfJustice2) && !CacheData.Buffs.HasBuff(SNOPower.X1_Crusader_LawsOfJustice2, 6)
// && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= CrusaderSettings.LawsOfJusticeHpPct))
if (CanCast(SNOPower.X1_Crusader_LawsOfJustice2) && TargetUtil.EliteOrTrashInRange(16f)
&& !CacheData.Buffs.HasBuff(SNOPower.X1_Crusader_LawsOfJustice2, 6))
thanks to you:)
 
Back
Top