• 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 fix the error msg when creating a guild in Nicaw

Lording

Well-Known Member
Joined
Jan 9, 2008
Messages
802
Reaction score
78
'Level is too low' also if you configure it at lvl 8
and you are level 100


1.-Go to C:\(wamp)\www\modules
2.-Open guild_create
3.- look for those 3 lines (search for the words 'level')
PHP:
  //Guild leader must have a certain level
    if ($owner->attrs['level'] >= $cfg['guild_leader_level'])
        throw new ModuleException('Character level too low');
4.-Detele them and it will work now
5.-[IF YOU WANT]Go yo your OTServer and delete all guild commands :).

(100% Usefull for those who dont want on his server people clonning items with guildcommands)
Thanks!
 
Last edited:
Back
Top