

Vichomax14
-
Posts
3 -
Joined
-
Last visited
Community Answers
-
Vichomax14's post in R > Check Equipment Type was marked as the answer
(getiteminfo(getequipid(EQI_HAND_L),ITEMINFO_TYPE) getiteminfo = Returns some values of an item. Price, Weight, etc... (info of Doc)
getequipid = Returns id from specific part of equipment.
ITEMINFOTYPE = type of equipment, can be a weapon or armor(shield).
I hope it helps you.