Jump to content


Photo

Config.Php (Ajuda)


  • Faça o login para participar
14 replies to this topic

#1 Thissy

Thissy

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Masculino
  • Localidade:Brasil

Posted 13/04/2010, 16:00

Acontece um erro quando vo entrar em umas páginas no site do meu ot, como posso arrumar isso?


ESSE É O ERRO...

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in D:\x\htdocs\config.php on line 4

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\x\htdocs\config.php on line 5

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in D:\x\htdocs\config.php on line 5
Unable to select database



Essas são as linhas 2, 3, 4, 5, 6 do meu config.php

########## CONNECT DATABASE ##########
function connect_db(){
mysql_connect('localhost', 'root', 'tamara01');
mysql_select_db(otserv1) or die( "Unable to select database");
}



#2 Cristiano Galdino

Cristiano Galdino

    Dark Defender

  • Administradores
  • 3738 posts
  • Sexo:Masculino
  • Localidade:Brasília, DF

Posted 13/04/2010, 18:29

Olá Thissy,

Você deve colocar os dados referentes ao seu banco de dados.

########## CONNECT DATABASE ##########
function connect_db(){
mysql_connect('endereco_do_servidor_mysql', 'usuario_do_banco', 'senha_do_usuario');
mysql_select_db('banco_de_dados') or die( "Unable to select database");
}


Cristiano Galdino
- http://cristiano.galdino.net/

“Since 2003”


#3 Thissy

Thissy

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Masculino
  • Localidade:Brasil

Posted 13/04/2010, 22:33

...desculpa faze tanta pergunta, é pq tenho um ot online e queria cria um site, e to quase lá, só falta configurar as páginas...

########## CONNECT DATABASE ##########
function connect_db(){
mysql_connect('endereco_do_servidor_mysql', 'usuario_do_banco', 'senha_do_usuario');
mysql_select_db('banco_de_dados') or die( "Unable to select database");
}


Umas perguntas.. :(
(em azul) usuario do banco... tpw, eu posso coloca qualquer nome?
(em vermelho) até agora n vi nenhuma senha, aonde eu vejo essa senha?
aonde eu posso entrar no banco de dados?

Edição feita por: Thissy, 13/04/2010, 22:43.


#4 Kami-Kun

Kami-Kun

    Novato no fórum

  • Usuários
  • 16 posts
  • Sexo:Masculino
  • Localidade:Belo Horizonte

Posted 14/04/2010, 10:41

Yo ! Bom vamos começar uma explicação completa:

(em azul) usuario do banco... tpw, eu posso coloca qualquer nome?


Resposta: Não, se for testar com um servidor local (wamp ou easyphp) o nome de usuario é "root"(sem aspas).

(em vermelho) até agora n vi nenhuma senha, aonde eu vejo essa senha?

a senha é a definida por vc, se vc n se lembra de ter definido uma senha, simplesmente essa senha não existe, deixe o campo e branco.

aonde eu posso entrar no banco de dados?


Para acessar o banco de dados é nessesario um servidor local.

agora vamos ao seu codigo.

Se vc for executar o site em servidor local ficaria assim:

########## CONNECT DATABASE ##########
function connect_db(){
mysql_connect('localhost', 'root', '');
mysql_select_db('banco_de_dados') or die( "Falha ao conectar com o banco de dados");
}

Espero ter ajudado.. se ajudei, votar é uma forma de agradecer ! ;)

Edição feita por: Kami-Kun, 14/04/2010, 10:52.

Posted Image
Asinhas e Varinhas e com essas coroinhas !

Quer aprender tudo sobre php? http://www.php.net/ Bom estudo ! :]

#5 Thissy

Thissy

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Masculino
  • Localidade:Brasil

Posted 14/04/2010, 16:56

Aew Kami-Kun, valew msm, agora só tem um erro.

mysql_select_db('AQUI') or die( "Falha ao conectar com o banco de dados");


ali onde ta escrito "AQUI" em vermelho, eu n sei o q coloca, ja colokei de tudo, ex. (nome do ot).s3db; database name do sqlitestudio; só o nome do ot; entre outros...
Acho q só falta isso para a pagina de gerenciar conta.
Valew, Thissy

#6 Kami-Kun

Kami-Kun

    Novato no fórum

  • Usuários
  • 16 posts
  • Sexo:Masculino
  • Localidade:Belo Horizonte

Posted 14/04/2010, 17:21

Cara, pra vc ter um nome pra colocar ai
vc tem que criar um banco de dados

Tah mais como eu crio um? :ponder:

Bom, primeiro vc vai fazer o download desse programinha aqui:

http://www.baixaki.c...oad/easyphp.htm

Depois assistir essa aula aqui:

http://videolog.uol....o.php?id=398198

agora vc vai ler esse tutorial aqui:

http://web-loot.blog...phpmyadmin.html


Prontinho..

Se depois disso ainda der problema.

http://www.php.net/ Bom estudo :click:


Obs: todos os links postados estão disponiveis gratuitamente no site do desenvolvedor, ou seja, eles não estão sofrendo nenhum tipo de lesão.

Edição feita por: Kami-Kun, 14/04/2010, 17:22.

Posted Image
Asinhas e Varinhas e com essas coroinhas !

Quer aprender tudo sobre php? http://www.php.net/ Bom estudo ! :]

#7 Thissy

Thissy

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Masculino
  • Localidade:Brasil

Posted 14/04/2010, 18:42

pode ser o xampp?

#8 Kami-Kun

Kami-Kun

    Novato no fórum

  • Usuários
  • 16 posts
  • Sexo:Masculino
  • Localidade:Belo Horizonte

Posted 14/04/2010, 20:42

poode (:
o importante é vc conseguir criar o banco de dados e as tabelas
depois disso
n vamis da erro
Posted Image
Asinhas e Varinhas e com essas coroinhas !

Quer aprender tudo sobre php? http://www.php.net/ Bom estudo ! :]

#9 Thissy

Thissy

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Masculino
  • Localidade:Brasil

Posted 14/04/2010, 21:01

Muito obrigado pela ajuda meo. ;)

#10 Kami-Kun

Kami-Kun

    Novato no fórum

  • Usuários
  • 16 posts
  • Sexo:Masculino
  • Localidade:Belo Horizonte

Posted 14/04/2010, 23:06

Conhecimento não compartilhado = conhecimento nulo :D
Posted Image
Asinhas e Varinhas e com essas coroinhas !

Quer aprender tudo sobre php? http://www.php.net/ Bom estudo ! :]

#11 Thissy

Thissy

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Masculino
  • Localidade:Brasil

Posted 14/04/2010, 23:27

:unsure: te consegui 3 pontos pela ajuda, mas agora só quero te fala o q eu faço, e o q acontece:
junto com meu ot tem aquele arquivo.s3db, eu importo ele no banco de dados(localhost) e n funfa, eu entro no sqlite studio v1.1.3, add database, exporto pra arquivo .sql só q ele vem pela metade, aí eu vo denovo no banco de dados(localhost) importo esse arquivo exportado e funfa só 12 tabelas de 29. q coisa n? o q você acha q tenho q faze? :unsure:

#12 Kami-Kun

Kami-Kun

    Novato no fórum

  • Usuários
  • 16 posts
  • Sexo:Masculino
  • Localidade:Belo Horizonte

Posted 20/04/2010, 10:31

Agradeço os 3 pontos... ^_^

Tá, abre o arquivo com o notepad, e copia o codigo e posta aqui pra mim

pode ser o nome do banco de dados que ta no arquivo n bate com o que vc criou (:
Posted Image
Asinhas e Varinhas e com essas coroinhas !

Quer aprender tudo sobre php? http://www.php.net/ Bom estudo ! :]

#13 Thissy

Thissy

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Masculino
  • Localidade:Brasil

Posted 20/04/2010, 20:22

CREATE TABLE "server_config" (
"config" VARCHAR(35) NOT NULL DEFAULT '',
"value" INTEGER NOT NULL,
UNIQUE ("config")
);

CREATE TABLE "server_motd" (
"id" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"text" TEXT NOT NULL DEFAULT '',
UNIQUE ("id", "world_id")
);

CREATE TABLE "server_record" (
"record" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"timestamp" INTEGER NOT NULL,
UNIQUE ("record", "world_id", "timestamp")
);

CREATE 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
);

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")
);

CREATE TABLE "global_storage" (
"key" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"value" VARCHAR(255) NOT NULL DEFAULT '0',
UNIQUE ("key", "world_id")
);

CREATE TABLE "guilds" (
"id" INTEGER PRIMARY KEY,
"world_id" INTEGER NOT NULL DEFAULT 0,
"name" VARCHAR(255) NOT NULL,
"ownerid" INTEGER NOT NULL,
"creationdata" INTEGER NOT NULL,
"motd" VARCHAR(255) NOT NULL DEFAULT '',
UNIQUE ("name", "world_id"),
FOREIGN KEY ("ownerid") REFERENCES "players" ("id")
);

CREATE TABLE "guild_invites" (
"player_id" INTEGER NOT NULL,
"guild_id" INTEGER NOT NULL,
UNIQUE ("player_id", "guild_id"),
FOREIGN KEY ("player_id") REFERENCES "players" ("id"),
FOREIGN KEY ("guild_id") REFERENCES "guilds" ("id")
);

CREATE TABLE "guild_ranks" (
"id" INTEGER PRIMARY KEY,
"guild_id" INTEGER NOT NULL,
"name" VARCHAR(255) NOT NULL,
"level" INTEGER NOT NULL,
FOREIGN KEY ("guild_id") REFERENCES "guilds" ("id")
);

CREATE TABLE "houses" (
"id" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"owner" INTEGER NOT NULL,
"paid" INTEGER NOT NULL DEFAULT 0,
"warnings" INTEGER NOT NULL DEFAULT 0,
"lastwarning" INTEGER NOT NULL DEFAULT 0,
"name" VARCHAR(255) NOT NULL,
"town" INTEGER NOT NULL DEFAULT 0,
"size" INTEGER NOT NULL DEFAULT 0,
"price" INTEGER NOT NULL DEFAULT 0,
"rent" INTEGER NOT NULL DEFAULT 0,
"doors" INTEGER NOT NULL DEFAULT 0,
"beds" INTEGER NOT NULL DEFAULT 0,
"tiles" INTEGER NOT NULL DEFAULT 0,
"guild" BOOLEAN NOT NULL DEFAULT FALSE,
"clear" BOOLEAN NOT NULL DEFAULT FALSE,
UNIQUE ("id", "world_id")
);

CREATE TABLE "house_lists" (
"house_id" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"listid" INTEGER NOT NULL,
"list" TEXT NOT NULL,
UNIQUE ("house_id", "world_id", "listid"),
FOREIGN KEY ("house_id", "world_id") REFERENCES "houses" ("id", "world_id")
);

CREATE TABLE "house_data" (
"house_id" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"data" LONGBLOB NOT NULL,
UNIQUE ("house_id", "world_id"),
FOREIGN KEY ("house_id", "world_id") REFERENCES "houses" ("id", "world_id")
);

CREATE TABLE "house_auctions" (
"house_id" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"player_id" INTEGER NOT NULL,
"bid" INTEGER NOT NULL DEFAULT 0,
"limit" INTEGER NOT NULL DEFAULT 0,
"endtime" INTEGER NOT NULL DEFAULT 0,
UNIQUE ("house_id", "world_id"),
FOREIGN KEY ("house_id", "world_id") REFERENCES "houses" ("id", "world_id")
FOREIGN KEY ("player_id") REFERENCES "players" ("id")
);

CREATE TABLE "player_deaths" (
"id" INTEGER PRIMARY KEY,
"player_id" INTEGER NOT NULL,
"date" INTEGER NOT NULL,
"level" INTEGER NOT NULL,
FOREIGN KEY ("player_id") REFERENCES "players" ("id")
);

CREATE TABLE "killers" (
"id" INTEGER PRIMARY KEY,
"death_id" INTEGER NOT NULL,
"final_hit" BOOLEAN NOT NULL DEFAULT FALSE,
"unjustified" BOOLEAN NOT NULL DEFAULT FALSE,
FOREIGN KEY ("death_id") REFERENCES "player_deaths" ("id")
);

CREATE TABLE "player_killers" (
"kill_id" INTEGER NOT NULL,
"player_id" INTEGER NOT NULL,
FOREIGN KEY ("kill_id") REFERENCES "killers" ("id"),
FOREIGN KEY ("player_id") REFERENCES "players" ("id")
);

CREATE TABLE `environment_killers` (
"kill_id" INTEGER NOT NULL,
"name" VARCHAR(255) NOT NULL,
FOREIGN KEY ("kill_id") REFERENCES "killers" ("id")
);

CREATE TABLE "player_depotitems" (
"player_id" INTEGER NOT NULL,
"sid" INTEGER NOT NULL,
"pid" INTEGER NOT NULL DEFAULT 0,
"itemtype" INTEGER NOT NULL,
"count" INTEGER NOT NULL DEFAULT 0,
"attributes" BLOB NOT NULL,
UNIQUE ("player_id", "sid"),
FOREIGN KEY ("player_id") REFERENCES "players" ("id")
);

CREATE TABLE "player_namelocks" (
"player_id" INTEGER NOT NULL,
"name" VARCHAR(255) NOT NULL,
"new_name" VARCHAR(255) NOT NULL,
"date" INTEGER NOT NULL DEFAULT 0,
FOREIGN KEY ("player_id") REFERENCES "players" ("id")
);

CREATE TABLE "player_skills" (
"player_id" INTEGER NOT NULL,
"skillid" INTEGER NOT NULL,
"value" INTEGER NOT NULL DEFAULT 0,
"count" INTEGER NOT NULL DEFAULT 0,
UNIQUE ("player_id", "skillid"),
FOREIGN KEY ("player_id") REFERENCES "players" ("id")
);

CREATE TABLE "player_storage" (
"player_id" INTEGER NOT NULL,
"key" INTEGER NOT NULL,
"value" VARCHAR(255) NOT NULL DEFAULT '0',
UNIQUE ("player_id", "key"),
FOREIGN KEY ("player_id") REFERENCES "players" ("id")
);

