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

[8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

Status
Not open for further replies.
Very Thanks! I hope that is better than it has in other places
:thumbup:
 
been following this for a while on the svn.. very nice that its actually released now.. too bad i wont be one of the few with 8.5 now :(
 
ok, database bug:
Code:
Błąd

Zapytanie SQL:

CREATE TABLE `server_reports` (
`id` INT NOT NULL AUTO_INCREMENT ,
`world_id` TINYINT( 2 ) UNSIGNED NOT NULL DEFAULT 0,
`player_id` INT UNSIGNED NOT NULL DEFAULT 0,
`posx` INT NOT NULL DEFAULT 0,
`posy` INT NOT NULL DEFAULT 0,
`posz` INT NOT NULL DEFAULT 0,
`timestamp` BIGINT NOT NULL DEFAULT 0,
`report` TEXT NOT NULL ,
`reads` INT NOT NULL DEFAULT 0,
PRIMARY KEY ( `id` ) ,
KEY ( `world_id` ) ,
KEY ( `reads` ) ,
FOREIGN KEY ( `player_id` ) REFERENCES `players` ( `id` ) ON DELETE CASCADE
) ENGINE = InnoDB;

MySQL zwrócił komunikat: Dokumentacja
#1005 - Can't create table 'official035.server_reports' (errno: 150)

That's when importing mysql database.
 
I wont touch it for one week to see if its worth to update :>

I wont touch it for one week to see if its worth to update :>

Tell me how to update if there is nothing in changelogs ;p
 
Last edited by a moderator:
Tell me how to update if there is nothing in changelogs ;p

Because there are probably no things which was not touched/updated, maybe few files.. So we won't list them in CHANGELOG, because it have no sense, better do whole update ;)
 
DMN I WANTED TO BE FIRST ONE WHO MAKES REPLIE, BUT WHAT DO I SEE? 4 DMN PAGES SPAMMED ALREADY! :eek:

Yehh, ty tfs team! Btw, did u fix falling down in tiles bug? :eek:
 
ok, database bug:

That's when importing mysql database.

Code:
`player_id` INT UNSIGNED NOT NULL DEFAULT 0,
to
Code:
`player_id` INT NOT NULL DEFAULT 1,

Sorry, it seem to be the only part that wasn't tested! Commited a fix and re-uploading the packages.
 
Status
Not open for further replies.
Back
Top