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

sql - change mlvl all players to 0

Scooty

Enemia.EU
Joined
Jul 24, 2010
Messages
564
Reaction score
14
Location
Kraków
Hi,

im looking for sql query who will change magic level all players to 0.

I tried to do it alone but im to noob ;d


can someone help me?


@sorry for my english
 
thx but:

when i want to change all stats can i use something like that?
UPDATE `players` SET(`world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `balance`, `stamina`, `direction`, `loss_experience`, `loss_mana`, `loss_skills`, `loss_containers`, `loss_items`, `premend`, `online`, `marriage`, `promotion`, `deleted`, `description`, `created`, `nick_verify`, `old_name`, `hide_char`, `comment`, `frags`) VALUES
(0, 1, 1, 8, 1, 185, 185, 4200, 132, 132, 132, 132, 128, 0, 0, 35, 35, 0, 100, 1, 1000, 1000, 7, '', 420, 1, 1291477540, 206316978, 1, 0, 0, 0, '', 1291477603, 0, 0, 151200000, 0, 100, 0, 0, 100, 100, 0, 0, 0, 0, 0, '', 1291473637, 1, '', 1, '', 0),



^query dont work
 
Last edited:
Back
Top