CREATE TABLE "player_viplist" (
"player_id" INTEGER NOT NULL,
"vip_id" INTEGER NOT NULL,
UNIQUE ("player_id", "vip_id"),
FOREIGN KEY ("player_id") REFERENCES "players" ("id"),
FOREIGN KEY ("vip_id") REFERENCES "players" ("id")
);

CREATE TABLE "tiles" (
"id" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"house_id" INTEGER NOT NULL,
"x" INTEGER NOT NULL,
"y" INTEGER NOT NULL,
"z" INTEGER NOT NULL,
UNIQUE ("id", "world_id"),
FOREIGN KEY ("house_id", "world_id") REFERENCES "houses" ("id", "world_id")
);

CREATE TABLE "tile_items" (
"tile_id" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"sid" INTEGER NOT NULL,
"pid" INTEGER NOT NULL DEFAULT 0,
"itemtype" INTEGER NOT NULL,
"count" INTEGER NOT NULL DEFAULT 0,
"attributes" BLOB NOT NULL,
UNIQUE ("tile_id", "world_id", "sid"),
FOREIGN KEY ("tile_id") REFERENCES "tiles" ("id")
);

CREATE TABLE "player_items" (
"player_id" INT NOT NULL,
"sid" INT NOT NULL,
"pid" INT NOT NULL DEFAULT 0,
"itemtype" INT NOT NULL,
"count" INT NOT NULL DEFAULT 0,
"attributes" BLOB NOT NULL,
UNIQUE ("player_id", "sid"),
FOREIGN KEY ("player_id") REFERENCES "players" ("id")
);

CREATE TABLE "player_spells" (
"player_id" INTEGER NOT NULL,
"name" VARCHAR(255) NOT NULL,
UNIQUE ("player_id", "name"),
FOREIGN KEY ("player_id") REFERENCES "players" ("id")
);

CREATE TABLE "bans" (
"id" INTEGER PRIMARY KEY NOT NULL,
"type" INTEGER NOT NULL,
"value" INTEGER NOT NULL,
"param" INTEGER NOT NULL DEFAULT 4294967295,
"active" BOOLEAN NOT NULL DEFAULT 1,
"expires" INTEGER NOT NULL,
"added" INTEGER NOT NULL,
"admin_id" INTEGER NOT NULL DEFAULT 0,
"comment" TEXT NOT NULL,
"reason" INTEGER NOT NULL DEFAULT 0,
"action" INTEGER NOT NULL DEFAULT 0,
"statement" VARCHAR(255) NOT NULL DEFAULT ''
);

CREATE TABLE [account_viplist] ([account_id] INTEGER NOT NULL, [world_id] INTEGER NOT NULL DEFAULT 0, [player_id] INTEGER NOT NULL);

CREATE TABLE [players] ([id] INTEGER NOT NULL PRIMARY KEY, [name] VARCHAR(255) NOT NULL, [world_id] INTEGER NOT NULL DEFAULT 0, [group_id] INTEGER NOT NULL, [account_id] INTEGER NOT NULL, [level] INTEGER NOT NULL DEFAULT 1, [vocation] INTEGER NOT NULL DEFAULT 0, [health] INTEGER NOT NULL DEFAULT 100, [healthmax] INTEGER NOT NULL DEFAULT 100, [experience] INTEGER NOT NULL DEFAULT 0, [lookbody] INTEGER NOT NULL DEFAULT 10, [lookfeet] INTEGER NOT NULL DEFAULT 10, [lookhead] INTEGER NOT NULL DEFAULT 10, [looklegs] INTEGER NOT NULL DEFAULT 10, [looktype] INTEGER NOT NULL DEFAULT 136, [lookaddons] INTEGER NOT NULL DEFAULT 0, [maglevel] INTEGER NOT NULL DEFAULT 0, [mana] INTEGER NOT NULL DEFAULT 100, [manamax] INTEGER NOT NULL DEFAULT 100, [manaspent] INTEGER NOT NULL DEFAULT 0, [soul] INTEGER NOT NULL DEFAULT 0, [town_id] INTEGER NOT NULL, [posx] INTEGER NOT NULL DEFAULT 0, [posy] INTEGER NOT NULL DEFAULT 0, [posz] INTEGER NOT NULL DEFAULT 0, [conditions] BLOB NOT NULL, [cap] INTEGER NOT NULL DEFAULT 0, [sex] INTEGER NOT NULL DEFAULT 0, [lastlogin] INTEGER NOT NULL DEFAULT 0, [lastip] INTEGER NOT NULL DEFAULT 0, [save] BOOLEAN NOT NULL DEFAULT 1, [skull] INTEGER NOT NULL DEFAULT 0, [skulltime] INTEGER NOT NULL DEFAULT 0, [rank_id] INTEGER NOT NULL, [guildnick] VARCHAR(255) NOT NULL DEFAULT '', [lastlogout] INTEGER NOT NULL DEFAULT 0, [blessings] INTEGER NOT NULL DEFAULT 0, [balance] INTEGER NOT NULL DEFAULT 0, [stamina] INTEGER NOT NULL DEFAULT 151200000, [direction] INTEGER NOT NULL DEFAULT 2, [loss_experience] INTEGER NOT NULL DEFAULT 100, [loss_mana] INTEGER NOT NULL DEFAULT 100, [loss_skills] INTEGER NOT NULL DEFAULT 100, [loss_containers] INTEGER NOT NULL DEFAULT 100, [loss_items] INTEGER NOT NULL DEFAULT 100, [premend] INTEGER NOT NULL DEFAULT 0, [online] NOT NULL DEFAULT 0, [marriage] INTEGER NOT NULL DEFAULT 0, [promotion] INTEGER NOT NULL DEFAULT 0, [deleted] BOOLEAN NOT NULL DEFAULT 0, [description] VARCHAR(255) NOT NULL DEFAULT '', [rep] INTEGER(11) NOT NULL DEFAULT 0, [marrystatus] VARCHAR NOT NULL DEFAULT 0, UNIQUE ([name], [deleted]), FOREIGN KEY ([account_id]) REFERENCES [accounts]([id]));

CREATE TRIGGER "oncreate_guilds"
AFTER INSERT ON "guilds"
BEGIN
INSERT INTO "guild_ranks" ("name", "level", "guild_id") VALUES ("Leader", 3, NEW."id");
INSERT INTO "guild_ranks" ("name", "level", "guild_id") VALUES ("Vice-Leader", 2, NEW."id");
INSERT INTO "guild_ranks" ("name", "level", "guild_id") VALUES ("Member", 1, NEW."id");
END;

CREATE TRIGGER "ondelete_accounts"
BEFORE DELETE
ON "accounts"
FOR EACH ROW
BEGIN
DELETE FROM "players" WHERE "account_id" = OLD."id";
DELETE FROM "bans" WHERE "type" NOT IN (1, 2) AND "value" = OLD."id";
END;

CREATE TRIGGER "ondelete_guilds"
BEFORE DELETE
ON "guilds"
FOR EACH ROW
BEGIN
UPDATE "players" SET "guildnick" = '', "rank_id" = 0 WHERE "rank_id" IN (SELECT "id" FROM "guild_ranks" WHERE "guild_id" = OLD."id");
DELETE FROM "guild_ranks" WHERE "guild_id" = OLD."id";
END;

CREATE TRIGGER "oninsert_guilds"
BEFORE INSERT
ON "guilds"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "guilds" violates foreign: "ownerid"')
WHERE NEW."ownerid" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."ownerid") IS NULL;
END;

CREATE TRIGGER "onupdate_guilds"
BEFORE UPDATE
ON "guilds"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "guilds" violates foreign: "ownerid"')
WHERE NEW."ownerid" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."ownerid") IS NULL;
END;

CREATE TRIGGER "ondelete_houses"
BEFORE DELETE
ON "houses"
FOR EACH ROW
BEGIN
DELETE FROM "house_lists" WHERE "house_id" = OLD."id";
END;

CREATE TRIGGER "ondelete_tiles"
BEFORE DELETE
ON "tiles"
FOR EACH ROW
BEGIN
DELETE FROM "tile_items" WHERE "tile_id" = OLD."id";
END;

CREATE TRIGGER "oninsert_guild_ranks"
BEFORE INSERT
ON "guild_ranks"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "guild_ranks" violates foreign: "guild_id"')
WHERE NEW."guild_id" IS NULL
OR (SELECT "id" FROM "guilds" WHERE "id" = NEW."guild_id") IS NULL;
END;

CREATE TRIGGER "onupdate_guild_ranks"
BEFORE UPDATE
ON "guild_ranks"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "guild_ranks" violates foreign: "guild_id"')
WHERE NEW."guild_id" IS NULL
OR (SELECT "id" FROM "guilds" WHERE "id" = NEW."guild_id") IS NULL;
END;

CREATE TRIGGER "oninsert_house_lists"
BEFORE INSERT
ON "house_lists"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "house_lists" violates foreign: "house_id"')
WHERE NEW."house_id" IS NULL
OR (SELECT "id" FROM "houses" WHERE "id" = NEW."house_id") IS NULL;
END;

CREATE TRIGGER "onupdate_house_lists"
BEFORE UPDATE
ON "house_lists"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "house_lists" violates foreign: "house_id"')
WHERE NEW."house_id" IS NULL
OR (SELECT "id" FROM "houses" WHERE "id" = NEW."house_id") IS NULL;
END;

CREATE TRIGGER "oninsert_player_depotitems"
BEFORE INSERT
ON "player_depotitems"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "player_depotitems" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END;

CREATE TRIGGER "onupdate_player_depotitems"
BEFORE UPDATE
ON "player_depotitems"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "player_depotitems" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END;

CREATE TRIGGER "oninsert_player_skills"
BEFORE INSERT
ON "player_skills"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "player_skills" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END;

CREATE TRIGGER "onupdate_player_skills"
BEFORE UPDATE
ON "player_skills"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "player_skills" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END;

CREATE TRIGGER "oninsert_player_storage"
BEFORE INSERT
ON "player_storage"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "player_storage" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END;

CREATE TRIGGER "onupdate_player_storage"
BEFORE UPDATE
ON "player_storage"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'UPDATE on table "player_storage" violates foreign: "player_id"')
WHERE NEW."player_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."player_id") IS NULL;
END;

CREATE TRIGGER "oninsert_player_viplist"
BEFORE INSERT
ON "player_viplist"
FOR EACH ROW
BEGIN
SELECT RAISE(ROLLBACK, 'INSERT on table "player_viplist" 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_viplist" violates foreign: "vip_id"')
WHERE NEW."vip_id" IS NULL
OR (SELECT "id" FROM "players" WHERE "id" = NEW."vip_id") IS NULL;
END;

CREATE TRIGGER "onupdate_player_viplist"
BEFORE UPDATE
ON "player_viplist"
FOR EACH ROW
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;

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;

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;

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;

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;

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;

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;

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;

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;

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;

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;

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;

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;

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;

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;

CREATE TRIGGER "oninsert_players" BEFORE INSERT ON "players" FOR EACH ROW BEGIN SELECT RAISE(ROLLBACK, 'INSERT on table `players` violates foreign: `account_id`') WHERE NEW."account_id" IS NULL OR (SELECT "id" FROM "accounts" WHERE "id" = NEW."account_id") IS NULL; END;

CREATE TRIGGER "onupdate_players" BEFORE UPDATE ON "players" FOR EACH ROW BEGIN SELECT RAISE(ROLLBACK, 'UPDATE on table `players` violates foreign: `account_id`') WHERE NEW."account_id" IS NULL OR (SELECT "id" FROM "accounts" WHERE "id" = NEW."account_id") IS NULL; END;

CREATE TRIGGER "oncreate_players" AFTER INSERT ON "players" BEGIN INSERT INTO "player_skills" ("player_id", "skillid", "value") VALUES (NEW."id", 0, 10); INSERT INTO "player_skills" ("player_id", "skillid", "value") VALUES (NEW."id", 1, 10); INSERT INTO "player_skills" ("player_id", "skillid", "value") VALUES (NEW."id", 2, 10); INSERT INTO "player_skills" ("player_id", "skillid", "value") VALUES (NEW."id", 3, 10); INSERT INTO "player_skills" ("player_id", "skillid", "value") VALUES (NEW."id", 4, 10); INSERT INTO "player_skills" ("player_id", "skillid", "value") VALUES (NEW."id", 5, 10); INSERT INTO "player_skills" ("player_id", "skillid", "value") VALUES (NEW."id", 6, 10); END;

CREATE TRIGGER "ondelete_players" BEFORE DELETE ON "players" FOR EACH ROW BEGIN SELECT RAISE(ROLLBACK, 'DELETE on table `players` violates foreign: `ownerid` from table `guilds`') WHERE (SELECT "id" FROM "guilds" WHERE "ownerid" = OLD."id") IS NOT NULL; DELETE FROM "player_viplist" WHERE "player_id" = OLD."id" OR "vip_id" = OLD."id"; DELETE FROM "player_storage" WHERE "player_id" = OLD."id"; DELETE FROM "player_skills" WHERE "player_id" = OLD."id"; DELETE FROM "player_items" WHERE "player_id" = OLD."id"; DELETE FROM "player_depotitems" WHERE "player_id" = OLD."id"; DELETE FROM "player_spells" WHERE "player_id" = OLD."id"; DELETE FROM "bans" WHERE "type" = 2 AND "value" = OLD."id"; UPDATE "houses" SET "owner" = 0 WHERE "owner" = OLD."id"; END;

INSERT INTO server_config (config, value) VALUES ('db_version', 23);
INSERT INTO server_config (config, value) VALUES ('password_type', 0);
INSERT INTO server_config (config, value) VALUES ('encryption', 0);



