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!!
Help ME!!
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;
this query update all playersIm gonna do this on all tables? or only on druid sample and knight sample and they?
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;