Ir para conteúdo
Banner com Efeitos

Fabio Leandro

Membro
  • Registro em

  • Última visita

Tudo que Fabio Leandro postou

  1. Olá gente, estou desde ontem sem dormir criando items, nome e atributos pra meu server. No meu server tem 2 pastas de items, uma chamada items.xml, e outra chamada items.xml.svn-base. Os items que estão na pasta xml são os editados porque meu mapa é baiak, e os items que estão em items.svn-base são os items que não são editados, os items do global normal. Por exemplo, eu pego o id da dwarven armor que está em items.svn-base, copio, coloco o mesmo id em items .xml e edito o item, e o nome, coloco arm diferente e talz. Tipo, a arm vai, eu coloquei arm 30, aparece lá arm 30 e aparece todos os atributos tipo assim (17:40 You see Vestes de Cain (Arm:40, club fighting +6, sword fighting +6, axe fighting +6, distance fighting +6, protection physical +10%, energy +10%, earth +10%, fire +10%, life drain +4%). ItemID: [5918].), aparece que tem todos os atributos no meu item, mas quando coloco ele no corpo, não aparece nenhuma skill subindo, era pra aumentar 6 de todas as skills mas não aumenta. Alguém pode me ajudar por favor? vou deixar aqui meu arquivo lua items.lua. Me ajudem por favor, falta DETALHES pra eu colocar meu server on com dedicado. Tenham uma boa tarde. items.xml.svn-base items.xml vou adicionar duas fotos pra vcs entenderem melhor o problema como podem ver não sobe nenhuma skill
  2. af mano cade a area donate --'
  3. vou deixar minha database aqui: banco de dados -- phpMyAdmin SQL Dump -- version 2.11.11 -- http://www.phpmyadmin.net -- -- Servidor: localhost -- Tempo de Geração: Fev 23, 2017 as 02:24 PM -- Versão do Servidor: 5.0.91 -- Versão do PHP: 5.2.14 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Banco de Dados: `imperia_baiak` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts` -- CREATE TABLE IF NOT EXISTS `accounts` ( `id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL default '', `password` varchar(255) NOT NULL, `salt` varchar(40) NOT NULL default '', `premdays` int(11) NOT NULL default '0', `lastday` int(10) unsigned NOT NULL default '0', `email` varchar(255) NOT NULL default '', `key` varchar(32) NOT NULL default '0', `blocked` tinyint(1) NOT NULL default '0' COMMENT 'internal usage', `warnings` int(11) NOT NULL default '0', `group_id` int(11) NOT NULL default '1', `page_lastday` int(11) NOT NULL, `email_new` varchar(255) NOT NULL, `email_new_time` int(15) NOT NULL, `created` int(11) NOT NULL default '0', `rlname` varchar(255) NOT NULL default '', `location` varchar(255) NOT NULL default '', `page_access` int(11) NOT NULL default '0', `email_code` varchar(255) NOT NULL default '0', `next_email` int(11) NOT NULL default '0', `premium_points` int(11) NOT NULL default '0', `vote` int(11) NOT NULL, `last_post` int(11) NOT NULL default '0', `flag` varchar(255) NOT NULL, `vip_time` int(11) NOT NULL default '0', `guild_points` int(11) NOT NULL default '0', `guild_points_stats` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4609986 ; -- -- Extraindo dados da tabela `accounts` -- INSERT INTO `accounts` (`id`, `name`, `password`, `salt`, `premdays`, `lastday`, `email`, `key`, `blocked`, `warnings`, `group_id`, `page_lastday`, `email_new`, `email_new_time`, `created`, `rlname`, `location`, `page_access`, `email_code`, `next_email`, `premium_points`, `vote`, `last_post`, `flag`, `vip_time`, `guild_points`, `guild_points_stats`) VALUES (1, '1', '356a192b7913b04c54574d18c28d46e6395428ab', '', 65535, 1487869742, '', '0', 0, 0, 1, 1487869060, '', 0, 1363541352, '', '', 2, '0', 0, 0, 0, 1363541383, '', 0, 0, 0), (4609985, '234657', 'b65808872e21ddde5e8b854e726ee1c9c9a092e1', '', 0, 1487870213, '[email protected]', '0', 0, 0, 1, 1487869873, '', 0, 1466795051, '', '', 999999, '0', 0, 9855, 0, 0, '', 0, 1000, 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `account_viplist` -- CREATE TABLE IF NOT EXISTS `account_viplist` ( `account_id` int(11) NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `player_id` int(11) NOT NULL, UNIQUE KEY `account_id_2` (`account_id`,`player_id`), KEY `account_id` (`account_id`), KEY `player_id` (`player_id`), KEY `world_id` (`world_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `account_viplist` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `announcements` -- CREATE TABLE IF NOT EXISTS `announcements` ( `id` int(10) NOT NULL auto_increment, `title` varchar(50) NOT NULL, `text` varchar(255) NOT NULL, `date` varchar(20) NOT NULL, `author` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; -- -- Extraindo dados da tabela `announcements` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `auction_system` -- CREATE TABLE IF NOT EXISTS `auction_system` ( `id` int(11) NOT NULL auto_increment, `player` int(11) default NULL, `item_id` int(11) default NULL, `item_name` varchar(255) default NULL, `count` int(11) default NULL, `cost` int(11) default NULL, `date` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Extraindo dados da tabela `auction_system` -- INSERT INTO `auction_system` (`id`, `player`, `item_id`, `item_name`, `count`, `cost`, `date`) VALUES (1, 7, 2465, 'brass armor', 1, 200, 1487869808); -- -------------------------------------------------------- -- -- Estrutura da tabela `bans` -- CREATE TABLE IF NOT EXISTS `bans` ( `id` int(10) unsigned NOT NULL auto_increment, `type` tinyint(1) NOT NULL COMMENT '1 - ip banishment, 2 - namelock, 3 - account banishment, 4 - notation, 5 - deletion', `value` int(10) unsigned NOT NULL COMMENT 'ip address (integer), player guid or account number', `param` int(10) unsigned NOT NULL default '4294967295' COMMENT 'used only for ip banishment mask (integer)', `active` tinyint(1) NOT NULL default '1', `expires` int(11) NOT NULL, `added` int(10) unsigned NOT NULL, `admin_id` int(10) unsigned NOT NULL default '0', `comment` text NOT NULL, `reason` int(10) unsigned NOT NULL default '0', `action` int(10) unsigned NOT NULL default '0', `statement` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `type` (`type`,`value`), KEY `active` (`active`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `bans` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `environment_killers` -- CREATE TABLE IF NOT EXISTS `environment_killers` ( `kill_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, KEY `kill_id` (`kill_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `environment_killers` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `global_storage` -- CREATE TABLE IF NOT EXISTS `global_storage` ( `key` varchar(32) NOT NULL default '0', `world_id` tinyint(2) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '0', UNIQUE KEY `key` (`key`,`world_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `global_storage` -- INSERT INTO `global_storage` (`key`, `world_id`, `value`) VALUES ('140120', 0, '0'), ('140121', 0, '0'), ('172354', 0, '0'), ('172355', 0, '0'), ('180400', 0, '0'), ('3751616099', 0, 'Pokoloko'), ('5687', 0, '8'), ('7801', 0, '1'), ('7802', 0, '1'); -- -------------------------------------------------------- -- -- Estrutura da tabela `guilds` -- CREATE TABLE IF NOT EXISTS `guilds` ( `id` int(11) NOT NULL auto_increment, `world_id` tinyint(2) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL, `ownerid` int(11) NOT NULL, `creationdata` int(11) NOT NULL, `checkdata` int(11) NOT NULL, `motd` varchar(255) NOT NULL, `balance` bigint(20) unsigned NOT NULL, `description` text NOT NULL, `logo_gfx_name` varchar(255) NOT NULL default '', `last_execute_points` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`,`world_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `guilds` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `guild_invites` -- CREATE TABLE IF NOT EXISTS `guild_invites` ( `player_id` int(11) NOT NULL default '0', `guild_id` int(11) NOT NULL default '0', UNIQUE KEY `player_id` (`player_id`,`guild_id`), KEY `guild_id` (`guild_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `guild_invites` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `guild_kills` -- CREATE TABLE IF NOT EXISTS `guild_kills` ( `id` int(11) NOT NULL auto_increment, `guild_id` int(11) NOT NULL, `war_id` int(11) NOT NULL, `death_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `guild_kills_ibfk_1` (`war_id`), KEY `guild_kills_ibfk_2` (`death_id`), KEY `guild_kills_ibfk_3` (`guild_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `guild_kills` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `guild_ranks` -- CREATE TABLE IF NOT EXISTS `guild_ranks` ( `id` int(11) NOT NULL auto_increment, `guild_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `level` int(11) NOT NULL COMMENT '1 - leader, 2 - vice leader, 3 - member', PRIMARY KEY (`id`), KEY `guild_id` (`guild_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `guild_ranks` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `guild_wars` -- CREATE TABLE IF NOT EXISTS `guild_wars` ( `id` int(11) NOT NULL auto_increment, `guild_id` int(11) NOT NULL, `enemy_id` int(11) NOT NULL, `begin` bigint(20) NOT NULL default '0', `end` bigint(20) NOT NULL default '0', `frags` int(10) unsigned NOT NULL default '0', `payment` bigint(20) unsigned NOT NULL default '0', `guild_kills` int(10) unsigned NOT NULL default '0', `enemy_kills` int(10) unsigned NOT NULL default '0', `status` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`), KEY `guild_id` (`guild_id`), KEY `enemy_id` (`enemy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `guild_wars` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `houses` -- CREATE TABLE IF NOT EXISTS `houses` ( `id` int(10) unsigned NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `owner` int(11) NOT NULL, `paid` int(10) unsigned NOT NULL default '0', `warnings` int(11) NOT NULL default '0', `lastwarning` int(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL, `town` int(10) unsigned NOT NULL default '0', `size` int(10) unsigned NOT NULL default '0', `price` int(10) unsigned NOT NULL default '0', `rent` int(10) unsigned NOT NULL default '0', `doors` int(10) unsigned NOT NULL default '0', `beds` int(10) unsigned NOT NULL default '0', `tiles` int(10) unsigned NOT NULL default '0', `guild` tinyint(1) unsigned NOT NULL default '0', `clear` tinyint(1) unsigned NOT NULL default '0', UNIQUE KEY `id` (`id`,`world_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `houses` -- INSERT INTO `houses` (`id`, `world_id`, `owner`, `paid`, `warnings`, `lastwarning`, `name`, `town`, `size`, `price`, `rent`, `doors`, `beds`, `tiles`, `guild`, `clear`) VALUES (2261, 0, 0, 0, 0, 0, 'Unnamed House #2261', 1, 41, 59400, 0, 1, 2, 54, 0, 0), (2262, 0, 0, 0, 0, 0, 'Unnamed House #2262', 1, 12, 16500, 0, 1, 0, 15, 0, 0), (2263, 0, 0, 0, 0, 0, 'Unnamed House #2263', 1, 15, 17600, 0, 1, 0, 16, 0, 0), (2264, 0, 0, 0, 0, 0, 'Unnamed House #2264', 1, 28, 37400, 0, 2, 0, 34, 0, 0), (2266, 0, 0, 0, 0, 0, 'Unnamed House #2266', 1, 19, 25300, 0, 2, 2, 23, 0, 0), (2267, 0, 0, 0, 0, 0, 'Unnamed House #2267', 1, 60, 84700, 0, 0, 4, 77, 0, 0), (2268, 0, 0, 0, 0, 0, 'Unnamed House #2268', 1, 91, 150700, 0, 1, 8, 137, 0, 0), (2269, 0, 0, 0, 0, 0, 'Unnamed House #2269', 1, 14, 22000, 0, 1, 2, 20, 0, 0), (2270, 0, 0, 0, 0, 0, 'Unnamed House #2270', 1, 22, 33000, 0, 1, 2, 30, 0, 0), (2271, 0, 0, 0, 0, 0, 'Unnamed House #2271', 1, 14, 26400, 0, 1, 2, 24, 0, 0), (2272, 0, 0, 0, 0, 0, 'Unnamed House #2272', 1, 24, 42900, 0, 1, 4, 39, 0, 0), (2273, 0, 0, 0, 0, 0, 'Unnamed House #2273', 1, 26, 58300, 0, 2, 2, 53, 0, 0), (2275, 0, 0, 0, 0, 0, 'Unnamed House #2275', 1, 9, 23100, 0, 1, 1, 21, 0, 0), (2276, 0, 0, 0, 0, 0, 'Unnamed House #2276', 1, 12, 16500, 0, 1, 0, 15, 0, 0), (2277, 0, 0, 0, 0, 0, 'Unnamed House #2277', 1, 28, 50600, 0, 1, 0, 46, 0, 0), (2278, 0, 0, 0, 0, 0, 'Unnamed House #2278', 1, 26, 46200, 0, 1, 2, 42, 0, 0), (2279, 0, 0, 0, 0, 0, 'Unnamed House #2279', 1, 20, 36300, 0, 1, 0, 33, 0, 0), (2280, 0, 0, 0, 0, 0, 'Unnamed House #2280', 1, 17, 24200, 0, 1, 2, 22, 0, 0), (2281, 0, 0, 0, 0, 0, 'Unnamed House #2281', 1, 12, 17600, 0, 1, 0, 16, 0, 0), (2282, 0, 0, 0, 0, 0, 'Unnamed House #2282', 1, 19, 41800, 0, 1, 2, 38, 0, 0), (2283, 0, 0, 0, 0, 0, 'Unnamed House #2283', 1, 23, 49500, 0, 1, 2, 45, 0, 0), (2284, 0, 0, 0, 0, 0, 'Unnamed House #2284', 1, 19, 29700, 0, 1, 0, 27, 0, 0), (2285, 0, 0, 0, 0, 0, 'Unnamed House #2285', 1, 19, 29700, 0, 1, 0, 27, 0, 0), (2286, 0, 0, 0, 0, 0, '', 0, 0, 1100, 0, 0, 0, 1, 0, 0), (2287, 0, 0, 0, 0, 0, 'Unnamed House #2287', 1, 37, 56100, 0, 1, 0, 51, 0, 0), (2288, 0, 0, 0, 0, 0, 'Unnamed House #2288', 1, 12, 22000, 0, 0, 0, 20, 0, 0), (2289, 0, 0, 0, 0, 0, 'Unnamed House #2289', 1, 23, 40700, 0, 1, 2, 37, 0, 0), (2290, 0, 0, 0, 0, 0, 'Unnamed House #2290', 1, 20, 30800, 0, 1, 0, 28, 0, 0), (2291, 0, 0, 0, 0, 0, 'Unnamed House #2291', 1, 25, 33000, 0, 1, 0, 30, 0, 0), (2292, 0, 0, 0, 0, 0, 'Unnamed House #2292', 1, 29, 46200, 0, 1, 2, 42, 0, 0), (2293, 0, 0, 0, 0, 0, 'Unnamed House #2293', 1, 66, 91300, 0, 1, 0, 83, 0, 0), (2294, 0, 0, 0, 0, 0, 'Unnamed House #2294', 1, 16, 33000, 0, 2, 2, 30, 0, 0), (2295, 0, 0, 0, 0, 0, 'Unnamed House #2295', 1, 16, 26400, 0, 2, 2, 24, 0, 0), (2296, 0, 0, 0, 0, 0, 'Unnamed House #2296', 1, 31, 64900, 0, 3, 2, 59, 0, 0), (2297, 0, 0, 0, 0, 0, 'Unnamed House #2297', 1, 24, 41800, 0, 2, 4, 38, 0, 0), (2298, 0, 0, 0, 0, 0, 'Unnamed House #2298', 1, 25, 35200, 0, 0, 0, 32, 0, 0), (2299, 0, 0, 0, 0, 0, 'Unnamed House #2299', 1, 22, 45100, 0, 1, 2, 41, 0, 0), (2300, 0, 0, 0, 0, 0, 'Unnamed House #2300', 1, 17, 31900, 0, 1, 2, 29, 0, 0), (2301, 0, 0, 0, 0, 0, 'Unnamed House #2301', 1, 10, 16500, 0, 1, 0, 15, 0, 0), (2302, 0, 0, 0, 0, 0, 'Unnamed House #2302', 1, 21, 45100, 0, 1, 2, 41, 0, 0), (2306, 0, 0, 0, 0, 0, 'Unnamed House #2306', 1, 16, 29700, 0, 1, 0, 27, 0, 0), (2307, 0, 0, 0, 0, 0, 'Unnamed House #2307', 1, 15, 22000, 0, 1, 0, 20, 0, 0), (2308, 0, 0, 0, 0, 0, 'Unnamed House #2308', 1, 8, 16500, 0, 1, 0, 15, 0, 0), (2309, 0, 0, 0, 0, 0, 'Unnamed House #2309', 1, 38, 68200, 0, 2, 4, 62, 0, 0), (2310, 0, 0, 0, 0, 0, 'Unnamed House #2310', 1, 24, 36300, 0, 1, 0, 33, 0, 0), (2311, 0, 0, 0, 0, 0, 'Unnamed House #2311', 1, 25, 36300, 0, 1, 2, 33, 0, 0), (2312, 0, 0, 0, 0, 0, 'Unnamed House #2312', 1, 31, 40700, 0, 1, 2, 37, 0, 0), (2313, 0, 0, 0, 0, 0, 'Unnamed House #2313', 1, 6, 13200, 0, 1, 2, 12, 0, 0), (2314, 0, 0, 0, 0, 0, 'Unnamed House #2314', 1, 44, 91300, 0, 2, 4, 83, 0, 0), (2315, 0, 0, 0, 0, 0, 'Unnamed House #2315', 1, 21, 39600, 0, 2, 0, 36, 0, 0), (2316, 0, 0, 0, 0, 0, 'Unnamed House #2316', 1, 6, 16500, 0, 1, 2, 15, 0, 0), (2317, 0, 0, 0, 0, 0, 'Unnamed House #2317', 1, 25, 41800, 0, 1, 0, 38, 0, 0), (2318, 0, 0, 0, 0, 0, 'Unnamed House #2318', 1, 20, 34100, 0, 1, 0, 31, 0, 0), (2319, 0, 0, 0, 0, 0, 'Unnamed House #2319', 1, 56, 84700, 0, 2, 0, 77, 0, 0), (2320, 0, 0, 0, 0, 0, 'Unnamed House #2320', 1, 31, 58300, 0, 2, 0, 53, 0, 0), (2321, 0, 0, 0, 0, 0, 'Unnamed House #2321', 1, 30, 39600, 0, 1, 0, 36, 0, 0), (2322, 0, 0, 0, 0, 0, 'Unnamed House #2322', 1, 19, 25300, 0, 1, 0, 23, 0, 0), (2323, 0, 0, 0, 0, 0, 'Unnamed House #2323', 1, 41, 66000, 0, 3, 0, 60, 0, 0), (2324, 0, 0, 0, 0, 0, 'Unnamed House #2324', 1, 41, 72600, 0, 3, 0, 66, 0, 0), (2325, 0, 0, 0, 0, 0, 'Unnamed House #2325', 1, 54, 90200, 0, 2, 0, 82, 0, 0), (2326, 0, 0, 0, 0, 0, 'Unnamed House #2326', 1, 13, 33000, 0, 1, 2, 30, 0, 0), (2327, 0, 0, 0, 0, 0, 'Unnamed House #2327', 1, 10, 17600, 0, 1, 2, 16, 0, 0), (2328, 0, 0, 0, 0, 0, 'Unnamed House #2328', 1, 18, 27500, 0, 1, 2, 25, 0, 0), (2329, 0, 0, 0, 0, 0, 'Unnamed House #2329', 1, 56, 99000, 0, 2, 2, 90, 0, 0), (2330, 0, 0, 0, 0, 0, 'Unnamed House #2330', 1, 15, 23100, 0, 1, 0, 21, 0, 0), (2331, 0, 0, 0, 0, 0, 'Unnamed House #2331', 1, 10, 25300, 0, 1, 2, 23, 0, 0), (2332, 0, 0, 0, 0, 0, 'Unnamed House #2332', 1, 16, 23100, 0, 1, 2, 21, 0, 0), (2333, 0, 0, 0, 0, 0, 'Unnamed House #2333', 1, 36, 63800, 0, 1, 2, 58, 0, 0), (2334, 0, 0, 0, 0, 0, 'Unnamed House #2334', 1, 18, 27500, 0, 1, 2, 25, 0, 0), (2335, 0, 0, 0, 0, 0, 'Unnamed House #2335', 1, 18, 35200, 0, 1, 2, 32, 0, 0), (2336, 0, 0, 0, 0, 0, 'Unnamed House #2336', 1, 16, 27500, 0, 1, 0, 25, 0, 0), (2337, 0, 0, 0, 0, 0, 'Unnamed House #2337', 1, 12, 23100, 0, 1, 0, 21, 0, 0), (2338, 0, 0, 0, 0, 0, 'Unnamed House #2338', 1, 18, 30800, 0, 1, 2, 28, 0, 0), (2339, 0, 0, 0, 0, 0, 'Unnamed House #2339', 1, 10, 16500, 0, 1, 2, 15, 0, 0), (2340, 0, 0, 0, 0, 0, 'Unnamed House #2340', 1, 6, 19800, 0, 1, 0, 18, 0, 0), (2341, 0, 0, 0, 0, 0, 'Unnamed House #2341', 1, 103, 132000, 0, 1, 0, 120, 0, 0), (2342, 0, 0, 0, 0, 0, 'Unnamed House #2342', 1, 4, 13200, 0, 1, 2, 12, 0, 0), (2343, 0, 0, 0, 0, 0, 'Unnamed House #2343', 1, 20, 40700, 0, 1, 0, 37, 0, 0), (2344, 0, 0, 0, 0, 0, 'Unnamed House #2344', 1, 30, 67100, 0, 3, 6, 61, 0, 0), (2345, 0, 0, 0, 0, 0, 'Unnamed House #2345', 1, 20, 29700, 0, 1, 4, 27, 0, 0), (2346, 0, 0, 0, 0, 0, 'Unnamed House #2346', 1, 13, 26400, 0, 1, 4, 24, 0, 0), (2347, 0, 0, 0, 0, 0, 'Unnamed House #2347', 1, 10, 19800, 0, 1, 2, 18, 0, 0), (2348, 0, 0, 0, 0, 0, 'Unnamed House #2348', 1, 10, 26400, 0, 1, 2, 24, 0, 0), (2349, 0, 0, 0, 0, 0, 'Unnamed House #2349', 1, 15, 31900, 0, 2, 2, 29, 0, 0), (2350, 0, 0, 0, 0, 0, 'Unnamed House #2350', 1, 8, 19800, 0, 1, 2, 18, 0, 0), (2351, 0, 0, 0, 0, 0, 'Unnamed House #2351', 1, 15, 27500, 0, 1, 2, 25, 0, 0), (2352, 0, 0, 0, 0, 0, 'Unnamed House #2352', 1, 33, 66000, 0, 2, 2, 60, 0, 0), (2353, 0, 0, 0, 0, 0, 'Unnamed House #2353', 1, 17, 31900, 0, 1, 2, 29, 0, 0), (2354, 0, 0, 0, 0, 0, 'Unnamed House #2354', 1, 16, 28600, 0, 1, 2, 26, 0, 0), (2355, 0, 0, 0, 0, 0, 'Unnamed House #2355', 1, 14, 23100, 0, 1, 2, 21, 0, 0), (2358, 0, 0, 0, 0, 0, 'Unnamed House #2358', 1, 18, 29700, 0, 1, 2, 27, 0, 0), (2359, 0, 0, 0, 0, 0, 'Unnamed House #2359', 1, 18, 38500, 0, 1, 2, 35, 0, 0), (2360, 0, 0, 0, 0, 0, 'Unnamed House #2360', 1, 9, 16500, 0, 1, 0, 15, 0, 0), (2361, 0, 0, 0, 0, 0, 'Unnamed House #2361', 1, 20, 35200, 0, 1, 0, 32, 0, 0), (2362, 0, 0, 0, 0, 0, 'Unnamed House #2362', 1, 12, 19800, 0, 1, 0, 18, 0, 0), (2363, 0, 0, 0, 0, 0, 'Unnamed House #2363', 1, 18, 25300, 0, 1, 2, 23, 0, 0), (2364, 0, 0, 0, 0, 0, 'Unnamed House #2364', 1, 13, 30800, 0, 2, 2, 28, 0, 0), (2365, 0, 0, 0, 0, 0, 'Unnamed House #2365', 1, 7, 19800, 0, 1, 0, 18, 0, 0), (2366, 0, 0, 0, 0, 0, 'Unnamed House #2366', 1, 6, 9900, 0, 1, 0, 9, 0, 0), (2367, 0, 0, 0, 0, 0, 'Unnamed House #2367', 1, 22, 38500, 0, 2, 2, 35, 0, 0), (2368, 0, 0, 0, 0, 0, 'Unnamed House #2368', 1, 19, 29700, 0, 1, 2, 27, 0, 0), (2369, 0, 0, 0, 0, 0, 'Unnamed House #2369', 1, 10, 17600, 0, 2, 2, 16, 0, 0), (2370, 0, 0, 0, 0, 0, 'Unnamed House #2370', 1, 14, 26400, 0, 1, 2, 24, 0, 0), (2371, 0, 0, 0, 0, 0, 'Unnamed House #2371', 1, 14, 22000, 0, 1, 2, 20, 0, 0), (2372, 0, 0, 0, 0, 0, 'Unnamed House #2372', 1, 30, 38500, 0, 1, 2, 35, 0, 0), (2373, 0, 0, 0, 0, 0, 'Unnamed House #2373', 1, 30, 47300, 0, 1, 2, 43, 0, 0), (2374, 0, 0, 0, 0, 0, 'Unnamed House #2374', 1, 23, 39600, 0, 1, 2, 36, 0, 0), (2375, 0, 0, 0, 0, 0, 'Unnamed House #2375', 1, 23, 42900, 0, 1, 2, 39, 0, 0), (2376, 0, 0, 0, 0, 0, 'Unnamed House #2376', 1, 30, 44000, 0, 1, 2, 40, 0, 0), (2377, 0, 0, 0, 0, 0, 'Unnamed House #2377', 1, 30, 42900, 0, 1, 2, 39, 0, 0), (2378, 0, 0, 0, 0, 0, 'Unnamed House #2378', 1, 30, 47300, 0, 1, 2, 43, 0, 0), (2379, 0, 0, 0, 0, 0, 'Unnamed House #2379', 1, 16, 26400, 0, 1, 2, 24, 0, 0), (2380, 0, 0, 0, 0, 0, 'Unnamed House #2380', 1, 18, 30800, 0, 1, 0, 28, 0, 0), (2381, 0, 0, 0, 0, 0, 'Unnamed House #2381', 1, 18, 29700, 0, 2, 0, 27, 0, 0), (2382, 0, 0, 0, 0, 0, 'Unnamed House #2382', 1, 14, 22000, 0, 1, 2, 20, 0, 0), (2383, 0, 0, 0, 0, 0, 'Unnamed House #2383', 1, 28, 44000, 0, 2, 4, 40, 0, 0), (2384, 0, 0, 0, 0, 0, 'Unnamed House #2384', 1, 28, 44000, 0, 2, 4, 40, 0, 0), (2385, 0, 0, 0, 0, 0, 'Unnamed House #2385', 1, 14, 30800, 0, 1, 2, 28, 0, 0), (2386, 0, 0, 0, 0, 0, 'Unnamed House #2386', 1, 13, 22000, 0, 2, 2, 20, 0, 0), (2387, 0, 0, 0, 0, 0, 'Unnamed House #2387', 1, 30, 45100, 0, 1, 2, 41, 0, 0), (2388, 0, 0, 0, 0, 0, 'Unnamed House #2388', 1, 28, 38500, 0, 2, 2, 35, 0, 0), (2389, 0, 0, 0, 0, 0, 'Unnamed House #2389', 1, 28, 38500, 0, 2, 2, 35, 0, 0), (2391, 0, 0, 0, 0, 0, 'Unnamed House #2391', 1, 28, 48400, 0, 2, 2, 44, 0, 0), (2392, 0, 0, 0, 0, 0, 'Unnamed House #2392', 1, 6, 19800, 0, 1, 2, 18, 0, 0), (2393, 0, 0, 0, 0, 0, 'Unnamed House #2393', 1, 18, 27500, 0, 1, 2, 25, 0, 0), (2394, 0, 0, 0, 0, 0, 'Unnamed House #2394', 1, 18, 25300, 0, 1, 2, 23, 0, 0), (2395, 0, 0, 0, 0, 0, 'Unnamed House #2395', 1, 28, 38500, 0, 1, 2, 35, 0, 0), (2396, 0, 0, 0, 0, 0, 'Unnamed House #2396', 1, 13, 22000, 0, 2, 2, 20, 0, 0), (2397, 0, 0, 0, 0, 0, 'Unnamed House #2397', 1, 8, 13200, 0, 2, 0, 12, 0, 0), (2398, 0, 0, 0, 0, 0, 'Unnamed House #2398', 1, 28, 42900, 0, 1, 4, 39, 0, 0), (2399, 0, 0, 0, 0, 0, 'Unnamed House #2399', 1, 28, 44000, 0, 1, 4, 40, 0, 0), (2400, 0, 0, 0, 0, 0, 'Unnamed House #2400', 1, 36, 58300, 0, 2, 2, 53, 0, 0), (2401, 0, 0, 0, 0, 0, 'Unnamed House #2401', 1, 36, 53900, 0, 2, 2, 49, 0, 0), (2402, 0, 0, 0, 0, 0, 'Unnamed House #2402', 1, 18, 26400, 0, 2, 2, 24, 0, 0), (2403, 0, 0, 0, 0, 0, 'Unnamed House #2403', 1, 13, 19800, 0, 1, 2, 18, 0, 0), (2404, 0, 0, 0, 0, 0, 'Unnamed House #2404', 1, 18, 41800, 0, 2, 4, 38, 0, 0), (2405, 0, 0, 0, 0, 0, 'Unnamed House #2405', 1, 29, 52800, 0, 1, 2, 48, 0, 0), (2413, 0, 0, 0, 0, 0, 'Unnamed House #2413', 1, 24, 31900, 0, 1, 0, 29, 0, 0), (2420, 0, 0, 0, 0, 0, 'DEMONIAC HOUSE', 1, 45, 66000, 0, 1, 0, 60, 0, 0), (2424, 0, 0, 0, 0, 0, 'Unnamed House #2424', 1, 93, 129800, 0, 1, 4, 118, 0, 0), (2425, 0, 0, 0, 0, 0, 'Unnamed House #2425', 1, 33, 50600, 0, 1, 0, 46, 0, 0), (2429, 0, 0, 0, 0, 0, 'Unnamed House #2429', 1, 36, 52800, 0, 1, 2, 48, 0, 0), (2431, 0, 0, 0, 0, 0, 'Unnamed House #2431', 1, 25, 38500, 0, 1, 0, 35, 0, 0), (2432, 0, 0, 0, 0, 0, 'Unnamed House #2432', 1, 16, 25300, 0, 1, 0, 23, 0, 0), (2433, 0, 0, 0, 0, 0, 'Unnamed House #2433', 1, 210, 278300, 0, 1, 0, 253, 1, 0), (2435, 0, 0, 0, 0, 0, 'GUILD HOUSE 2', 1, 254, 353100, 0, 1, 0, 321, 1, 0), (2444, 0, 0, 0, 0, 0, 'Unnamed House #2444', 1, 18, 23100, 0, 1, 0, 21, 0, 0), (2445, 0, 0, 0, 0, 0, 'Unnamed House #2445', 1, 18, 22000, 0, 1, 0, 20, 0, 0), (2446, 0, 0, 0, 0, 0, 'Unnamed House #2446', 1, 28, 34100, 0, 1, 0, 31, 0, 0), (2447, 0, 0, 0, 0, 0, 'Unnamed House #2447', 1, 30, 40700, 0, 1, 0, 37, 0, 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `house_auctions` -- CREATE TABLE IF NOT EXISTS `house_auctions` ( `house_id` int(10) unsigned NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `player_id` int(11) NOT NULL, `bid` int(10) unsigned NOT NULL default '0', `limit` int(10) unsigned NOT NULL default '0', `endtime` bigint(20) unsigned NOT NULL default '0', UNIQUE KEY `house_id` (`house_id`,`world_id`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `house_auctions` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `house_data` -- CREATE TABLE IF NOT EXISTS `house_data` ( `house_id` int(10) unsigned NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `data` longblob NOT NULL, UNIQUE KEY `house_id` (`house_id`,`world_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `house_data` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `house_lists` -- CREATE TABLE IF NOT EXISTS `house_lists` ( `house_id` int(10) unsigned NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `listid` int(11) NOT NULL, `list` text NOT NULL, UNIQUE KEY `house_id` (`house_id`,`world_id`,`listid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `house_lists` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `killers` -- CREATE TABLE IF NOT EXISTS `killers` ( `id` int(11) NOT NULL auto_increment, `death_id` int(11) NOT NULL, `final_hit` tinyint(1) unsigned NOT NULL default '0', `unjustified` tinyint(1) unsigned NOT NULL default '0', `war` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `death_id` (`death_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `killers` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `lottery` -- CREATE TABLE IF NOT EXISTS `lottery` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `item` varchar(255) NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `item_name` varchar(255) NOT NULL, `date` varchar(256) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Extraindo dados da tabela `lottery` -- INSERT INTO `lottery` (`id`, `name`, `item`, `world_id`, `item_name`, `date`) VALUES (1, 'Nobody', 'nothing', 0, '', ''), (2, 'Nobody', 'nothing', 0, '', ''); -- -------------------------------------------------------- -- -- Estrutura da tabela `lotterydonate` -- CREATE TABLE IF NOT EXISTS `lotterydonate` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `item` varchar(255) NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Extraindo dados da tabela `lotterydonate` -- INSERT INTO `lotterydonate` (`id`, `name`, `item`, `world_id`) VALUES (1, 'Nobody', 'nothing', 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `market_history` -- CREATE TABLE IF NOT EXISTS `market_history` ( `id` int(10) unsigned NOT NULL auto_increment, `player_id` int(11) NOT NULL, `sale` tinyint(1) NOT NULL default '0', `itemtype` int(10) unsigned NOT NULL, `amount` smallint(5) unsigned NOT NULL, `price` int(10) unsigned NOT NULL default '0', `expires_at` bigint(20) unsigned NOT NULL, `inserted` bigint(20) unsigned NOT NULL, `state` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `player_id` (`player_id`,`sale`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `market_history` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `market_offers` -- CREATE TABLE IF NOT EXISTS `market_offers` ( `id` int(10) unsigned NOT NULL auto_increment, `player_id` int(11) NOT NULL, `sale` tinyint(1) NOT NULL default '0', `itemtype` int(10) unsigned NOT NULL, `amount` smallint(5) unsigned NOT NULL, `created` bigint(20) unsigned NOT NULL, `anonymous` tinyint(1) NOT NULL default '0', `price` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `sale` (`sale`,`itemtype`), KEY `created` (`created`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `market_offers` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `pagsegurotransacoes` -- CREATE TABLE IF NOT EXISTS `pagsegurotransacoes` ( `TransacaoID` varchar(36) NOT NULL, `VendedorEmail` varchar(200) NOT NULL, `Referencia` varchar(200) default NULL, `TipoFrete` char(2) default NULL, `ValorFrete` decimal(10,2) default NULL, `Extras` decimal(10,2) default NULL, `Anotacao` text, `TipoPagamento` varchar(50) NOT NULL, `StatusTransacao` varchar(50) NOT NULL, `CliNome` varchar(200) NOT NULL, `CliEmail` varchar(200) NOT NULL, `CliEndereco` varchar(200) NOT NULL, `CliNumero` varchar(10) default NULL, `CliComplemento` varchar(100) default NULL, `CliBairro` varchar(100) NOT NULL, `CliCidade` varchar(100) NOT NULL, `CliEstado` char(2) NOT NULL, `CliCEP` varchar(9) NOT NULL, `CliTelefone` varchar(14) default NULL, `NumItens` int(11) NOT NULL, `Data` datetime NOT NULL, `ProdQuantidade_x` int(5) NOT NULL, `status` tinyint(1) unsigned NOT NULL default '0', UNIQUE KEY `TransacaoID` (`TransacaoID`,`StatusTransacao`), KEY `Referencia` (`Referencia`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `pagsegurotransacoes` -- INSERT INTO `pagsegurotransacoes` (`TransacaoID`, `VendedorEmail`, `Referencia`, `TipoFrete`, `ValorFrete`, `Extras`, `Anotacao`, `TipoPagamento`, `StatusTransacao`, `CliNome`, `CliEmail`, `CliEndereco`, `CliNumero`, `CliComplemento`, `CliBairro`, `CliCidade`, `CliEstado`, `CliCEP`, `CliTelefone`, `NumItens`, `Data`, `ProdQuantidade_x`, `status`) VALUES ('60786EB61E9A4CD499B3387E0AEC602D', '[email protected]', '451994', NULL, NULL, NULL, NULL, 'Boleto', 'Aprovado', '', '', '', NULL, NULL, '', '', '', '', NULL, 10, '2013-03-17 00:00:00', 0, 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `players` -- CREATE TABLE IF NOT EXISTS `players` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `group_id` int(11) NOT NULL default '1', `account_id` int(11) NOT NULL default '0', `level` int(11) NOT NULL default '1', `vocation` int(11) NOT NULL default '0', `health` int(11) NOT NULL default '150', `healthmax` int(11) NOT NULL default '150', `experience` bigint(20) NOT NULL default '0', `lookbody` int(11) NOT NULL default '0', `lookfeet` int(11) NOT NULL default '0', `lookhead` int(11) NOT NULL default '0', `looklegs` int(11) NOT NULL default '0', `looktype` int(11) NOT NULL default '136', `lookaddons` int(11) NOT NULL default '0', `lookmount` int(11) NOT NULL default '0', `maglevel` int(11) NOT NULL default '0', `mana` int(11) NOT NULL default '0', `manamax` int(11) NOT NULL default '0', `manaspent` int(11) NOT NULL default '0', `soul` int(10) unsigned NOT NULL default '0', `town_id` int(11) NOT NULL default '0', `posx` int(11) NOT NULL default '0', `posy` int(11) NOT NULL default '0', `posz` int(11) NOT NULL default '0', `conditions` blob NOT NULL, `cap` int(11) NOT NULL default '0', `sex` int(11) NOT NULL default '0', `lastlogin` bigint(20) unsigned NOT NULL default '0', `lastip` int(10) unsigned NOT NULL default '0', `save` tinyint(1) NOT NULL default '1', `skull` tinyint(1) unsigned NOT NULL default '0', `skulltime` int(11) NOT NULL default '0', `rank_id` int(11) NOT NULL default '0', `guildnick` varchar(255) NOT NULL default '', `lastlogout` bigint(20) unsigned NOT NULL default '0', `blessings` tinyint(2) NOT NULL default '0', `pvp_blessing` tinyint(1) NOT NULL default '0', `balance` bigint(20) NOT NULL default '0', `stamina` bigint(20) NOT NULL default '151200000' COMMENT 'stored in miliseconds', `direction` int(11) NOT NULL default '2', `loss_experience` int(11) NOT NULL default '100', `loss_mana` int(11) NOT NULL default '100', `loss_skills` int(11) NOT NULL default '100', `loss_containers` int(11) NOT NULL default '100', `loss_items` int(11) NOT NULL default '100', `premend` int(11) NOT NULL default '0' COMMENT 'NOT IN USE BY THE SERVER', `online` tinyint(1) NOT NULL default '0', `marriage` int(10) unsigned NOT NULL default '0', `promotion` int(11) NOT NULL default '0', `deleted` int(11) NOT NULL default '0', `description` varchar(255) NOT NULL default '', `created` int(11) NOT NULL default '0', `nick_verify` int(11) NOT NULL default '0', `old_name` varchar(255) NOT NULL default '', `hide_char` int(11) NOT NULL default '0', `worldtransfer` int(11) NOT NULL default '0', `comment` text NOT NULL, `show_outfit` varchar(4) NOT NULL default '1', `show_eq` varchar(4) NOT NULL default '1', `show_bars` tinyint(4) NOT NULL default '1', `show_skills` tinyint(4) NOT NULL default '1', `show_quests` tinyint(4) NOT NULL default '1', `stars` int(10) NOT NULL default '0', `viewers` int(11) NOT NULL default '0', `broadcasting` int(11) NOT NULL default '0', `sbw_points` int(11) default NULL, `auction_balance` int(11) NOT NULL default '0', `castViewers` int(11) NOT NULL default '0', `cast` int(11) NOT NULL default '0', `castDescription` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`,`deleted`), KEY `account_id` (`account_id`), KEY `group_id` (`group_id`), KEY `online` (`online`), KEY `deleted` (`deleted`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; -- -- Extraindo dados da tabela `players` -- INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `lookmount`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `pvp_blessing`, `balance`, `stamina`, `direction`, `loss_experience`, `loss_mana`, `loss_skills`, `loss_containers`, `loss_items`, `premend`, `online`, `marriage`, `promotion`, `deleted`, `description`, `created`, `nick_verify`, `old_name`, `hide_char`, `worldtransfer`, `comment`, `show_outfit`, `show_eq`, `show_bars`, `show_skills`, `show_quests`, `stars`, `viewers`, `castViewers`, `cast`, `castDescription`, `broadcasting`) VALUES (1, 'Account Manager', 0, 1, 1, 8, 0, 185, 185, 4200, 0, 0, 0, 0, 110, 0, 0, 0, 35, 35, 0, 100, 0, 182, 14, 0, '', 500, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0, '', '1', '1', 1, 1, 1, 0, 0, 0, 0, '', 0), (2, 'Rook Sample', 0, 1, 4609985, 8, 0, 185, 185, 4200, 0, 0, 0, 0, 110, 0, 0, 0, 35, 35, 0, 100, 0, 1233, 976, 7, '', 500, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0, '', '1', '1', 1, 1, 1, 0, 0, 0, 0, '', 0), (3, 'Sorcerer Sample', 0, 1, 4609985, 8, 1, 185, 185, 4200, 0, 0, 0, 0, 110, 0, 0, 0, 35, 35, 0, 100, 1, 1233, 976, 7, '', 500, 0, 1363542344, 16777343, 0, 0, 0, 0, '', 0, 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0, '', '1', '1', 1, 1, 1, 0, 0, 0, 0, '', 0), (4, 'Druid Sample', 0, 1, 4609985, 8, 2, 185, 185, 4200, 0, 0, 0, 0, 110, 0, 0, 0, 35, 35, 0, 100, 1, 1233, 976, 7, '', 500, 0, 1363542332, 16777343, 0, 0, 0, 0, '', 0, 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0, '', '1', '1', 1, 1, 1, 0, 0, 0, 0, '', 0), (5, 'Paladin Sample', 0, 1, 4609985, 8, 3, 185, 185, 4200, 0, 0, 0, 0, 110, 0, 0, 0, 35, 35, 0, 100, 1, 1233, 976, 7, '', 500, 0, 1363542347, 16777343, 0, 0, 0, 0, '', 0, 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0, '', '1', '1', 1, 1, 1, 0, 0, 0, 0, '', 0), (6, 'Knight Sample', 0, 1, 4609985, 8, 4, 185, 185, 4200, 0, 0, 0, 0, 110, 0, 0, 0, 35, 35, 0, 100, 1, 1233, 976, 7, '', 500, 0, 1363542348, 16777343, 0, 0, 0, 0, '', 0, 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0, '', '1', '1', 1, 1, 1, 0, 0, 0, 0, '', 0), (7, '[ADM] theNOOBzenho', 0, 6, 4609985, 1, 1, 5, 5, 0, 0, 0, 0, 0, 128, 0, 0, 0, 35, 35, 0, 100, 1, 154, 49, 7, '', 500, 1, 1466795813, 3736893834, 1, 0, 0, 0, '', 1466795830, 0, 0, 0, 151200000, 2, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 1466795051, 0, '', 0, 0, '', '1', '1', 1, 1, 1, 0, 0, 0, 0, '', 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `player_deaths` -- CREATE TABLE IF NOT EXISTS `player_deaths` ( `id` int(11) NOT NULL auto_increment, `player_id` int(11) NOT NULL, `date` bigint(20) unsigned NOT NULL, `level` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `date` (`date`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `player_deaths` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `player_depotitems` -- CREATE TABLE IF NOT EXISTS `player_depotitems` ( `player_id` int(11) NOT NULL, `sid` int(11) NOT NULL COMMENT 'any given range, eg. 0-100 is reserved for depot lockers and all above 100 will be normal items inside depots', `pid` int(11) NOT NULL default '0', `itemtype` int(11) NOT NULL, `count` int(11) NOT NULL default '0', `attributes` blob NOT NULL, UNIQUE KEY `player_id_2` (`player_id`,`sid`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `player_depotitems` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `player_items` -- CREATE TABLE IF NOT EXISTS `player_items` ( `player_id` int(11) NOT NULL default '0', `pid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `itemtype` int(11) NOT NULL default '0', `count` int(11) NOT NULL default '0', `attributes` blob NOT NULL, UNIQUE KEY `player_id_2` (`player_id`,`sid`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `player_items` -- INSERT INTO `player_items` (`player_id`, `pid`, `sid`, `itemtype`, `count`, `attributes`) VALUES (7, 1, 101, 2460, 1, ''), (7, 2, 102, 10138, 1, 0x800200030061696402172700000b006465736372697074696f6e016d00000045737365206974656d20666f6920636f6d707261646f2070656c6f20506c61796572205b41444d5d207468654e4f4f427a656e686f2073652074656e746172206475706c6963616c6f2c20656c652073657261206175746f6d61746963616d656e74652044656c657461646f21), (7, 3, 103, 10518, 1, ''), (7, 5, 104, 2525, 1, ''), (7, 6, 105, 2190, 1, ''), (7, 7, 106, 2478, 1, ''), (7, 8, 107, 2643, 1, ''), (7, 9, 108, 2218, 1, ''), (7, 10, 109, 2175, 1, ''), (7, 103, 110, 1999, 1, ''), (7, 103, 111, 12289, 1, 0x800200030061696402172700000b006465736372697074696f6e016d00000045737365206974656d20666f6920636f6d707261646f2070656c6f20506c61796572205b41444d5d207468654e4f4f427a656e686f2073652074656e746172206475706c6963616c6f2c20656c652073657261206175746f6d61746963616d656e74652044656c657461646f21), (7, 103, 112, 2173, 1, 0x8001000700636861726765730201000000), (7, 103, 113, 2124, 1, ''), (7, 103, 114, 5926, 1, ''), (7, 103, 115, 5926, 1, ''), (7, 103, 116, 7618, 1, 0x0f01), (7, 103, 117, 2120, 1, ''), (7, 103, 118, 2554, 1, ''), (7, 103, 119, 2160, 12, 0x0f0c), (7, 103, 120, 5957, 1, ''), (7, 110, 121, 2645, 1, ''), (8, 1, 101, 2460, 1, ''), (8, 2, 102, 2173, 1, 0x8001000700636861726765730201000000), (8, 3, 103, 10518, 1, ''), (8, 4, 104, 2465, 1, ''), (8, 5, 105, 2525, 1, ''), (8, 6, 106, 2389, 1, 0x0f01), (8, 7, 107, 2478, 1, ''), (8, 8, 108, 2643, 1, ''), (8, 9, 109, 2124, 1, ''), (8, 10, 110, 5810, 1, ''), (8, 103, 111, 1999, 1, ''), (8, 103, 112, 2383, 1, ''), (8, 103, 113, 7618, 1, 0x0f01), (8, 103, 114, 2120, 1, ''), (8, 103, 115, 2554, 1, ''), (8, 103, 116, 2160, 12, 0x0f0c), (8, 103, 117, 5957, 1, ''), (8, 111, 118, 2645, 1, ''); -- -------------------------------------------------------- -- -- Estrutura da tabela `player_killers` -- CREATE TABLE IF NOT EXISTS `player_killers` ( `kill_id` int(11) NOT NULL, `player_id` int(11) NOT NULL, KEY `kill_id` (`kill_id`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `player_killers` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `player_namelocks` -- CREATE TABLE IF NOT EXISTS `player_namelocks` ( `player_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL, `new_name` varchar(255) NOT NULL, `date` bigint(20) NOT NULL default '0', KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `player_namelocks` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `player_skills` -- CREATE TABLE IF NOT EXISTS `player_skills` ( `player_id` int(11) NOT NULL default '0', `skillid` tinyint(2) NOT NULL default '0', `value` int(10) unsigned NOT NULL default '0', `count` int(10) unsigned NOT NULL default '0', UNIQUE KEY `player_id_2` (`player_id`,`skillid`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `player_skills` -- INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES (2, 0, 10, 0), (2, 1, 10, 0), (2, 2, 10, 0), (2, 3, 10, 0), (2, 4, 10, 0), (2, 5, 10, 0), (2, 6, 10, 0), (3, 0, 10, 0), (3, 1, 10, 0), (3, 2, 10, 0), (3, 3, 10, 0), (3, 4, 10, 0), (3, 5, 10, 0), (3, 6, 10, 0), (4, 0, 10, 0), (4, 1, 10, 0), (4, 2, 10, 0), (4, 3, 10, 0), (4, 4, 10, 0), (4, 5, 10, 0), (4, 6, 10, 0), (5, 0, 10, 0), (5, 1, 10, 0), (5, 2, 10, 0), (5, 3, 10, 0), (5, 4, 10, 0), (5, 5, 10, 0), (5, 6, 10, 0), (6, 0, 10, 0), (6, 1, 10, 0), (6, 2, 10, 0), (6, 3, 10, 0), (6, 4, 10, 0), (6, 5, 10, 0), (6, 6, 10, 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `player_spells` -- CREATE TABLE IF NOT EXISTS `player_spells` ( `player_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, UNIQUE KEY `player_id_2` (`player_id`,`name`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `player_spells` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `player_statements` -- CREATE TABLE IF NOT EXISTS `player_statements` ( `id` int(11) NOT NULL auto_increment, `player_id` int(11) NOT NULL, `channel_id` int(11) NOT NULL default '0', `text` varchar(255) NOT NULL, `date` bigint(20) NOT NULL default '0', PRIMARY KEY (`id`), KEY `player_id` (`player_id`), KEY `channel_id` (`channel_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `player_statements` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `player_storage` -- CREATE TABLE IF NOT EXISTS `player_storage` ( `player_id` int(11) NOT NULL default '0', `key` varchar(32) NOT NULL default '0', `value` varchar(255) NOT NULL default '0', UNIQUE KEY `player_id_2` (`player_id`,`key`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `player_storage` -- INSERT INTO `player_storage` (`player_id`, `key`, `value`) VALUES (7, '10001501', '131075'), (7, '12036', '1'), (7, '12468', '1'), (7, '13540', '1574183636'), (7, '1523', '1'), (7, '176201', '1'), (7, '176202', '1'), (7, '176601', '2'), (7, '176602', '2'), (7, '176603', '0'), (7, '30001', '1'), (7, '42300', '0'), (7, '42301', '0'), (7, '42302', '0'), (7, '42303', '0'), (7, '42304', '0'), (7, '42305', '0'), (7, '42306', '0'), (7, '42307', '0'), (7, '42308', '0'), (7, '42309', '0'), (7, '42310', '0'), (7, '42311', '0'), (7, '42312', '0'), (7, '42313', '0'), (7, '42314', '0'), (7, '42315', '0'), (7, '42316', '0'), (7, '42317', '0'), (7, '42318', '0'), (7, '42319', '0'), (7, '42320', '0'), (7, '42321', '0'), (7, '42322', '0'), (7, '42323', '0'), (7, '42324', '0'), (7, '42325', '0'), (7, '42326', '0'), (7, '42327', '0'), (7, '42328', '0'), (7, '42329', '0'), (7, '42350', '0'), (7, '42352', '0'), (7, '42355', '0'), (7, '48913', '20'), (7, '55555', '1'), (7, '874636', '1'), (8, '12036', '1'), (8, '1604', '1'), (8, '176201', '1'), (8, '176601', '2'), (8, '176602', '2'), (8, '176603', '0'), (8, '1921', '6'), (8, '30001', '1'), (8, '42300', '0'), (8, '42301', '0'), (8, '42302', '0'), (8, '42303', '0'), (8, '42304', '0'), (8, '42305', '0'), (8, '42306', '0'), (8, '42307', '0'), (8, '42308', '0'), (8, '42309', '0'), (8, '42310', '0'), (8, '42311', '0'), (8, '42312', '0'), (8, '42313', '0'), (8, '42314', '0'), (8, '42315', '0'), (8, '42316', '0'), (8, '42317', '0'), (8, '42318', '0'), (8, '42319', '0'), (8, '42320', '0'), (8, '42321', '0'), (8, '42322', '0'), (8, '42323', '0'), (8, '42324', '0'), (8, '42325', '0'), (8, '42326', '0'), (8, '42327', '0'), (8, '42328', '0'), (8, '42329', '0'), (8, '42350', '0'), (8, '42352', '0'), (8, '42355', '0'), (8, '48913', '0'), (8, '874636', '1'); -- -------------------------------------------------------- -- -- Estrutura da tabela `player_viplist` -- CREATE TABLE IF NOT EXISTS `player_viplist` ( `player_id` int(11) NOT NULL, `vip_id` int(11) NOT NULL, UNIQUE KEY `player_id_2` (`player_id`,`vip_id`), KEY `player_id` (`player_id`), KEY `vip_id` (`vip_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `player_viplist` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `reports` -- CREATE TABLE IF NOT EXISTS `reports` ( `id` int(20) NOT NULL auto_increment, `player_id` varchar(30) NOT NULL, `date` varchar(30) NOT NULL, `reason` varchar(255) NOT NULL, `description` varchar(100) NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ; -- -- Extraindo dados da tabela `reports` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `server_config` -- CREATE TABLE IF NOT EXISTS `server_config` ( `config` varchar(35) NOT NULL default '', `value` varchar(255) NOT NULL default '', UNIQUE KEY `config` (`config`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `server_config` -- INSERT INTO `server_config` (`config`, `value`) VALUES ('db_version', '35'), ('encryption', '3'), ('vahash_key', 'O3U6-V7BA-5H82-K2ZX'); -- -------------------------------------------------------- -- -- Estrutura da tabela `server_motd` -- CREATE TABLE IF NOT EXISTS `server_motd` ( `id` int(10) unsigned NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `text` text NOT NULL, UNIQUE KEY `id` (`id`,`world_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `server_motd` -- INSERT INTO `server_motd` (`id`, `world_id`, `text`) VALUES (385, 0, 'Bem vindo ao Baiak Stars, tenha um OTIMO dia!'); -- -------------------------------------------------------- -- -- Estrutura da tabela `server_record` -- CREATE TABLE IF NOT EXISTS `server_record` ( `record` int(11) NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `timestamp` bigint(20) NOT NULL, UNIQUE KEY `record` (`record`,`world_id`,`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `server_record` -- INSERT INTO `server_record` (`record`, `world_id`, `timestamp`) VALUES (0, 0, 0), (1, 0, 1487869752), (2, 0, 1487870216); -- -------------------------------------------------------- -- -- Estrutura da tabela `server_reports` -- CREATE TABLE IF NOT EXISTS `server_reports` ( `id` int(11) NOT NULL auto_increment, `world_id` tinyint(2) unsigned NOT NULL default '0', `player_id` int(11) NOT NULL default '1', `posx` int(11) NOT NULL default '0', `posy` int(11) NOT NULL default '0', `posz` int(11) NOT NULL default '0', `timestamp` bigint(20) NOT NULL default '0', `report` text NOT NULL, `reads` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `world_id` (`world_id`), KEY `reads` (`reads`), KEY `player_id` (`player_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `server_reports` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `snowballwar` -- CREATE TABLE IF NOT EXISTS `snowballwar` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `score` int(11) NOT NULL, `data` varchar(255) NOT NULL, `hora` varchar(255) NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `snowballwar` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `thanks` -- CREATE TABLE IF NOT EXISTS `thanks` ( `id` int(10) NOT NULL auto_increment, `account_id` varchar(30) NOT NULL, `forum_id` text NOT NULL, `player_name` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; -- -- Extraindo dados da tabela `thanks` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `tiles` -- CREATE TABLE IF NOT EXISTS `tiles` ( `id` int(10) unsigned NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `house_id` int(10) unsigned NOT NULL, `x` int(5) unsigned NOT NULL, `y` int(5) unsigned NOT NULL, `z` tinyint(2) unsigned NOT NULL, UNIQUE KEY `id` (`id`,`world_id`), KEY `x` (`x`,`y`,`z`), KEY `house_id` (`house_id`,`world_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `tiles` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `tile_items` -- CREATE TABLE IF NOT EXISTS `tile_items` ( `tile_id` int(10) unsigned NOT NULL, `world_id` tinyint(2) unsigned NOT NULL default '0', `sid` int(11) NOT NULL, `pid` int(11) NOT NULL default '0', `itemtype` int(11) NOT NULL, `count` int(11) NOT NULL default '0', `attributes` blob NOT NULL, UNIQUE KEY `tile_id` (`tile_id`,`world_id`,`sid`), KEY `sid` (`sid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `tile_items` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `tile_store` -- CREATE TABLE IF NOT EXISTS `tile_store` ( `house_id` int(10) unsigned NOT NULL, `world_id` tinyint(4) unsigned NOT NULL default '0', `data` longblob NOT NULL, KEY `house_id` (`house_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `tile_store` -- INSERT INTO `tile_store` (`house_id`, `world_id`, `data`) VALUES (2261, 0, 0xb400340006010000008b1e8001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2261, 0, 0xb400350006010000008c1e8001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2261, 0, 0xb30038000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323631272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353934303020676f6c6420636f696e732e0600646f6f726964020200000000), (2262, 0, 0xb8003600070100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323632272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313635303020676f6c6420636f696e732e0600646f6f726964020200000000), (2263, 0, 0xb7002c00070100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323633272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313736303020676f6c6420636f696e732e0600646f6f726964020100000000), (2264, 0, 0xa7001f00070100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323634272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333734303020676f6c6420636f696e732e0600646f6f726964020200000000), (2264, 0, 0xa4002500070100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323634272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333734303020676f6c6420636f696e732e0600646f6f726964020100000000), (2266, 0, 0xa20018000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2266, 0, 0xa20019000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2266, 0, 0xa5001b000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323636272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323533303020676f6c6420636f696e732e0600646f6f726964020100000000), (2266, 0, 0xa6001b000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323636272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323533303020676f6c6420636f696e732e0600646f6f726964020200000000), (2267, 0, 0xbf001e000601000000cd2300), (2267, 0, 0xbc001e000701000000cd2300), (2267, 0, 0xbc001f000701000000431900), (2267, 0, 0xbf001e000701000000cd2300), (2267, 0, 0xc0001c000601000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2267, 0, 0xc1001c000601000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2267, 0, 0xc1001f000601000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2267, 0, 0xc2001f000601000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2267, 0, 0xc3001e000601000000cd2300), (2268, 0, 0xbf000e000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2268, 0, 0xbf000f000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2268, 0, 0xbd0012000701000000431900), (2268, 0, 0xbf0015000701000000d5238002000b006465736372697074696f6e015e00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323638272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f7374732031353037303020676f6c6420636f696e732e0600646f6f726964020100000000), (2268, 0, 0xc1000d000701000000421900), (2268, 0, 0xc4000e000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2268, 0, 0xc4000f000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2268, 0, 0xc70011000601000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2268, 0, 0xc80011000601000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2268, 0, 0xc80013000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2268, 0, 0xc90013000701000000431900), (2268, 0, 0xc00015000701000000421900), (2268, 0, 0xc80014000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2269, 0, 0xb6000d000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2269, 0, 0xb6000e000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2269, 0, 0xb90011000701000000d5238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323639272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323230303020676f6c6420636f696e732e0600646f6f726964020100000000), (2270, 0, 0xaf000d000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2270, 0, 0xaf000e000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2270, 0, 0xb20011000701000000d5238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323730272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333330303020676f6c6420636f696e732e0600646f6f726964020100000000), (2271, 0, 0xaa000d000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2271, 0, 0xaa000e000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2271, 0, 0xab0011000701000000d5238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323731272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323634303020676f6c6420636f696e732e0600646f6f726964020100000000), (2272, 0, 0xaa000d000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2272, 0, 0xaa000e000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2272, 0, 0xad000d000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2272, 0, 0xad000e000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2272, 0, 0xae0013000601000000d3238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323732272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343239303020676f6c6420636f696e732e0600646f6f726964020100000000), (2273, 0, 0xb1000e000601000000d3238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323733272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353833303020676f6c6420636f696e732e0600646f6f726964020100000000), (2273, 0, 0xb5000c000601000000421900), (2273, 0, 0xaf0010000601000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2273, 0, 0xb00010000601000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2273, 0, 0xb30011000601000000d5238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323733272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353833303020676f6c6420636f696e732e0600646f6f726964020100000000), (2275, 0, 0xa50024000601000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323735272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323331303020676f6c6420636f696e732e0600646f6f726964020200000000), (2275, 0, 0xa90026000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2276, 0, 0xa6002100060100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323736272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313635303020676f6c6420636f696e732e0600646f6f726964020200000000), (2277, 0, 0x9e001f000501000000630600), (2277, 0, 0xa5001f00050100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323737272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353036303020676f6c6420636f696e732e0600646f6f726964020100000000), (2278, 0, 0xa70020000501000000421900), (2278, 0, 0xa90020000501000000d5238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323738272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343632303020676f6c6420636f696e732e0600646f6f726964020100000000), (2278, 0, 0xaa0022000501000000431900), (2278, 0, 0xa50025000501000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2278, 0, 0xa50026000501000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2279, 0, 0xa7001c00050100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323739272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333633303020676f6c6420636f696e732e0600646f6f726964020200000000), (2280, 0, 0x930022000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2280, 0, 0x930023000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2280, 0, 0x94002000060100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323830272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323432303020676f6c6420636f696e732e0600646f6f726964020100000000), (2281, 0, 0x94001c00060100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323831272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313736303020676f6c6420636f696e732e0600646f6f726964020200000000), (2282, 0, 0x8b0021000601000000630600), (2282, 0, 0x8e0021000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2282, 0, 0x8e0022000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2282, 0, 0x8f002000060100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323832272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343138303020676f6c6420636f696e732e0600646f6f726964020100000000), (2283, 0, 0x88001a000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2283, 0, 0x88001b000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2283, 0, 0x8b001c000601000000630600), (2283, 0, 0x8f001c00060100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323833272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343935303020676f6c6420636f696e732e0600646f6f726964020100000000), (2284, 0, 0x93002f000601000000421900), (2284, 0, 0x94002f000601000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323834272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323937303020676f6c6420636f696e732e0600646f6f726964020200000000), (2285, 0, 0x930034000601000000421900), (2285, 0, 0x940034000601000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323835272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323937303020676f6c6420636f696e732e0600646f6f726964020200000000), (2287, 0, 0xa7002e000601000000630600), (2287, 0, 0xa50032000601000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323837272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353631303020676f6c6420636f696e732e0600646f6f726964020200000000), (2289, 0, 0x92003d000601000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323839272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343037303020676f6c6420636f696e732e0600646f6f726964020200000000), (2289, 0, 0x95003e000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2289, 0, 0x95003f000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2289, 0, 0x920040000601000000650600), (2290, 0, 0x98003d000601000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323930272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333038303020676f6c6420636f696e732e0600646f6f726964020100000000), (2291, 0, 0x9e003d000601000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323931272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333330303020676f6c6420636f696e732e0600646f6f726964020300000000), (2292, 0, 0xa2003e000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2292, 0, 0xa2003f000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2292, 0, 0xa4003d000601000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323932272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343632303020676f6c6420636f696e732e0600646f6f726964020200000000), (2292, 0, 0xa60040000601000000630600), (2293, 0, 0x84003e00060100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323933272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320393133303020676f6c6420636f696e732e0600646f6f726964020100000000), (2293, 0, 0x810040000601000000650600), (2294, 0, 0x90003e000501000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2294, 0, 0x90003f000501000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2294, 0, 0x920041000501000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323934272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333330303020676f6c6420636f696e732e0600646f6f726964020200000000), (2294, 0, 0x930041000501000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323934272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333330303020676f6c6420636f696e732e0600646f6f726964020200000000), (2295, 0, 0x9c003e000501000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2295, 0, 0x9c003f000501000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2295, 0, 0x990041000501000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323935272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323634303020676f6c6420636f696e732e0600646f6f726964020200000000), (2295, 0, 0x9a0041000501000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323935272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323634303020676f6c6420636f696e732e0600646f6f726964020100000000), (2296, 0, 0x7a003600050100000008148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323936272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363439303020676f6c6420636f696e732e0600646f6f726964020300000000), (2296, 0, 0x7c0037000501000000ff138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323936272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363439303020676f6c6420636f696e732e0600646f6f726964020300000000), (2296, 0, 0x7e003600050100000008148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323936272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363439303020676f6c6420636f696e732e0600646f6f726964020100000000), (2296, 0, 0x770038000501000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2296, 0, 0x770039000501000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2297, 0, 0x77002f000501000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2297, 0, 0x7d002f000501000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2297, 0, 0x770030000501000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2297, 0, 0x7b003200050100000008148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323937272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343138303020676f6c6420636f696e732e0600646f6f726964020300000000), (2297, 0, 0x7d0030000501000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2297, 0, 0x7d003300050100000067168002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323937272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343138303020676f6c6420636f696e732e0600646f6f726964020100000000), (2298, 0, 0x88001a0007010000001f0a170000000000), (2298, 0, 0x8f001b000701000000cd2300), (2298, 0, 0x8f001d000701000000431900), (2299, 0, 0x88001f000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2299, 0, 0x880020000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2299, 0, 0x8d0023000701000000421900), (2299, 0, 0x8e0023000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332323939272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343531303020676f6c6420636f696e732e0600646f6f726964020100000000), (2300, 0, 0x930021000701000000421900), (2300, 0, 0x930022000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2300, 0, 0x930023000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2300, 0, 0x94002000070100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333030272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333139303020676f6c6420636f696e732e0600646f6f726964020100000000), (2301, 0, 0x94001b000701000000431900), (2301, 0, 0x94001c00070100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333031272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313635303020676f6c6420636f696e732e0600646f6f726964020100000000), (2302, 0, 0x5d0018000701000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2302, 0, 0x5e0018000701000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2302, 0, 0x5f001c00070100000024288002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333032272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343531303020676f6c6420636f696e732e0600646f6f726964020200000000), (2302, 0, 0x61001c0006010000002a1900), (2306, 0, 0x760046000701000000d02300), (2306, 0, 0x790046000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333036272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323937303020676f6c6420636f696e732e0600646f6f726964020100000000), (2307, 0, 0x6e0045000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333037272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323230303020676f6c6420636f696e732e0600646f6f726964020100000000), (2308, 0, 0x6f004200070100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333038272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313635303020676f6c6420636f696e732e0600646f6f726964020200000000), (2309, 0, 0x65004b000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333039272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363832303020676f6c6420636f696e732e0600646f6f726964020200000000), (2309, 0, 0x67004b000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333039272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363832303020676f6c6420636f696e732e0600646f6f726964020100000000), (2309, 0, 0x64004e000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2309, 0, 0x64004f000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2309, 0, 0x6a004e000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2309, 0, 0x6a004f000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2310, 0, 0x680043000701000000d3238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333130272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333633303020676f6c6420636f696e732e0600646f6f726964020100000000), (2310, 0, 0x650046000701000000421900), (2311, 0, 0x66003e000701000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2311, 0, 0x67003e000701000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2311, 0, 0x68003c000701000000d3238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333131272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333633303020676f6c6420636f696e732e0600646f6f726964020100000000), (2312, 0, 0x4d002f000701000000de068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2312, 0, 0x4e002e00070100000071188002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333132272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343037303020676f6c6420636f696e732e0600646f6f726964020100000000), (2312, 0, 0x4d0030000701000000df068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2313, 0, 0x550031000701000000de068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2313, 0, 0x550032000701000000df068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2313, 0, 0x580032000701000000a1148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333133272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313332303020676f6c6420636f696e732e0600646f6f726964020200000000), (2314, 0, 0x57002b000601000000c6048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333134272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320393133303020676f6c6420636f696e732e0600646f6f726964020200000000), (2314, 0, 0x590029000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2314, 0, 0x59002a000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2314, 0, 0x56002d000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2314, 0, 0x56002e000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2314, 0, 0x58002d000601000000ba0400), (2314, 0, 0x5c002d000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333134272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320393133303020676f6c6420636f696e732e0600646f6f726964020400000000), (2314, 0, 0x5c002e000601000000251900), (2315, 0, 0x70001e0006010000001f288002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333135272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333936303020676f6c6420636f696e732e0600646f6f726964020100000000), (2315, 0, 0x7100200006010000006f188002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333135272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333936303020676f6c6420636f696e732e0600646f6f726964020200000000), (2316, 0, 0x20001f000701000000de068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2316, 0, 0x200020000701000000df068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2316, 0, 0x230020000701000000a1148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333136272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313635303020676f6c6420636f696e732e0600646f6f726964020200000000), (2317, 0, 0xd20034000701000000f41a8002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333137272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343138303020676f6c6420636f696e732e0600646f6f726964020200000000), (2317, 0, 0xd20035000701000000721b00), (2318, 0, 0xd4003a000701000000721b00), (2318, 0, 0xd4003b000701000000f41a8002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333138272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333431303020676f6c6420636f696e732e0600646f6f726964020200000000), (2319, 0, 0xe60033000701000000eb1a8002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333139272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320383437303020676f6c6420636f696e732e0600646f6f726964020100000000), (2319, 0, 0xe30039000701000000f41a8002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333139272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320383437303020676f6c6420636f696e732e0600646f6f726964020200000000), (2320, 0, 0xec0035000701000000f41a8002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333230272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353833303020676f6c6420636f696e732e0600646f6f726964020300000000), (2320, 0, 0xef0039000701000000eb1a8002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333230272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353833303020676f6c6420636f696e732e0600646f6f726964020100000000), (2320, 0, 0xf00039000701000000711b00), (2321, 0, 0xe30037000601000000f41a8002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333231272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333936303020676f6c6420636f696e732e0600646f6f726964020100000000), (2322, 0, 0xf00037000601000000eb1a8002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333232272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323533303020676f6c6420636f696e732e0600646f6f726964020200000000), (2323, 0, 0xeb00520007010000006b188002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333233272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363630303020676f6c6420636f696e732e0600646f6f726964020300000000), (2323, 0, 0xec00510006010000006b188002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333233272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363630303020676f6c6420636f696e732e0600646f6f726964020100000000), (2323, 0, 0xef0051000701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333233272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363630303020676f6c6420636f696e732e0600646f6f726964020200000000), (2323, 0, 0xef00520007010000002f1900), (2324, 0, 0xef00570007010000002f1900), (2324, 0, 0xe800580007010000002f1900), (2324, 0, 0xeb00590007010000006b188002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333234272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320373236303020676f6c6420636f696e732e0600646f6f726964020200000000), (2324, 0, 0xec00580006010000006b188002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333234272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320373236303020676f6c6420636f696e732e0600646f6f726964020400000000), (2324, 0, 0xef0058000701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333234272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320373236303020676f6c6420636f696e732e0600646f6f726964020100000000), (2325, 0, 0xe20056000601000000fc138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333235272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320393032303020676f6c6420636f696e732e0600646f6f726964020300000000), (2325, 0, 0xe10058000701000000ff138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333235272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320393032303020676f6c6420636f696e732e0600646f6f726964020200000000), (2326, 0, 0xd70053000701000000431900), (2326, 0, 0xd80051000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2326, 0, 0xd80052000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2326, 0, 0xdc0050000701000000421900), (2326, 0, 0xda0055000701000000ff138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333236272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333330303020676f6c6420636f696e732e0600646f6f726964020100000000), (2327, 0, 0xd2005d000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2327, 0, 0xd2005e000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2327, 0, 0xd5005f000701000000a4148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333237272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313736303020676f6c6420636f696e732e0600646f6f726964020200000000), (2327, 0, 0xd50060000701000000471900), (2328, 0, 0xd40065000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2328, 0, 0xd40066000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2328, 0, 0xd8006700070100000008148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333238272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323735303020676f6c6420636f696e732e0600646f6f726964020100000000), (2328, 0, 0xd80068000701000000431900), (2329, 0, 0xe3006900070100000008148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333239272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320393930303020676f6c6420636f696e732e0600646f6f726964020200000000), (2329, 0, 0xe5006800060100000005148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333239272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320393930303020676f6c6420636f696e732e0600646f6f726964020100000000), (2329, 0, 0xe80068000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2329, 0, 0xe80069000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2330, 0, 0xde0074000701000000461900), (2330, 0, 0xe00071000701000000471900), (2330, 0, 0xe00073000701000000a4148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333330272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323331303020676f6c6420636f696e732e0600646f6f726964020100000000), (2331, 0, 0xe7006f0007010000008b1e8001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2331, 0, 0xe8006e000701000000261900), (2331, 0, 0xe9006e000701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333331272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323533303020676f6c6420636f696e732e0600646f6f726964020100000000), (2331, 0, 0xe700700007010000008c1e8001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2332, 0, 0xe3007a0006010000008b1e8001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2332, 0, 0xe3007b0006010000008c1e8001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2332, 0, 0xe20079000701000000a6148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333332272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323331303020676f6c6420636f696e732e0600646f6f726964020400000000), (2333, 0, 0xce00800007010000002a1900), (2333, 0, 0xcf0080000701000000ed138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333333272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363338303020676f6c6420636f696e732e0600646f6f726964020100000000), (2333, 0, 0xd00083000701000000871e8001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2333, 0, 0xd10082000701000000291900), (2333, 0, 0xd00084000701000000881e8001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2334, 0, 0xad0061000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2334, 0, 0xad0062000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2334, 0, 0xab0065000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333334272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323735303020676f6c6420636f696e732e0600646f6f726964020200000000), (2335, 0, 0xb20063000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2335, 0, 0xb40062000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333335272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333532303020676f6c6420636f696e732e0600646f6f726964020100000000), (2335, 0, 0xb20064000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2336, 0, 0xb0005d000701000000650600), (2336, 0, 0xb00060000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333336272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323735303020676f6c6420636f696e732e0600646f6f726964020200000000), (2337, 0, 0xad0069000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333337272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323331303020676f6c6420636f696e732e0600646f6f726964020200000000), (2338, 0, 0xb6006a000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2338, 0, 0xb6006b000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2338, 0, 0xb80069000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333338272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333038303020676f6c6420636f696e732e0600646f6f726964020100000000), (2339, 0, 0xbd0063000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333339272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313635303020676f6c6420636f696e732e0600646f6f726964020200000000), (2339, 0, 0xbb0064000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2339, 0, 0xbb0065000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2340, 0, 0xb80060000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333430272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313938303020676f6c6420636f696e732e0600646f6f726964020100000000), (2341, 0, 0x9b006a000701000000c5048002000b006465736372697074696f6e015e00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333431272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f7374732031333230303020676f6c6420636f696e732e0600646f6f726964020500000000), (2342, 0, 0xf60082000701000000de068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2342, 0, 0xf60083000701000000df068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2342, 0, 0xf40084000701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333432272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313332303020676f6c6420636f696e732e0600646f6f726964020100000000), (2343, 0, 0xee00850006010000002f1900), (2343, 0, 0xf10082000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333433272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343037303020676f6c6420636f696e732e0600646f6f726964020100000000), (2344, 0, 0xfb0085000601000000261900), (2344, 0, 0xfc0085000601000000bc048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333434272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363731303020676f6c6420636f696e732e0600646f6f726964020200000000), (2344, 0, 0xfa0089000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2344, 0, 0xfa008a000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2344, 0, 0xfe0089000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2344, 0, 0xfe008a000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2344, 0, 0xff0089000601000000271900), (2344, 0, 0x1f0190000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2344, 0, 0x1f0191000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2344, 0, 0x200193000701000000261900), (2344, 0, 0x220193000701000000bc048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333434272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363731303020676f6c6420636f696e732e0600646f6f726964020400000000), (2344, 0, 0x23019100070100000011148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333434272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363731303020676f6c6420636f696e732e0600646f6f726964020300000000), (2345, 0, 0x1d018b000701000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2345, 0, 0x1e018b000701000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2345, 0, 0x1d018e000701000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2345, 0, 0x1e018e000701000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2345, 0, 0x23018e00070100000011148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333435272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323937303020676f6c6420636f696e732e0600646f6f726964020200000000), (2346, 0, 0x35018c000701000000dc068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2346, 0, 0x36018c000701000000dd068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2346, 0, 0x38018e00070100000014148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333436272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323634303020676f6c6420636f696e732e0600646f6f726964020100000000), (2346, 0, 0x350190000701000000dc068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2346, 0, 0x360190000701000000dd068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2347, 0, 0x370192000701000000de068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2347, 0, 0x370193000701000000df068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2347, 0, 0x3a019000070100000011148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333437272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313938303020676f6c6420636f696e732e0600646f6f726964020100000000), (2348, 0, 0x3d018b000701000000481900), (2348, 0, 0x3b018e000701000000a4148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333438272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323634303020676f6c6420636f696e732e0600646f6f726964020200000000), (2348, 0, 0x3c018c000701000000dc068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2348, 0, 0x3d018c000701000000dd068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2349, 0, 0x3a018e000601000000a4148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333439272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333139303020676f6c6420636f696e732e0600646f6f726964020100000000), (2349, 0, 0x3e018e000601000000491900), (2349, 0, 0x3e018f000601000000a1148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333439272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333139303020676f6c6420636f696e732e0600646f6f726964020200000000), (2349, 0, 0x3b0190000601000000dc068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2349, 0, 0x3c0190000601000000dd068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2350, 0, 0x380191000601000000bc048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333530272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313938303020676f6c6420636f696e732e0600646f6f726964020100000000), (2350, 0, 0x3b0193000601000000271900), (2350, 0, 0x390194000601000000dc068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2350, 0, 0x3a0194000601000000dd068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2351, 0, 0x3f0181000701000000de068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2351, 0, 0x3f0182000701000000df068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2351, 0, 0x3d0185000701000000481900), (2351, 0, 0x3e01850007010000009e148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333531272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323735303020676f6c6420636f696e732e0600646f6f726964020200000000), (2352, 0, 0x34017d000701000000271900), (2352, 0, 0x34017e00070100000015148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333532272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363630303020676f6c6420636f696e732e0600646f6f726964020200000000), (2352, 0, 0x3a017d000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2352, 0, 0x3a017e000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2352, 0, 0x370180000701000000bc048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333532272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363630303020676f6c6420636f696e732e0600646f6f726964020300000000), (2353, 0, 0x37017b000601000000dc068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2353, 0, 0x38017b000601000000dd068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2353, 0, 0x37017f000601000000bc048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333533272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333139303020676f6c6420636f696e732e0600646f6f726964020100000000), (2353, 0, 0x3a017f000601000000261900), (2354, 0, 0x1d018b000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2354, 0, 0x1d018c000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00); INSERT INTO `tile_store` (`house_id`, `world_id`, `data`) VALUES (2354, 0, 0x23018d00060100000011148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333534272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323836303020676f6c6420636f696e732e0600646f6f726964020100000000), (2354, 0, 0x24018c000601000000271900), (2355, 0, 0x1f018f000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2355, 0, 0x1f0190000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2355, 0, 0x23019000060100000011148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333535272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323331303020676f6c6420636f696e732e0600646f6f726964020200000000), (2358, 0, 0x4006c5030601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2358, 0, 0x4006c6030601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2358, 0, 0x4106c9030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333538272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323937303020676f6c6420636f696e732e0600646f6f726964020200000000), (2359, 0, 0x3d06cb030601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2359, 0, 0x3d06cc030601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2359, 0, 0x4106cd030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333539272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020100000000), (2360, 0, 0x4006d2030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333630272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313635303020676f6c6420636f696e732e0600646f6f726964020100000000), (2361, 0, 0x4606cd030601000000c4048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333631272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333532303020676f6c6420636f696e732e0600646f6f726964020200000000), (2362, 0, 0x4406c8030601000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333632272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313938303020676f6c6420636f696e732e0600646f6f726964020200000000), (2363, 0, 0x4706c5030601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2363, 0, 0x4706c6030601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2363, 0, 0x4606c9030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333633272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323533303020676f6c6420636f696e732e0600646f6f726964020100000000), (2364, 0, 0x6d06b9030601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2364, 0, 0x6d06ba030601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2364, 0, 0x7006bb030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333634272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333038303020676f6c6420636f696e732e0600646f6f726964020200000000), (2364, 0, 0x7006bc030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333634272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333038303020676f6c6420636f696e732e0600646f6f726964020100000000), (2365, 0, 0x7706c3030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333635272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313938303020676f6c6420636f696e732e0600646f6f726964020100000000), (2366, 0, 0x7706c6030601000000c3048002000b006465736372697074696f6e015c00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333636272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f737473203939303020676f6c6420636f696e732e0600646f6f726964020100000000), (2367, 0, 0x4106ae030601000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333637272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020200000000), (2367, 0, 0x4206ae030601000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333637272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020200000000), (2367, 0, 0x4006b3030601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2367, 0, 0x4006b4030601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2368, 0, 0x4506a9030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333638272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323937303020676f6c6420636f696e732e0600646f6f726964020100000000), (2368, 0, 0x4c06a8030601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2368, 0, 0x4c06a9030601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2369, 0, 0x1b06c5030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333639272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313736303020676f6c6420636f696e732e0600646f6f726964020200000000), (2369, 0, 0x1b06c6030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333639272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313736303020676f6c6420636f696e732e0600646f6f726964020200000000), (2369, 0, 0x1e06c4030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2369, 0, 0x1e06c5030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2370, 0, 0x2f06c6030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333730272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323634303020676f6c6420636f696e732e0600646f6f726964020100000000), (2370, 0, 0x3106c7030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2370, 0, 0x3106c8030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2371, 0, 0x3406c6030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333731272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323230303020676f6c6420636f696e732e0600646f6f726964020200000000), (2371, 0, 0x3606c7030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2371, 0, 0x3606c8030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2372, 0, 0x2d06be030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2372, 0, 0x2d06bf030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2372, 0, 0x2e06c2030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333732272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020100000000), (2373, 0, 0x3206be030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2373, 0, 0x3206bf030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2373, 0, 0x3306c2030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333733272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343733303020676f6c6420636f696e732e0600646f6f726964020100000000), (2374, 0, 0x4306b6030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2374, 0, 0x4306b7030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2374, 0, 0x4406b8030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333734272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333936303020676f6c6420636f696e732e0600646f6f726964020100000000), (2375, 0, 0x4306af030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2375, 0, 0x4306b0030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2375, 0, 0x4406b1030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333735272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343239303020676f6c6420636f696e732e0600646f6f726964020200000000), (2376, 0, 0x4806af030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2376, 0, 0x4806b0030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2376, 0, 0x4906b3030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333736272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343430303020676f6c6420636f696e732e0600646f6f726964020200000000), (2377, 0, 0x4d06af030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2377, 0, 0x4d06b0030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2377, 0, 0x4e06b3030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333737272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343239303020676f6c6420636f696e732e0600646f6f726964020100000000), (2378, 0, 0x4f06b8030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2378, 0, 0x4f06b9030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2378, 0, 0x5306ba030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333738272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343733303020676f6c6420636f696e732e0600646f6f726964020100000000), (2379, 0, 0x4706a8030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2379, 0, 0x4706a9030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2379, 0, 0x4a06ab030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333739272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323634303020676f6c6420636f696e732e0600646f6f726964020200000000), (2380, 0, 0x5a06af030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333830272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333038303020676f6c6420636f696e732e0600646f6f726964020200000000), (2381, 0, 0x5a06a7030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333831272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323937303020676f6c6420636f696e732e0600646f6f726964020200000000), (2381, 0, 0x5d06a7030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333831272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323937303020676f6c6420636f696e732e0600646f6f726964020100000000), (2382, 0, 0x7106aa030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2382, 0, 0x7106ab030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2382, 0, 0x7506ac030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333832272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323230303020676f6c6420636f696e732e0600646f6f726964020100000000), (2383, 0, 0x7106a5030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2383, 0, 0x7106a6030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2383, 0, 0x7506a7030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333833272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343430303020676f6c6420636f696e732e0600646f6f726964020200000000), (2383, 0, 0xb806d7030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2383, 0, 0xb806d8030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2383, 0, 0xbc06d9030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333833272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343430303020676f6c6420636f696e732e0600646f6f726964020200000000), (2384, 0, 0x7d06a7030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333834272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343430303020676f6c6420636f696e732e0600646f6f726964020100000000), (2384, 0, 0x8106a5030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2384, 0, 0x8106a6030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2384, 0, 0xc806d7030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2384, 0, 0xc406d9030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333834272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343430303020676f6c6420636f696e732e0600646f6f726964020100000000), (2384, 0, 0xc806d8030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2385, 0, 0x7d06ac030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333835272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333038303020676f6c6420636f696e732e0600646f6f726964020100000000), (2385, 0, 0x8106aa030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2385, 0, 0x8106ab030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2386, 0, 0x6d06b9030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2386, 0, 0x6d06ba030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2386, 0, 0x7006bb030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333836272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323230303020676f6c6420636f696e732e0600646f6f726964020100000000), (2386, 0, 0x7006bc030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333836272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323230303020676f6c6420636f696e732e0600646f6f726964020100000000), (2387, 0, 0x7406b3030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333837272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343531303020676f6c6420636f696e732e0600646f6f726964020100000000), (2387, 0, 0x7106b4030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2387, 0, 0x7106b5030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2388, 0, 0x7406c0030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333838272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020300000000), (2388, 0, 0x7406c1030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333838272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020300000000), (2388, 0, 0x7506c2030701000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2388, 0, 0x7606c2030701000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2389, 0, 0x7406c5030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333839272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020100000000), (2389, 0, 0x7406c6030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333839272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020100000000), (2389, 0, 0x7506c7030701000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2389, 0, 0x7606c7030701000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2391, 0, 0x7406ca030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333931272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343834303020676f6c6420636f696e732e0600646f6f726964020100000000), (2391, 0, 0x7406cb030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333931272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343834303020676f6c6420636f696e732e0600646f6f726964020100000000), (2391, 0, 0x7506cc030701000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2391, 0, 0x7606cc030701000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2392, 0, 0x6f06d2030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333932272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313938303020676f6c6420636f696e732e0600646f6f726964020100000000), (2392, 0, 0x7306d1030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2392, 0, 0x7306d2030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2393, 0, 0x6f06d9030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2393, 0, 0x6f06da030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2393, 0, 0x7206d8030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333933272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323735303020676f6c6420636f696e732e0600646f6f726964020200000000), (2394, 0, 0x6906d9030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2394, 0, 0x6906da030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2394, 0, 0x6c06d8030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333934272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323533303020676f6c6420636f696e732e0600646f6f726964020100000000), (2395, 0, 0x6106d9030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2395, 0, 0x6106da030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2395, 0, 0x6406d8030701000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333935272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020300000000), (2396, 0, 0x8206b6030701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2396, 0, 0x8206b7030701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2396, 0, 0x8506b8030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333936272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323230303020676f6c6420636f696e732e0600646f6f726964020300000000), (2396, 0, 0x8506b9030701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333936272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323230303020676f6c6420636f696e732e0600646f6f726964020300000000), (2397, 0, 0x9206b5030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333937272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313332303020676f6c6420636f696e732e0600646f6f726964020100000000), (2397, 0, 0x9206b6030601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333937272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313332303020676f6c6420636f696e732e0600646f6f726964020100000000), (2398, 0, 0x630122000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333938272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343239303020676f6c6420636f696e732e0600646f6f726964020100000000), (2398, 0, 0x670120000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2398, 0, 0x670121000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2398, 0, 0x670120000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2398, 0, 0x670121000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2399, 0, 0x67011b000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2399, 0, 0x67011b000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2399, 0, 0x63011d000701000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332333939272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343430303020676f6c6420636f696e732e0600646f6f726964020100000000), (2399, 0, 0x67011c000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2399, 0, 0x67011c000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2400, 0, 0x54011f000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2400, 0, 0x540120000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2400, 0, 0x580121000601000000630600), (2400, 0, 0x5d0120000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343030272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353833303020676f6c6420636f696e732e0600646f6f726964020200000000), (2400, 0, 0x5d0121000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343030272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353833303020676f6c6420636f696e732e0600646f6f726964020100000000), (2401, 0, 0x540119000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2401, 0, 0x54011a000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2401, 0, 0x58011b000601000000630600), (2401, 0, 0x5d011b000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343031272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353339303020676f6c6420636f696e732e0600646f6f726964020200000000), (2401, 0, 0x5d011c000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343031272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353339303020676f6c6420636f696e732e0600646f6f726964020200000000), (2402, 0, 0x540114000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2402, 0, 0x540115000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2402, 0, 0x590115000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343032272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323634303020676f6c6420636f696e732e0600646f6f726964020100000000), (2402, 0, 0x590116000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343032272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323634303020676f6c6420636f696e732e0600646f6f726964020100000000), (2403, 0, 0x540110000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2403, 0, 0x540111000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2403, 0, 0x590111000601000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343033272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320313938303020676f6c6420636f696e732e0600646f6f726964020200000000), (2404, 0, 0x5c0110000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2404, 0, 0x5c0111000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2404, 0, 0x5f0112000601000000650600), (2404, 0, 0x5f0114000601000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343034272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343138303020676f6c6420636f696e732e0600646f6f726964020100000000), (2404, 0, 0x620110000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2404, 0, 0x620111000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2404, 0, 0x600114000601000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343034272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343138303020676f6c6420636f696e732e0600646f6f726964020200000000), (2405, 0, 0x950029000501000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2405, 0, 0x960029000501000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2405, 0, 0x91002d000501000000630600), (2405, 0, 0x97002d00050100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343035272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353238303020676f6c6420636f696e732e0600646f6f726964020200000000), (2413, 0, 0xa4001d000601000000d3238002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343133272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333139303020676f6c6420636f696e732e0600646f6f726964020100000000), (2420, 0, 0x93003e000701000000d5238002000b006465736372697074696f6e015800000049742062656c6f6e677320746f20686f757365202744454d4f4e49414320484f555345272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320363630303020676f6c6420636f696e732e0600646f6f726964020100000000), (2420, 0, 0x96003f0007010000001f0a80010007006465706f7469640201000000170000000000), (2420, 0, 0x920041000701000000cd2300), (2424, 0, 0xac003e000701000000431900), (2424, 0, 0xac003f00070100000006148002000b006465736372697074696f6e015e00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343234272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f7374732031323938303020676f6c6420636f696e732e0600646f6f726964020200000000), (2424, 0, 0xb2003f000701000000cd2300), (2424, 0, 0xb7003c000601000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2424, 0, 0xb7003d000601000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2424, 0, 0xb7003c0007010000001f0a80010007006465706f7469640201000000170000000000), (2424, 0, 0xb20040000601000000cd2300), (2424, 0, 0xb60041000601000000e0068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2424, 0, 0xb70041000601000000e1068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2425, 0, 0x98003f0007010000001f0a80010007006465706f7469640201000000170000000000), (2425, 0, 0x9c003e000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343235272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320353036303020676f6c6420636f696e732e0600646f6f726964020100000000), (2425, 0, 0x9b0042000701000000640600), (2429, 0, 0xa4003e000701000000fd138002000b006465736372697074696f6e014400000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343239272e2041636b65727a696e206f776e73207468697320686f7573652e0600646f6f726964020100000000), (2429, 0, 0xa4003f0007010000007d08800100070063686172676573020100000000), (2429, 0, 0xa300420007010000009c0900), (2429, 0, 0xa50042000701000000dd0900), (2429, 0, 0xa80043000701000000da068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2429, 0, 0xa80044000701000000db068001000b006465736372697074696f6e01190000004e6f626f647920697320736c656570696e672074686572652e00), (2431, 0, 0x85003e000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343331272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333835303020676f6c6420636f696e732e0600646f6f726964020100000000), (2431, 0, 0x7f0040000701000000d02300), (2432, 0, 0x7a0043000701000000fd138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343332272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323533303020676f6c6420636f696e732e0600646f6f726964020100000000), (2433, 0, 0x9f004200040100000006148002000b006465736372697074696f6e015c00000049742062656c6f6e677320746f2068616c6c2027556e6e616d656420486f757365202332343333272e204e6f626f6479206f776e7320746869732068616c6c2e20497420636f7374732032373833303020676f6c6420636f696e732e0600646f6f726964020100000000), (2435, 0, 0x7a0038000401000000650600), (2435, 0, 0x820034000301000000650600), (2435, 0, 0x810034000401000000fd138002000b006465736372697074696f6e015600000049742062656c6f6e677320746f2068616c6c20274755494c4420484f5553452032272e204e6f626f6479206f776e7320746869732068616c6c2e20497420636f7374732033353331303020676f6c6420636f696e732e0600646f6f726964020100000000), (2444, 0, 0x9c003200060100000006148002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343434272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323331303020676f6c6420636f696e732e0600646f6f726964020100000000), (2445, 0, 0xa50078000501000000c5048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343435272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320323230303020676f6c6420636f696e732e0600646f6f726964020200000000), (2446, 0, 0xa1007b000501000000c3048002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343436272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320333431303020676f6c6420636f696e732e0600646f6f726964020100000000), (2447, 0, 0xe70057000801000000ff138002000b006465736372697074696f6e015d00000049742062656c6f6e677320746f20686f7573652027556e6e616d656420486f757365202332343437272e204e6f626f6479206f776e73207468697320686f7573652e20497420636f73747320343037303020676f6c6420636f696e732e0600646f6f726964020200000000); -- -------------------------------------------------------- -- -- Estrutura da tabela `videos` -- CREATE TABLE IF NOT EXISTS `videos` ( `id` int(5) NOT NULL auto_increment, `titulo` varchar(20) NOT NULL, `url` varchar(50) NOT NULL, `autor` varchar(20) NOT NULL, `data` varchar(50) NOT NULL, `tag` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `videos` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `woe` -- CREATE TABLE IF NOT EXISTS `woe` ( `id` int(11) NOT NULL auto_increment, `started` int(11) NOT NULL, `guild` int(11) NOT NULL, `breaker` int(11) NOT NULL, `time` int(11) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Extraindo dados da tabela `woe` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_bug_logs` -- CREATE TABLE IF NOT EXISTS `z_bug_logs` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL, `status` tinyint(1) NOT NULL default '0', `description` text NOT NULL, `time` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `z_bug_logs` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_forum` -- CREATE TABLE IF NOT EXISTS `z_forum` ( `id` int(11) NOT NULL auto_increment, `sticky` tinyint(1) NOT NULL default '0', `closed` tinyint(1) NOT NULL default '0', `first_post` int(11) NOT NULL default '0', `last_post` int(11) NOT NULL default '0', `section` int(3) NOT NULL default '0', `icon_id` int(3) NOT NULL default '1', `replies` int(20) NOT NULL default '0', `views` int(20) NOT NULL default '0', `author_aid` int(20) NOT NULL default '0', `author_guid` int(20) NOT NULL default '0', `post_text` text NOT NULL, `post_topic` varchar(255) NOT NULL, `post_smile` tinyint(1) NOT NULL default '0', `post_date` int(20) NOT NULL default '0', `last_edit_aid` int(20) NOT NULL default '0', `edit_date` int(20) NOT NULL default '0', `post_ip` varchar(32) NOT NULL default '0.0.0.0', PRIMARY KEY (`id`), KEY `section` (`section`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Extraindo dados da tabela `z_forum` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_helpdesk` -- CREATE TABLE IF NOT EXISTS `z_helpdesk` ( `account` varchar(255) NOT NULL, `type` int(11) NOT NULL, `status` int(11) NOT NULL, `text` text NOT NULL, `id` int(11) NOT NULL, `subject` varchar(255) NOT NULL, `priority` int(11) NOT NULL, `reply` int(11) NOT NULL, `who` int(11) NOT NULL, `uid` int(11) NOT NULL auto_increment, `tag` int(11) NOT NULL, `registered` int(11) NOT NULL, PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ; -- -- Extraindo dados da tabela `z_helpdesk` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_monsters` -- CREATE TABLE IF NOT EXISTS `z_monsters` ( `hide_creature` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `mana` int(11) NOT NULL, `exp` int(11) NOT NULL, `health` int(11) NOT NULL, `speed_lvl` int(11) NOT NULL default '1', `use_haste` tinyint(1) NOT NULL, `voices` text NOT NULL, `immunities` varchar(255) NOT NULL, `summonable` tinyint(1) NOT NULL, `convinceable` tinyint(1) NOT NULL, `race` varchar(255) NOT NULL, `loot` text NOT NULL, `gfx_name` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `z_monsters` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_news_tickers` -- CREATE TABLE IF NOT EXISTS `z_news_tickers` ( `date` int(11) NOT NULL default '1', `author` int(11) NOT NULL, `image_id` int(3) NOT NULL default '0', `text` text NOT NULL, `hide_ticker` tinyint(1) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `z_news_tickers` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_ots_comunication` -- CREATE TABLE IF NOT EXISTS `z_ots_comunication` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `action` varchar(255) NOT NULL, `param1` varchar(255) NOT NULL, `param2` varchar(255) NOT NULL, `param3` varchar(255) NOT NULL, `param4` varchar(255) NOT NULL, `param5` varchar(255) NOT NULL, `param6` varchar(255) NOT NULL, `param7` varchar(255) NOT NULL, `delete_it` int(2) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; -- -- Extraindo dados da tabela `z_ots_comunication` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_ots_guildcomunication` -- CREATE TABLE IF NOT EXISTS `z_ots_guildcomunication` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `action` varchar(255) NOT NULL, `param1` varchar(255) NOT NULL, `param2` varchar(255) NOT NULL, `param3` varchar(255) NOT NULL, `param4` varchar(255) NOT NULL, `param5` varchar(255) NOT NULL, `param6` varchar(255) NOT NULL, `param7` varchar(255) NOT NULL, `delete_it` int(2) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13107 ; -- -- Extraindo dados da tabela `z_ots_guildcomunication` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_polls` -- CREATE TABLE IF NOT EXISTS `z_polls` ( `id` int(11) NOT NULL auto_increment, `question` varchar(255) NOT NULL, `end` int(11) NOT NULL, `start` int(11) NOT NULL, `answers` int(11) NOT NULL, `votes_all` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `z_polls` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_polls_answers` -- CREATE TABLE IF NOT EXISTS `z_polls_answers` ( `poll_id` int(11) NOT NULL, `answer_id` int(11) NOT NULL, `answer` varchar(255) NOT NULL, `votes` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `z_polls_answers` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_shopguild_history_item` -- CREATE TABLE IF NOT EXISTS `z_shopguild_history_item` ( `id` int(11) NOT NULL auto_increment, `to_name` varchar(255) NOT NULL default '0', `to_account` int(11) NOT NULL default '0', `from_nick` varchar(255) NOT NULL, `from_account` int(11) NOT NULL default '0', `price` int(11) NOT NULL default '0', `offer_id` int(11) NOT NULL default '0', `trans_state` varchar(255) NOT NULL, `trans_start` int(11) NOT NULL default '0', `trans_real` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `z_shopguild_history_item` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_shopguild_history_pacc` -- CREATE TABLE IF NOT EXISTS `z_shopguild_history_pacc` ( `id` int(11) NOT NULL auto_increment, `to_name` varchar(255) NOT NULL default '0', `to_account` int(11) NOT NULL default '0', `from_nick` varchar(255) NOT NULL, `from_account` int(11) NOT NULL default '0', `price` int(11) NOT NULL default '0', `pacc_days` int(11) NOT NULL default '0', `trans_state` varchar(255) NOT NULL, `trans_start` int(11) NOT NULL default '0', `trans_real` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Extraindo dados da tabela `z_shopguild_history_pacc` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_shopguild_offer` -- CREATE TABLE IF NOT EXISTS `z_shopguild_offer` ( `id` int(11) NOT NULL auto_increment, `points` int(11) NOT NULL default '0', `itemid1` int(11) NOT NULL default '0', `count1` int(11) NOT NULL default '0', `itemid2` int(11) NOT NULL default '0', `count2` int(11) NOT NULL default '0', `offer_type` varchar(255) default NULL, `offer_description` text NOT NULL, `offer_name` varchar(255) NOT NULL, `pid` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; -- -- Extraindo dados da tabela `z_shopguild_offer` -- INSERT INTO `z_shopguild_offer` (`id`, `points`, `itemid1`, `count1`, `itemid2`, `count2`, `offer_type`, `offer_description`, `offer_name`, `pid`) VALUES (1, 10, 7958, 1, 0, 0, 'item', 'You see a Vip Rod.', 'Vip Rod', 0), (2, 10, 7366, 1, 0, 0, 'item', 'You see 1 Vip Stars (Atk:110).', 'Vip Stars', 0), (3, 10, 8929, 1, 0, 0, 'item', '14:40 You see the Vip Club (Atk:105, Def:35).', 'Vip Club', 0), (4, 10, 8293, 1, 0, 0, 'item', 'You see a Vip Axe (Atk:105, Def:35)..', 'Vip Axe', 0), (5, 10, 2390, 1, 0, 0, 'item', '14:40 You see a imperium sword (Atk:105, Def:25).', 'Vip Sword', 0), (6, 2, 10570, 1, 0, 0, 'item', 'Com esse item voce pode se teleportar pra caves exclusivas !', 'Teleportador', 0), (7, 2, 2169, 1, 0, 0, 'item', 'esse ring da 700 de speed e dura 1 hora', '700 SPEED', 0), (8, 3, 9969, 1, 0, 0, 'item', 'Para aumentar seus pontos de critical, basta dar use no item.', 'Critical', 0), (9, 3, 9971, 10, 0, 0, 'item', 'You see 10 kks transformados.', '9971', 0), (10, 15, 2652, 1, 0, 0, 'item', '14:50 You see a demoniac armor (Arm:25, club fighting +4, sword fighting +4, axe fighting +4, distance fighting +5, shielding +4, magic level +3).', 'Demoniac Armor', 0), (11, 5, 2641, 1, 0, 0, 'item', 'You see Super Soft Boots (Arm:7, faster regeneration).', 'Super Soft Boots', 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `z_shop_history_item` -- CREATE TABLE IF NOT EXISTS `z_shop_history_item` ( `id` int(11) NOT NULL auto_increment, `to_name` varchar(255) NOT NULL default '0', `to_account` int(11) NOT NULL default '0', `from_nick` varchar(255) NOT NULL, `from_account` int(11) NOT NULL default '0', `price` int(11) NOT NULL default '0', `offer_id` int(11) NOT NULL default '0', `trans_state` varchar(255) NOT NULL, `trans_start` int(11) NOT NULL default '0', `trans_real` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; -- -- Extraindo dados da tabela `z_shop_history_item` -- INSERT INTO `z_shop_history_item` (`id`, `to_name`, `to_account`, `from_nick`, `from_account`, `price`, `offer_id`, `trans_state`, `trans_start`, `trans_real`) VALUES (4, '[ADM] theNOOBzenho', 4609985, '', 4609985, 35, 0, 'realized', 1487869929, 1487869973), (5, '[ADM] theNOOBzenho', 4609985, '', 4609985, 20, 0, 'realized', 1487869948, 1487869973), (6, '[ADM] theNOOBzenho', 4609985, '', 4609985, 35, 0, 'realized', 1487869954, 1487869973), (7, '[ADM] theNOOBzenho', 4609985, '', 4609985, 10, 20, 'realized', 1487869959, 1487869973), (8, '[ADM] theNOOBzenho', 4609985, '', 4609985, 25, 0, 'realized', 1487870019, 1487870020), (9, '[ADM] theNOOBzenho', 4609985, '', 4609985, 20, 0, 'realized', 1487870030, 1487870031); -- -------------------------------------------------------- -- -- Estrutura da tabela `z_shop_history_pacc` -- CREATE TABLE IF NOT EXISTS `z_shop_history_pacc` ( `id` int(11) NOT NULL auto_increment, `to_name` varchar(255) NOT NULL default '0', `to_account` int(11) NOT NULL default '0', `from_nick` varchar(255) NOT NULL, `from_account` int(11) NOT NULL default '0', `price` int(11) NOT NULL default '0', `pacc_days` int(11) NOT NULL default '0', `trans_state` varchar(255) NOT NULL, `trans_start` int(11) NOT NULL default '0', `trans_real` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Extraindo dados da tabela `z_shop_history_pacc` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `z_shop_offer` -- CREATE TABLE IF NOT EXISTS `z_shop_offer` ( `id` int(11) NOT NULL auto_increment, `points` int(11) NOT NULL default '0', `itemid1` int(11) NOT NULL default '0', `count1` int(11) NOT NULL default '0', `itemid2` int(11) NOT NULL default '0', `count2` int(11) NOT NULL default '0', `offer_type` varchar(255) default NULL, `offer_description` text NOT NULL, `offer_name` varchar(255) NOT NULL, `pid` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=77 ; -- -- Extraindo dados da tabela `z_shop_offer` -- INSERT INTO `z_shop_offer` (`id`, `points`, `itemid1`, `count1`, `itemid2`, `count2`, `offer_type`, `offer_description`, `offer_name`, `pid`) VALUES (1, 15, 2184, 1, 0, 0, 'itemvip', 'You see a Supreme Wandrod.<br>\r\nIt can only be wielded properly by druids and sorcerers of level 8 or higher.<br>', 'Supreme Wandrod', 0), (2, 15, 2390, 1, 0, 0, 'itemvip', 'You see a supreme Sword (Atk:140, Def:40).<br>\rIt can only be wielded properly by knights of level 140 or higher.<br>', 'Supreme Sword', 0), (3, 15, 2443, 1, 0, 0, 'itemvip', 'You see a supreme Axe (Atk:140, Def:40).<br>\r\nIt can only be wielded properly by players of level 70 or higher.<br>', 'Supreme Axe', 0), (4, 15, 7392, 1, 0, 0, 'itemvip', 'You see a Supreme Club (Atk:140, Def:40)..<br>\r\nIt can only be wielded properly by players of level 35 or higher.<br>', 'Supreme Club', 0), (5, 8, 7840, 1, 0, 0, 'itemvip', 'You see a Supreme flaming (Atk:170).<br>\r\nClique nela com o botão direito que muda o elemento !<br>', 'Supreme Flecha', 0), (6, 6, 8854, 1, 0, 0, 'itemvip', 'You see a Supreme Bow (Range:19, Atk +18, Hit% +15).<br>\r\nIt can only be wielded properly by paladins of level 80 or higher.<br>', 'Supreme Bow', 0), (7, 13, 7902, 1, 0, 0, 'item', 'You see a supreme helmet mage (Arm:30, magic level +5, protection energy +5%, earth +5%, fire +5%, ice +5%, faster regeneration Mana 50/2s).\r\n\r\n', 'Supreme Mage Helmet', 0), (8, 13, 7897, 1, 0, 0, 'item', 'You see a supreme armor mage (Arm:30, magic level +7, protection energy +5%, earth +5%, fire +5%, ice +5%, faster regeneration Mana 50/2s).\r\n\r\n', 'Supreme Mage Armor', 0), (9, 13, 7896, 1, 0, 0, 'item', 'You see supreme legs mage (Arm:30, magic level +3, protection energy +5%, earth +5%, fire +5%, ice +5%, faster regeneration Mana 50/2s).\r\n\r\n', 'Supreme Mage Legs', 0), (10, 13, 7892, 1, 0, 0, 'item', 'You see supreme boots mage (Arm:30, magic level +5, protection energy +5%, earth +5%, fire +5%, ice +5%, faster regeneration Mana 50/1s).\r\n\r\n', 'Supreme Mage Boots', 0), (11, 13, 2542, 1, 0, 0, 'item', 'You see a supreme shield mage (Def:40, magic level +10, protection energy +5%, earth +5%, fire +5%, ice +5%).\r\n\r\n', 'Supreme Mage Shield', 0), (12, 13, 7900, 1, 0, 0, 'item', 'You see a supreme helmet paladin (Arm:30, distance fighting +5,holy +3%, faster regeneration Mana-life 50/2s).\r\n\r\n', 'Supreme Paladin Helmet', 0), (13, 13, 7899, 1, 0, 0, 'item', 'You see a supreme armor paladin (Arm:30, distance fighting +7,holy +3%, faster regeneration Mana 50/2s)).\r\n\r\n', 'Supreme Paladin Armor', 0), (14, 13, 7894, 1, 0, 0, 'item', 'You see supreme legs paladin (Arm:30, distance fighting +7)holy +3%.\r\n\r\n', 'Supreme Paladin Legs', 0), (15, 13, 7891, 1, 0, 0, 'item', 'You see supreme boots paladin (Arm:30, distance fighting +3,holy +3%, faster regeneration Mana-life 50/1s)).\r\n\r\n', 'Supreme Paladin Boots', 0), (16, 13, 7460, 1, 0, 0, 'item', 'You see a supreme shield paladin (Def:100, distance fighting +10,holy +3%, shielding +10, faster regeneration Mana-life 50/2s)).\r\n\r\n', 'Supreme Paladin Shield', 0), (17, 13, 9778, 1, 0, 0, 'item', 'You see a supreme helmet knight (Arm:30, club fighting +2,holy +3%, sword fighting +2, axe fighting +2, shielding +2, faster regeneration life 50/2s).\r\n\r\n', 'Supreme Knight Helmet', 0), (18, 13, 9776, 1, 0, 0, 'item', 'You see a supreme armor knight (Arm:30, club fighting +6,holy +3%, sword fighting +6, axe fighting +6, shielding +6, faster regeneration Mana100/1s life 50/2s).\r\n\r\n', 'Supreme Knight Armor', 0), (19, 13, 9777, 1, 0, 0, 'item', 'You see a supreme legs knight (Arm:30, club fighting +6,holy +3%, sword fighting +6, axe fighting +6, shielding +6).\r\n\r\n', 'Supreme Knight Legs', 0), (20, 13, 9932, 1, 0, 0, 'item', 'You see a supreme boots knight (Arm:30, club fighting +3,holy +3%, sword fighting +3, axe fighting +3, shielding +3, faster regeneration life 50/1s).\r\n\r\n', 'Supreme Knight Boots', 0), (21, 13, 6433, 1, 0, 0, 'item', 'You see a supreme shield knight (Def:100, club fighting +5, sword fighting +5, axe fighting +5, shielding +5, faster regeneration life 50/2s).\r\n\r\n', 'Supreme Knight Shield', 0), (22, 35, 10138, 1, 0, 0, 'item', 'You see a Red Skull Infinito, não perde itens, redskull nem blackskull.\r\n\r\n', 'Red Skull Infinito', 0), (23, 20, 12385, 1, 0, 0, 'item', 'Apos comprar, o item vai pra sua Backpack, de use nele, e vire donate.\r\n\r\n', 'DONATE INFINITO', 0), (25, 35, 2218, 1, 5926, 1, 'container', 'Este anel lhe da 2x mais experiencia ELE É INFINITO <font color="#FF0000">VAI DENTRO DE UMA BACKPACK!</font>', 'Ring double XP.', 0), (27, 10, 9969, 20, 5926, 1, 'container', 'Para aumentar seus pontos de critical, basta dar use no item <font color="#FF0000">VAI DENTRO DE UMA BACKPACK!</font>', '20 Critical.', 0), (28, 25, 12289, 1, 0, 0, 'item', 'Full Stamina Regeneration <font color="#FF0000">INFINITO</font>.', 'Stamina Refil.', 0), (76, 20, 8978, 1, 0, 0, 'item', 'Apos utilizar esse item, voce podera entrar em todas as quests donate<br>', 'ACESSO QUESTS DONATES', 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `z_spells` -- CREATE TABLE IF NOT EXISTS `z_spells` ( `name` varchar(255) NOT NULL, `spell` varchar(255) NOT NULL, `spell_type` varchar(255) NOT NULL, `mana` int(11) NOT NULL default '0', `lvl` int(11) NOT NULL default '0', `mlvl` int(11) NOT NULL default '0', `soul` int(11) NOT NULL default '0', `pacc` varchar(255) NOT NULL, `vocations` varchar(255) NOT NULL, `conj_count` int(11) NOT NULL default '0', `hide_spell` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `z_spells` -- -- -- Restrições para as tabelas dumpadas -- -- -- Restrições para a tabela `guild_kills` -- ALTER TABLE `guild_kills` ADD CONSTRAINT `guild_kills_ibfk_1` FOREIGN KEY (`war_id`) REFERENCES `guild_wars` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `guild_kills_ibfk_2` FOREIGN KEY (`death_id`) REFERENCES `player_deaths` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `guild_kills_ibfk_3` FOREIGN KEY (`guild_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE; -- -- Restrições para a tabela `guild_wars` -- ALTER TABLE `guild_wars` ADD CONSTRAINT `guild_wars_ibfk_1` FOREIGN KEY (`guild_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `guild_wars_ibfk_2` FOREIGN KEY (`enemy_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE;
  4. OBRIGADO GRANDE, ME PERDOE MAIS UMA VEZ, ME MANDA O LINK DAS REGRAS POR FAVOR, EU REALMENTE FICO VOANDO QUANDO VOU POSTAR ALGO, EU QUERIA POSTAR NO SUPORTE, MAS QUANDO O MOUSE PASSAVA EM CIMA NÃO PODIA CLICAR. MAIS UMA VEZ ME PERDOE, NÃO FAÇO POR MAL, ABRAÇO
  5. esse erro acontece quando eu importo a database do server, vou deixar um print aqui.
  6. já mudei pra mysql e um cara daqui do tk me ajudou muito! Obrigado! Problema resolvido
  7. Man, posso te add no whatsapp? eu venho postando os bugs aqui a um tempinho mas não venho obtendo respostas, to precisando de ajuda de verdade o meu whats é 77988716303
  8. Gente, quero colocar meu server on, quero muito! Já tenho o dinheiro separado do host, já escolhi o dedicado, já escolhi meu server, o mau é que meu servidor (Baiak Extreme) veio com alguns erros, eu ja tirei a maioria, são alguns errinhos simples pra quem sabe mexer que está ocorrendo na distro, mas ainda tem alguns que eu não consigo tirar nem a pau, todo dia eu viro a noite indo dormir 5 hrs da manhã tentando solucionar esses bugs, e nada. Vou deixar o upload dele aqui, se algum bom cristão quiser me ajudar, nossa, não sei nem como agradecer, de verdade, serei eternamente grato, juro que entro no seu perfil e dou rep+ em tudo ate eu não poder mais, juro que crio um evento com seu nome, por favor me ajudem! Conto com vcs! :D Baiak_Extreme_0.2(OTProjects)_-_SirPotter_Xtibia.com.rar
  9. Config Lua : -- The Forgotten Server Config -- Account manager accountManager = true namelockManager = true newPlayerChooseVoc = true newPlayerSpawnPosX = 160 newPlayerSpawnPosY = 54 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 8 newPlayerMagicLevel = 0 generateAccountNumber = false -- Unjustified kills -- NOTE: *Banishment and *BlackSkull variables are >summed up< -- (dailyFragsToRedSkull + dailyFragsToBanishment) with their -- *RedSkull equivalents. -- Auto banishing works only if useBlackSkull set to negative. -- advancedFragList is not advised if you use huge frags -- requirements. useFragHandler = true redSkullLength = 3 * 24 * 60 * 60 blackSkullLength = 7 * 24 * 60 * 60 dailyFragsToRedSkull = 5 weeklyFragsToRedSkull = 25 monthlyFragsToRedSkull = 100 dailyFragsToBlackSkull = dailyFragsToRedSkull weeklyFragsToBlackSkull = weeklyFragsToRedSkull monthlyFragsToBlackSkull = monthlyFragsToRedSkull dailyFragsToBanishment = dailyFragsToRedSkull weeklyFragsToBanishment = weeklyFragsToRedSkull monthlyFragsToBanishment = monthlyFragsToRedSkull blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true advancedFragList = false -- Banishments -- violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment -- killsBanLength works only if useBlackSkull option is disabled. notationsToBan = 3 warningsToFinalBan = 4 warningsToDeletion = 5 banLength = 7 * 24 * 60 * 60 killsBanLength = 7 * 24 * 60 * 60 finalBanLength = 30 * 24 * 60 * 60 ipBanishmentLength = 1 * 24 * 60 * 60 broadcastBanishments = true maxViolationCommentSize = 200 violationNameReportActionType = 2 autoBanishUnknownBytes = false -- Battle -- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage. -- loginProtectionPeriod is the famous Tibia anti-magebomb system. -- deathLostPercent set to nil enables manual mode. worldType = "open" protectionLevel = 1 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 35 * 1000 huntingDuration = 20 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = true removeWeaponAmmunition = false removeWeaponCharges = false removeRuneCharges = false whiteSkullTime = 1 * 30 * 1000 noDamageToSameLookfeet = false showHealingDamage = false showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false loginProtectionPeriod = 10 * 1000 deathLostPercent = 10 stairhopDelay = 2 * 1000 pushCreatureDelay = 2 * 1000 deathContainerId = 1987 gainExperienceColor = 215 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true fistBaseAttack = 7 -- Connection config worldId = 0 ip = "waltserver.servegame.com" loginPort = 7171 gamePort = 7172 loginTries = 10 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 1000 motd = "Bem Vindo ao Waltserver!" displayOnOrOffAtCharlist = false onePlayerOnlinePerAccount = true allowClones = false serverName = "Waltserver" loginMessage = "Bem Vindo ao Waltserver!" statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = false -- Database -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database. -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value. -- encryptionType can be plain, md5, sha1, sha256, sha512 or vahash. sqlType = "sqlite" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "imperiaonline" sqlDatabase = "cdcol" sqlFile = "forgottenserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "sha1" -- Deathlist deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 5 -- Guilds ingameGuildManagement = true levelToFormGuild = 8 premiumDaysToFormGuild = 0 guildNameMinLength = 4 guildNameMaxLength = 20 -- Highscores highscoreDisplayPlayers = 15 updateHighscoresAfterMinutes = 60 -- Houses buyableAndSellableHouses = true houseNeedPremium = true bedsRequirePremium = true levelToBuyHouse = 1 housesPerAccount = 0 houseRentAsPrice = false housePriceAsRent = false housePriceEachSquare = 1000 houseRentPeriod = "never" houseCleanOld = 0 guildHalls = false -- Item usage timeBetweenActions = 200 timeBetweenExActions = 1000 hotkeyAimbotEnabled = true -- Map -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning. mapName = "baiak yurots.otbm" mapAuthor = "Komic" randomizeTiles = true storeTrash = true cleanProtectedZones = true mailboxDisabledTowns = "" -- Process -- NOTE: defaultPriority works only on Windows and niceLevel on *nix -- niceLevel works only on *nix systems -- coresUsed are seperated by comma cores ids used by server process, -- default is -1, so it stays untouched (automaticaly assigned by OS). defaultPriority = "high" niceLevel = 5 coresUsed = "-1" -- Startup startupDatabaseOptimization = true updatePremiumStateAtStartup = true confirmOutdatedVersion = false -- Spells formulaLevel = 5.0 formulaMagic = 1.0 bufferMutedOnSpellFailure = false spellNameInsteadOfWords = false emoteSpells = false -- Outfits allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = false addonsOnlyPremium = true -- Miscellaneous -- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature, -- called "exception tracer" (__EXCEPTION_TRACER__ flag). dataDirectory = "data/" logsDirectory = "data/logs/" bankSystem = true displaySkillLevelOnAdvance = false promptExceptionTracerErrorBox = true maximumDoorLevel = 500 maxMessageBuffer = 4 -- VIP list separateVipListPerCharacter = false vipListDefaultLimit = 20 vipListDefaultPremiumLimit = 100 -- Saving-related -- useHouseDataStorage usage may be found at README. saveGlobalStorage = true useHouseDataStorage = false storePlayerDirection = false -- Loot -- monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's) checkCorpseOwner = true monsterLootMessage = 3 monsterLootMessageType = 25 -- Ghost mode ghostModeInvisibleEffect = false ghostModeSpellEffects = true -- Limits idleWarningTime = 14 * 60 * 1000 idleKickTime = 15 * 60 * 1000 reportsExpirationAfterReads = 1 playerQueryDeepness = 2 tileLimit = 0 protectionTileLimit = 0 houseTileLimit = 0 -- Premium-related freePremium = true premiumForPromotion = true -- Blessings -- NOTE: blessingReduction* regards items/containers loss. -- eachBlessReduction is how much each bless reduces the experience/magic/skills loss. blessings = true blessingOnlyPremium = true blessingReductionBase = 30 blessingReductionDecrement = 5 eachBlessReduction = 8 -- Rates -- NOTE: experienceStages configuration is located in data/XML/stages.xml. -- rateExperienceFromPlayers 0 to disable. experienceStages = true rateExperience = 100 rateExperienceFromPlayers = 0 rateSkill = 50 rateMagic = 35 rateLoot = 5 rateSpawn = 5 -- Monster rates rateMonsterHealth = 1.0 rateMonsterMana = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 -- Experience from players -- NOTE: min~Threshold* set to 0 will disable the minimum threshold: -- player will gain experience from every lower leveled player. -- max~Threshold* set to 0 will disable the maximum threshold: -- player will gain experience from every higher leveled player. minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1 -- Stamina -- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000. -- rateStaminaHits multiplies every hit done a creature, which are later -- multiplied by player attack speed. -- rateStaminaGain is multiplying every second of logged out time, eg: -- 60 * 1000 / 3 = 20 seconds, what gives 1 stamina minute for 3 being logged off. -- rateStaminaThresholdGain is dividing in case the normal gain (that is -- multiplied by rateStaminaGain, btw.) passed above threshold, eg: -- 60 * 1000 / 3 = 20 / 4 = 5 seconds (3 * 4 = 12 minutes for 1 stamina minute). -- staminaRatingLimit* is in minutes. rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 40 * 60 staminaRatingLimitBottom = 14 * 60 staminaLootLimit = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true -- Party -- NOTE: experienceShareLevelDifference is float number. -- experienceShareLevelDifference is highestLevel * value experienceShareRadiusX = 30 experienceShareRadiusY = 30 experienceShareRadiusZ = 1 experienceShareLevelDifference = 2 / 3 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 5 experienceShareActivity = 2 * 60 * 1000 -- Global save -- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours, -- if you want such a system please check out data/globalevents/globalevents.xml. globalSaveEnabled = false globalSaveHour = 8 globalSaveMinute = 0 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false -- Spawns deSpawnRange = 2 deSpawnRadius = 50 -- Summons maxPlayerSummons = 2 teleportAllSummons = false teleportPlayerSummons = false -- Status statusPort = 7171 ownerName = "EvoBR" ownerEmail = "@otland.net" url = "http://otland.net/" location = "Europe" displayGamemastersWithOnlineCommand = false -- Logs -- NOTE: This kind of logging does not work in GUI version. -- For such, please compile the software with __GUI_LOGS__ flag. displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outputLog = "" truncateLogsOnStartup = false -- Manager -- NOTE: managerPassword left blank disables manager. managerPort = 7171 managerLogs = true managerPassword = "" managerLocalhostOnly = true managerConnectionsLimit = 1 -- Admin -- NOTE: adminPassword left blank disables manager. -- Set to anything if you set adminRequireLogin to false. -- adminEncryption available options: rsa1024xtea; -- remember to set correct data! adminPort = 7171 adminLogs = true adminPassword = "" adminLocalhostOnly = true adminConnectionsLimit = 1 adminRequireLogin = true adminEncryption = "" adminEncryptionData = "" Não mano, o meu ta pra 1000 players no conf.lua. É algum outro problema que não to conseguindo achar, queria eu que fosse só isso
  10. Meu mapa ta de boa, estou tirando os bugs aos poucos, tinha bem mais bugs, agora tem menos da metade. Esse aqui não tinha apareceu agora. Quando 7 players estão logados, o oitavo não consegue, e fica dando erro na minha distro. Agora reiniciei o server e não vai dar pra postar o print, mas na distro fica falando algo sobre vs_guard.lua, que algo não existe, algo também sobre creaturescript. Amanhã quando o oitavo player for logar da pra eu tirar print do bug pra postar aqui. Até lá me ajudem com esse que acho que também faz parte: [2:13:19.034] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such function: UNIX_TIMESTAMP (SELECT "id","name","account_id" FROM "players" WHERE "level" < 300 AND "name" NOT IN('Account Manager', 'Sorcerer Sample', 'Druid Sample', 'Paladin Sample', 'Knight Sample', 'Rook Sample') AND "group_id" < 2 AND "lastlogin" < UNIX_TIMESTAMP() - 5184000;) Vou postar os arquivos lua: vs_guard.lua: dofile("./_woe.lua") function onLogin(cid) registerCreatureEvent(cid, "vs_guard") return true end function onStatsChange(cid, attacker, type, combat, value) if not isCreature(attacker) or isPlayer(attacker) then return true end Woe.getInfo() if (type == STATSCHANGE_HEALTHLOSS) then if (getCreatureName(attacker):lower() == "guard") then if (infoLua[2] == getPlayerGuildId(cid)) then doMonsterChangeTarget(attacker) return false end end end return true end __________________________________________________________________________ Agora: Creaturescript.xml : <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <event type="login" name="PlayerLogin" event="script" value="login.lua"/> <event type="login" name="viplogin" script="viplogin.lua"/> <event type="login" name="firstitem" script="firstitems.lua"/> <event type="login" name="OutfitVip" script="outfitvip.lua"/> <event type="login" name="playercheck" script="playercheck.lua"/> <event type="login" name="VocationVip" script="vocationvip.lua"/> <event type="death" name="ferumbrasoftower" event="script" value="ferumbrasoftower.lua"/> <event type="death" name="ushuriel" event="script" value="ushuriel.lua"/> <event type="joinchannel" name="GuildMotd" event="script" value="guildmotd.lua"/> <event type="receivemail" name="Mail" event="script" value="mail.lua"/> <event type="reportbug" name="SaveReportBug" script="reportbug.lua"/> <event type="think" name="SkullCheck" event="script" value="skullcheck.lua"/> <event type="death" name="PlayerDeath" event="script" value="playerdeath.lua"/> <event type="statschange" name="zombieevent" event="script" value="zombievent.lua"/> <event type="PrepareDeath" name="pvparena" script="pvparena.lua"/> <event type="attack" name="attackguild" script="attackguild.lua"/> <event type="kill" name="TopFrags" event="script" value="topfrags.lua"/> <event type="death" name="azerus" event="script" value="azerus.lua"/> <!-- Amulet Shop --> <event type="PrepareDeath" name="skullamulet" event="script" value="skullamulet.lua"/> <event type="PrepareDeath" name="chargeamulet" event="script" value="chargeamulet.lua"/> <event type="preparedeath" name="foreveramulet" event="script" value="foreveramulet.lua"/> <!-- Tasks --> <event type="kill" name="KillingInTheNameOf" event="script" value="killinginthenameof.lua"/> <!-- Draken Set Quest --> <event type="death" name="thed" event="script" value="thed.lua"/> <!-- Potion Double Exp --> <event type="login" name="expRate" event="script" value="potionexp.lua"/> <event type="death" name="ga1" event="script" value="ga1.lua"/> <event type="death" name="ga2" event="script" value="ga2.lua"/> <event type="death" name="ga3" event="script" value="ga3.lua"/> <event type="death" name="gv1" event="script" value="gv1.lua"/> <event type="death" name="gv2" event="script" value="gv2.lua"/> <event type="death" name="gv3" event="script" value="gv3.lua"/> <!-- WoE --> <event type="death" name="empe_broken" event="script" value="empe_broken.lua"/> <event type="death" name="pre_empes" event="script" value="pre_empes.lua"/> <event type="statschange" name="empe_dmg" event="script" value="empe_dmg.lua"/> <event type="login" name="reg_vs_guard" event="script" value="vs_guard.lua"/> <event type="statschange" name="vs_guard" event="script" value="vs_guard.lua"/> <event type="think" name="idle" event="script" value="idle.lua"/> </creaturescripts> ____________________________________________________________________________________________________________________________________ Também está falando algo sobre Potionexp.lua, vou deixar aqui o arquivo pra vcs darem uma olhada por favor Potionexp.lua: local config = { rate = 2, -- 4x More Experience storage = 21002 } local function endExpRate(cid) if isPlayer(cid) == TRUE then doPlayerSetRate(cid, SKILL__LEVEL, 1) -- config.lua rate setPlayerStorageValue(cid, config.storage, -1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "O efeito da Double Exp Potion acabou!") end end function onLogin(cid) local str = getPlayerStorageValue(cid, config.storage) if(str >= 0 and (str - os.time()) > 0) then doPlayerSetRate(cid, SKILL__LEVEL, config.rate) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "O efeito da Double Exp Potion acaba às: " .. os.date("%X", str)) addEvent(endExpRate, (str - os.time()) * 1000, cid) else doPlayerSetRate(cid, SKILL__LEVEL, 1) -- config.lua rate setPlayerStorageValue(cid, config.storage, -1) end return TRUE end _______________________________________________________________________________________________________________ Meu login.lua: local config = { loginMessage = getConfigValue('loginMessage') } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10) end local accountManager = getPlayerAccountManager(cid) if(accountManager == MANAGER_NONE) then local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage if(lastLogin > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "." else str = str .. " Please choose your outfit." doPlayerSendOutfitWindow(cid) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) elseif(accountManager == MANAGER_NAMELOCK) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?") elseif(accountManager == MANAGER_ACCOUNT) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.") end if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "KillingInTheNameOf") registerCreatureEvent(cid, "ferumbrasoftower") registerCreatureEvent(cid, "ushuriel") registerCreatureEvent(cid, "thed") registerCreatureEvent(cid, "TopFrags") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "azerus") registerCreatureEvent(cid, "points") registerCreatureEvent(cid, "attackguild") registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "inquisitionPortals") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, VipReceive) registerCreatureEvent(cid, "PlayerKill") registerCreatureEvent(cid, "war") registerCreatureEvent(cid, "war_login") registerCreatureEvent(cid, "killer") registerCreatureEvent(cid, "amulet") registerCreatureEvent(cid, "skullamulet") registerCreatureEvent(cid, "chargeamulet") registerCreatureEvent(cid, "foreveramulet") registerCreatureEvent(cid, "zombieevent") registerCreatureEvent(cid, "ga1") registerCreatureEvent(cid, "ga2") registerCreatureEvent(cid, "ga3") registerCreatureEvent(cid, "gv1") registerCreatureEvent(cid, "gv2") registerCreatureEvent(cid, "gv3") if (InitArenaScript ~= 0) then InitArenaScript = 1 -- make arena rooms free for i = 42300, 42309 do setGlobalStorageValue(i, 0) setGlobalStorageValue(i+100, 0) end end -- if he did not make full arena 1 he must start from zero if getPlayerStorageValue(cid, 42309) < 1 then for i = 42300, 42309 do setPlayerStorageValue(cid, i, 0) end end -- if he did not make full arena 2 he must start from zero if getPlayerStorageValue(cid, 42319) < 1 then for i = 42310, 42319 do setPlayerStorageValue(cid, i, 0) end end -- if he did not make full arena 3 he must start from zero if getPlayerStorageValue(cid, 42329) < 1 then for i = 42320, 42329 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42355) == -1 then setPlayerStorageValue(cid, 42355, 0) -- did not arena level end setPlayerStorageValue(cid, 42350, 0) -- time to kick 0 setPlayerStorageValue(cid, 42352, 0) -- is not in arena return true end _____________________________________________________________________________________ Desculpem se deixei o post enorme pessoal, mas estou precisando muito de ajuda, sou novo nessas coisas de ot, de programação, mas estou aprendendo todos os dias, estou tirando os erros do meu mapa eu mesmo com a ajuda de vcs é claro, e quando tiver sem erro liso, eu com certeza vou pagar um dedicado e investir no meu sonho. Por favor me ajudem a sonhar mais alto. :D Esse bug ta me fazendo perder o sono, e eu não quero perder esse mapa, adoro esse mapa,se ajudar, é o Extreme Baiak, adoro ele pois não tem itens baiak e é super balanceado. Esqueci de falar que meu mapa ainda não tem site, é sqlite. Obrigado
  11. Meu mapa ta de boa, estou tirando os bugs aos poucos, tinha bem mais bugs, agora tem menos da metade. Esse aqui não tinha apareceu agora. Quando 7 players estão logados, o oitavo não consegue, e fica dando erro na minha distro. Agora reiniciei o server e não vai dar pra postar o print, mas na distro fica falando algo sobre vs_guard.lua, que algo não existe, algo também sobre creaturescript. Amanhã quando o oitavo player for logar da pra eu tirar print do bug pra postar aqui. Até lá me ajudem com esse que acho que também faz parte: [2:13:19.034] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such function: UNIX_TIMESTAMP (SELECT "id","name","account_id" FROM "players" WHERE "level" < 300 AND "name" NOT IN('Account Manager', 'Sorcerer Sample', 'Druid Sample', 'Paladin Sample', 'Knight Sample', 'Rook Sample') AND "group_id" < 2 AND "lastlogin" < UNIX_TIMESTAMP() - 5184000;) Vou postar os arquivos lua: vs_guard.lua: dofile("./_woe.lua") function onLogin(cid) registerCreatureEvent(cid, "vs_guard") return true end function onStatsChange(cid, attacker, type, combat, value) if not isCreature(attacker) or isPlayer(attacker) then return true end Woe.getInfo() if (type == STATSCHANGE_HEALTHLOSS) then if (getCreatureName(attacker):lower() == "guard") then if (infoLua[2] == getPlayerGuildId(cid)) then doMonsterChangeTarget(attacker) return false end end end return true end __________________________________________________________________________ Agora: Creaturescript.xml : <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <event type="login" name="PlayerLogin" event="script" value="login.lua"/> <event type="login" name="viplogin" script="viplogin.lua"/> <event type="login" name="firstitem" script="firstitems.lua"/> <event type="login" name="OutfitVip" script="outfitvip.lua"/> <event type="login" name="playercheck" script="playercheck.lua"/> <event type="login" name="VocationVip" script="vocationvip.lua"/> <event type="death" name="ferumbrasoftower" event="script" value="ferumbrasoftower.lua"/> <event type="death" name="ushuriel" event="script" value="ushuriel.lua"/> <event type="joinchannel" name="GuildMotd" event="script" value="guildmotd.lua"/> <event type="receivemail" name="Mail" event="script" value="mail.lua"/> <event type="reportbug" name="SaveReportBug" script="reportbug.lua"/> <event type="think" name="SkullCheck" event="script" value="skullcheck.lua"/> <event type="death" name="PlayerDeath" event="script" value="playerdeath.lua"/> <event type="statschange" name="zombieevent" event="script" value="zombievent.lua"/> <event type="PrepareDeath" name="pvparena" script="pvparena.lua"/> <event type="attack" name="attackguild" script="attackguild.lua"/> <event type="kill" name="TopFrags" event="script" value="topfrags.lua"/> <event type="death" name="azerus" event="script" value="azerus.lua"/> <!-- Amulet Shop --> <event type="PrepareDeath" name="skullamulet" event="script" value="skullamulet.lua"/> <event type="PrepareDeath" name="chargeamulet" event="script" value="chargeamulet.lua"/> <event type="preparedeath" name="foreveramulet" event="script" value="foreveramulet.lua"/> <!-- Tasks --> <event type="kill" name="KillingInTheNameOf" event="script" value="killinginthenameof.lua"/> <!-- Draken Set Quest --> <event type="death" name="thed" event="script" value="thed.lua"/> <!-- Potion Double Exp --> <event type="login" name="expRate" event="script" value="potionexp.lua"/> <event type="death" name="ga1" event="script" value="ga1.lua"/> <event type="death" name="ga2" event="script" value="ga2.lua"/> <event type="death" name="ga3" event="script" value="ga3.lua"/> <event type="death" name="gv1" event="script" value="gv1.lua"/> <event type="death" name="gv2" event="script" value="gv2.lua"/> <event type="death" name="gv3" event="script" value="gv3.lua"/> <!-- WoE --> <event type="death" name="empe_broken" event="script" value="empe_broken.lua"/> <event type="death" name="pre_empes" event="script" value="pre_empes.lua"/> <event type="statschange" name="empe_dmg" event="script" value="empe_dmg.lua"/> <event type="login" name="reg_vs_guard" event="script" value="vs_guard.lua"/> <event type="statschange" name="vs_guard" event="script" value="vs_guard.lua"/> <event type="think" name="idle" event="script" value="idle.lua"/> </creaturescripts> ____________________________________________________________________________________________________________________________________ Também está falando algo sobre Potionexp.lua, vou deixar aqui o arquivo pra vcs darem uma olhada por favor Potionexp.lua: local config = { rate = 2, -- 4x More Experience storage = 21002 } local function endExpRate(cid) if isPlayer(cid) == TRUE then doPlayerSetRate(cid, SKILL__LEVEL, 1) -- config.lua rate setPlayerStorageValue(cid, config.storage, -1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "O efeito da Double Exp Potion acabou!") end end function onLogin(cid) local str = getPlayerStorageValue(cid, config.storage) if(str >= 0 and (str - os.time()) > 0) then doPlayerSetRate(cid, SKILL__LEVEL, config.rate) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "O efeito da Double Exp Potion acaba às: " .. os.date("%X", str)) addEvent(endExpRate, (str - os.time()) * 1000, cid) else doPlayerSetRate(cid, SKILL__LEVEL, 1) -- config.lua rate setPlayerStorageValue(cid, config.storage, -1) end return TRUE end _______________________________________________________________________________________________________________ Meu login.lua: local config = { loginMessage = getConfigValue('loginMessage') } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10) end local accountManager = getPlayerAccountManager(cid) if(accountManager == MANAGER_NONE) then local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage if(lastLogin > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "." else str = str .. " Please choose your outfit." doPlayerSendOutfitWindow(cid) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) elseif(accountManager == MANAGER_NAMELOCK) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?") elseif(accountManager == MANAGER_ACCOUNT) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.") end if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "KillingInTheNameOf") registerCreatureEvent(cid, "ferumbrasoftower") registerCreatureEvent(cid, "ushuriel") registerCreatureEvent(cid, "thed") registerCreatureEvent(cid, "TopFrags") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "azerus") registerCreatureEvent(cid, "points") registerCreatureEvent(cid, "attackguild") registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "inquisitionPortals") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, VipReceive) registerCreatureEvent(cid, "PlayerKill") registerCreatureEvent(cid, "war") registerCreatureEvent(cid, "war_login") registerCreatureEvent(cid, "killer") registerCreatureEvent(cid, "amulet") registerCreatureEvent(cid, "skullamulet") registerCreatureEvent(cid, "chargeamulet") registerCreatureEvent(cid, "foreveramulet") registerCreatureEvent(cid, "zombieevent") registerCreatureEvent(cid, "ga1") registerCreatureEvent(cid, "ga2") registerCreatureEvent(cid, "ga3") registerCreatureEvent(cid, "gv1") registerCreatureEvent(cid, "gv2") registerCreatureEvent(cid, "gv3") if (InitArenaScript ~= 0) then InitArenaScript = 1 -- make arena rooms free for i = 42300, 42309 do setGlobalStorageValue(i, 0) setGlobalStorageValue(i+100, 0) end end -- if he did not make full arena 1 he must start from zero if getPlayerStorageValue(cid, 42309) < 1 then for i = 42300, 42309 do setPlayerStorageValue(cid, i, 0) end end -- if he did not make full arena 2 he must start from zero if getPlayerStorageValue(cid, 42319) < 1 then for i = 42310, 42319 do setPlayerStorageValue(cid, i, 0) end end -- if he did not make full arena 3 he must start from zero if getPlayerStorageValue(cid, 42329) < 1 then for i = 42320, 42329 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42355) == -1 then setPlayerStorageValue(cid, 42355, 0) -- did not arena level end setPlayerStorageValue(cid, 42350, 0) -- time to kick 0 setPlayerStorageValue(cid, 42352, 0) -- is not in arena return true end _____________________________________________________________________________________ Desculpem se deixei o post enorme pessoal, mas estou precisando muito de ajuda, sou novo nessas coisas de ot, de programação, mas estou aprendendo todos os dias, estou tirando os erros do meu mapa eu mesmo com a ajuda de vcs é claro, e quando tiver sem erro liso, eu com certeza vou pagar um dedicado e investir no meu sonho. Por favor me ajudem a sonhar mais alto. :D Esse bug ta me fazendo perder o sono, e eu não quero perder esse mapa, adoro esse mapa,se ajudar, é o Extreme Baiak, adoro ele pois não tem itens baiak e é super balanceado.
  12. está aparecendo esse erro na minha distro, tava tudo normal, ai começou aparecer isso. vou deixar aqui o arquivo lua que ta mostrando o erro function onUse(cid, item, frompos, item2, topos) if item.uid == 7100 then if item.itemid == 1946 or 1945 then player1pos = {x=197, y=236, z=7, stackpos=253} player1 = getThingfromPos(player1pos) player2pos = {x=196, y=236, z=7, stackpos=253} player2 = getThingfromPos(player2pos) player3pos = {x=195, y=236, z=7, stackpos=253} player3 = getThingfromPos(player3pos) player4pos = {x=194, y=236, z=7, stackpos=253} player4 = getThingfromPos(player4pos) if player1.itemid > 0 and player2.itemid > 0 and player3.itemid > 0 and player4.itemid > 0 then player1level = getPlayerLevel(player1.uid) player2level = getPlayerLevel(player2.uid) player3level = getPlayerLevel(player3.uid) player4level = getPlayerLevel(player4.uid) questlevel = 300 if player1level >= questlevel and player2level >= questlevel and player3level >= questlevel and player4level >= questlevel then nplayer1pos = {x=284, y=297, z=8} nplayer2pos = {x=283, y=297, z=8} nplayer3pos = {x=282, y=297, z=8} nplayer4pos = {x=281, y=297, z=8} doSendMagicEffect(player1pos,2) doSendMagicEffect(player2pos,2) doSendMagicEffect(player3pos,2) doSendMagicEffect(player4pos,2) doTeleportThing(player1.uid,nplayer1pos) doTeleportThing(player2.uid,nplayer2pos) doTeleportThing(player3.uid,nplayer3pos) doTeleportThing(player4.uid,nplayer4pos) doSendMagicEffect(nplayer1pos,10) doSendMagicEffect(nplayer2pos,10) doSendMagicEffect(nplayer3pos,10) doSendMagicEffect(nplayer4pos,10) doTransformItem(item.uid,1945) else doPlayerSendCancel(cid,"All players must have level 300 to enter.") end else doPlayerSendCancel(cid,"You need 4 players in your team.") end end if item.itemid == 1946 or 1945 then starting={x=188, y=111, z=10, stackpos=253} checking={x=starting.x, y=starting.y, z=starting.z, stackpos=starting.stackpos} ending={x=210, y=122, z=10, stackpos=253} players=0 totalmonsters=0 monster = {} repeat creature= getThingfromPos(checking) if creature.itemid > 0 then if getPlayerAccess(creature.uid) == 0 then players=players+1 end if getPlayerAccess(creature.uid) ~= 0 and getPlayerAccess(creature.uid) ~= 3 then totalmonsters=totalmonsters+1 monster[totalmonsters]=creature.uid end end checking.x=checking.x+1 if checking.x>ending.x then checking.x=starting.x checking.y=checking.y+1 end until checking.y>ending.y if players==0 then trash= {x=233, y=125, z=10} current=0 repeat current=current+1 doTeleportThing(monster[current],trash) until current>=totalmonsters doTransformItem(item.uid,1946) end end end if item.uid == 8640 then queststatus = getPlayerStorageValue(cid,8640) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Dark Lord's Cape.") doPlayerAddItem(cid,8865,1) setPlayerStorageValue(cid,8640,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end end if item.uid == 8641 then queststatus = getPlayerStorageValue(cid,8640) if queststatus ~= 1 then doPlayerSendTextMessage(cid,22,"You have found a Serpent Coat.") doPlayerAddItem(cid,8866,1) setPlayerStorageValue(cid,8640,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end end if item.uid == 8642 then queststatus = getPlayerStorageValue(cid,8640) if queststatus ~= 1 then doPlayerSendTextMessage(cid,22,"You have found a Dragon Robe.") doPlayerAddItem(cid,8867,1) setPlayerStorageValue(cid,8640,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end end if item.uid == 8643 then queststatus = getPlayerStorageValue(cid,8640) if queststatus ~= 1 then doPlayerSendTextMessage(cid,22,"You have found a Velvet Mantle.") doPlayerAddItem(cid,8868,1) setPlayerStorageValue(cid,8640,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end end if item.uid == 8644 then queststatus = getPlayerStorageValue(cid,8640) if queststatus ~= 1 then doPlayerSendTextMessage(cid,22,"You have found a Greenwood Coat") doPlayerAddItem(cid,8869,1) setPlayerStorageValue(cid,8640,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end end if item.uid == 8645 then queststatus = getPlayerStorageValue(cid,8640) if queststatus ~= 1 then doPlayerSendTextMessage(cid,22,"You have found a Spirit Cloack.") doPlayerAddItem(cid,8870,1) setPlayerStorageValue(cid,8640,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end end if item.uid == 8646 then queststatus = getPlayerStorageValue(cid,8640) if queststatus ~= 1 then doPlayerSendTextMessage(cid,22,"You have found a Lavos Armor.") doPlayerAddItem(cid,8877,1) setPlayerStorageValue(cid,8640,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end end if item.uid == 8647 then queststatus = getPlayerStorageValue(cid,8640) if queststatus ~= 1 then doPlayerSendTextMessage(cid,22,"You have found a Crystalline Armor.") doPlayerAddItem(cid,8878,1) setPlayerStorageValue(cid,8640,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end end if item.uid == 8648 then queststatus = getPlayerStorageValue(cid,8640) if queststatus ~= 1 then doPlayerSendTextMessage(cid,22,"You have found a Voltage Armor.") doPlayerAddItem(cid,8879,1) setPlayerStorageValue(cid,8640,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end end return 1 end
  13. posso te add em algum lugar? tem whatzapp? nao to conseguindo mano, são os unicos erros na minha distro meu numero é 77988716303
  14. Error while executing query: duplicate column name: onlinetimetoday <simple query executor> não deu certo
  15. Gente, procurei muito solucionar esse problema, tem várias pessoas falando sobre isso, mas não vi ninguém conseguir resolver. Se algum homem de Deus conseguir resolver isso pra mim dou REP+ com o máximo de estrelas possiveis, faço o que vcs quiserem pfv me ajudem. Vou deixar foto do meu distro. Também tem alguns outros erros, se quiserem me ajudar de quebra, agradecerei muito gente! obrigado,
  16. Ae galera, fiz o comando que o cara falou, e quando apertei f9 apareceu isso Error while executing query: duplicate column name: p_points
  17. ok amigo, respeito sua posição,assim, eu tenho um pc bacana, um i5, com 8 gb de ram, e quero rodar um simples baiak e deixa lo online. Eu pago minha net que é de 15 mbs so pra mim, nao compartilho com ninguém, apenas meu pc e meu celular, acredito eu que dê pra rodar um ot de boa, e aguentar alguns players. Não estou criando por dinheiro, e sim por diversão mesmo; Estou o dia todo tentando colocar isso online, ja editei todo meu mapa, ja esta tudo lindo. Minhas duvidas são, o que eu coloco no arquivo lua? no ip, eu coloco o ip do no-ip que é 170.79.76.188, ou coloco o nome do server que criei la no no-ip, que é waltserver.servegame.com? meu ot esta aparecendo online no ot list, mas quando tento logar do meu computador nao entra com nenhum desses 2 ips, so consigo entrar com o ip do meu endereço ipv4, que é 192.168.0.103. Já baixei simple por forwarding, ja fiz tudo pra abrir portas, ja abri portas do firewall, ja abri portas do meu roteador, e eu não sei mais o que fazer, pode me ajudar? por favor mesmo, eu imploro, rs. boa noite.
  18. Amigo, me adiciona no facebook por favor e me ajude, prometo que nao tomarei muito seu tempo, estou com duvidas bobas, mas se eu for tira las sozinho so com o google, demorarei muito pra ir direto ao assunto, estou mexendo nisso hoje o dia inteirinho desde manhã, ja consegui colocar no otlist, agora so n estou conseguindo logar, por favor me ajude! Serei mto grato!
  19. Ja tentei de tudo, mas o otservlist nao reconhece meu server online se eu colocar o nome que criei no no-ip, so reconhece se eu colocar o ip com numero, eu n quero isso, é mto feio e pouco convidativo, por favor me ajudem! Obrigado!
  20. Meu baú n aparece os espacinhos pretos pra colocar os itens, ja olhei o id ta tudo certo, vou deixar print, desculpem se postei no forum errado, obrigado.
  21. rep+ mano! mta sorte achar seu mapa! ta de parabéns mesmo! mapa simples porém sem nenhum bug, mto convidativo, bonito! PARABÉNS!
  22. Sim mano, tenho uma conta de 2013 pois jogo tibia desde meus 10 anos de idade e sempre acompanhei o trabalho de vocês, sempre tive o mesmo facebook, mas nunca havia postado. tomara que consigam me ajudar, estou precisando muito!
  23. Gente, me perdoem de coração se estou postando no fórum errado, sou mto novo aqui e é meu primeiro post com pedido de ajuda, ja baixei meu mapa, e queria muito edita-lo para tirar alguns bugs no remeres, mas no site de clientes do remeres map editor não tem a opção do cliente 8.60, vou deixar um print aqui, se alguém tiver a versão 8.60 do remeres (porque vcs sabem que pra editar, precisa do cliente do site), deixa um download com scan aqui pra mim por favor mesmo galera, ja estou tendo dor de cabeça com isso e quase desistindo, obrigado. Se vcs observarem, ele pula do 8.54 pro 8.61, o que posso fazer? me respondam o quanto antes, obrigado mais uma vez, grande abraço!.

Informação Importante

Confirmação de Termo