INSERT INTO server_motd (id, world_id, text) VALUES (1, 0, 'Welcome to The Forgotten Server!');
INSERT INTO server_motd (id, world_id, text) VALUES (2, 0, 'Bem vindo ao Alissow OTs 3.8! Enjoy');
INSERT INTO server_motd (id, world_id, text) VALUES (3, 0, 'Bem vindo ao Alissow OTs 3.9! Enjoy');
INSERT INTO server_motd (id, world_id, text) VALUES (4, 0, 'Bem vindo ao Vancini OT');
INSERT INTO server_motd (id, world_id, text) VALUES (5, 0, 'Bem vindo ao Forge of Thissy');
INSERT INTO server_motd (id, world_id, text) VALUES (6, 0, 'Bem vindo ao Forgotten');



INSERT INTO server_record (record, world_id, timestamp) VALUES (0, 0, 0);
INSERT INTO server_record (record, world_id, timestamp) VALUES (1, 0, 1265662508);
INSERT INTO server_record (record, world_id, timestamp) VALUES (2, 0, 1265663027);
INSERT INTO server_record (record, world_id, timestamp) VALUES (3, 0, 1265663053);
INSERT INTO server_record (record, world_id, timestamp) VALUES (4, 0, 1265664075);
INSERT INTO server_record (record, world_id, timestamp) VALUES (5, 0, 1265665250);
INSERT INTO server_record (record, world_id, timestamp) VALUES (6, 0, 1265666128);
INSERT INTO server_record (record, world_id, timestamp) VALUES (7, 0, 1265743860);
INSERT INTO server_record (record, world_id, timestamp) VALUES (8, 0, 1265745366);
INSERT INTO server_record (record, world_id, timestamp) VALUES (9, 0, 1265746080);
INSERT INTO server_record (record, world_id, timestamp) VALUES (10, 0, 1265746223);
INSERT INTO server_record (record, world_id, timestamp) VALUES (11, 0, 1265746930);
INSERT INTO server_record (record, world_id, timestamp) VALUES (12, 0, 1265746951);
INSERT INTO server_record (record, world_id, timestamp) VALUES (13, 0, 1265747623);
INSERT INTO server_record (record, world_id, timestamp) VALUES (14, 0, 1265747897);
INSERT INTO server_record (record, world_id, timestamp) VALUES (15, 0, 1265748571);






INSERT INTO accounts (id, name, password, premdays, lastday, email, key, blocked, warnings, group_id) VALUES (1, '1', '1', 65535, 1271729070, '', '0', '0', 0, 1);
INSERT INTO accounts (id, name, password, premdays, lastday, email, key, blocked, warnings, group_id) VALUES (2, '2', 'god', 32, 1271729070, '', '0', '0', 0, 6);















INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1, 0, 0, 0, 0, 0, 'Tower 1', 1, 87, 91000, 1312, 1, 0, 91, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (6, 0, 0, 0, 0, 0, 'Chaves Village III', 1, 12, 13000, 0, 0, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (19, 0, 0, 0, 0, 0, 'Upper House II', 1, 12, 13000, 44324, 1, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (20, 0, 0, 0, 0, 0, 'Upper House III', 1, 15, 16000, 321341, 1, 0, 16, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (22, 0, 0, 0, 0, 0, 'Upper Street V', 1, 25, 27000, 34214, 1, 0, 27, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (29, 0, 0, 0, 0, 0, 'River Street II', 1, 15, 17000, 0, 1, 0, 17, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (30, 0, 0, 0, 0, 0, 'River Street III', 1, 15, 16000, 0, 1, 0, 16, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (31, 0, 0, 0, 0, 0, 'River Street IV', 1, 18, 20000, 0, 1, 0, 20, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (32, 0, 0, 0, 0, 0, 'River Street V', 1, 18, 20000, 0, 1, 0, 20, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (33, 0, 0, 0, 0, 0, 'River Street VI', 1, 18, 20000, 0, 1, 0, 20, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (34, 0, 0, 0, 0, 0, 'Condominio Europa I', 1, 12, 13000, 0, 1, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (35, 0, 0, 0, 0, 0, 'Condominio Europa II', 1, 12, 13000, 0, 1, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (36, 0, 0, 0, 0, 0, 'Condominio Europa III', 1, 24, 25000, 0, 1, 0, 25, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (37, 0, 0, 0, 0, 0, 'Upper Street I', 1, 34, 35000, 0, 1, 0, 35, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (38, 0, 0, 0, 0, 0, 'Safe Street II', 1, 8, 9000, 424523, 1, 0, 9, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (39, 0, 0, 0, 0, 0, 'Safe Street III', 1, 10, 11000, 23423, 1, 0, 11, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (40, 0, 0, 0, 0, 0, 'Vancini house 10', 1, 49, 810000, 0, 1, 0, 81, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (41, 0, 0, 0, 0, 0, 'Vancini house 11', 1, 49, 810000, 0, 1, 0, 81, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (42, 0, 0, 0, 0, 0, 'Vancini house 12', 1, 49, 810000, 0, 1, 0, 81, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (43, 0, 0, 0, 0, 0, 'Vancini house 13', 1, 49, 810000, 0, 1, 0, 81, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (44, 0, 0, 0, 0, 0, 'Bamboo House I', 3, 66, 67000, 0, 1, 0, 67, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (45, 0, 0, 0, 0, 0, 'Bamboo House II', 3, 33, 46000, 0, 2, 0, 46, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (46, 0, 0, 0, 0, 0, 'Alfon Flat I', 3, 28, 35000, 0, 1, 0, 35, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (47, 0, 0, 0, 0, 0, 'Alfon Flat II', 3, 28, 32000, 0, 1, 0, 32, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (48, 0, 0, 0, 0, 0, 'Habiana II', 1, 19, 25000, 0, 1, 0, 25, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (49, 0, 0, 0, 0, 0, 'Habiana IV', 1, 8, 11000, 0, 1, 0, 11, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (50, 0, 0, 0, 0, 0, 'Habiana III', 1, 15, 17000, 0, 1, 0, 17, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (51, 0, 0, 0, 0, 0, 'Habiana V', 1, 19, 20000, 0, 1, 0, 20, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (52, 0, 0, 0, 0, 0, 'Safe House I', 1, 16, 17000, 0, 1, 0, 17, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (53, 0, 2, 0, 0, 1266422912, 'Alfon Flat III', 3, 28, 29000, 0, 1, 0, 29, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (54, 0, 0, 0, 0, 0, 'The Tibianic II', 3, 155, 174000, 0, 2, 0, 174, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (55, 0, 0, 0, 0, 0, 'Safe House IV', 1, 8, 9000, 0, 1, 0, 9, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (56, 0, 0, 0, 0, 0, 'Alfon Flat IV', 3, 28, 37000, 0, 1, 0, 37, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (57, 0, 0, 0, 0, 0, 'Alfon Flat V', 3, 28, 29000, 0, 1, 0, 29, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (58, 0, 0, 0, 0, 0, 'Alfon Flat VI', 3, 28, 29000, 0, 1, 0, 29, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (59, 0, 0, 0, 0, 0, 'Alfon Flat VII', 3, 28, 29000, 0, 1, 0, 29, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (60, 0, 0, 0, 0, 0, 'Alfon Flat VIII', 3, 28, 29000, 0, 1, 0, 29, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (61, 0, 0, 0, 0, 0, 'Hydraland III', 3, 42, 43000, 0, 1, 0, 43, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (62, 0, 0, 0, 0, 0, 'Hydraland IV', 3, 42, 43000, 0, 1, 0, 43, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (63, 0, 0, 0, 0, 0, 'Hydraland V', 3, 30, 31000, 0, 1, 0, 31, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (64, 0, 0, 0, 0, 0, 'Hydraland VI', 3, 15, 16000, 0, 1, 0, 16, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (65, 0, 0, 0, 0, 0, 'Hydraland VII', 3, 15, 16000, 0, 1, 0, 16, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (66, 0, 0, 0, 0, 0, 'Hydraland VIII', 3, 27, 29000, 0, 2, 0, 29, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (67, 0, 0, 0, 0, 0, 'Condominio Europa IV', 1, 12, 13000, 0, 1, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (68, 0, 0, 0, 0, 0, 'Condominio Europa V', 1, 9, 10000, 0, 1, 0, 10, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (69, 0, 0, 0, 0, 0, 'Condominio Europa VI', 1, 11, 12000, 0, 1, 0, 12, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (70, 0, 0, 0, 0, 0, 'Liberty Bay I', 2, 37, 53000, 0, 2, 0, 53, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (71, 0, 0, 0, 0, 0, 'Liberty Bay II', 2, 37, 52000, 0, 2, 0, 52, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (72, 0, 0, 0, 0, 0, 'Liberty Bay III', 2, 45, 65000, 0, 2, 0, 65, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (73, 0, 0, 0, 0, 0, 'Liberty Bay IV', 2, 37, 55000, 0, 2, 0, 55, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (74, 0, 0, 0, 0, 0, 'Liberty Bay V', 2, 85, 109000, 0, 3, 0, 109, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (75, 0, 0, 0, 0, 0, 'Liberty Bay VI', 2, 37, 53000, 0, 1, 0, 53, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (76, 0, 0, 0, 0, 0, 'Liberty Bay VII', 2, 33, 47000, 0, 2, 0, 47, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (77, 0, 0, 0, 0, 0, 'Liberty Bay VIII', 2, 26, 41000, 0, 1, 0, 41, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (78, 0, 0, 0, 0, 0, 'Liberty Bay IX', 2, 33, 58000, 0, 2, 0, 58, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (79, 0, 0, 0, 0, 0, 'Liberty Bay X', 2, 33, 54000, 0, 2, 0, 54, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (80, 0, 0, 0, 0, 0, 'Liberty Bay XI', 2, 33, 54000, 0, 2, 0, 54, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (81, 0, 0, 0, 0, 0, 'Liberty Bay XII', 2, 26, 41000, 0, 1, 0, 41, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (82, 0, 0, 0, 0, 0, 'Liberty Bay XIII', 2, 34, 50000, 0, 1, 0, 50, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (83, 0, 0, 0, 0, 0, 'Liberty Bay XIV', 2, 20, 34000, 0, 1, 0, 34, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (84, 0, 0, 0, 0, 0, 'Liberty Bay XV', 2, 24, 41000, 0, 2, 0, 41, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (85, 0, 0, 0, 0, 0, 'Liberty Bay XVI', 2, 18, 30000, 0, 1, 0, 30, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (86, 0, 0, 0, 0, 0, 'Alfon Flat IX', 3, 28, 30000, 0, 1, 0, 30, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (87, 0, 0, 0, 0, 0, 'Wooden House', 3, 60, 62000, 0, 1, 0, 62, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (88, 0, 0, 0, 0, 0, 'Hoepers I', 3, 40, 42000, 0, 1, 0, 42, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (89, 0, 0, 0, 0, 0, 'Hoepers II', 3, 28, 29000, 0, 1, 0, 29, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (90, 0, 0, 0, 0, 0, 'Hoepers III', 3, 48, 53000, 0, 1, 0, 53, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (92, 0, 0, 0, 0, 0, 'Snake House', 3, 42, 43000, 0, 1, 0, 43, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (93, 0, 0, 0, 0, 0, 'Hydraland XI', 3, 42, 43000, 0, 1, 0, 43, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (94, 0, 0, 0, 0, 0, 'David House 47', 2, 49, 810000, 0, 1, 0, 81, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (95, 0, 0, 0, 0, 0, 'Nevada House 1', 4, 17, 21000, 3122, 1, 2, 21, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (96, 0, 0, 0, 0, 0, 'Nevada House 2', 4, 7, 15000, 21, 1, 2, 15, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (97, 0, 0, 0, 0, 0, 'Nevada House 3', 4, 18, 30000, 213, 1, 2, 30, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (98, 0, 0, 0, 0, 0, 'Nevada House 4', 4, 13, 25000, 31231, 1, 2, 25, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (99, 0, 0, 0, 0, 0, 'Nevada House 6', 4, 8, 21000, 3123, 1, 2, 21, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (100, 0, 0, 0, 0, 0, 'Nevada House 7', 4, 11, 27000, 123, 1, 2, 27, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (101, 0, 0, 0, 0, 0, 'Nevada House 8', 4, 12, 25000, 34, 1, 0, 25, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (102, 0, 0, 0, 0, 0, 'Nevada House 9', 4, 10, 23000, 32, 1, 0, 23, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (103, 0, 0, 0, 0, 0, 'Nevada House 5', 4, 22, 35000, 1, 1, 2, 35, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (104, 0, 0, 0, 0, 0, 'Nevada House 10', 4, 16, 39000, 1, 1, 2, 39, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (105, 0, 0, 0, 0, 0, 'Nevada House 11', 4, 11, 22000, 1, 1, 0, 22, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (106, 0, 0, 0, 0, 0, 'Nevada House 12', 4, 6, 16000, 2, 1, 0, 16, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1254, 0, 0, 0, 0, 0, 'Unnamed House #1254', 8, 69, 73000, 0, 1, 2, 73, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1255, 0, 0, 0, 0, 0, 'Unnamed House #1255', 8, 48, 50000, 0, 2, 0, 50, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1256, 0, 0, 0, 0, 0, 'Unnamed House #1256', 8, 30, 34000, 0, 1, 2, 34, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1257, 0, 0, 0, 0, 0, 'Unnamed House #1257', 8, 28, 33000, 0, 1, 2, 33, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1258, 0, 0, 0, 0, 0, 'Unnamed House #1258', 8, 74, 78000, 0, 1, 2, 78, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1259, 0, 0, 0, 0, 0, 'Unnamed House #1259', 8, 84, 90000, 0, 1, 2, 90, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1260, 0, 0, 0, 0, 0, 'Unnamed House #1260', 8, 167, 170000, 0, 2, 2, 170, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1261, 0, 0, 0, 0, 0, 'Unnamed House #1261', 8, 113, 119000, 0, 4, 2, 119, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1262, 0, 0, 0, 0, 0, 'Unnamed House #1262', 8, 131, 136000, 0, 3, 2, 136, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1263, 0, 0, 0, 0, 0, 'Unnamed House #1263', 8, 454, 491000, 0, 8, 8, 491, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1264, 0, 0, 0, 0, 0, 'Unnamed House #1264', 8, 106, 115000, 0, 3, 2, 115, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1268, 0, 0, 0, 0, 0, 'Unnamed House #1268', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1269, 0, 0, 0, 0, 0, 'Unnamed House #1269', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1270, 0, 0, 0, 0, 0, 'Unnamed House #1270', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1271, 0, 0, 0, 0, 0, 'Unnamed House #1271', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1272, 0, 0, 0, 0, 0, 'Unnamed House #1272', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1273, 0, 0, 0, 0, 0, 'Unnamed House #1273', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1274, 0, 0, 0, 0, 0, 'Unnamed House #1274', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1275, 0, 0, 0, 0, 0, 'Unnamed House #1275', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1276, 0, 0, 0, 0, 0, 'Unnamed House #1276', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1277, 0, 0, 0, 0, 0, 'Unnamed House #1277', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1278, 0, 0, 0, 0, 0, 'Unnamed House #1278', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1279, 0, 0, 0, 0, 0, 'Unnamed House #1279', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1280, 0, 0, 0, 0, 0, 'Unnamed House #1280', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1281, 0, 0, 0, 0, 0, 'Unnamed House #1281', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1282, 0, 0, 0, 0, 0, 'Unnamed House #1282', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1284, 0, 0, 0, 0, 0, 'Unnamed House #1284', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1285, 0, 0, 0, 0, 0, 'Unnamed House #1285', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1286, 0, 0, 0, 0, 0, 'Unnamed House #1286', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1287, 0, 0, 0, 0, 0, 'Unnamed House #1287', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1288, 0, 0, 0, 0, 0, 'Unnamed House #1288', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1289, 0, 0, 0, 0, 0, 'Unnamed House #1289', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1290, 0, 0, 0, 0, 0, 'Unnamed House #1290', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1291, 0, 0, 0, 0, 0, 'Unnamed House #1291', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1292, 0, 0, 0, 0, 0, 'Unnamed House #1292', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1293, 0, 0, 0, 0, 0, 'Unnamed House #1293', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1294, 0, 0, 0, 0, 0, 'Unnamed House #1294', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1295, 0, 0, 0, 0, 0, 'Unnamed House #1295', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1296, 0, 0, 0, 0, 0, 'Unnamed House #1296', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1297, 0, 0, 0, 0, 0, 'Unnamed House #1297', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1298, 0, 0, 0, 0, 0, 'Unnamed House #1298', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1299, 0, 0, 0, 0, 0, 'Unnamed House #1299', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1300, 0, 0, 0, 0, 0, 'Unnamed House #1300', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1301, 0, 0, 0, 0, 0, 'Unnamed House #1301', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1302, 0, 0, 0, 0, 0, 'Unnamed House #1302', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1303, 0, 0, 0, 0, 0, 'Unnamed House #1303', 9, 0, 1000, 0, 0, 0, 1, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1304, 0, 0, 0, 0, 0, 'Unnamed House #1304', 9, 180, 216000, 0, 4, 4, 216, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1305, 0, 0, 0, 0, 0, 'Unnamed House #1305', 9, 114, 144000, 0, 4, 4, 144, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1306, 0, 0, 0, 0, 0, 'Unnamed House #1306', 9, 121, 166000, 0, 5, 8, 166, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1307, 0, 0, 0, 0, 0, 'Unnamed House #1307', 9, 87, 102000, 0, 2, 4, 102, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1308, 0, 0, 0, 0, 0, 'Unnamed House #1308', 9, 16, 29000, 0, 1, 10, 29, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1309, 0, 0, 0, 0, 0, 'Unnamed House #1309', 9, 16, 21000, 0, 1, 4, 21, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1310, 0, 0, 0, 0, 0, 'Unnamed House #1310', 9, 17, 34000, 0, 1, 8, 34, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1311, 0, 0, 0, 0, 0, 'Unnamed House #1311', 9, 14, 21000, 0, 1, 6, 21, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1312, 0, 0, 0, 0, 0, 'Unnamed House #1312', 9, 20, 35000, 0, 1, 4, 35, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1319, 0, 0, 0, 0, 0, 'Unnamed House #1319', 9, 24, 36000, 0, 1, 2, 36, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1320, 0, 0, 0, 0, 0, 'Unnamed House #1320', 9, 81, 128000, 0, 5, 8, 128, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1321, 0, 0, 0, 0, 0, 'Unnamed House #1321', 9, 97, 122000, 0, 4, 4, 122, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1322, 0, 0, 0, 0, 0, 'Unnamed House #1322', 9, 98, 110000, 0, 1, 4, 110, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1323, 0, 0, 0, 0, 0, 'Unnamed House #1323', 9, 53, 77000, 0, 3, 2, 77, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1324, 0, 0, 0, 0, 0, 'Unnamed House #1324', 9, 61, 80000, 0, 3, 4, 80, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1325, 0, 0, 0, 0, 0, 'Unnamed House #1325', 9, 19, 41000, 0, 3, 8, 41, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1326, 0, 0, 0, 0, 0, 'Unnamed House #1326', 9, 93, 127000, 0, 3, 12, 127, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1327, 0, 0, 0, 0, 0, 'Unnamed House #1327', 9, 19, 40000, 0, 3, 8, 40, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1329, 0, 0, 0, 0, 0, 'Unnamed House #1329', 9, 4, 7000, 0, 1, 2, 7, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1330, 0, 0, 0, 0, 0, 'Unnamed House #1330', 9, 9, 18000, 0, 1, 6, 18, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1331, 0, 0, 0, 0, 0, 'Unnamed House #1331', 9, 13, 23000, 0, 1, 8, 23, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1332, 0, 0, 0, 0, 0, 'Unnamed House #1332', 9, 16, 24000, 0, 1, 4, 24, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1333, 0, 0, 0, 0, 0, 'Unnamed House #1333', 9, 9, 20000, 0, 1, 6, 20, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1334, 0, 0, 0, 0, 0, 'Unnamed House #1334', 9, 11, 21000, 0, 1, 4, 21, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1335, 0, 0, 0, 0, 0, 'Unnamed House #1335', 9, 3, 8000, 0, 1, 2, 8, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1336, 0, 0, 0, 0, 0, 'Unnamed House #1336', 9, 6, 11000, 0, 1, 2, 11, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1337, 0, 0, 0, 0, 0, 'Unnamed House #1337', 9, 9, 15000, 0, 1, 4, 15, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1338, 0, 0, 0, 0, 0, 'Unnamed House #1338', 9, 5, 10000, 0, 1, 0, 10, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1339, 0, 0, 0, 0, 0, 'Unnamed House #1339', 9, 129, 165000, 0, 3, 4, 165, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1340, 0, 0, 0, 0, 0, 'Unnamed House #1340', 9, 67, 77000, 0, 2, 4, 77, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1341, 0, 0, 0, 0, 0, 'Unnamed House #1341', 9, 135, 171000, 0, 5, 4, 171, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1342, 0, 0, 0, 0, 0, 'Unnamed House #1342', 9, 243, 286000, 0, 4, 0, 286, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1343, 0, 0, 0, 0, 0, 'Unnamed House #1343', 9, 68, 110000, 0, 9, 0, 110, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1344, 0, 0, 0, 0, 0, 'Unnamed House #1344', 9, 232, 298000, 0, 10, 0, 298, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1345, 0, 0, 0, 0, 0, 'Unnamed House #1345', 9, 148, 224000, 0, 8, 4, 224, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1346, 0, 0, 0, 0, 0, 'Unnamed House #1346', 9, 186, 230000, 0, 7, 0, 230, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1347, 0, 0, 0, 0, 0, 'Unnamed House #1347', 9, 124, 139000, 0, 6, 2, 139, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1348, 0, 0, 0, 0, 0, 'Unnamed House #1348', 9, 145, 178000, 0, 3, 6, 178, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1352, 0, 0, 0, 0, 0, 'Unnamed House #1352', 8, 23, 31000, 0, 2, 4, 31, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1354, 0, 0, 0, 0, 0, 'Unnamed House #1354', 8, 33, 51000, 0, 3, 6, 51, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1355, 0, 0, 0, 0, 0, 'Unnamed House #1355', 8, 27, 35000, 0, 2, 4, 35, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1356, 0, 0, 0, 0, 0, 'Unnamed House #1356', 8, 23, 31000, 0, 2, 4, 31, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1357, 0, 0, 0, 0, 0, 'Unnamed House #1357', 8, 23, 31000, 0, 2, 4, 31, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1358, 0, 0, 0, 0, 0, 'Unnamed House #1358', 8, 21, 29000, 0, 2, 4, 29, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1365, 0, 0, 0, 0, 0, 'Unnamed House #1365', 9, 16, 21000, 0, 1, 4, 21, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1366, 0, 0, 0, 0, 0, 'Unnamed House #1366', 9, 17, 47000, 0, 1, 10, 47, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1367, 0, 0, 0, 0, 0, 'Unnamed House #1367', 9, 28, 47000, 0, 2, 6, 47, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1368, 0, 0, 0, 0, 0, 'Unnamed House #1368', 9, 8, 16000, 0, 1, 6, 16, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1369, 0, 0, 0, 0, 0, 'Unnamed House #1369', 9, 9, 16000, 0, 1, 6, 16, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1380, 0, 0, 0, 0, 0, 'Unnamed House #1380', 15, 24, 36000, 0, 1, 0, 36, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1381, 0, 0, 0, 0, 0, 'Unnamed House #1381', 15, 24, 36000, 0, 1, 0, 36, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1382, 0, 0, 0, 0, 0, 'Unnamed House #1382', 15, 24, 38000, 0, 1, 0, 38, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1383, 0, 0, 0, 0, 0, 'Unnamed House #1383', 15, 24, 35000, 0, 1, 0, 35, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1384, 0, 0, 0, 0, 0, 'Unnamed House #1384', 15, 15, 24000, 0, 1, 0, 24, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1385, 0, 0, 0, 0, 0, 'Unnamed House #1385', 15, 20, 30000, 0, 1, 0, 30, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1386, 0, 0, 0, 0, 0, 'Unnamed House #1386', 1, 23, 37000, 0, 1, 2, 37, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1388, 0, 0, 0, 0, 0, 'Unnamed House #1388', 1, 23, 37000, 0, 1, 2, 37, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1389, 0, 0, 0, 0, 0, 'Unnamed House #1389', 1, 23, 37000, 0, 1, 2, 37, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1390, 0, 0, 0, 0, 0, 'Unnamed House #1390', 1, 23, 37000, 0, 1, 2, 37, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1392, 0, 0, 0, 0, 0, 'Unnamed House #1392', 1, 33, 48000, 0, 1, 2, 48, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1393, 0, 0, 0, 0, 0, 'Unnamed House #1393', 1, 33, 48000, 0, 1, 2, 48, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1394, 0, 0, 0, 0, 0, 'Unnamed House #1394', 1, 33, 48000, 0, 1, 2, 48, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1395, 0, 0, 0, 0, 0, 'Unnamed House #1395', 1, 33, 48000, 0, 1, 2, 48, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1405, 0, 0, 0, 0, 0, 'Unnamed House #1405', 1, 38, 57000, 0, 1, 4, 57, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1406, 0, 0, 0, 0, 0, 'Unnamed House #1406', 1, 38, 57000, 0, 1, 4, 57, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1407, 0, 0, 0, 0, 0, 'Unnamed House #1407', 1, 71, 113000, 0, 3, 4, 113, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1409, 0, 0, 0, 0, 0, 'Unnamed House #1409', 1, 11, 22000, 0, 2, 0, 22, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1410, 0, 0, 0, 0, 0, 'The Big Guildhall', 1, 675, 1074000, 0, 25, 62, 1074, '1', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1411, 0, 0, 0, 0, 0, 'Unnamed House #1411', 1, 44, 74000, 0, 0, 0, 74, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1412, 0, 0, 0, 0, 0, 'Unnamed House #1412', 1, 24, 49000, 0, 0, 0, 49, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1413, 0, 0, 0, 0, 0, 'Unnamed House #1413', 3, 30, 42000, 0, 1, 0, 42, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1414, 0, 0, 0, 0, 0, 'Unnamed House #1414', 3, 30, 42000, 0, 1, 0, 42, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1415, 0, 0, 0, 0, 0, 'Unnamed House #1415', 3, 30, 43000, 0, 1, 0, 43, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1416, 0, 0, 0, 0, 0, 'Unnamed House #1416', 3, 30, 43000, 0, 1, 0, 43, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1417, 0, 0, 0, 0, 0, 'Unnamed House #1417', 3, 55, 77000, 0, 2, 0, 77, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1418, 0, 0, 0, 0, 0, 'King Castle', 1, 364, 506000, 0, 1, 10, 506, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1422, 0, 0, 0, 0, 0, 'Unnamed House #1422', 1, 23, 42000, 0, 3, 2, 42, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1423, 0, 0, 0, 0, 0, 'Unnamed House #1423', 1, 23, 42000, 0, 3, 2, 42, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1424, 0, 0, 0, 0, 0, 'Unnamed House #1424', 1, 23, 42000, 0, 3, 2, 42, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1425, 0, 0, 0, 0, 0, 'Unnamed House #1425', 1, 23, 42000, 0, 3, 2, 42, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1426, 0, 0, 0, 0, 0, 'Unnamed House #1426', 1, 23, 42000, 0, 4, 2, 42, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1427, 0, 0, 0, 0, 0, 'Unnamed House #1427', 1, 132, 236000, 0, 18, 0, 236, '1', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1428, 0, 0, 0, 0, 0, 'Unnamed House #1428', 1, 25, 36000, 0, 2, 0, 36, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1429, 0, 0, 0, 0, 0, 'Unnamed House #1429', 1, 20, 31000, 0, 3, 0, 31, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1430, 0, 0, 0, 0, 0, 'Unnamed House #1430', 1, 45, 70000, 0, 3, 0, 70, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1431, 0, 0, 0, 0, 0, 'Unnamed House #1431', 1, 56, 71000, 0, 3, 0, 71, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1432, 0, 0, 0, 0, 0, 'Unnamed House #1432', 1, 30, 44000, 0, 3, 0, 44, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1433, 0, 0, 0, 0, 0, 'Unnamed House #1433', 1, 25, 38000, 0, 2, 0, 38, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (1434, 0, 0, 0, 0, 0, 'Unnamed House #1434', 1, 15, 32000, 0, 1, 4, 32, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (2, 0, 0, 0, 0, 0, 'Tower II', 1, 47, 48000, 0, 0, 0, 48, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (3, 0, 0, 0, 0, 0, 'Small Street IV', 1, 21, 24000, 0, 1, 0, 24, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (4, 0, 0, 0, 0, 0, 'Chaves Village', 1, 9, 12000, 90, 1, 0, 12, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (5, 0, 0, 0, 0, 0, 'Chaves Village II', 1, 12, 13000, 90, 1, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (7, 0, 0, 0, 0, 0, 'Apartamento 7', 3, 49, 640000, 0, 1, 0, 64, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (8, 0, 0, 0, 0, 0, 'Apartamento 8', 3, 49, 640000, 0, 1, 0, 64, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (9, 0, 0, 0, 0, 0, 'Apartamento 9', 3, 49, 640000, 0, 1, 0, 64, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (10, 0, 0, 0, 0, 0, 'Bamboo Camp I', 1, 30, 31000, 0, 1, 0, 31, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (11, 0, 0, 0, 0, 0, 'Bamboo Camp II', 1, 15, 16000, 0, 1, 0, 16, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (12, 0, 0, 0, 0, 0, 'Bamboo Camp III', 1, 15, 19000, 231412, 1, 0, 19, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (13, 0, 0, 0, 0, 0, 'Bamboo Camp IV', 1, 12, 13000, 0, 1, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (14, 0, 0, 0, 0, 0, 'Bamboo Camp V', 1, 12, 13000, 0, 1, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (15, 0, 0, 0, 0, 0, 'Bamboo Camp VI', 1, 15, 16000, 0, 1, 0, 16, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (16, 0, 0, 0, 0, 0, 'Tibianic', 1, 376, 408000, 0, 1, 0, 408, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (17, 0, 4, 0, 0, 1270344051, 'Castelo Vancini', 1, 304, 320000, 0, 15, 0, 320, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (18, 0, 0, 0, 0, 0, 'Heavy Depot House II', 1, 38, 47000, 4000, 1, 0, 47, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (21, 0, 0, 0, 0, 0, 'Upper House IV', 1, 22, 27000, 3211, 2, 0, 27, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (23, 0, 0, 0, 0, 0, 'Small Street I', 1, 54, 72000, 213431, 2, 0, 72, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (24, 0, 0, 0, 0, 0, 'Small Street II', 1, 16, 17000, 3213, 1, 0, 17, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (25, 0, 0, 0, 0, 0, 'Great Street I', 1, 20, 21000, 514, 1, 0, 21, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (26, 0, 0, 0, 0, 0, 'Great Street II', 1, 30, 31000, 32321, 1, 0, 31, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (27, 0, 0, 0, 0, 0, 'Small Street III', 1, 12, 13000, 313141, 1, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (28, 0, 0, 0, 0, 0, 'River Street I', 1, 15, 17000, 0, 1, 0, 17, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (91, 0, 0, 0, 0, 0, 'Hoepers IV', 3, 54, 55000, 0, 1, 0, 55, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (107, 0, 0, 0, 0, 0, 'Unnamed House #107', 1, 12, 14000, 0, 2, 0, 14, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (108, 0, 0, 0, 0, 0, 'Unnamed House #108', 1, 9, 17000, 0, 2, 0, 17, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (109, 0, 0, 0, 0, 0, 'Unnamed House #109', 1, 17, 22000, 0, 2, 0, 22, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (110, 0, 0, 0, 0, 0, 'Unnamed House #110', 1, 15, 17000, 0, 2, 0, 17, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (111, 0, 0, 0, 0, 0, 'Unnamed House #111', 1, 21, 22000, 0, 1, 0, 22, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (112, 0, 0, 0, 0, 0, 'Unnamed House #112', 1, 12, 13000, 0, 1, 0, 13, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (113, 0, 0, 0, 0, 0, 'Unnamed House #113', 1, 21, 26000, 0, 2, 0, 26, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (114, 0, 0, 0, 0, 0, 'David House 15', 2, 49, 810000, 0, 1, 0, 81, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (115, 0, 0, 0, 0, 0, 'Unnamed House #115', 1, 1, 2000, 0, 1, 0, 2, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (116, 0, 0, 0, 0, 0, 'Nevada House 13', 4, 12, 30000, 0, 1, 0, 30, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (117, 0, 0, 0, 0, 0, 'Goblin House I', 1, 16, 19000, 0, 1, 2, 19, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (118, 0, 0, 0, 0, 0, 'Goblin House II', 1, 16, 18000, 0, 0, 2, 18, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (119, 0, 0, 0, 0, 0, 'Goblin House III', 1, 83, 94000, 0, 3, 6, 94, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (120, 0, 0, 0, 0, 0, 'David House 53', 2, 49, 810000, 0, 1, 0, 81, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (121, 0, 0, 0, 0, 0, 'VIP House 1', 4, 154, 1940000, 0, 0, 0, 194, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (122, 0, 0, 0, 0, 0, 'VIP House 2', 4, 143, 1820000, 0, 1, 0, 182, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (123, 0, 0, 0, 0, 0, 'VIP House 3', 4, 143, 1820000, 0, 1, 0, 182, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (124, 0, 0, 0, 0, 0, 'VIP House 4', 4, 143, 1820000, 0, 1, 0, 182, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (125, 0, 0, 0, 0, 0, 'VIP House 5', 4, 143, 1690000, 0, 1, 0, 169, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (126, 0, 0, 0, 0, 0, 'VIP House 6', 4, 154, 1950000, 0, 1, 0, 195, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (127, 0, 0, 0, 0, 0, 'VIP House 7', 4, 143, 1690000, 0, 1, 0, 169, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (128, 0, 0, 0, 0, 0, 'VIP House 8', 4, 121, 1690000, 0, 1, 0, 169, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (129, 0, 0, 0, 0, 0, 'VIP House 9', 4, 143, 1690000, 0, 1, 0, 169, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (130, 0, 0, 0, 0, 0, 'VIP House 10', 4, 143, 1690000, 0, 1, 0, 169, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (131, 0, 0, 0, 0, 0, 'VIP House 11', 4, 154, 1820000, 0, 1, 0, 182, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (132, 0, 0, 0, 0, 0, 'VIP House 12', 4, 143, 1690000, 0, 1, 0, 169, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (133, 0, 0, 0, 0, 0, 'VIP House 13', 4, 132, 1690000, 0, 1, 0, 169, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (134, 0, 0, 0, 0, 0, 'VIP House 14', 4, 154, 1950000, 0, 1, 0, 195, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (135, 0, 0, 0, 0, 0, 'VIP House 15', 4, 143, 1820000, 0, 1, 0, 182, '0', '0');
INSERT INTO houses (id, world_id, owner, paid, warnings, lastwarning, name, town, size, price, rent, doors, beds, tiles, guild, clear) VALUES (136, 0, 0, 0, 0, 0, 'VIP House 16', 4, 132, 1820000, 0, 1, 0, 182, '0', '0');












INSERT INTO player_deaths (id, player_id, date, level) VALUES (1, 2, 1265663059, 10);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (2, 4, 1265664110, 28);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (3, 4, 1265665464, 34);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (4, 4, 1265667861, 47);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (5, 7, 1265669033, 10);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (6, 4, 1265669149, 66);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (7, 4, 1265669609, 66);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (8, 13, 1265743567, 73);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (9, 15, 1265743942, 17);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (10, 13, 1265743989, 94);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (11, 14, 1265744162, 139);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (12, 17, 1265745217, 68);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (13, 21, 1265745816, 107);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (14, 19, 1265745869, 102);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (15, 29, 1265747745, 65);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (16, 21, 1265747868, 122);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (17, 6, 1265747893, 10);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (18, 6, 1265748042, 10);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (19, 21, 1265748105, 121);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (20, 3, 1266509831, 1000);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (21, 3, 1266509922, 994);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (22, 3, 1266510081, 989);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (23, 3, 1266510402, 984);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (24, 3, 1266537076, 987);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (25, 4, 1266583022, 47);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (26, 4, 1266583624, 131);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (27, 4, 1266584223, 147);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (28, 4, 1266792877, 198);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (29, 6, 1270851075, 31);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (30, 6, 1270851104, 30);
INSERT INTO player_deaths (id, player_id, date, level) VALUES (31, 5, 1271116153, 50);



INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (1, 1, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (2, 1, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (3, 2, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (4, 2, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (5, 3, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (6, 4, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (7, 5, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (8, 6, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (9, 6, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (10, 7, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (11, 7, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (12, 8, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (13, 9, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (14, 10, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (15, 10, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (16, 11, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (17, 12, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (18, 13, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (19, 13, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (20, 14, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (21, 14, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (22, 15, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (23, 15, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (24, 16, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (25, 16, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (26, 17, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (27, 18, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (28, 19, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (29, 19, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (30, 20, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (31, 21, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (32, 22, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (33, 23, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (34, 24, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (35, 24, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (36, 25, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (37, 25, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (38, 25, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (39, 26, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (40, 26, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (41, 27, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (42, 27, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (43, 28, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (44, 28, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (45, 29, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (46, 29, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (47, 29, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (48, 30, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (49, 30, '0', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (50, 31, '1', '0');
INSERT INTO killers (id, death_id, final_hit, unjustified) VALUES (51, 31, '0', '0');



INSERT INTO player_killers (kill_id, player_id) VALUES (15, 11);
INSERT INTO player_killers (kill_id, player_id) VALUES (28, 20);
INSERT INTO player_killers (kill_id, player_id) VALUES (29, 25);



INSERT INTO environment_killers (kill_id, name) VALUES (1, 'a goblin assassin');
INSERT INTO environment_killers (kill_id, name) VALUES (2, 'a goblin');
INSERT INTO environment_killers (kill_id, name) VALUES (3, 'a crypt shambler');
INSERT INTO environment_killers (kill_id, name) VALUES (4, 'a beholder');
INSERT INTO environment_killers (kill_id, name) VALUES (5, 'a ghoul');
INSERT INTO environment_killers (kill_id, name) VALUES (6, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (7, 'unknown');
INSERT INTO environment_killers (kill_id, name) VALUES (8, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (9, 'a dragon');
INSERT INTO environment_killers (kill_id, name) VALUES (10, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (11, 'a dragon');
INSERT INTO environment_killers (kill_id, name) VALUES (12, 'a hydra');
INSERT INTO environment_killers (kill_id, name) VALUES (13, 'a ghoul');
INSERT INTO environment_killers (kill_id, name) VALUES (14, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (16, 'a hydra');
INSERT INTO environment_killers (kill_id, name) VALUES (17, 'a giant spider');
INSERT INTO environment_killers (kill_id, name) VALUES (18, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (19, 'a dragon');
INSERT INTO environment_killers (kill_id, name) VALUES (20, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (21, 'a dragon');
INSERT INTO environment_killers (kill_id, name) VALUES (22, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (23, 'a dragon');
INSERT INTO environment_killers (kill_id, name) VALUES (24, 'a giant spider');
INSERT INTO environment_killers (kill_id, name) VALUES (25, 'the Old Widow');
INSERT INTO environment_killers (kill_id, name) VALUES (26, 'unknown');
INSERT INTO environment_killers (kill_id, name) VALUES (27, 'unknown');
INSERT INTO environment_killers (kill_id, name) VALUES (30, 'a chicken');
INSERT INTO environment_killers (kill_id, name) VALUES (31, 'a chicken');
INSERT INTO environment_killers (kill_id, name) VALUES (32, 'a chicken');
INSERT INTO environment_killers (kill_id, name) VALUES (33, 'a chicken');
INSERT INTO environment_killers (kill_id, name) VALUES (34, 'Infernatil');
INSERT INTO environment_killers (kill_id, name) VALUES (35, 'a hellfire fighter');
INSERT INTO environment_killers (kill_id, name) VALUES (36, 'a cyclops smith');
INSERT INTO environment_killers (kill_id, name) VALUES (37, 'a cyclops');
INSERT INTO environment_killers (kill_id, name) VALUES (38, 'a cyclops drone');
INSERT INTO environment_killers (kill_id, name) VALUES (39, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (40, 'a dragon');
INSERT INTO environment_killers (kill_id, name) VALUES (41, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (42, 'a dragon');
INSERT INTO environment_killers (kill_id, name) VALUES (43, 'a dragon lord');
INSERT INTO environment_killers (kill_id, name) VALUES (44, 'a dragon');
INSERT INTO environment_killers (kill_id, name) VALUES (45, 'a Chakoya Windcaller');
INSERT INTO environment_killers (kill_id, name) VALUES (46, 'a Chakoya Tribewarden');
INSERT INTO environment_killers (kill_id, name) VALUES (47, 'a Chakoya Toolshaper');
INSERT INTO environment_killers (kill_id, name) VALUES (48, 'a fire elemental');
INSERT INTO environment_killers (kill_id, name) VALUES (49, 'a fury');
INSERT INTO environment_killers (kill_id, name) VALUES (50, 'a fury');
INSERT INTO environment_killers (kill_id, name) VALUES (51, 'a demon');



INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 101, 0, 2589, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 102, 1, 2589, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 103, 101, 2594, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 104, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 105, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 106, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 107, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 108, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 109, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 110, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 111, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 112, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 113, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 114, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 115, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 116, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 117, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 118, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 119, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 120, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 121, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 122, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 123, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 124, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 125, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 126, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 127, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 128, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 129, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 130, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 131, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 132, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 133, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 134, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 135, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 136, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 137, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 138, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 139, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 140, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 141, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 142, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 143, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 144, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 145, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 146, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 147, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 148, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 149, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 150, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 151, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 152, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 153, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 154, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 155, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 156, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 157, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 158, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 159, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 160, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 161, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 162, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 163, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 164, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 165, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 166, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 167, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 168, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 169, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 170, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 171, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 172, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 173, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 174, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 175, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 176, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 177, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 178, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 179, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 180, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 181, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 182, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 183, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 184, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 185, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 186, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 187, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 188, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 189, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 190, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 191, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 192, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 193, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 194, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 195, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 196, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 197, 102, 1998, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 198, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 199, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 200, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 201, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 202, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 203, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 204, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 205, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 206, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 207, 102, 6528, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 208, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 209, 102, 8852, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 210, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 211, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 212, 102, 6433, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 213, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 214, 102, 2445, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 215, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 216, 102, 8925, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 217, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 218, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 219, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 220, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 221, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 222, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 223, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 224, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 225, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 226, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 227, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 228, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 229, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 230, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 231, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 232, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 233, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 234, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 235, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 236, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 237, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 238, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 239, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 240, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 241, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 242, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 243, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 244, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 245, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 246, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 247, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 248, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 249, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 250, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 251, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 252, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 253, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 254, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 255, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 256, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 257, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 258, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 259, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 260, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 261, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 262, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 263, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 264, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 265, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 266, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 267, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 268, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 269, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 270, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 271, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 272, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 273, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 274, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 275, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 276, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 277, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 278, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 279, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 280, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 281, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 282, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 283, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 284, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 285, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 286, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 287, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 288, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 289, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 290, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 291, 102, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 292, 102, 2594, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 293, 197, 2160, 21, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 294, 197, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 295, 197, 6529, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 296, 197, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 297, 197, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 298, 197, 2160, 100, 'd');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 299, 197, 8904, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 300, 197, 2687, 25, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 301, 197, 2647, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 302, 197, 8819, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 303, 197, 5791, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 304, 197, 2453, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 305, 197, 2361, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 306, 197, 6561, 1, '');
INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 307, 197, 2160, 1, '');






INSERT INTO player_skills (player_id, skillid, value, count) VALUES (2, 0, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (2, 1, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (2, 2, 20, 59);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (2, 3, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (2, 4, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (2, 5, 28, 278);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (2, 6, 48, 686);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (3, 0, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (3, 1, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (3, 2, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (3, 3, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (3, 4, 86, 2214);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (3, 5, 46, 2153);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (3, 6, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (4, 0, 23, 130);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (4, 1, 35, 396);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (4, 2, 40, 491);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (4, 3, 10, 0);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (4, 4, 16, 13);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (4, 5, 33, 755);
INSERT INTO player_skills (player_id, skillid, value, count) VALUES (4, 6, 10, 0);



INSERT INTO player_storage (player_id, key, value) VALUES (4, 2195, '1452');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 8540, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 30001, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42300, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42301, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42302, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42303, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42304, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42305, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42306, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42307, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42308, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42309, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42310, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42311, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42312, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42313, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42314, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42315, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42316, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42317, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42318, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42319, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42320, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42321, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42322, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42323, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42324, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42325, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42326, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42327, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42328, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42329, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42350, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42352, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (4, 42355, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 3434, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 4343, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 30001, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42300, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42301, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42302, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42303, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42304, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42305, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42306, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42307, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42308, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42309, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42310, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42311, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42312, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42313, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42314, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42315, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42316, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42317, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42318, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42319, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42320, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42321, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42322, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42323, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42324, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42325, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42326, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42327, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42328, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42329, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42350, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42352, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (3, 42355, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 0, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 1056, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 1339, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 2432, '1452');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 2467, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 2471, '1452');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 3066, '-1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 3636, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 3737, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 5656, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 5953, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 5954, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 5955, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 5956, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 5957, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 6666, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 6767, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 7777, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 8742, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 8888, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 9847, '1265746534');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 9898, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 11554, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 30001, '1');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42300, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42301, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42302, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42303, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42304, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42305, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42306, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42307, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42308, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42309, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42310, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42311, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42312, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42313, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42314, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42315, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42316, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42317, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42318, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42319, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42320, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42321, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42322, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42323, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42324, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42325, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42326, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42327, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42328, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42329, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42350, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42352, '0');
INSERT INTO player_storage (player_id, key, value) VALUES (2, 42355, '0');






INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (0, 0, 1, 155, 106, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (1, 0, 2, 121, 128, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (2, 0, 3, 143, 27, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (3, 0, 4, 179, 30, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (4, 0, 4, 180, 30, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (5, 0, 5, 182, 32, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (6, 0, 6, 182, 38, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (7, 0, 10, 181, 104, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (8, 0, 11, 171, 101, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (9, 0, 12, 176, 96, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (10, 0, 13, 185, 96, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (11, 0, 14, 186, 101, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (12, 0, 15, 185, 106, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (13, 0, 16, 205, 42, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (14, 0, 16, 204, 44, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (15, 0, 16, 206, 44, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (16, 0, 16, 200, 51, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (17, 0, 16, 204, 49, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (18, 0, 16, 206, 49, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (19, 0, 16, 204, 54, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (20, 0, 16, 206, 54, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (21, 0, 16, 205, 59, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (22, 0, 16, 204, 58, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (23, 0, 16, 206, 56, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (24, 0, 16, 204, 58, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (25, 0, 16, 206, 58, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (26, 0, 16, 205, 61, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (27, 0, 17, 95, 30, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (28, 0, 17, 95, 30, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (29, 0, 17, 99, 26, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (30, 0, 17, 98, 26, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (31, 0, 17, 107, 26, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (32, 0, 17, 108, 26, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (33, 0, 17, 98, 31, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (34, 0, 17, 103, 29, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (35, 0, 17, 111, 30, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (36, 0, 17, 108, 31, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (37, 0, 17, 111, 30, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (38, 0, 17, 97, 34, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (39, 0, 17, 97, 34, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (40, 0, 17, 110, 34, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (41, 0, 17, 110, 34, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (42, 0, 18, 132, 62, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (43, 0, 19, 166, 33, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (44, 0, 20, 165, 36, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (45, 0, 21, 164, 31, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (46, 0, 21, 167, 31, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (47, 0, 22, 168, 34, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (48, 0, 23, 139, 35, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (49, 0, 23, 140, 35, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (50, 0, 23, 141, 35, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (51, 0, 24, 148, 32, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (52, 0, 25, 157, 33, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (53, 0, 26, 164, 37, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (54, 0, 27, 148, 29, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (55, 0, 28, 158, 59, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (56, 0, 29, 153, 59, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (57, 0, 30, 148, 59, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (58, 0, 31, 158, 59, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (59, 0, 31, 159, 65, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (60, 0, 32, 153, 59, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (61, 0, 32, 154, 65, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (62, 0, 33, 148, 59, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (63, 0, 33, 149, 65, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (64, 0, 34, 143, 46, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (65, 0, 35, 144, 42, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (66, 0, 36, 145, 49, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (67, 0, 37, 164, 31, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (68, 0, 38, 82, 28, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (69, 0, 39, 87, 27, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (70, 0, 44, 662, 44, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (71, 0, 45, 668, 38, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (72, 0, 45, 672, 36, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (73, 0, 46, 683, 61, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (74, 0, 47, 679, 66, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (75, 0, 48, 100, 67, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (76, 0, 48, 104, 65, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (77, 0, 49, 111, 66, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (78, 0, 50, 110, 69, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (79, 0, 51, 102, 73, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (80, 0, 52, 77, 30, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (81, 0, 53, 683, 66, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (82, 0, 54, 727, 64, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (83, 0, 54, 732, 66, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (84, 0, 55, 87, 34, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (85, 0, 56, 683, 71, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (86, 0, 57, 679, 71, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (87, 0, 58, 683, 76, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (88, 0, 59, 679, 76, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (89, 0, 60, 683, 81, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (90, 0, 61, 113, 202, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (91, 0, 62, 121, 202, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (92, 0, 63, 126, 190, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (93, 0, 64, 136, 187, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (94, 0, 65, 141, 187, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (95, 0, 66, 152, 186, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (96, 0, 66, 156, 186, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (97, 0, 67, 145, 46, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (98, 0, 68, 145, 51, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (99, 0, 69, 146, 53, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (100, 0, 70, 227, 84, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (101, 0, 70, 230, 86, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (102, 0, 70, 228, 84, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (103, 0, 70, 230, 87, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (104, 0, 70, 227, 88, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (105, 0, 70, 228, 88, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (106, 0, 71, 242, 82, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (107, 0, 71, 241, 82, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (108, 0, 71, 240, 86, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (109, 0, 71, 241, 86, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (110, 0, 71, 243, 84, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (111, 0, 72, 270, 66, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (112, 0, 72, 268, 66, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (113, 0, 72, 268, 71, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (114, 0, 72, 269, 71, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (115, 0, 72, 271, 69, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (116, 0, 72, 271, 69, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (117, 0, 73, 275, 66, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (118, 0, 73, 275, 66, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (119, 0, 73, 276, 70, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (120, 0, 73, 277, 70, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (121, 0, 73, 278, 68, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (122, 0, 73, 278, 68, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (123, 0, 74, 295, 62, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (124, 0, 74, 296, 62, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (125, 0, 74, 291, 67, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (126, 0, 74, 292, 67, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (127, 0, 74, 293, 65, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (128, 0, 74, 296, 67, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (129, 0, 74, 298, 65, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (130, 0, 75, 309, 70, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (131, 0, 75, 310, 70, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (132, 0, 75, 312, 68, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (133, 0, 76, 325, 77, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (134, 0, 76, 329, 79, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (135, 0, 76, 329, 78, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (136, 0, 77, 318, 125, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (137, 0, 77, 320, 121, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (138, 0, 77, 321, 126, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (139, 0, 77, 322, 124, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (140, 0, 78, 308, 114, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (141, 0, 78, 309, 114, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (142, 0, 78, 308, 118, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (143, 0, 78, 311, 116, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (144, 0, 78, 308, 118, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (145, 0, 78, 309, 118, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (146, 0, 78, 311, 116, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (147, 0, 79, 303, 115, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (148, 0, 79, 301, 119, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (149, 0, 79, 301, 119, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (150, 0, 79, 302, 119, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (151, 0, 79, 304, 117, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (152, 0, 79, 304, 117, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (153, 0, 80, 291, 115, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (154, 0, 80, 291, 119, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (155, 0, 80, 292, 119, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (156, 0, 80, 293, 117, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (157, 0, 80, 292, 119, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (158, 0, 80, 293, 117, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (159, 0, 81, 243, 119, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (160, 0, 81, 241, 123, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (161, 0, 81, 245, 122, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (162, 0, 81, 244, 124, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (163, 0, 82, 226, 115, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (164, 0, 82, 227, 119, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (165, 0, 82, 226, 119, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (166, 0, 82, 228, 117, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (167, 0, 83, 296, 103, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (168, 0, 83, 298, 106, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (169, 0, 83, 300, 105, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (170, 0, 84, 269, 104, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (171, 0, 84, 270, 104, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (172, 0, 84, 270, 108, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (173, 0, 84, 269, 108, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (174, 0, 84, 270, 108, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (175, 0, 84, 272, 106, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (176, 0, 84, 272, 106, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (177, 0, 85, 244, 108, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (178, 0, 85, 244, 109, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (179, 0, 86, 679, 81, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (180, 0, 87, 711, 49, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (181, 0, 88, 699, 69, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (182, 0, 89, 715, 73, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (183, 0, 90, 700, 80, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (184, 0, 91, 715, 79, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (185, 0, 92, 715, 88, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (186, 0, 93, 131, 202, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (187, 0, 95, 341, 212, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (188, 0, 95, 342, 212, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (189, 0, 95, 343, 217, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (190, 0, 96, 348, 213, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (191, 0, 96, 348, 214, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (192, 0, 96, 349, 216, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (193, 0, 97, 355, 211, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (194, 0, 97, 356, 211, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (195, 0, 97, 358, 215, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (196, 0, 98, 336, 219, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (197, 0, 98, 337, 219, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (198, 0, 98, 339, 224, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (199, 0, 99, 344, 221, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (200, 0, 99, 344, 222, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (201, 0, 99, 347, 223, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (202, 0, 100, 352, 223, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (203, 0, 100, 353, 220, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (204, 0, 100, 354, 220, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (205, 0, 101, 361, 221, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (206, 0, 102, 361, 228, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (207, 0, 103, 334, 228, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (208, 0, 103, 334, 229, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (209, 0, 103, 337, 229, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (210, 0, 104, 344, 227, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (211, 0, 104, 342, 228, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (212, 0, 104, 342, 229, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (213, 0, 105, 337, 220, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (214, 0, 106, 345, 222, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (215, 0, 107, 167, 51, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (216, 0, 107, 167, 55, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (217, 0, 108, 168, 44, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (218, 0, 108, 168, 48, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (219, 0, 109, 123, 63, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (220, 0, 109, 122, 66, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (221, 0, 110, 118, 70, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (222, 0, 110, 119, 70, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (223, 0, 111, 129, 62, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (224, 0, 112, 103, 61, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (225, 0, 113, 173, 53, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (226, 0, 113, 176, 56, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (227, 0, 115, 176, 32, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (228, 0, 116, 351, 227, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (229, 0, 117, 147, 121, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (230, 0, 117, 147, 122, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (231, 0, 117, 149, 120, 7);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (232, 0, 118, 147, 121, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (233, 0, 118, 147, 122, 6);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (234, 0, 119, 147, 121, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (235, 0, 119, 147, 122, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (236, 0, 119, 150, 120, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (237, 0, 119, 153, 122, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (238, 0, 119, 164, 116, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (239, 0, 119, 164, 117, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (240, 0, 119, 164, 118, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (241, 0, 119, 164, 119, 5);
INSERT INTO tiles (id, world_id, house_id, x, y, z) VALUES (242, 0, 119, 167, 124, 5);



INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (0, 0, 1, 0, 1221, 1, '€ descriptionR It belongs to house 'Tower 1'. Nobody owns this house. It costs 910000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (1, 0, 1, 0, 1212, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (2, 0, 1, 0, 1209, 1, '€ descriptionZ It belongs to house 'Small Street IV'. Nobody owns this house. It costs 240000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (3, 0, 1, 0, 6448, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (4, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'Chaves Village'. Nobody owns this house. It costs 120000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (5, 0, 1, 0, 1210, 1, '€ description\ It belongs to house 'Chaves Village II'. Nobody owns this house. It costs 130000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (6, 0, 1, 0, 1210, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (7, 0, 1, 0, 1212, 1, '€ descriptionX It belongs to house 'Bamboo Camp I'. Nobody owns this house. It costs 310000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (8, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'Bamboo Camp II'. Nobody owns this house. It costs 160000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (9, 0, 1, 0, 1212, 1, '€ descriptionZ It belongs to house 'Bamboo Camp III'. Nobody owns this house. It costs 190000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (10, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'Bamboo Camp IV'. Nobody owns this house. It costs 130000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (11, 0, 1, 0, 1209, 1, '€ descriptionX It belongs to house 'Bamboo Camp V'. Nobody owns this house. It costs 130000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (12, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'Bamboo Camp VI'. Nobody owns this house. It costs 160000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (13, 0, 1, 0, 1212, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (14, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (15, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (16, 0, 1, 0, 1219, 1, '€ descriptionT It belongs to house 'Tibianic'. Nobody owns this house. It costs 4080000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (17, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (18, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (19, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (20, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (21, 0, 1, 0, 1212, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (22, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (23, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (24, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (25, 0, 1, 0, 1209, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (26, 0, 1, 0, 1212, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (27, 0, 1, 0, 1219, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (28, 0, 1, 0, 1209, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (29, 0, 1, 0, 1219, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (30, 0, 1, 0, 1209, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (31, 0, 1, 0, 1219, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid
');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (32, 0, 1, 0, 1210, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (33, 0, 1, 0, 1209, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (34, 0, 1, 0, 1213, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (35, 0, 1, 0, 1219, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (36, 0, 1, 0, 1209, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (37, 0, 1, 0, 1209, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (38, 0, 1, 0, 1221, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid
');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (39, 0, 1, 0, 1212, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (40, 0, 1, 0, 1221, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (41, 0, 1, 0, 1212, 1, '€ description= It belongs to house 'Castelo Vancini'. Denis owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (42, 0, 1, 0, 1219, 1, '€ description^ It belongs to house 'Heavy Depot House II'. Nobody owns this house. It costs 23500 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (43, 0, 1, 0, 1210, 1, '€ descriptionY It belongs to house 'Upper House II'. Nobody owns this house. It costs 130000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (44, 0, 1, 0, 1212, 1, '€ descriptionZ It belongs to house 'Upper House III'. Nobody owns this house. It costs 160000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (45, 0, 1, 0, 1210, 1, '€ descriptionY It belongs to house 'Upper House IV'. Nobody owns this house. It costs 270000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (46, 0, 1, 0, 1219, 1, '€ descriptionY It belongs to house 'Upper House IV'. Nobody owns this house. It costs 270000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (47, 0, 1, 0, 1221, 1, '€ descriptionY It belongs to house 'Upper Street V'. Nobody owns this house. It costs 270000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (48, 0, 1, 0, 6448, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (49, 0, 1, 0, 1214, 1, '€ descriptionX It belongs to house 'Small Street I'. Nobody owns this house. It costs 72000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (50, 0, 1, 0, 1214, 1, '€ descriptionX It belongs to house 'Small Street I'. Nobody owns this house. It costs 72000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (51, 0, 1, 0, 1209, 1, '€ descriptionZ It belongs to house 'Small Street II'. Nobody owns this house. It costs 170000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (52, 0, 1, 0, 1221, 1, '€ descriptionY It belongs to house 'Great Street I'. Nobody owns this house. It costs 210000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (53, 0, 1, 0, 1210, 1, '€ descriptionZ It belongs to house 'Great Street II'. Nobody owns this house. It costs 310000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (54, 0, 1, 0, 1209, 1, '€ description[ It belongs to house 'Small Street III'. Nobody owns this house. It costs 130000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (55, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'River Street I'. Nobody owns this house. It costs 170000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (56, 0, 1, 0, 1212, 1, '€ descriptionZ It belongs to house 'River Street II'. Nobody owns this house. It costs 170000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (57, 0, 1, 0, 1212, 1, '€ description[ It belongs to house 'River Street III'. Nobody owns this house. It costs 160000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (58, 0, 1, 0, 1212, 1, '€ descriptionZ It belongs to house 'River Street IV'. Nobody owns this house. It costs 200000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (59, 0, 1, 0, 1212, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (60, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'River Street V'. Nobody owns this house. It costs 200000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (61, 0, 1, 0, 1212, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (62, 0, 1, 0, 1212, 1, '€ descriptionZ It belongs to house 'River Street VI'. Nobody owns this house. It costs 200000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (63, 0, 1, 0, 1212, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (64, 0, 1, 0, 1212, 1, '€ description^ It belongs to house 'Condominio Europa I'. Nobody owns this house. It costs 130000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (65, 0, 1, 0, 1212, 1, '€ description_ It belongs to house 'Condominio Europa II'. Nobody owns this house. It costs 130000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (66, 0, 1, 0, 1212, 1, '€ description` It belongs to house 'Condominio Europa III'. Nobody owns this house. It costs 250000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (67, 0, 1, 0, 1210, 1, '€ descriptionY It belongs to house 'Upper Street I'. Nobody owns this house. It costs 350000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (68, 0, 1, 0, 1212, 1, '€ descriptionX It belongs to house 'Safe Street II'. Nobody owns this house. It costs 90000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (69, 0, 1, 0, 1209, 1, '€ descriptionZ It belongs to house 'Safe Street III'. Nobody owns this house. It costs 110000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (70, 0, 1, 0, 3547, 1, '€ descriptionY It belongs to house 'Bamboo House I'. Nobody owns this house. It costs 670000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (71, 0, 1, 0, 3538, 1, '€ descriptionZ It belongs to house 'Bamboo House II'. Nobody owns this house. It costs 460000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (72, 0, 1, 0, 3547, 1, '€ descriptionZ It belongs to house 'Bamboo House II'. Nobody owns this house. It costs 460000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (73, 0, 1, 0, 3547, 1, '€ descriptionW It belongs to house 'Alfon Flat I'. Nobody owns this house. It costs 350000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (74, 0, 1, 0, 3547, 1, '€ descriptionX It belongs to house 'Alfon Flat II'. Nobody owns this house. It costs 320000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (75, 0, 1, 0, 1212, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (76, 0, 1, 0, 1209, 1, '€ descriptionU It belongs to house 'Habiana II'. Nobody owns this house. It costs 250000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (77, 0, 1, 0, 1209, 1, '€ descriptionU It belongs to house 'Habiana IV'. Nobody owns this house. It costs 110000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (78, 0, 1, 0, 1212, 1, '€ descriptionV It belongs to house 'Habiana III'. Nobody owns this house. It costs 170000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (79, 0, 1, 0, 1209, 1, '€ descriptionT It belongs to house 'Habiana V'. Nobody owns this house. It costs 200000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (80, 0, 1, 0, 1209, 1, '€ descriptionW It belongs to house 'Safe House I'. Nobody owns this house. It costs 170000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (81, 0, 1, 0, 3547, 1, '€ descriptionB It belongs to house 'Alfon Flat III'. GOD Vancini owns this house. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (82, 0, 1, 0, 5082, 1, '€ description[ It belongs to house 'The Tibianic II'. Nobody owns this house. It costs 1740000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (83, 0, 1, 0, 4917, 1, '€ description[ It belongs to house 'The Tibianic II'. Nobody owns this house. It costs 1740000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (84, 0, 1, 0, 1212, 1, '€ descriptionW It belongs to house 'Safe House IV'. Nobody owns this house. It costs 90000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (85, 0, 1, 0, 3547, 1, '€ descriptionX It belongs to house 'Alfon Flat IV'. Nobody owns this house. It costs 370000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (86, 0, 1, 0, 3547, 1, '€ descriptionW It belongs to house 'Alfon Flat V'. Nobody owns this house. It costs 290000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (87, 0, 1, 0, 3547, 1, '€ descriptionX It belongs to house 'Alfon Flat VI'. Nobody owns this house. It costs 290000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (88, 0, 1, 0, 3547, 1, '€ descriptionY It belongs to house 'Alfon Flat VII'. Nobody owns this house. It costs 290000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (89, 0, 1, 0, 3547, 1, '€ descriptionZ It belongs to house 'Alfon Flat VIII'. Nobody owns this house. It costs 290000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (90, 0, 1, 0, 1221, 1, '€ descriptionX It belongs to house 'Hydraland III'. Nobody owns this house. It costs 430000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (91, 0, 1, 0, 1221, 1, '€ descriptionW It belongs to house 'Hydraland IV'. Nobody owns this house. It costs 430000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (92, 0, 1, 0, 1219, 1, '€ descriptionV It belongs to house 'Hydraland V'. Nobody owns this house. It costs 310000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (93, 0, 1, 0, 1221, 1, '€ descriptionW It belongs to house 'Hydraland VI'. Nobody owns this house. It costs 160000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (94, 0, 1, 0, 1221, 1, '€ descriptionX It belongs to house 'Hydraland VII'. Nobody owns this house. It costs 160000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (95, 0, 1, 0, 1219, 1, '€ descriptionY It belongs to house 'Hydraland VIII'. Nobody owns this house. It costs 290000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (96, 0, 1, 0, 1219, 1, '€ descriptionY It belongs to house 'Hydraland VIII'. Nobody owns this house. It costs 290000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (97, 0, 1, 0, 1212, 1, '€ description_ It belongs to house 'Condominio Europa IV'. Nobody owns this house. It costs 130000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (98, 0, 1, 0, 1209, 1, '€ description^ It belongs to house 'Condominio Europa V'. Nobody owns this house. It costs 100000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (99, 0, 1, 0, 1212, 1, '€ description_ It belongs to house 'Condominio Europa VI'. Nobody owns this house. It costs 120000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (100, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (101, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (102, 0, 1, 0, 1252, 1, '€ descriptionX It belongs to house 'Liberty Bay I'. Nobody owns this house. It costs 530000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (103, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (104, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (105, 0, 1, 0, 1252, 1, '€ descriptionX It belongs to house 'Liberty Bay I'. Nobody owns this house. It costs 530000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (106, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (107, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay II'. Nobody owns this house. It costs 520000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (108, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (109, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay II'. Nobody owns this house. It costs 520000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (110, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (111, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (112, 0, 1, 0, 1252, 1, '€ descriptionZ It belongs to house 'Liberty Bay III'. Nobody owns this house. It costs 650000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (113, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (114, 0, 1, 0, 1252, 1, '€ descriptionZ It belongs to house 'Liberty Bay III'. Nobody owns this house. It costs 650000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (115, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (116, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (117, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (118, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay IV'. Nobody owns this house. It costs 550000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (119, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (120, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay IV'. Nobody owns this house. It costs 550000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (121, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (122, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (123, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (124, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay V'. Nobody owns this house. It costs 1090000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (125, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay V'. Nobody owns this house. It costs 1090000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (126, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (127, 0, 1, 0, 1249, 1, '€ descriptionY It belongs to house 'Liberty Bay V'. Nobody owns this house. It costs 1090000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (128, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (129, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (130, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (131, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay VI'. Nobody owns this house. It costs 530000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (132, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (133, 0, 1, 0, 1249, 1, '€ descriptionZ It belongs to house 'Liberty Bay VII'. Nobody owns this house. It costs 470000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (134, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (135, 0, 1, 0, 1249, 1, '€ descriptionZ It belongs to house 'Liberty Bay VII'. Nobody owns this house. It costs 470000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (136, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (137, 0, 1, 0, 1252, 1, '€ description[ It belongs to house 'Liberty Bay VIII'. Nobody owns this house. It costs 410000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (138, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (139, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (140, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (141, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay IX'. Nobody owns this house. It costs 580000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (142, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (143, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (144, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (145, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay IX'. Nobody owns this house. It costs 580000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (146, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (147, 0, 1, 0, 1252, 1, '€ descriptionX It belongs to house 'Liberty Bay X'. Nobody owns this house. It costs 540000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (148, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (149, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (150, 0, 1, 0, 1252, 1, '€ descriptionX It belongs to house 'Liberty Bay X'. Nobody owns this house. It costs 540000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (151, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (152, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (153, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay XI'. Nobody owns this house. It costs 540000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (154, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay XI'. Nobody owns this house. It costs 540000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (155, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (156, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (157, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (158, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (159, 0, 1, 0, 1252, 1, '€ descriptionZ It belongs to house 'Liberty Bay XII'. Nobody owns this house. It costs 410000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (160, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (161, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (162, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (163, 0, 1, 0, 1252, 1, '€ description[ It belongs to house 'Liberty Bay XIII'. Nobody owns this house. It costs 500000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (164, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (165, 0, 1, 0, 1252, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (166, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (167, 0, 1, 0, 1252, 1, '€ descriptionZ It belongs to house 'Liberty Bay XIV'. Nobody owns this house. It costs 340000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (168, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (169, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (170, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (171, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay XV'. Nobody owns this house. It costs 410000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (172, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (173, 0, 1, 0, 5303, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (174, 0, 1, 0, 1252, 1, '€ descriptionY It belongs to house 'Liberty Bay XV'. Nobody owns this house. It costs 410000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (175, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (176, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (177, 0, 1, 0, 5304, 1, '');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (178, 0, 1, 0, 1249, 1, '€ descriptionZ It belongs to house 'Liberty Bay XVI'. Nobody owns this house. It costs 300000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (179, 0, 1, 0, 3547, 1, '€ descriptionX It belongs to house 'Alfon Flat IX'. Nobody owns this house. It costs 300000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (180, 0, 1, 0, 5284, 1, '€ descriptionW It belongs to house 'Wooden House'. Nobody owns this house. It costs 620000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (181, 0, 1, 0, 3547, 1, '€ descriptionT It belongs to house 'Hoepers I'. Nobody owns this house. It costs 420000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (182, 0, 1, 0, 3547, 1, '€ descriptionU It belongs to house 'Hoepers II'. Nobody owns this house. It costs 290000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (183, 0, 1, 0, 3547, 1, '€ descriptionV It belongs to house 'Hoepers III'. Nobody owns this house. It costs 530000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (184, 0, 1, 0, 3547, 1, '€ descriptionU It belongs to house 'Hoepers IV'. Nobody owns this house. It costs 550000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (185, 0, 1, 0, 5128, 1, '€ descriptionV It belongs to house 'Snake House'. Nobody owns this house. It costs 430000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (186, 0, 1, 0, 1221, 1, '€ descriptionW It belongs to house 'Hydraland XI'. Nobody owns this house. It costs 430000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (187, 0, 1, 0, 1756, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (188, 0, 1, 0, 1757, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (189, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'Nevada House 1'. Nobody owns this house. It costs 210000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (190, 0, 1, 0, 1758, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (191, 0, 1, 0, 1759, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (192, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'Nevada House 2'. Nobody owns this house. It costs 150000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (193, 0, 1, 0, 1756, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (194, 0, 1, 0, 1757, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (195, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'Nevada House 3'. Nobody owns this house. It costs 300000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (196, 0, 1, 0, 1756, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (197, 0, 1, 0, 1757, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (198, 0, 1, 0, 1210, 1, '€ descriptionY It belongs to house 'Nevada House 4'. Nobody owns this house. It costs 250000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (199, 0, 1, 0, 1758, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (200, 0, 1, 0, 1759, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (201, 0, 1, 0, 1212, 1, '€ descriptionY It belongs to house 'Nevada House 6'. Nobody owns this house. It costs 210000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (202, 0, 1, 0, 1210, 1, '€ descriptionY It belongs to house 'Nevada House 7'. Nobody owns this house. It costs 270000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (203, 0, 1, 0, 1756, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (204, 0, 1, 0, 1757, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (205, 0, 1, 0, 1210, 1, '€ descriptionY It belongs to house 'Nevada House 8'. Nobody owns this house. It costs 250000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (206, 0, 1, 0, 1210, 1, '€ descriptionY It belongs to house 'Nevada House 9'. Nobody owns this house. It costs 230000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (207, 0, 1, 0, 1758, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (208, 0, 1, 0, 1759, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (209, 0, 1, 0, 1210, 1, '€ descriptionY It belongs to house 'Nevada House 5'. Nobody owns this house. It costs 350000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (210, 0, 1, 0, 1212, 1, '€ descriptionZ It belongs to house 'Nevada House 10'. Nobody owns this house. It costs 390000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (211, 0, 1, 0, 1758, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (212, 0, 1, 0, 1759, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (213, 0, 1, 0, 1212, 1, '€ descriptionZ It belongs to house 'Nevada House 11'. Nobody owns this house. It costs 220000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (214, 0, 1, 0, 1210, 1, '€ descriptionZ It belongs to house 'Nevada House 12'. Nobody owns this house. It costs 160000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (215, 0, 1, 0, 1221, 1, '€ description] It belongs to house 'Unnamed House #107'. Nobody owns this house. It costs 140000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (216, 0, 1, 0, 1221, 1, '€ description] It belongs to house 'Unnamed House #107'. Nobody owns this house. It costs 140000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (217, 0, 1, 0, 1221, 1, '€ description] It belongs to house 'Unnamed House #108'. Nobody owns this house. It costs 170000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (218, 0, 1, 0, 1221, 1, '€ description] It belongs to house 'Unnamed House #108'. Nobody owns this house. It costs 170000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (219, 0, 1, 0, 6467, 1, '€ description] It belongs to house 'Unnamed House #109'. Nobody owns this house. It costs 220000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (220, 0, 1, 0, 1212, 1, '€ description] It belongs to house 'Unnamed House #109'. Nobody owns this house. It costs 220000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (221, 0, 1, 0, 6468, 1, '€ description] It belongs to house 'Unnamed House #110'. Nobody owns this house. It costs 170000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (222, 0, 1, 0, 1212, 1, '€ description] It belongs to house 'Unnamed House #110'. Nobody owns this house. It costs 170000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (223, 0, 1, 0, 1212, 1, '€ description] It belongs to house 'Unnamed House #111'. Nobody owns this house. It costs 220000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (224, 0, 1, 0, 1209, 1, '€ description] It belongs to house 'Unnamed House #112'. Nobody owns this house. It costs 130000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (225, 0, 1, 0, 1221, 1, '€ description] It belongs to house 'Unnamed House #113'. Nobody owns this house. It costs 260000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (226, 0, 1, 0, 1221, 1, '€ description] It belongs to house 'Unnamed House #113'. Nobody owns this house. It costs 260000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (227, 0, 1, 0, 1212, 1, '€ description\ It belongs to house 'Unnamed House #115'. Nobody owns this house. It costs 20000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (228, 0, 1, 0, 1212, 1, '€ descriptionZ It belongs to house 'Nevada House 13'. Nobody owns this house. It costs 300000 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (229, 0, 1, 0, 7819, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (230, 0, 1, 0, 7820, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (231, 0, 1, 0, 1221, 1, '€ descriptionV It belongs to house 'Goblin House I'. Nobody owns this house. It costs 190 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (232, 0, 1, 0, 7819, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (233, 0, 1, 0, 7820, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (234, 0, 1, 0, 7819, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (235, 0, 1, 0, 7820, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (236, 0, 1, 0, 1221, 1, '€ descriptionX It belongs to house 'Goblin House III'. Nobody owns this house. It costs 940 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (237, 0, 1, 0, 1210, 1, '€ descriptionX It belongs to house 'Goblin House III'. Nobody owns this house. It costs 940 gold coins. doorid ');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (238, 0, 1, 0, 7819, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (239, 0, 1, 0, 7820, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (240, 0, 1, 0, 7815, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (241, 0, 1, 0, 7816, 1, '€ description Nobody is sleeping there.');
INSERT INTO tile_items (tile_id, world_id, sid, pid, itemtype, count, attributes) VALUES (242, 0, 1, 0, 1219, 1, '€ descriptionX It belongs to house 'Goblin House III'. Nobody owns this house. It costs 940 gold coins. doorid ');



INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 101, 1, 2498, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 102, 2, 2173, 1, '€  charges ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 103, 3, 2365, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 104, 4, 2463, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 105, 5, 7386, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 106, 7, 2488, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 107, 8, 2195, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 108, 9, 2205, 1, '€  decaying  durationl');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 109, 10, 2522, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 110, 103, 7748, 57, '€  charges9 ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 111, 103, 2195, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 112, 103, 7415, 1, '€  charges ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 113, 103, 2399, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 114, 103, 7858, 55, '€  charges7 ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 115, 103, 7767, 100, '€  chargesd ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 116, 103, 7753, 100, '€  chargesd ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 117, 103, 2394, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 118, 103, 2383, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 119, 103, 2168, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 120, 103, 2168, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 121, 103, 2168, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 122, 103, 2428, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 123, 103, 2182, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 124, 103, 2190, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 125, 103, 2120, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 126, 103, 2554, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (4, 127, 103, 2160, 10, '
');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 101, 1, 2491, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 102, 2, 2173, 1, '€  charges ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 103, 3, 11257, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 104, 4, 8872, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 105, 5, 2516, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 106, 6, 2399, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 107, 7, 7730, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 108, 8, 9932, 1, '€  decaying  duration Î1 ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 109, 103, 7838, 100, 'd');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 110, 103, 7839, 100, 'd');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 111, 103, 2152, 35, '#');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 112, 103, 5462, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 113, 103, 9776, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 114, 103, 8891, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 115, 103, 2268, 1, '€  charges ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 116, 103, 2160, 9, ' ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 117, 103, 2120, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (3, 118, 103, 2554, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 101, 1, 2457, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 102, 2, 2173, 1, '€  charges ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 103, 3, 1998, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 104, 4, 2463, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 105, 5, 7850, 99, 'c');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 106, 6, 2160, 66, 'B');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 107, 7, 2647, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 108, 8, 2195, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 109, 10, 2284, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 110, 103, 11257, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 111, 103, 11238, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 112, 103, 11237, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 113, 103, 11235, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 114, 103, 11115, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 115, 103, 10522, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 116, 115, 10521, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 117, 115, 10518, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 118, 115, 2453, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 119, 115, 6529, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 120, 115, 2365, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 121, 115, 5791, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 122, 115, 2361, 1, '');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 123, 115, 2354, 1, '€  decaying  duration€”ª');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 124, 117, 2268, 3, '€  charges ');
INSERT INTO player_items (player_id, sid, pid, itemtype, count, attributes) VALUES (2, 125, 117, 2268, 1, '€  charges ');






INSERT INTO bans (id, type, value, param, active, expires, added, admin_id, comment, reason, action, statement) VALUES (3, 1, 1615138749, 4294967295, '0', 1265834116, 1265747716, 2, 'noob fazeno anumcio', 3, 0, '');



INSERT INTO account_viplist (account_id, world_id, player_id) VALUES (17, 0, 2);
INSERT INTO account_viplist (account_id, world_id, player_id) VALUES (3, 0, 2);



INSERT INTO players (id, name, world_id, group_id, account_id, level, vocation, health, healthmax, experience, lookbody, lookfeet, lookhead, looklegs, looktype, lookaddons, maglevel, mana, manamax, manaspent, soul, town_id, posx, posy, posz, conditions, cap, sex, lastlogin, lastip, save, skull, skulltime, rank_id, guildnick, lastlogout, blessings, balance, stamina, direction, loss_experience, loss_mana, loss_skills, loss_containers, loss_items, premend, online, marriage, promotion, deleted, description, rep, marrystatus) VALUES (1, 'Account Manager', 0, 1, 1, 1, 0, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 157, 52, 7, '', 400, 0, 1271279454, 2956942267, '0', 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, '0', 0, 0, '0', '', 0, '0');
INSERT INTO players (id, name, world_id, group_id, account_id, level, vocation, health, healthmax, experience, lookbody, lookfeet, lookhead, looklegs, looktype, lookaddons, maglevel, mana, manamax, manaspent, soul, town_id, posx, posy, posz, conditions, cap, sex, lastlogin, lastip, save, skull, skulltime, rank_id, guildnick, lastlogout, blessings, balance, stamina, direction, loss_experience, loss_mana, loss_skills, loss_containers, loss_items, premend, online, marriage, promotion, deleted, description, rep, marrystatus) VALUES (2, 'GOD Thissy', 0, 6, 2, 17000, 1, 9778010, 9778010, 81854438149800, 77, 77, 79, 88, 302, 0, 1, 3259310, 3259310, 0, 100, 1, 157, 53, 6, '', 16296800, 1, 1271542629, 639851451, '1', 0, 0, 0, '', 1271542747, 31, 0, 151200000, 2, 50, 100, 100, 100, 100, 0, '0', 0, 1, '0', '', '-4978', '0');
INSERT INTO players (id, name, world_id, group_id, account_id, level, vocation, health, healthmax, experience, lookbody, lookfeet, lookhead, looklegs, looktype, lookaddons, maglevel, mana, manamax, manaspent, soul, town_id, posx, posy, posz, conditions, cap, sex, lastlogin, lastip, save, skull, skulltime, rank_id, guildnick, lastlogout, blessings, balance, stamina, direction, loss_experience, loss_mana, loss_skills, loss_containers, loss_items, premend, online, marriage, promotion, deleted, description, rep, marrystatus) VALUES (3, 'Demolidor', 0, 1, 2, 181, 3, 1073, 1915, 96269650, 68, 76, 78, 39, 128, 0, 19, 12, 2630, 329827, 100, 1, 158, 52, 7, ' @ ÿÿÿÿ@    ÀÔ þ', 3895, 1, 1271542585, 639851451, '1', 0, 0, 0, '', 1271542629, 0, 0, 151166000, 2, 50, 100, 100, 100, 100, 0, '0', 0, 0, '0', '', 0, '0');
INSERT INTO players (id, name, world_id, group_id, account_id, level, vocation, health, healthmax, experience, lookbody, lookfeet, lookhead, looklegs, looktype, lookaddons, maglevel, mana, manamax, manaspent, soul, town_id, posx, posy, posz, conditions, cap, sex, lastlogin, lastip, save, skull, skulltime, rank_id, guildnick, lastlogout, blessings, balance, stamina, direction, loss_experience, loss_mana, loss_skills, loss_containers, loss_items, premend, online, marriage, promotion, deleted, description, rep, marrystatus) VALUES (4, 'Name', 0, 1, 2, 181, 4, 2780, 2780, 96388914, 68, 76, 78, 39, 128, 0, 20, 900, 900, 0, 100, 1, 490, 39, 7, '', 4760, 1, 1271541540, 639851451, '1', 0, 0, 0, '', 1271541709, 0, 0, 151200000, 2, 100, 100, 100, 100, 100, 0, '0', 0, 0, '0', '', 0, '0');



É isso aew, n sei se você vai le tudu, pq é bastante. N repara a bagunça, xD...

#14 Kami-Kun

Kami-Kun

    Novato no fórum

  • Usuários
  • 16 posts
  • Sexo:Masculino
  • Localidade:Belo Horizonte

Posted 22/04/2010, 20:25

puts cara isso é de mu online? :o
Posted Image
Asinhas e Varinhas e com essas coroinhas !

Quer aprender tudo sobre php? http://www.php.net/ Bom estudo ! :]

#15 André Manoel

André Manoel

    Doutor

  • Usuários
  • 996 posts
  • Sexo:Masculino
  • Localidade:Brasilia

Posted 23/04/2010, 09:21

kkkkkkkkkkkkk!

Aii socorrooo!

Quando for enviar um arquivo grande... use o anexo! Funciona como um email qualquer Thissy!
E não ocupa esse espaço todo!

Bem ... você tem um problema aí ...!
O Xammp só vem com o banco de dados MySQL...

E o seu script foi criado pelo SQLLite... ele não irá rodar... você precisa criar ele do zero no MySQL!

E isso não será muito fácil...!
Iniciando na Ajuda On line...

Posted Image Meu post lhe ajudou? Reputar/votar é uma das formas de agradecer.




0 user(s) are reading this topic

0 membro(s), 0 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq