• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Equipement reset with database?

Kubakos

Well-Known Member
Joined
Mar 3, 2010
Messages
987
Solutions
2
Reaction score
59
Hello otlanders!
Can we restart the equipement with database? If yes, how to do it?
 
REMOVE * FROM player_items ? would remove ALL the items thought, everything in backpacks and stuff

~everything the player is carrying to be a bit more clear ~
 
@Up
Wrong..

Use this code:
Code:
DELETE FROM player_items;

That would delete all items that player is wearing including backpack with all items inside.
 
Back
Top