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

[HELP] OT Problem

nickgeraghty

Well-Known Member
Joined
Jul 12, 2009
Messages
113
Reaction score
65
Well, Let My Start By Saying Hi!
But, anyway, i downloaded some ot, forgotten server, i open it with WinRAR, then when i got to click the server, it opens up as a file.
E.G.:
SQLite format 3   @ ² D    t VûöñìçâÝØÓÎÉÄ¿ºµ°«¦¡œ—’ˆƒ~yt UV TU SS RP QN PK OI NG ME LC KA J> I: G7 F4 B3 >1 7, 2( .# ) & !   

à ðT '',
"value" INTEGER NOT NULL,
UNIQUE ("config")
)9M' indexsqlite_autoindex_server_config_1server_configC##‚Mtableserver_motdserver_motdCREATE TABLE "server_motd" (
"id" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"text" TEXT NOT NULL DEFAULT '',
UNIQUE ("id", "world_id")
)5I# indexsqlite_autoindex_server_motd_1server_motd[''‚utableserver_recordserver_recordCREATE TABLE "server_record" (
"record" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"timestamp" INTEGER NOT NULL,
UNIQUE ("record", "world_id", "timestamp")
)9M' indexsqlite_autoindex_server_record_1server_record
 W W÷Ï ƒ))…utableserver_reportsserver_reportsCREATE TABLE "server_reports" (
"id" INTEGER PRIMARY KEY,
"world_id" INTEGER NOT NULL DEFAULT 0,
"player_id" INTEGER NOT NULL DEFAULT 0,
"posx" INTEGER NOT NULL DEFAULT 0,
"posy" INTEGER NOT NULL DEFAULT 0,
"posz" INTEGER NOT NULL DEFAULT 0,
"timestamp" INTEGER NOT NULL DEFAULT 0,
"report" TEXT NOT NULL DEFAULT '',
"reads" INTEGER NOT NULL DEFAULT 0
)ƒU†}tableaccountsaccounts
CREATE TABLE "accounts" (
"id" INTEGER PRIMARY KEY NOT NULL,
"name" VARCHAR(255) NOT NULL,
"password" VARCHAR(255) NOT NULL,
"premdays" INTEGER NOT NULL DEFAULT 0,
"lastday" INTEGER NOT NULL DEFAULT 0,
"email" VARCHAR(255) NOT NULL DEFAULT '',
"key" VARCHAR(20) NOT NULL DEFAULT '0',
"blocked" BOOLEAN NOT NULL DEFAULT 0,
"warnings" INTEGER NOT NULL DEFAULT 0,
"group_id" INTEGER NOT NULL DEFAULT 1,
UNIQUE ("name")
)/ C indexsqlite_autoindex_accounts_1accounts
æ  1
‡ 

