[FIXED] Inventory ?
Added by seb almost 6 years ago
Is there a way to access the list of items owned by a character or put on sale or carried by a mektoub ? It doesn't seem to be part of the API or am I missing something ?
Replies (4)
RE: Inventory ? - Added by vl almost 6 years ago
It's part of the Character api.
http://dev.ryzom.com/projects/ryzom-api/wiki/Character#part-optional
use the "part=items" in the url.
For example: http://atys.ryzom.com/api/character.php?key=FR521366R0REA16F998&part=items
RE: Inventory ? - Added by Phantase almost 6 years ago
Hello Seb,
You can access to the list of items of a character using the Character part of the API, and the part
parameter with the items
value (this requires the Full API Key).
An example with our friend ApiHomin: http://atys.ryzom.com/api/character.php?key=FR521366R0REA16F998&part=items
Hope it will help you.
sic, owned by vl
RE: Inventory ? - Added by seb almost 6 years ago
Ah, so I did miss something...
Thanks everybody :)
On topic, I noticed that the item called "teddyubo.sitem" has an empty icon: http://atys.ryzom.com/api/item_icon.php?sheetid=teddyubo.sitem
Note that it's not the same grey as when the item id is wrong. Weird.
seb
(1-4/4)