• 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!

Is there any program to scan database?

Jester

Off
Senator
Joined
May 28, 2007
Messages
2,683
Reaction score
56
Location
Romania.
I wanted to know if there's any chance to check the players and see if someone has rare items.
If you can give me a link or atleast tell me it name. Thank you
 
SELECT player_id FROM player_items WHERE itemtype = 'RARE_ITEM_ID';
SELECT name FROM players WHERE id = 'ID_OF_PLAYERS_WITH_ITEM';
 
Player by player? That will display all players with the ItemID, more like ItemID by ItemID.
 
Back
Top