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!

[FIXED] ff14bot.Managers.InventoryManger.FilledSlots enum returning null values

Lessy

New Member
Joined
Oct 7, 2016
Messages
1
ie. code snippet:
Code:
foreach(var item in ff14bot.Managers.InventoryManager.FilledSlots.Where(x => x.BagId == InventoryBagId.Bag1 || x.BagId == InventoryBagId.Bag2 || x.BagId == InventoryBagId.Bag3 || x.BagId == InventoryBagId.Bag4))
{
Log("Name: " + item.Item.EnglishName + "\tItemCategory: " + item.Item.EquipmentCatagory + "\tId: " + item.Item.Id);
}

returns:
Code:
Name: Seventh Heaven    ItemCategory: Reagent    Id: 12634
Name:     ItemCategory: 0    Id: 17341
Name:     ItemCategory: 0    Id: 17342
Name:     ItemCategory: 0    Id: 17594
Lockbox, Damaged Lockbox, Peteinosaur - assuming more other new items

EDIT: Fixed with RB64 v131
 
Last edited:
Back
Top