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!

Item names not being fetched correctly.

Ichiba

New Member
Joined
Jun 14, 2014
Messages
258
Similar to the problem with abilities not returning their name correctly.

Here's some examples:

Zodiac Glass, 8659
Ehcatl Wristgloves, 8568
Lady's Yukatas, 8535-8537

I'm sure there's many many more.
 
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.Managers.BagSlot.get_Name()
   at Driver.Run() in c:\Users\\Desktop\RebornBuddy\Plugins\RebornConsole\Temp\pinch0wl.0.cs:line 36
   --- 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\\Desktop\RebornBuddy\Plugins\RebornConsole\RebornConsole.cs:line 452
If you wanted a log
 
Back
Top