• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • ExBuddy Support

    Discussion in 'Rebornbuddy Support' started by mistahmikey, Mar 2, 2016.

    1. mistahmikey

      mistahmikey New Member

      Joined:
      Jun 29, 2015
      Messages:
      161
      Likes Received:
      3
      Trophy Points:
      0
      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: Mar 2, 2016
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      thanks. Feel free to open pull requests on the github and ill take a look at them for other changes.
       
    3. mistahmikey

      mistahmikey New Member

      Joined:
      Jun 29, 2015
      Messages:
      161
      Likes Received:
      3
      Trophy Points:
      0
      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?
       
    4. HamFist

      HamFist New Member

      Joined:
      Jan 17, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      Same issue with turning in.
       

      Attached Files:

    5. Yasuko

      Yasuko Member

      Joined:
      Oct 28, 2010
      Messages:
      314
      Likes Received:
      6
      Trophy Points:
      18
      Anyone figure out what could be causing the null object reference in the previous two posts?
       
    6. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      Goahead and grab the latest version should be fixed now.
       
    7. mistahmikey

      mistahmikey New Member

      Joined:
      Jun 29, 2015
      Messages:
      161
      Likes Received:
      3
      Trophy Points:
      0
      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.
       
    8. Yasuko

      Yasuko Member

      Joined:
      Oct 28, 2010
      Messages:
      314
      Likes Received:
      6
      Trophy Points:
      18
      Thank you as always, mastahg.
       
    9. mistahmikey

      mistahmikey New Member

      Joined:
      Jun 29, 2015
      Messages:
      161
      Likes Received:
      3
      Trophy Points:
      0
      Danke Shoen, Herr mastahg :)
       
    10. Axenic532

      Axenic532 New Member

      Joined:
      Jan 2, 2016
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      1
      Im sure ive missed it but where is the link to download the newest version of ExBuddy.
       
    11. solo1420

      solo1420 Member

      Joined:
      Oct 13, 2011
      Messages:
      307
      Likes Received:
      0
      Trophy Points:
      16

    Share This Page