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

another sql error

Ye using a compiled 0.4 rev with war system, and you dont have the guild war script with it querys installed in your server, i think :p

So you need to use one without the war system or excute the querys for every errors you get.
 
try those
XML:
CREATE TABLE `guild_wars` (
   `id` int(11) NOT NULL auto_increment,
   `guild_id` varchar(255) NOT NULL,
   `enemy_id` varchar(255) NOT NULL,
   PRIMARY KEY  (`id`)
 ) ENGINE=MyISAM  DEFAULT CHARSET=latin1;
 
Back
Top