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

Search for item and delete it.

Code:
DELETE FROM player_depotitems, player_items, tile_items WHERE itemtype = [COLOR="Red"]ID[/COLOR];
change id to the id of any item you want
 
Thanks for this, repped up ;)

This'll help me make a smooth transfer over from normal items into donator items incase anyone has any xD

EDIT: Hmm, it's not working; does the server have to be offline?
EDIT2: ah okay nvm, I had to run each query seperately instead of altogether for some reason..
 
Last edited by a moderator:

Similar threads

Back
Top