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

Pkt dla online

pera

Kopytko
Joined
Jul 16, 2008
Messages
24
Reaction score
0
Location
Poland - ZPP
Siema

jak dodać pkt tylko tym którzy są online i np. z levelem większym niż 300?

coś takiego?

UPDATE `accounts` WHERE `online` = 1 SET `premium_points` = `premium_points` +
 
SQL:
UPDATE `accounts` SET `premium_points` = `premium_points` + XXX WHERE id IN (SELECT DISTINCT account_id FROM players WHERE `online` = 1 AND level > 300)
 
a z tym levelem?

6mTEpJ1.png
 
Back
Top