• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How check item container

srmutsume

Member
Joined
May 30, 2011
Messages
7
Reaction score
5
How do i find the container of one item?
Example: I have one Item in a random backpack of my main backpack, how a identify this random backpack with the item.uid ?
Sorry for my english.
 
Code:
//getContainerSize(uid)
//getContainerItem(uid, slot)
with these 2 you can write a recursive function to go through all bps and sub bps of a players, and save/return the bp uid when you find the desired itemid
 
Back
Top