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

Windows 9.44 console Errors

Ribbit

New Member
Joined
Dec 13, 2012
Messages
51
Reaction score
2
Im trying to use 9.44 crying damson but it shows a bunch of guild errors and shuts off the connection when i try to use commands
 
- - - Edited - - -

Re-opening the thread again, sorry for the inconvenience.

SQL:
CREATE TABLE "guild_wars" (
    "id" INTEGER PRIMARY KEY,
    "guild_id" INTEGER NOT NULL,
    "enemy_id" INTEGER NOT NULL,
    "begin" INTEGER NOT NULL DEFAULT 0,
    "end" INTEGER NOT NULL DEFAULT 0,
    "frags" INTEGER NOT NULL DEFAULT 0,
    "payment" INTEGER NOT NULL DEFAULT 0,
    "guild_kills" INTEGER NOT NULL DEFAULT 0,
    "enemy_kills" INTEGER NOT NULL DEFAULT 0,
    "status" TINYINT(1) NOT NULL DEFAULT 0,
    FOREIGN KEY ("guild_id") REFERENCES "guilds"("id") ON DELETE CASCADE,
    FOREIGN KEY ("enemy_id") REFERENCES "guilds"("id") ON DELETE CASCADE
);
 
Last edited:
thank you :) is this put in config? and what about the error when i try using god commands that shuts down the server?

- - - Updated - - -

ill try this when im back from work tonight
 
You have to import this into your database. You can use phpmyadmin or if you're using Linux you can use command "mysql".


_
Regards,
sn3ejk
 
Back
Top