• 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 WoE.-

Fabiansky

OwneR OverWorld
Joined
Sep 2, 2011
Messages
23
Reaction score
0
Location
chile
OtLand Hello friends,

good to begin with I have a problem with the WoE, is the original
is rare does not give me any errors or anything strange, but what happens is that running the command:

Code:
/woe /!/SETUP

I grab the command and similarly does not WoE.
my questions are:

- Have a solution?
- A to be the problem?
- How do I fix this?

well in advance thank you very much, and sorry for my English
 
add this to your database:


db.executeQuery("DROP TABLE IF EXISTS `woe`;")
db.executeQuery("CREATE TABLE `woe` (`id` INT( 11 ) NOT NULL AUTO_INCREMENT ,`started` INT( 11 ) NOT NULL ,`guild` INT( 11 ) NOT NULL ,`breaker` INT( 11 ) NOT NULL ,`time` INT( 11 ) NOT NULL ,PRIMARY KEY ( `id` ) ,UNIQUE (`id`)) ENGINE = MYISAM")


rep if it help :)
 
Back
Top