This function returns the current characters inventory items.
get_inventory()
None
or an object containing the size of the inventory and a list
of items.
{'size': 45,'items': [{'name': 'Violent Sky Strom Hat','servername': 'ITEM_CH_M_CLOTHES_09_HA_C','quantity': 1,'durability': 73,'model': 817,'plus': 8},{'name': 'Delightful Sky Storm Suit','servername': 'ITEM_CH_M_CLOTHES_09_BA_B','quantity': 1,'durability': 72,'model': 924,'plus': 8},{'name': 'Violent Sky Strom Talisman','servername': 'ITEM_CH_M_CLOTHES_09_SA_C','quantity': 1,'durability': 72,'model': 889,'plus': 8},{'name': 'Violent Sky Strom Wristlet','servername': 'ITEM_CH_M_CLOTHES_09_AA_C','quantity': 1,'durability': 72,'model': 997,'plus': 8},{'name': 'Violent Sky Strom Trousers','servername': 'ITEM_CH_M_CLOTHES_09_LA_C','quantity': 1,'durability': 74,'model': 961,'plus': 8},etc...
This function returns the current characters storage items. If the character has not entered storage, this function will return no items.
get_storage()
None
or an object containing the size of the storage and a list
of items.
This function returns the current characters guild storage items. If the character has not entered guild storage, this function will return no items.
get_guild_storage()
None
or an object containing the size of the guild storage and a list
of items.