wishy Posted February 14, 2020 Share Posted February 14, 2020 when looking up a player, you get a bunch of data returned, which most of it is obvious. Â But I can't seem to find the link between the values from the player equipped and what the actual items are. Â ['Equipment']['0'] => 17 ['Equipment']['1'] => 8 ... ['Equipment']['4'] => 12 Â Are examples of responses, but how do I connect the value 17 to an item for example, so I can get more data from item 17. Problem is, when looking up item info, I don't see a value containing 17. Â Â Link to comment Share on other sites More sharing options...
1 wishy Posted February 14, 2020 Author Share Posted February 14, 2020 3 minutes ago, wishy said: when looking up a player, you get a bunch of data returned, which most of it is obvious. Â But I can't seem to find the link between the values from the player equipped and what the actual items are. Â ['Equipment']['0'] => 17 ['Equipment']['1'] => 8 ... ['Equipment']['4'] => 12 Â Are examples of responses, but how do I connect the value 17 to an item for example, so I can get more data from item 17. Problem is, when looking up item info, I don't see a value containing 17. Â Â It refers to the bagslot. 17 for example is the 17th slot in the player's inventory (counting from 0) jcsnider 1 Link to comment Share on other sites More sharing options...
Question
wishy
when looking up a player, you get a bunch of data returned, which most of it is obvious.
Â
But I can't seem to find the link between the values from the player equipped and what the actual items are.
Â
Â
Are examples of responses, but how do I connect the value 17 to an item for example, so I can get more data from item 17.
Problem is, when looking up item info, I don't see a value containing 17.
Â
Â
Link to comment
Share on other sites
1 answer to this question
Recommended Posts