Account Manager  – – n 22 ` ddddd
ê ê +Account Manager  0
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "player_viplist" violates foreign: "vip_id"')
WHERE NEW."vip_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."vip_id") IS NULL;
END
 i iš „.J=+‡}triggeroninsert_account_viplistaccount_viplist CREATE TRIGGER "oninsert_account_viplist"
BEFORE INSERT
ON "account_viplist"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "account_viplist" violates foreign: "account_id"')
WHERE NEW."account_id" IS NULL
OR (SELECT "id" FROM "accounts" WHERE "id" = NEW."account_id") IS NULL;

SELECT RAISE(ROLLBACK, 'INSERT on table "account_viplist" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END‚cK=+„gtriggeronupdate_account_viplistaccount_viplist CREATE TRIGGER "onupdate_account_viplist"
BEFORE UPDATE
ON "account_viplist"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "account_viplist" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END
  _¤ ‚BL3!„9triggeroninsert_tile_itemstile_items CREATE TRIGGER "oninsert_tile_items"
BEFORE INSERT
ON "tile_items"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "tile_items" violates foreign: "tile_id"')
WHERE NEW."tile_id" IS NULL
OR (SELECT "id" FROM "tiles" WHERE "id" = NEW."tile_id") IS NULL;
END‚BM3!„9triggeronupdate_tile_itemstile_items CREATE TRIGGER "onupdate_tile_items"
BEFORE UPDATE
ON "tile_items"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "tile_items" violates foreign: "tile_id"')
WHERE NEW."tile_id" IS NULL
OR (SELECT "id" FROM "tiles" WHERE "id" = NEW."tile_id") IS NULL;
END‚YN9'„[triggeroninsert_player_spellsplayer_spells CREATE TRIGGER "oninsert_player_spells"
BEFORE INSERT
ON "player_spells"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "player_spells" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END
H H¤ ‚YO9'„[triggeronupdate_player_spellsplayer_spells CREATE TRIGGER "onupdate_player_spells"
BEFORE UPDATE
ON "player_spells"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "player_spells" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END‚YP9'„[triggeroninsert_player_deathsplayer_deaths CREATE TRIGGER "oninsert_player_deaths"
BEFORE INSERT
ON "player_deaths"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "player_deaths" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END
 " "~¿ ‚YQ9'„[triggeronupdate_player_deathsplayer_deaths CREATE TRIGGER "onupdate_player_deaths"
BEFORE UPDATE
ON "player_deaths"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "player_deaths" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END‚>R-„=triggeroninsert_killerskillers CREATE TRIGGER "oninsert_killers"
BEFORE INSERT
ON "killers"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "killers" violates foreign: "death_id"')
WHERE NEW."death_id" IS NULL
OR (SELECT "id" FROM "player_deaths" WHERE "id" = NEW."death_id") IS NULL;
END‚>S-„=triggeronupdate_killerskillers CREATE TRIGGER "onupdate_killers"
BEFORE UPDATE
ON "killers"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "killers" violates foreign: "death_id"')
WHERE NEW."death_id" IS NULL
OR (SELECT "id" FROM "player_deaths" WHERE "id" = NEW."death_id") IS NULL;
END
  ‚pTE3„qtriggeroninsert_environment_killersenvironment_killers CREATE TRIGGER "oninsert_environment_killers"
BEFORE INSERT
ON "environment_killers"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "enviroment_killers" violates foreign: "kill_id"')
WHERE NEW."kill_id" IS NULL
OR (SELECT "id" FROM "killers" WHERE "id" = NEW."kill_id") IS NULL;
END‚pUE3„qtriggeronupdate_environment_killersenvironment_killers CREATE TRIGGER "onupdate_environment_killers"
BEFORE UPDATE
ON "environment_killers"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "enviroment_killers" violates foreign: "kill_id"')
WHERE NEW."kill_id" IS NULL
OR (SELECT "id" FROM "killers" WHERE "id" = NEW."kill_id") IS NULL;
END
Þ Þ „V;)‡ctriggeroninsert_player_killersplayer_killers CREATE TRIGGER "oninsert_player_killers"
BEFORE INSERT
ON "player_killers"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "player_killers" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;

SELECT RAISE(ROLLBACK, 'INSERT on table "player_killers" violates foreign: "kill_id"')
WHERE NEW."kill_id" IS NULL
OR (SELECT "id" FROM "killers" WHERE "id" = NEW."kill_id") IS NULL;
END
ä ä „W;)‡Wtriggeronupdate_player_killersplayer_killers CREATE TRIGGER "onupdate_player_killers"
BEFORE UPDATE
ON "player_killers"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "player_killers" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;

SELECT RAISE(ROLLBACK, 'UPDATE on table "killers" violates foreign: "kill_id"')
WHERE NEW."kill_id" IS NULL
OR (SELECT "id" FROM "killers" WHERE "id" = NEW."kill_id") IS NULL;
END
  räVÇ8 ©  
 ‚  À
description[ It belongs to house 'Enigma Square III'. Nobody owns this house. It costs 54000 gold coins. doorid   ‚  Å€
descriptionZ It belongs to house 'Enigma Square II'. Nobody owns this house. It costs 63000 gold coins. doorid   ‚  À
descriptionZ It belongs to house 'Enigma Square II'. Nobody owns this house. It costs 63000 gold coins. doorid   ‚  À
descriptionZ It belongs to house 'Enigma Square II'. Nobody owns this house. It costs 63000 gold coins. doorid 
 ‚  Å€
descriptionY It belongs to house 'Enigma Square I'. Nobody owns this house. It costs 71000 gold coins. doorid 
 ‚  Å€
descriptionY It belongs to house 'Enigma Square I'. Nobody owns this house. It costs 71000 gold coins. doorid 
 ‚  Å€
descriptionY It belongs to house 'Enigma Square I'. Nobody owns this house. It costs 71000 gold coins. doorid
 £ pàPÁ2 £ 
‚  À
descriptionZ It belongs to house 'Enigma Square IV'. Nobody owns this house. It costs 94000 gold coins. doorid  ‚
 ŀ
descriptionZ It belongs to house 'Enigma Square IV'. Nobody owns this house. It costs 94000 gold coins. doorid 
‚
 ŀ
descriptionZ It belongs to house 'Enigma Square IV'. Nobody owns this house. It costs 94000 gold coins. doorid 
‚  Å€
description[ It belongs to house 'Enigma Square III'. Nobody owns this house. It costs 54000 gold coins. doorid 
‚  Å€
description[ It belongs to house 'Enigma Square III'. Nobody owns this house. It costs 54000 gold coins. doorid 
 ‚  À
description[ It belongs to house 'Enigma Square III'. Nobody owns this house. It costs 54000 gold coins. doorid
< rä¥fØ™Z Ë <   ‚  À
descriptionZ It belongs to house 'Enigma Square VI'. Nobody owns this house. It costs 74000 gold coins. doorid   ‚  À
descriptionZ It belongs to house 'Enigma Square VI'. Nobody owns this house. It costs 74000 gold coins. doorid =h  Û€
description Nobody is sleeping there.=h  Ú€
description Nobody is sleeping there.
 ‚  À
descriptionY It belongs to house 'Enigma Square V'. Nobody owns this house. It costs 94000 gold coins. doorid =h  Û€
description Nobody is sleeping there.=h  Ú€
description Nobody is sleeping there.
 ‚  Å€
descriptionY It belongs to house 'Enigma Square V'. Nobody owns this house. It costs 94000 gold coins. doorid 
 ‚
 À
descriptionY It belongs to house 'Enigma Square V'. Nobody owns this house. It costs 94000 gold coins. doorid
 œ qàO½+ œ   ‚  À
descriptionZ It belongs to house 'Enigma Square IX'. Nobody owns this house. It costs 85000 gold coins. doorid  ‚
  ŀ
description] It belongs to house 'Enigma Square VIII'. Nobody owns this house. It costs 110000 gold coins. doorid  ‚
  À
description] It belongs to house 'Enigma Square VIII'. Nobody owns this house. It costs 110000 gold coins. doorid  ‚  À
description\ It belongs to house 'Enigma Square VII'. Nobody owns this house. It costs 101000 gold coins. doorid  ‚  Å€
description\ It belongs to house 'Enigma Square VII'. Nobody owns this house. It costs 101000 gold coins. doorid   ‚  Å€
descriptionZ It belongs to house 'Enigma Square VI'. Nobody owns this house. It costs 74000 gold coins. doorid
 ' såVÈ= ² ' # |"  À
descriptionV It belongs to house 'Boat Lane I'. Nobody owns this house. It costs 126000 gold coins. doorid " |!  À
descriptionV It belongs to house 'Boat Lane I'. Nobody owns this house. It costs 126000 gold coins. doorid ! |  Å€
descriptionV It belongs to house 'Boat Lane I'. Nobody owns this house. It costs 126000 gold coins. doorid 
‚  À
descriptionY It belongs to house 'Enigma Plaza IV'. Nobody owns this house. It costs 35000 gold coins. doorid   ‚  Å€
descriptionZ It belongs to house 'Enigma Plaza III'. Nobody owns this house. It costs 22000 gold coins. doorid 
 ‚  À
descriptionY It belongs to house 'Enigma Plaza II'. Nobody owns this house. It costs 29000 gold coins. doorid 
 ‚   À
descriptionX It belongs to house 'Enigma Plaza I'. Nobody owns this house. It costs 21000 gold coins. doorid
 ) uê_ÒE · ) 
* ‚)  Å€
descriptionY It belongs to house 'Western Flat II'. Nobody owns this house. It costs 32000 gold coins. doorid 
) ‚(  À
descriptionY It belongs to house 'Western Flat II'. Nobody owns this house. It costs 32000 gold coins. doorid 
( ‚ '  À
descriptionX It belongs to house 'Western Flat I'. Nobody owns this house. It costs 32000 gold coins. doorid 
' ‚ &  Å€
descriptionX It belongs to house 'Western Flat I'. Nobody owns this house. It costs 32000 gold coins. doorid & |%  Å€
descriptionV It belongs to house 'Boat Lane II'. Nobody owns this house. It costs 81000 gold coins. doorid % |$  À
descriptionV It belongs to house 'Boat Lane II'. Nobody owns this house. It costs 81000 gold coins. doorid $ |#  À
descriptionV It belongs to house 'Boat Lane II'. Nobody owns this house. It costs 81000 gold coins. doorid
 qãVÈ; ® 
1 ‚0  À
descriptionY It belongs to house 'Eastern Flat II'. Nobody owns this house. It costs 32000 gold coins. doorid 
0 ‚ /  À
descriptionX It belongs to house 'Eastern Flat I'. Nobody owns this house. It costs 32000 gold coins. doorid 
/ ‚ .  Å€
descriptionX It belongs to house 'Eastern Flat I'. Nobody owns this house. It costs 32000 gold coins. doorid 
. ‚-  À
descriptionY It belongs to house 'Western Flat VI'. Nobody owns this house. It costs 31000 gold coins. doorid 
- ‚ ,  À
descriptionX It belongs to house 'Western Flat V'. Nobody owns this house. It costs 31000 gold coins. doorid 
, ‚+  À
descriptionY It belongs to house 'Western Flat IV'. Nobody owns this house. It costs 31000 gold coins. doorid  + ‚*  À
descriptionZ It belongs to house 'Western Flat III'. Nobody owns this house. It costs 31000 gold coins. doorid
 " rãUÈ: ® "  8 ~7  À
descriptionW It belongs to house 'Ocean Mansion'. Nobody owns this house. It costs 41000 gold coins. doorid  7 ~6  À
descriptionW It belongs to house 'Ocean Mansion'. Nobody owns this house. It costs 41000 gold coins. doorid 
6 ‚5  À
descriptionY It belongs to house 'Eastern Flat VI'. Nobody owns this house. It costs 31000 gold coins. doorid 
5 ‚ 4  À
descriptionX It belongs to house 'Eastern Flat V'. Nobody owns this house. It costs 31000 gold coins. doorid 
4 ‚3  À
descriptionY It belongs to house 'Eastern Flat IV'. Nobody owns this house. It costs 31000 gold coins. doorid  3 ‚2  À
descriptionZ It belongs to house 'Eastern Flat III'. Nobody owns this house. It costs 31000 gold coins. doorid 
2 ‚1  Å€
descriptionY It belongs to house 'Eastern Flat II'. Nobody owns this house. It costs 32000 gold coins. doorid
5 { ïÞͼ«š‰xgVE4#ðßν¬›ŠyhWF5$ñàϾ*œ‹ziXG6% ò á Ð ¿ ®  Œ { 54 õÈ43 ùÈ32 õÈ21 üË10 ùÈ0/ õÈ/. òË.- èÈ-, äÈ,+ èÈ+* äÈ*) ëË)( èÈ(' äÈ'& áË&% ÑÒ%$ ÎÐ$# ÎÑ#" ÂÒ"! ÂÒ! ¿Ô 
åý Üÿ
Øý
Øù óå øí óë óõ ðð èð äò åò ×ï ×î Öì Ôí Ôì ×í
Ýë
 Ýâ 
Øß

×ß
 àÝ  àÚ â× â× ëÝ èÜ èÜ óÝ ñ× ò×
. ò ïÞͼ«š‰xgVE4#ðßν¬›ŠyhWF5$ñàϾ*œ‹ziXG6% ò cb 1Ëùba 1Èúa` 1Èú`_ 1Äù_^ 1Äù^] 1Ãù]\ 1Èö\[ 1Èö[Z 1ÂöZY 1ÂöYX 1ÂöXW 0ÉÝWV 0ÉÝVU 0ÍÛUT /ÍèTS .ÍíSR -ÍèRQ ,ÂÛQP +ÂâPO *ÂéON )
øNM (øML 'ÐLK &ÒKJ &ÐJI %ÐIH %ÒHG $ÉGF #ÅFE "ÁED !¼DC #éCB (åBA (åA@ $à@? 'á?> $à>=  ã=< "ß<; "ß;: þµ:9 ùµ98 ôµ87 ñ¼76 ë½65 ùÈ
 — tçYÃ- — > ‚=  À
descriptiona It belongs to house 'Guildhouse of the Park'. Nobody owns this house. It costs 223000 gold coins. doorid = ‚<  Å€
descriptiona It belongs to house 'Guildhouse of the Park'. Nobody owns this house. It costs 223000 gold coins. doorid < ‚;  Å€
descriptiona It belongs to house 'Guildhouse of the Park'. Nobody owns this house. It costs 223000 gold coins. doorid 
; ‚:  Å€
descriptionY It belongs to house 'Ocean Plaza III'. Nobody owns this house. It costs 17000 gold coins. doorid 
: ‚ 9  Å€
descriptionX It belongs to house 'Ocean Plaza II'. Nobody owns this house. It costs 17000 gold coins. doorid  9 ~8  Å€
descriptionW It belongs to house 'Ocean Plaza I'. Nobody owns this house. It costs 17000 gold coins. doorid
 | jÔ>¨ | D ‚C  Å€
descriptiona It belongs to house 'Guildhouse of the Park'. Nobody owns this house. It costs 223000 gold coins. doorid C ‚B  Å€
descriptiona It belongs to house 'Guildhouse of the Park'. Nobody owns this house. It costs 223000 gold coins. doorid B ‚A  Å€
descriptiona It belongs to house 'Guildhouse of the Park'. Nobody owns this house. It costs 223000 gold coins. doorid A ‚@  À
descriptiona It belongs to house 'Guildhouse of the Park'. Nobody owns this house. It costs 223000 gold coins. doorid @ ‚?  Å€
descriptiona It belongs to house 'Guildhouse of the Park'. Nobody owns this house. It costs 223000 gold coins. doorid ? ‚>  À
descriptiona It belongs to house 'Guildhouse of the Park'. Nobody owns this house. It costs 223000 gold coins. doorid
 1 ué\ÐF ¼ 1 K |J  À
descriptionV It belongs to house 'Park Flat II'. Nobody owns this house. It costs 26000 gold coins. doorid J zI  À
descriptionU It belongs to house 'Park Flat I'. Nobody owns this house. It costs 30000 gold coins. doorid I zH  Å€
descriptionU It belongs to house 'Park Flat I'. Nobody owns this house. It costs 30000 gold coins. doorid  H ~G  À
descriptionW It belongs to house 'Dream Lane IV'. Nobody owns this house. It costs 25000 gold coins. doorid 
G ‚ F  À
descriptionX It belongs to house 'Dream Lane III'. Nobody owns this house. It costs 25000 gold coins. doorid  F ~E  À
descriptionW It belongs to house 'Dream Lane II'. Nobody owns this house. It costs 33000 gold coins. doorid E |D  À
descriptionV It belongs to house 'Dream Lane I'. Nobody owns this house. It costs 25000 gold coins. doorid
 * ué_ÔG ¹ *  R ‚Q  À
descriptionZ It belongs to house 'River Street III'. Nobody owns this house. It costs 25000 gold coins. doorid 
Q ‚P  À
descriptionY It belongs to house 'River Street II'. Nobody owns this house. It costs 25000 gold coins. doorid 
P ‚ O  À
descriptionX It belongs to house 'River Street I'. Nobody owns this house. It costs 25000 gold coins. doorid O |N  Å€
descriptionV It belongs to house 'Park Lane II'. Nobody owns this house. It costs 76000 gold coins. doorid N zM  Å€
descriptionU It belongs to house 'Park Lane I'. Nobody owns this house. It costs 76000 gold coins. doorid  M ~L  À
descriptionW It belongs to house 'Park Flat III'. Nobody owns this house. It costs 29000 gold coins. doorid L |K  Å€
descriptionV It belongs to house 'Park Flat II'. Nobody owns this house. It costs 26000 gold coins. doorid
 © qáPÃ6 © 
X ‚ W  Å€
descriptionX It belongs to house 'Mystical House'. Nobody owns this house. It costs 74000 gold coins. doorid 
W ‚ V  Å€
descriptionX It belongs to house 'Mystical House'. Nobody owns this house. It costs 74000 gold coins. doorid 
V ‚ U  À
descriptionX It belongs to house 'Mystical House'. Nobody owns this house. It costs 74000 gold coins. doorid U ‚T  À
description\ It belongs to house 'Wizard's House III'. Nobody owns this house. It costs 25000 gold coins. doorid 
T ‚S  À
description[ It belongs to house 'Wizard's House II'. Nobody owns this house. It costs 25000 gold coins. doorid  S ‚R  À
descriptionZ It belongs to house 'Wizard's House I'. Nobody owns this house. It costs 25000 gold coins. doorid
*\ \fpz„Ž˜¢¬¶ÀÊÔÞèòü$.8BLV`jt~ˆ’œ¦°ºÄÎØâìö                    



  

f the River'. Nobody owns this house. It costs 228000 gold coins. doorid

Help please, also, sometimes it opens as a OTMB file or something.
 
Back
Top