What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

# of free bag slots of specific type?

Inrego

New Member
Joined
Feb 7, 2010
Messages
2,765
Reaction score
71
I know Me.FreeNormalBagSlots returns the amount of normal bagslots that are left - but what if I have fishing bags equipped and want to check the amount of free bagslots in these?
 
I know Me.FreeNormalBagSlots returns the amount of normal bagslots that are left - but what if I have fishing bags equipped and want to check the amount of free bagslots in these?

Depends on what you need it for, if you can do some lua then GetItemFamily would probably be usefull for you.
 
I don't think lua can be of much help there, as I'm gonna need to compare the value in an if condition in PB
 
Ops... it's not Lua.DoString, it's Lua.GetReturnValues :)
 
im sure you can do it with just the Hb Api for items, as long as you look for the bags as items then im sure you could write a method for it, but if your using it in PB that wont work.
 
Back
Top