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

Need some MySQL queries!

Status
Not open for further replies.
Joined
Jun 19, 2009
Messages
1,852
Reaction score
5
Hello!

I need some MySql queries:

1.

How do I remove a certain item from everyone's houses, all tiles, from dp and from bps etc..

2.

How do I remove all player's skulls and frag time?

Thanks!
 
UP, ty but actually the second point is:

Code:
UPDATE `players` SET `skulltime`=0;
UPDATE `players` SET `skull`=0;

still need help with the first one though..
 
oh, this error comes up when i execute the script:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE itemtype = 2159' at line 1
 
Status
Not open for further replies.
Back
Top