• 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.4] The Forgotten Server v0.3 beta 2

Status
Not open for further replies.
Important information:
The SQLite database (forgottenserver.s3db) in attached software packages is damaged.
Please recreate it from the schema or download this file and paste to your engine directory. Otherwise you won't able to use sqlite database type.
ehm, the link is broken??? cause it aint working for me and i dont know how to recreate it :s (btw this is my first time i work with sqlite) usually i use mysql

@up, nevermind i fixed it:p link is now working for me ^^
 
Last edited by a moderator:
first time when i update my database is fine, but now i get this error:

Code:
[26/12/2008 13:30:48] Error during getDataInt(action_id).
[26/12/2008 13:30:48] Error during getDataInt(reason_id).
[26/12/2008 13:30:48] Error during getDataInt(banned_by).
[26/12/2008 13:30:48] Error during getDataInt(time).
[26/12/2008 13:30:48] Error during getDataInt(expired).
[26/12/2008 13:30:48] Error during getDataInt(player).
[26/12/2008 13:30:48] Error during getDataInt(action_id).
[26/12/2008 13:30:48] Error during getDataInt(reason_id).
[26/12/2008 13:30:48] Error during getDataInt(banned_by).
[26/12/2008 13:30:48] Error during getDataInt(time).
[26/12/2008 13:30:48] Error during getDataInt(expired).
[26/12/2008 13:30:48] Error during getDataInt(player).
[26/12/2008 13:30:48] Error during getDataInt(action_id).
[26/12/2008 13:30:48] Error during getDataInt(reason_id).
[26/12/2008 13:30:48] Error during getDataInt(banned_by).
[26/12/2008 13:30:48] Error during getDataInt(time).
[26/12/2008 13:30:48] Error during getDataInt(expired).
[26/12/2008 13:30:48] Error during getDataInt(player).
[26/12/2008 13:30:48] Error during getDataInt(action_id).
[26/12/2008 13:30:48] Error during getDataInt(reason_id).
[26/12/2008 13:30:48] Error during getDataInt(banned_by).
[26/12/2008 13:30:48] Error during getDataInt(time).
[26/12/2008 13:30:48] Error during getDataInt(expired).
[26/12/2008 13:30:48] Error during getDataInt(player).
[26/12/2008 13:30:48] Error during getDataInt(action_id).
[26/12/2008 13:30:48] Error during getDataInt(reason_id).
[26/12/2008 13:30:48] Error during getDataInt(banned_by).
[26/12/2008 13:30:48] Error during getDataInt(time).
[26/12/2008 13:30:48] Error during getDataInt(expired).
[26/12/2008 13:30:48] Error during getDataInt(player).
[26/12/2008 13:30:48] Error during getDataInt(action_id).
[26/12/2008 13:30:48] Error during getDataInt(reason_id).
[26/12/2008 13:30:48] Error during getDataInt(banned_by).
[26/12/2008 13:30:48] Error during getDataInt(time).
[26/12/2008 13:30:48] Error during getDataInt(expired).
[26/12/2008 13:30:48] Error during getDataInt(player).
[26/12/2008 13:30:48] Error during getDataInt(action_id).
[26/12/2008 13:30:48] Error during getDataInt(reason_id).
[26/12/2008 13:30:48] Error during getDataInt(banned_by).
[26/12/2008 13:30:48] Error during getDataInt(time).
[26/12/2008 13:30:48] Error during getDataInt(expired).
[26/12/2008 13:30:48] Error during getDataInt(player).
[26/12/2008 13:30:48] Error during getDataInt(action_id).
[26/12/2008 13:30:48] Error during getDataInt(reason_id).
[26/12/2008 13:30:48] Error during getDataInt(banned_by).
[26/12/2008 13:30:48] Error during getDataInt(time).
[26/12/2008 13:30:48] Error during getDataInt(expired).
[26/12/2008 13:30:48] Error during getDataInt(player).
[26/12/2008 13:30:48] Error during getDataInt(action_id).
[26/12/2008 13:30:48] Error during getDataInt(reason_id).
[26/12/2008 13:30:49] Error during getDataInt(banned_by).
[26/12/2008 13:30:49] Error during getDataInt(time).
[26/12/2008 13:30:49] Error during getDataInt(expired).
[26/12/2008 13:30:49] Error during getDataInt(player).
[26/12/2008 13:30:49] Error during getDataInt(action_id).
[26/12/2008 13:30:49] Error during getDataInt(reason_id).
[26/12/2008 13:30:49] Error during getDataInt(banned_by).
[26/12/2008 13:30:49] Error during getDataInt(time).
[26/12/2008 13:30:49] Error during getDataInt(expired).
[26/12/2008 13:30:49] Error during getDataInt(player).
[26/12/2008 13:30:49] Error during getDataInt(action_id).
[26/12/2008 13:30:49] Error during getDataInt(reason_id).
[26/12/2008 13:30:49] Error during getDataInt(banned_by).
[26/12/2008 13:30:49] Error during getDataInt(time).
[26/12/2008 13:30:49] Error during getDataInt(expired).
[26/12/2008 13:30:49] Error during getDataInt(player).
[26/12/2008 13:30:49] > Database has been updated to version: 1.
[26/12/2008 13:30:49] > Updating database to version: 1...
[26/12/2008 13:30:49] mysql_real_query(): INSERT INTO `server_config` VALUES ('db_version', 1);: MYSQL ERROR: Table 'tiscal.server_config' doesn't exist
[26/12/2008 13:30:49] mysql_real_query(): CREATE TABLE `server_motd` ( `id` INT NOT NULL AUTO_INCREMENT, `text` TEXT NOT NULL, PRIMARY KEY (`id`) ) ENGINE = InnoDB;: MYSQL ERROR: Table 'server_motd' already exists
[26/12/2008 13:30:49] mysql_real_query(): INSERT INTO `server_record` VALUES (0, 0);: MYSQL ERROR: Table 'tiscal.server_record' doesn't exist
[26/12/2008 13:30:49] mysql_real_query(): INSERT INTO `server_motd` VALUES (1, 'Welcome to The Forgotten Server!');: MYSQL ERROR: Table 'tiscal.server_motd' doesn't exist
[26/12/2008 13:30:49] mysql_real_query(): ALTER TABLE `groups` ADD `customflags` BIGINT UNSIGNED NOT NULL DEFAULT 0 AFTER `flags`;: MYSQL ERROR: Duplicate column name 'customflags'
[26/12/2008 13:30:49] mysql_real_query(): ALTER TABLE `groups` ADD `violationaccess` INT NOT NULL DEFAULT 0 AFTER `access`;: MYSQL ERROR: Duplicate column name 'violationaccess'
[26/12/2008 13:30:49] mysql_real_query(): ALTER TABLE `players` ADD `balance` BIGINT UNSIGNED NOT NULL DEFAULT 0 AFTER `blessings`;: MYSQL ERROR: Duplicate column name 'balance'
[26/12/2008 13:30:49] mysql_real_query(): ALTER TABLE `players` ADD `stamina` BIGINT UNSIGNED NOT NULL DEFAULT 201660000 AFTER `balance`;: MYSQL ERROR: Duplicate column name 'stamina'

