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

[Test Release] Second Nav Test with a lot of combat and other bug fixes

Status
Not open for further replies.

Hawker

Well-Known Member
Joined
Jan 15, 2010
Messages
2,509
Reaction score
70
This build has a log of good stuff in it but what we are most interested in is navigation and combat. This build includes the newest version of Belphegor, our all in one combat routine.

Please post if you have persistent problems. We need you log - instructions on how to post a log are here: http://www.thebuddyforum.com/honorbuddy-forum/guides/35945-guide-how-attach-your-log-kick.html

Enjoy :)

Provisional Changelog:
Logs everything to file now.
OnPlayerDied event added.
Targeting problem with witchdoctor fixed.
Fixed a bug with loading rule sets. Should no longer even attempt to load a set of rules if the file doesn't exist.
Bugfix in ItemManager for quality-based rules.
Added DiaActivePlayer.SkipCutscene and SkipConversation methods. (SkipConversation will skip bubble dialog from NPCs)
Added the UIElements class, which will hold references to commonly used UI elements.
Added the "Unique" monster affix.
Fixed DecoratorContinue. We should be checking if we *can't* run, then return success first. It was originally if we can't run, then do w/e.
Moved the OnStart event to occur after CurrentBot.Start() to ensure plugins and other 3rd party things can actually hook behaviors on the tree before they're cleared.
Added a bunch of new hook locations to the brain. Death, Combat, VendorRun, and Loot. These should give developers an easy way to import logic into their own stuff.
UseObject tag now uses the specified object closest to the given x, y, z
ItemStat members are now cached where appropriate.
Added DiaGizmo.HasBeenOperated
Looting no longer even looks at used shrines. Yay!
Added UseWaypoint to GizmoWaypoint.
Changed "UseWaypointTag" to use the new function.
 

Attachments

Last edited by a moderator:
Last edited:
Testing as we speak, will report back once done a few runs
 
Testing right now.

Feels even faster than the previous test release and the combat is running smooth atm :)
 
Last edited:
First thing that i notice is that GPH is not reporting anymore after some runs.

Edit: sometimes it will report, sometimes not.
 
nice clarification on other thread, thanks Hawker. Testing now.
 
Hawker please answer to this,i posted it several times and no answer at all >_<,well here it goes
Fix the priority so it will be Low HP>Spells on CD>Kill>Loot>Navigation and please go try to make a portal for act 1 quest 7- Doom in Wortham Up to the church quest where u have to kill 3 blue berzerkers and u will see how it will be stuck,this profile is atm impossible to make due to priority being bad,and its attacking NPC's who are doing cinematic..
PLEASE ANSWER ,ty <3
 
[16:55:19.434 N] Number of games completed:20
[16:55:19.440 N] Last run acquired 345 gold.
[16:55:19.441 N] Current Gold per Hour: 490619

[16:58:20.940 N] Number of games completed:25
[16:58:20.945 N] Last run acquired 7715 gold.
[16:58:20.946 N] Current Gold per Hour: 491894

So far so good :cool:
 
Last edited:

is .118 shipped with the newest version of Belphegor?

----

Same as Mammon issue. Belphegor (and Mammon) spam companion/smoke screen as soon as it game start and I'm out of Discipline instantly.

No these arnt in Mammon for the most part.

Smoke screen is currently cast if you have less then 50% of your life. looking at it we might need to add a colldown period in there.

Code:
Spell.Buff(SNOPower.DemonHunter_SmokeScreen, extra => ZetaDia.Me.HitpointsCurrentPct <= 0.50),


 
No these arnt in Mammon for the most part.

Smoke screen is currently cast if you have less then 50% of your life. looking at it we might need to add a colldown period in there.

Code:
Spell.Buff(SNOPower.DemonHunter_SmokeScreen, extra => ZetaDia.Me.HitpointsCurrentPct <= 0.50),


