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!

mistahmikey

New Member
Joined
Jun 29, 2015
Messages
161
What is the meaning of this value? Might it correspond to the values defined for the ff14bot.Enums.EquipmentSlot enum? If not, are there come constants defined for it that I can reference?
 
Look at Item.EquipmentSlots for the information your looking for.
 
I see that it must be an index into CanTake or AlsoUses that return an array of EquipmentSlot. I assume CanTake means the item can be put into the returned equipment slots. I do not know what AlsoUses is providing. Mind explaining it for me?
 
Just to be clear, CanTake returns and array, so I assume this is for cases where an item can go into more than one slot (like a ring)? Also, I assume it does not take into account if there is something already in the slot (i.e, it is a static property of the item).

Thanks for the quick response.
 
Yep rings are the only thing for now, but there is code for weapons that could go in either slot but nothing uses that yet. And it is static.
 
Back
Top