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

Problem with the combat routine

Tobilishou5

New Member
Joined
May 23, 2014
Messages
20
Reaction score
0
Hello, I have a problem with the combat routine.

I have copied from the "Legacy" folder the folder "OldRoutine" in "Default" and the two .cs
files of the .jason file is added. However, I always get the error message

System.NullReferenceException: Object reference not set to an instance of an object.
at Legacy.OldRoutine.OldRoutine.get_Control() in C:\Users\Tobil\Desktop\Tools\3rdParty\_CONFIGS_\Default\Default\Content-610064015\OldRoutine\OldRoutine.cs:line 799
at Exilebuddy.NewSettingsWindow.?????????????????????????????????????????()
at Exilebuddy.BotWindow.?????????????????????????????????????????()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback)
at Exilebuddy.BotWindow.?????????????????????????????????????????(Object )
 

Attachments

Back
Top