I'm loading the xml and it just goes to tailfeather, flies away and does nothing. I checked the xml if there was any tailfeather text and there's none so I don't know what's wrong or even going on.
What exactly am I doing wrong?
[00:08:23.345 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
at ExBuddy.OrderBotTags.Gather.ExGatherTag.<MoveToHotSpot>d__ac.MoveNext() in c:\Users\WAWAWA\Desktop\newbuddy\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1390
--- 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.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at ExBuddy.OrderBotTags.Gather.ExGatherTag.<Main>d__1.MoveNext() in c:\Users\WAWAWA\Desktop\newbuddy\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 260
--- 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.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at ExBuddy.ExCoroutineAction.<>c__DisplayClass12.<>c__DisplayClass14.<CreateCoroutineProducer>b__10() in c:\Users\WAWAWA\Desktop\newbuddy\Plugins\ExBuddy\ExCoroutineAction.cs:line 86
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled)
at Buddy.Coroutines.Coroutine.Resume(Boolean forStop)
at Buddy.Coroutines.Coroutine.Resume()
at ExBuddy.ExCoroutineAction.Run(Object context) in c:\Users\WAWAWA\Desktop\newbuddy\Plugins\ExBuddy\ExCoroutineAction.cs:line 124
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__13.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.Behavior.HookExecutor.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__13.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.Behavior.HookExecutor.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__13.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.<Execute>d__12.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.TreeRoot.() --> System.NullReferenceException: Object reference not set to an instance of an object.
at ExBuddy.OrderBotTags.Gather.ExGatherTag.<MoveToHotSpot>d__ac.MoveNext() in c:\Users\WAWAWA\Desktop\newbuddy\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1390
--- End of stack trace from previous location where exception was thrown ---
What exactly am I doing wrong?