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

Modern ACC GUILD PROBLEM FAST PLX !

aququ

New Member
Joined
Jan 17, 2011
Messages
85
Reaction score
1
when Im trying to create guild I got this error:
All your characters are already in guild or they don't have required level. (50)

this character is lvl 76 ... and he doesnt have guild ... whats wrong with it help plx.
 
/The problem is on system/application/models/guilds_model (line 28)
$sql = $this->db->get_where('players', array('online' => 0, 'rank_id' => 0, 'level' => $level, 'account_id' => $_SESSION['account_id']))->result();

"get_where" are selecting level = $level and it need to be level > $level.
I'm fix this and i'll post it in some minutes.
 
Back
Top