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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

ExBuddy Support

mistahmikey

New Member
Joined
Jun 29, 2015
Messages
161
In a different thread, ExMatt claims he is no longer playing, and hinted that Mastahg would be taking it over. Just wondering if this is true, and if so, it looks like the offsets for turning in items and buying from the shop are in need of some love.

Update: The location of the Appraiser and Shop NPCs has changed. I changed ExBuddy/OrderBotTags/Behaviors/Objects/Data.cs, lines 43 and 50, to be:

Location = new Vector3("-17.29029, 206.4994, 48.57777"),
 
Last edited:
thanks. Feel free to open pull requests on the github and ill take a look at them for other changes.
 
thanks. Feel free to open pull requests on the github and ill take a look at them for other changes.

Not sure how to do this. I am using TurtleSVN and it does not appear to support pull requests.

Also, when I try to turn in collectibles, I am getting the following:

Code:
[14:02:10.183 V] [ExTurnInCollectables v3.1.5.1601080] Attempting to turn in item Morel -> 0x14FCC270
[14:02:10.450 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at ExBuddy.Windows.MasterPieceSupply.<TurnInAndHandOver>d__8.MoveNext() in c:\Users\Mike\Desktop\RebornBuddy\Plugins\ExBuddy\Windows\MasterPieceSupply.cs:line 81
--- 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.Behaviors.ExTurnInCollectablesTag.<HandOver>d__a.MoveNext() in c:\Users\Mike\Desktop\RebornBuddy\Plugins\ExBuddy\OrderBotTags\Behaviors\ExTurnInCollectablesTag.cs:line 192
--- 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.Behaviors.ExTurnInCollectablesTag.<Main>d__0.MoveNext() in c:\Users\Mike\Desktop\RebornBuddy\Plugins\ExBuddy\OrderBotTags\Behaviors\ExTurnInCollectablesTag.cs:line 81
--- 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.<>c__DisplayClass19.<CreateCoroutineProducer>b__11() in c:\Users\Mike\Desktop\RebornBuddy\Plugins\ExBuddy\ExCoroutineAction.cs:line 74
   --- 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\Mike\Desktop\RebornBuddy\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.Windows.MasterPieceSupply.<TurnInAndHandOver>d__8.MoveNext() in c:\Users\Mike\Desktop\RebornBuddy\Plugins\ExBuddy\Windows\MasterPieceSupply.cs:line 81
--- 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.Behaviors.ExTurnInCollectablesTag.<HandOver>d__a.MoveNext() in c:\Users\Mike\Desktop\RebornBuddy\Plugins\ExBuddy\OrderBotTags\Behaviors\ExTurnInCollectablesTag.cs:line 192
--- 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.Behaviors.ExTurnInCollectablesTag.<Main>d__0.MoveNext() in c:\Users\Mike\Desktop\RebornBuddy\Plugins\ExBuddy\OrderBotTags\Behaviors\ExTurnInCollectablesTag.cs:line 81
--- 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.<>c__DisplayClass19.<CreateCoroutineProducer>b__11() in c:\Users\Mike\Desktop\RebornBuddy\Plugins\ExBuddy\ExCoroutineAction.cs:line 74

Any chance you can have a look at this?
 
Anyone figure out what could be causing the null object reference in the previous two posts?
 
Goahead and grab the latest version should be fixed now.
 
In looking at the code, it looks to be either an offset problem or a window command problem. I have not gotten around to figuring out how to reverse the windowing system yet, so I believe we are beholding to mastahg at this point to set us free.
 
Im sure ive missed it but where is the link to download the newest version of ExBuddy.
 
Back
Top