It joins the game, casts companion, then, 100% HP, where i just came in to the game at, casts smoke screen, smoke screen, then no Disc left, then just spams Smoke screen everytime its up.
 
Little suggestion, maybe you guys can add another field into the UI where it shows the Gold per hour / Current gold instead of mixing it into the logs. Easier to see.

24oraip.jpg


Something like that
 
Here's what mine says, though I haven't been able to get it running since I bought, at least some error is showing in the log.



[21:04:12.469 N] Logging in...
[21:04:13.882 N] Attached to Diablo III with pid: 6936
[21:04:13.891 N] Flashing window
[21:04:14.779 D] Executable Path: C:\Users\JR ALIEN\Desktop\d1.05\Demonbuddy.exe
[21:04:14.779 D] OS Architecture: AMD64
[21:04:14.780 D] OS: Windows 7 Service Pack 1 64-bit
[21:04:14.780 D] OS Language: English (United States)
[21:04:15.793 D] Reloading AssemblyLoader<Zeta.CommonBot.ICombat> - Initializing
[21:04:18.582 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: The process cannot access the file 'C:\Users\JR ALIEN\Desktop\d1.05\Settings\Temhoahreji#1650\CharacterSettings.xml' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlWriterSettings.CreateWriter(String outputFileName)
at System.Xml.XmlWriter.Create(String outputFileName, XmlWriterSettings settings)
at System.Xml.Linq.XElement.Save(String fileName, SaveOptions options)
at (Object , String )
at Zeta.Common.Xml.XmlSettings.Save()
at Zeta.CommonBot.Settings.CharacterSettings.Save()
at Demonbuddy.MainWindow.txtLootRadius_TextChanged(Object sender, TextChangedEventArgs e)
at System.Windows.Controls.TextChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.TextBoxBase.OnTextChanged(TextChangedEventArgs e)
at System.Windows.Controls.Primitives.TextBoxBase.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Controls.TextBox.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Documents.TextContainerChangedEventHandler.Invoke(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Documents.TextContainer.EndChange(Boolean skipEvents)
at System.Windows.Documents.TextContainer.System.Windows.Documents.ITextContainer.EndChange(Boolean skipEvents)
at System.Windows.Documents.TextRangeBase.EndChange(ITextRange thisRange, Boolean disableScroll, Boolean skipEvents)
at System.Windows.Documents.TextRange.System.Windows.Documents.ITextRange.EndChange(Boolean disableScroll, Boolean skipEvents)
at System.Windows.Documents.TextRange.ChangeBlock.System.IDisposable.Dispose()
at System.Windows.Controls.TextBox.OnTextPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.Controls.TextBox.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at (Object , String )
at Demonbuddy.MainWindow.SetCharacterSettings(Object sender, EventArgs e)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) --> System.IO.IOException: The process cannot access the file 'C:\Users\JR ALIEN\Desktop\d1.05\Settings\Temhoahreji#1650\CharacterSettings.xml' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlWriterSettings.CreateWriter(String outputFileName)
at System.Xml.XmlWriter.Create(String outputFileName, XmlWriterSettings settings)
at System.Xml.Linq.XElement.Save(String fileName, SaveOptions options)
at (Object , String )
at Zeta.Common.Xml.XmlSettings.Save()
at Zeta.CommonBot.Settings.CharacterSettings.Save()
at Demonbuddy.MainWindow.txtLootRadius_TextChanged(Object sender, TextChangedEventArgs e)
at System.Windows.Controls.TextChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.TextBoxBase.OnTextChanged(TextChangedEventArgs e)
at System.Windows.Controls.Primitives.TextBoxBase.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Controls.TextBox.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Documents.TextContainerChangedEventHandler.Invoke(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Documents.TextContainer.EndChange(Boolean skipEvents)
at System.Windows.Documents.TextContainer.System.Windows.Documents.ITextContainer.EndChange(Boolean skipEvents)
at System.Windows.Documents.TextRangeBase.EndChange(ITextRange thisRange, Boolean disableScroll, Boolean skipEvents)
at System.Windows.Documents.TextRange.System.Windows.Documents.ITextRange.EndChange(Boolean disableScroll, Boolean skipEvents)
at System.Windows.Documents.TextRange.ChangeBlock.System.IDisposable.Dispose()
at System.Windows.Controls.TextBox.OnTextPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.Controls.TextBox.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at (Object , String )
at Demonbuddy.MainWindow.SetCharacterSettings(Object sender, EventArgs e)
[21:04:18.591 D] Reloading AssemblyLoader<Zeta.Common.Plugins.IPlugin> - Initializing
[21:04:18.671 D] There are 0 plugins.
[21:04:55.263 N] [Items] Loaded Item Rules: Default Item Rules
[21:05:01.487 N] Current bot set to Order Bot
[21:05:01.502 N] Loaded profile Sarkoth farm profile by Nesox
[21:05:05.806 D] Start/Stop Button Clicked!
 
Please note the following inconsistencies between ###REPORT###

Code:
[16:02:39.566 N] ####################################################
[16:02:46.306 N] Interacting with object g_Portal_Square_Blue-314
[16:02:46.995 N] [Artemis - The Profile Helper0.1] Enabling KillMonsters
[16:03:08.424 N] Leaving game, reason: Run is done
[16:03:20.603 N] ###################### REPORT ######################
[16:03:20.604 N] Gold: 1740331
[16:03:20.609 N] Blues: 18
[16:03:20.615 N] Yellows: 1
[16:03:20.620 N] Legendaries: 0
[16:03:20.625 N] Set items: 0
[16:03:20.625 N] ####################################################
[16:03:27.866 N] Interacting with object g_Portal_Square_Blue-312
[16:03:48.449 N] Loaded profile Sarkoth farm profile by Nesox minus some wps
[16:03:48.449 N] Number of games completed:5
[16:03:48.454 N] Last run acquired 8004 gold.
[16:03:48.456 N] Current Gold per Hour: 526382
[16:04:00.374 N] ###################### REPORT ######################
[16:04:00.376 N] Gold: 1748335
[16:04:00.385 N] Blues: 20
[16:04:00.392 N] Yellows: 1
[16:04:00.398 N] Legendaries: 0
[16:04:00.404 N] Set items: 0
[16:04:00.404 N] ####################################################
[16:04:07.897 N] Leaving game, reason: Run is done
[16:04:20.216 N] ###################### REPORT ######################
[16:04:20.219 N] Gold: 1748335
[16:04:20.225 N] Blues: 20
[16:04:20.230 N] Yellows: 1
[16:04:20.236 N] Legendaries: 0
[16:04:20.242 N] Set items: 0
[16:04:20.242 N] ####################################################
 
Here's what mine says, though I haven't been able to get it running since I bought, at least some error is showing in the log.



[21:04:12.469 N] Logging in...
[21:04:13.882 N] Attached to Diablo III with pid: 6936
[21:04:13.891 N] Flashing window
[21:04:14.779 D] Executable Path: C:\Users\JR ALIEN\Desktop\d1.05\Demonbuddy.exe
[21:04:14.779 D] OS Architecture: AMD64
[21:04:14.780 D] OS: Windows 7 Service Pack 1 64-bit
[21:04:14.780 D] OS Language: English (United States)
[21:04:15.793 D] Reloading AssemblyLoader<Zeta.CommonBot.ICombat> - Initializing
[21:04:18.582 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: The process cannot access the file 'C:\Users\JR ALIEN\Desktop\d1.05\Settings\Temhoahreji#1650\CharacterSettings.xml' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlWriterSettings.CreateWriter(String outputFileName)
at System.Xml.XmlWriter.Create(String outputFileName, XmlWriterSettings settings)
at System.Xml.Linq.XElement.Save(String fileName, SaveOptions options)
at (Object , String )
at Zeta.Common.Xml.XmlSettings.Save()
at Zeta.CommonBot.Settings.CharacterSettings.Save()
at Demonbuddy.MainWindow.txtLootRadius_TextChanged(Object sender, TextChangedEventArgs e)
at System.Windows.Controls.TextChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.TextBoxBase.OnTextChanged(TextChangedEventArgs e)
at System.Windows.Controls.Primitives.TextBoxBase.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Controls.TextBox.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Documents.TextContainerChangedEventHandler.Invoke(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Documents.TextContainer.EndChange(Boolean skipEvents)
at System.Windows.Documents.TextContainer.System.Windows.Documents.ITextContainer.EndChange(Boolean skipEvents)
at System.Windows.Documents.TextRangeBase.EndChange(ITextRange thisRange, Boolean disableScroll, Boolean skipEvents)
at System.Windows.Documents.TextRange.System.Windows.Documents.ITextRange.EndChange(Boolean disableScroll, Boolean skipEvents)
at System.Windows.Documents.TextRange.ChangeBlock.System.IDisposable.Dispose()
at System.Windows.Controls.TextBox.OnTextPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.Controls.TextBox.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at (Object , String )
at Demonbuddy.MainWindow.SetCharacterSettings(Object sender, EventArgs e)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) --> System.IO.IOException: The process cannot access the file 'C:\Users\JR ALIEN\Desktop\d1.05\Settings\Temhoahreji#1650\CharacterSettings.xml' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlWriterSettings.CreateWriter(String outputFileName)
at System.Xml.XmlWriter.Create(String outputFileName, XmlWriterSettings settings)
at System.Xml.Linq.XElement.Save(String fileName, SaveOptions options)
at (Object , String )
at Zeta.Common.Xml.XmlSettings.Save()
at Zeta.CommonBot.Settings.CharacterSettings.Save()
at Demonbuddy.MainWindow.txtLootRadius_TextChanged(Object sender, TextChangedEventArgs e)
at System.Windows.Controls.TextChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.TextBoxBase.OnTextChanged(TextChangedEventArgs e)
at System.Windows.Controls.Primitives.TextBoxBase.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Controls.TextBox.OnTextContainerChanged(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Documents.TextContainerChangedEventHandler.Invoke(Object sender, TextContainerChangedEventArgs e)
at System.Windows.Documents.TextContainer.EndChange(Boolean skipEvents)
at System.Windows.Documents.TextContainer.System.Windows.Documents.ITextContainer.EndChange(Boolean skipEvents)
at System.Windows.Documents.TextRangeBase.EndChange(ITextRange thisRange, Boolean disableScroll, Boolean skipEvents)
at System.Windows.Documents.TextRange.System.Windows.Documents.ITextRange.EndChange(Boolean disableScroll, Boolean skipEvents)
at System.Windows.Documents.TextRange.ChangeBlock.System.IDisposable.Dispose()
at System.Windows.Controls.TextBox.OnTextPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.Controls.TextBox.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at (Object , String )
at Demonbuddy.MainWindow.SetCharacterSettings(Object sender, EventArgs e)
[21:04:18.591 D] Reloading AssemblyLoader<Zeta.Common.Plugins.IPlugin> - Initializing
[21:04:18.671 D] There are 0 plugins.
[21:04:55.263 N] [Items] Loaded Item Rules: Default Item Rules
[21:05:01.487 N] Current bot set to Order Bot
[21:05:01.502 N] Loaded profile Sarkoth farm profile by Nesox
[21:05:05.806 D] Start/Stop Button Clicked!

Make sure you close all Demonbuddy processes, then restart it. If this doesn't help, try restarting your computer.
 
It joins the game, casts companion, then, 100% HP, where i just came in to the game at, casts smoke screen, smoke screen, then no Disc left, then just spams Smoke screen everytime its up.

Could you post or pm me your log so I can have a look through.
 
Status
Not open for further replies.
Back
Top