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

How to edit one player/acc in MYSQL by one Code?

yanger

Banned User
Joined
Aug 28, 2009
Messages
740
Reaction score
7
Location
Stalowa Wola, Poland
I mean,

i write something like

UPDATE `accounts` SET `premium_points` = X WHERE `name` = 'accname'

And i have this one account/player to edit in new "window" :)
Not that i have to look in all of DATABASE to look this one acc/player :/
 
@PL:
Napisz po polsku, bo nie rozumiem z lekka. Widzę, że masz flagę Polski w podpisie.
Chcesz dodać JEDNEJ postaci premium points? Użyj tego:

@ENG:
Write in Polish, because I don't understand. I see that you have Polish flag in signature.
Do you want add premium points to ONE character? Use it:

@SQL:
Code:
UPDATE accounts SET premium_points=premium_points+x WHERE players.name="nickofthisnoob";

@PL:
Możesz także użyć opcji "Add premium points" w Shop Admin w Account Makerze.

@ENG:
You can also use option "Add premium points" in Shop Admin in Account Maker.
 
Last edited:
Nie, to taki przyklad dalem ze chodzi mi o polecenie SQL ktore jak wpisze, otworzy mi np. w okienku okno edytowania jakiegos PLAYERA/acca. Chce edytowac jakis ACC/PLAYER ale nie chce repecic calej bazy danych recznie.. :(
 
Back
Top