and this error is reapet lot of times the server can't startup
 
Hiho sorry that im asking here but i want to ask something, and i will be really happy if you will help me, so I Had the version beta 1, and now if I want to change to beta 2, what should I change to do not do anything with database? I dont want to delete whole accounts, houses, i dont want to change spells, vocations etc?
 
Hiho sorry that im asking here but i want to ask something, and i will be really happy if you will help me, so I Had the version beta 1, and now if I want to change to beta 2, what should I change to do not do anything with database? I dont want to delete whole accounts, houses, i dont want to change spells, vocations etc?

I think databases are the same, anyway there is database manager, he will(must!) autotically update your database to newest version without deleting info.
 
still no one who find any solution on the compile problem? lots of ppl cant use this server, because they need their own coding in it... o_O cant figure out how elf could compile good, and then saying he dunno which files are missing since u had all when u compiled it lol
 
Nice job elf;) that was a very good uppdate !;* //you'r raffe
 
Very Thanks Elf!
Multiworld-Great job!
I change my older TFS for that new.

Yours,
DeeJay [x
 
anyone have problem with level doors? np. id:1227 they not open but id:1228 is closing but you can't open it ;/

EDIT@
fix
 
Last edited:
anyone have problem with level doors? np. id:1227 they not open but id:1228 is closing but you can't open it ;/

get a life, answered 100 times.

still no one who find any solution on the compile problem? lots of ppl cant use this server, because they need their own coding in it... o_O cant figure out how elf could compile good, and then saying he dunno which files are missing since u had all when u compiled it lol

Just press 'OK' on missing files, I had it same. I don't know why it fails, do you compile with or without exception tracer? could you post when it fails? what libraries you use? what is the extra code? etc...
 
it compiles perfect when i click ok on the errors, but it crashes when we run it and its also 5kb less then the original .exe...
 
I want to say thanks, because this realease is very good, really thanks.
 
I see that you guys are making Elf angry ; <

I think it's better to make threads with new releases closed and sticky, and let those guys spam in bug tracker board :D
 
ehm, got a little problem here...all the rabbits got the fcking skull :eek:

anyone knows how to fix this??????
 
remove this line from rabbit.xml:
Code:
    <flag skull="white"/>
 
I'm getting this when i try to open furnituer package in a bp/floor (not in a house)
Code:
[26/12/2008 19:16:59] Lua Script Error: [Action Interface] 
[26/12/2008 19:16:59] data/actions/scripts/other/constructionkits.lua:onUse

[26/12/2008 19:16:59] luaGetTileHouseInfo(). Tile not found
Some monsters and npc got skulls :p
 
Status
Not open for further replies.
Back
Top