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

Gesior acc 2012 start level 1

sirspray

New Member
Joined
Dec 15, 2012
Messages
93
Reaction score
2
Location
Sweden
Hello, i need help whit my server all new players level is level 1 when they do a char whit the website but whit account manager are they level 8 druid sample and they is level 8 what is the bug on the webiste then?


Help ME!!
 
do this on phpmyadmin
Code:
UPDATE `players` SET `level` = 8, `maglevel` = 0, `experience` = 4200, `health` = 185, `healthmax` = 185, `mana` = 35, `manamax` = 35, `conditions` = NULL, `soul` = 100, `cap` = 400, `lastlogin` = 0, `lastip` = 0, `skull` = 0, `skulltime` = 0, `rank_id` = 0, `blessings` = 0;
 
do this on phpmyadmin
Code:
UPDATE `players` SET `level` = 8, `maglevel` = 0, `experience` = 4200, `health` = 185, `healthmax` = 185, `mana` = 35, `manamax` = 35, `conditions` = NULL, `soul` = 100, `cap` = 400, `lastlogin` = 0, `lastip` = 0, `skull` = 0, `skulltime` = 0, `rank_id` = 0, `blessings` = 0;


Im gonna do this on all tables? or only on druid sample and knight sample and they?
 
Code:
UPDATE `players` SET `level` = 8, `maglevel` = 0, `experience` = 4200, `health` = 185, `healthmax` = 185, `mana` = 35, `manamax` = 35, `conditions` = NULL, `soul` = 100, `cap` = 400, `lastlogin` = 0, `lastip` = 0, `skull` = 0, `skulltime` = 0, `rank_id` = 0, `blessings` = 0 WHERE `level` < 8;
 
Back
Top