Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
If the player is offline, you can transfer the item directly to the table player_depotitems. (find player_id by name in players table, verify that player_id is not in players_online table, then figure out which depotid you want to send item to and add the record in player_depotitem table).
An easier approach would be to just add it to the shop retrieval queue (table znote_shop_orders), then they need to say !shop to retrieve the item.
If the player is offline, you can transfer the item directly to the table player_depotitems. (find player_id by name in players table, verify that player_id is not in players_online table, then figure out which depotid you want to send item to and add the record in player_depotitem table).
An easier approach would be to just add it to the shop retrieval queue (table znote_shop_orders), then they need to say !shop to retrieve the item.