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
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