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

Solved How I do to remove the promotion of all players?

Vrotz

Member
Joined
Apr 7, 2011
Messages
1,071
Reaction score
7
Location
Brazil
Hi,

I think that my doubt is easy to solve!

In my server Ive a system to get promotion when you create your character. I will remove this script and i want to remove the promotion of the old players.. How I do that?
 
To remove Promotion script ,i need post your script..

To remove all promotions ,First you need SERVER OFFLINE or closeserver
all players logout
go to PHPMYADMIN and execute this query:

Code:
UPDATE `players` SET `promotion`=0;
 
To remove Promotion script ,i need post your script..

To remove all promotions ,First you need SERVER OFFLINE or closeserver
all players logout
go to PHPMYADMIN and execute this query:

Code:
UPDATE `players` SET `promotion`=0;

I wanted exactly that. Thanks very much bro.
 
Back
Top