• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • After relogging, InventoryManager.EquippedItems gives wrong bagslots

    Discussion in 'Rebornbuddy Support' started by iyake, Oct 21, 2015.

    1. iyake

      iyake Member

      Joined:
      Oct 19, 2014
      Messages:
      143
      Likes Received:
      5
      Trophy Points:
      18
      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.
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      I've never seen this happen ever. Do you have some context as to what causes it?
       
    3. iyake

      iyake Member

      Joined:
      Oct 19, 2014
      Messages:
      143
      Likes Received:
      5
      Trophy Points:
      18
      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.
       
    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      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.
       

    Share This Page