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

Rozdanie punktow dla graczy online i z levelem wiekszym niz 150

Status
Not open for further replies.

zduna

Banned User
Joined
May 3, 2010
Messages
201
Reaction score
0
Bardzo bym prosil o taki skrypt do sql

odwdziecze sie plusem/wpisem wszystkim ;)
 
SQL:
UPDATE `accounts` SET `premium_points` = `premium_points` + 123 WHERE `id` IN (SELECT `account_id` FROM `players` WHERE `level` > 150 AND `online` > 0);
 
Status
Not open for further replies.
Back
Top