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!

Inventory Items for turn in

SuperBigMan

New Member
Joined
Jun 9, 2016
Messages
22
So ive got a super question.
foreach(ff14bot.Managers.BagSlot slot in ff14bot.Managers.InventoryManager.GetBagByInventoryBagId(ff14bot.Enums.InventoryBagId.KeyItems))
gets the key items what is the one for normal bag items
I need to get the item in bag to hand over to a npc to complete a quest as it has a window after that requires me to click on an option.

Thanks in advance
 
It's outdated but this might get you started, everything there + anything new could also be found by browsing the rb.exe in the VS solution explorer
rbdocumentation
 
Back
Top