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!

iyake

Member
Joined
Oct 19, 2014
Messages
143
It doesn't always occur, but is pretty common.

Code:
ClearLog();
foreach (var i in ff14bot.Managers.InventoryManager.EquippedItems) {
	Log(i);
}

Example output:

Code:
Aurum Regis Texture Hammer 11886
Gil 1
 0
 0
 0
 0
Dated Steel Scythe 358
 0
 0
 0
 0
 0

the weapon slot is right. Workaround is to restart the bot.
 
I've never seen this happen ever. Do you have some context as to what causes it?
 
I can't seem to consistently reproduce. Here're the steps that sometimes gets the bug:

  1. Start rebornbuddy
  2. Zone (I zone from lavender beds into a FC house)
  3. Log out of character
  4. Log into same character

Sometimes it won't occur until I log off and back on a second or third time.
 
I can't seem to consistently reproduce. Here're the steps that sometimes gets the bug:

  1. Start rebornbuddy
  2. Zone (I zone from lavender beds into a FC house)
  3. Log out of character
  4. Log into same character

Sometimes it won't occur until I log off and back on a second or third time.

Yea that is not supported. There is a reason why you have to be logged into a character before you can start the bot and that's because we initialize a ton of stuff one time for performance.
 
Back
Top