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

A few bug reports for the new version.

Neverdyne

Community Developer
Joined
Sep 12, 2014
Messages
650
Reaction score
20
Here's some stuff I've found to be broken as of January 19 at 8:00 PM. I'll post more if I find any.

When trying to buy an item form a normal merchant using Shop.Purchase() it gets:

Code:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at ff14bot.RemoteWindows.Shop.get_Items()
   at ff14bot.RemoteWindows.Shop.Purchase(UInt32 itemId, UInt32 itemCount)
   at Driver.Run() in c:\Users\Hans Dieter\Documents\Rebornbuddy\Plugins\RebornConsole\Temp\0kbym4st.0.cs:line 37
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
   at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
   at HighVoltz.CodeDriver.CompileAndRun(String input) in C:\Users\Hans Dieter\Documents\Rebornbuddy\Plugins\RebornConsole\RebornConsole.cs:line 501

CraftingManager.CurrentRecipe.Ingredients is always returning null when crafting or selecting a recipe.

Thanks!
 
I'm not seeing any issues with CraftingManager.CurrentRecipe.Ingredients

Shop is fixed in new build
 
Thanks! The ingredient thing seems to be fixed now that I tried again.
 
Found another one. For most items, it seem Shop.Purchase() is working. But for some reason it doesn't work for a few particular items. One of them is Garlean Garlic (ID 4829) when trying to purchase from Jossy on the Culinarian's Guild. It tries to buy 0 of the item every time.

h3UBcR6.png
 
Found another one. For most items, it seem Shop.Purchase() is working. But for some reason it doesn't work for a few particular items. One of them is Garlean Garlic (ID 4829) when trying to purchase from Jossy on the Culinarian's Guild.

h3UBcR6.png


It tries to buy 0 of the item every time.

Does this happen on both 32 and 64?
 
Back
Top