• 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 [WEB] Modern AAC Error in (Mystic Spirit)

Bntz

Dprethor!
Joined
Mar 16, 2009
Messages
101
Reaction score
1
Location
México
Hello it all goes well with a server Crying Damson install it and walk around in wonder, but the problem is that I like but the Mystic Spirit but I can not install the site is not error that I can say perhaps they have to do ...

The main error is:

erroryx.png

This appears in the Index does not take much importance (It happens with any Mystic Spirit) wonder if the version ... Because I thought oh depsues Are an account and all good until ...

nopasa.png


And loads more remains turning this icon and thought it so if you add the missing table kills so try to get this

HTML:
CREATE TABLE `killers`
(
	`id` INT NOT NULL AUTO_INCREMENT,
	`death_id` INT NOT NULL,
	`final_hit` TINYINT(1) UNSIGNED NOT NULL DEFAULT FALSE,
	`unjustified` TINYINT(1) UNSIGNED NOT NULL DEFAULT FALSE,
	PRIMARY KEY (`id`),
	FOREIGN KEY (`death_id`) REFERENCES `player_deaths`(`id`) ON DELETE CASCADE
) ENGINE = InnoDB;

And what came out was this

#1005 - Can't create table 'otserv.killers' (errno: 150)
CREATE TABLE `killers` (
`id` INT NOT NULL AUTO_INCREMENT ,
`death_id` INT NOT NULL ,
`final_hit` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULTFALSE,
`unjustified` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULTFALSE,
PRIMARY KEY ( `id` ) ,
FOREIGN KEY ( `death_id` ) REFERENCES `player_deaths` ( `id` ) ON DELETE CASCADE
) ENGINE = InnoDB

And not because I'm not creating it ... these are tables out after doing this

66187194.png


I use the Modern Acc-trunk.r198.tar ModernAAC this has something to do (the version) ago? I'm so desperate not passing :(

excuse my bad English
 
stop flooding man, you have a triple post here. -facepalm

I can't help you, but I'm having the Account/Character Creating problem too. :S
Someone can help us?
 
Back
Top