-
-
-
-
-
Klailos Completa - 10.90
No tópico principal da otland, esta atualizado em varias versões de itens otb. Entro muito pouco aqui. Até.
-
Klailos Completa - 10.90
Não testei não...Apenas trackiei e publiquei. Irei fazer uns testes no fim de semana, ai retorno. Usa o RME 10.90 aqui do forum: www.tibiaking.com/forum/topic/65505-remeres-map-editor-1090/ Os itens.otb, se não me engano é compativel com esse:
-
-
Klailos Completa - 10.90
Manda o Link do RME pra mim ver. Versão 10.90 de preferencia.
-
Klailos Completa - 10.90
Não tenho os monstros, esses vocês terão que criar por sí mesmo por enquanto. Apenas fiz o tracker e compartilhei. Se alguem quiser fazer essa contribuição ira auxiliar expressivamente. E me motivar a postar mais mapas no futuro.
-
-
-
Klailos Completa - 10.90
Ta ai o Scan: https://www.virustotal.com/pt/file/95ef4d948aa9e7704aead6aa166b2b61abce40f9282149175aa63447eb06e7fb/analysis/1451489004/
-
Klailos Completa - 10.90
Estou compartilhando, assim como fiz na otland o mapa de klailos com todos. SCAN https://www.virustotal.com/pt/file/95ef4d948aa9e7704aead6aa166b2b61abce40f9282149175aa63447eb06e7fb/analysis/1451489004/ DOWNLOAD CREDITOS: MIKII [ OTLAND QUE SOU EU ].
-
PORQUE MEU CONFIG.LUA TA DANDO ERRO ?
Tenta trocar a bagaças dos "yes" por um simples true, ou "no" por false. Att.
-
-
[Resolvido] Bug WarSystem
O que era??? Fiquei curioso...
-
[Resolvido] Bug WarSystem
Já postei as libs ali atras, quando baixar elas, me avisa... Que eu vo remover do tópico...
-
-
-
[Resolvido] Bug WarSystem
deixa eu te passar as libs corretas desse teu OT. Só um segundo. Já posto aqui. Puts, o pior é que eu nao achei a pasta lib, nem mesmo na otland.. =/// Ferrou. Não sei mais o que fazer para te ajudar. =/ Não sei mais o que pode ser, e não sei mais nem o que falar.... Tensoo...
-
[Resolvido] Bug WarSystem
To achando que sua bliblioteca inteira esta errada, provavelmente... Você tem conta premium na otland? Baixou de lá? Ou pegou tudo pronto de algum fórum qualquer?? Mais uma pergunta, as escadas e bueiros funcionam corretamente??? Aquelas de thais?
-
[Resolvido] Bug WarSystem
Bom... Coisa do demonio mesmo. rsrsrsrs Não sei mais o que pode ser. tentamos de tudo.. rsrsrsrs que versão é seu ot?
-
[Resolvido] Bug WarSystem
Hunnnn.... Então esta funcionando certinho... Apenas tem um bug no accept... Deixa eu pensar. Tenta isso: Lembrando que vc tera que criar as guilds novamente, e tudo mais.... Executa essa SQL no banco de dados, para guild e guild_wars.. SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `guilds` -- ---------------------------- DROP TABLE IF EXISTS `guilds`; CREATE TABLE `guilds` ( `id` int(11) NOT NULL AUTO_INCREMENT, `world_id` tinyint(4) 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 DEFAULT '0', `motd` varchar(255) NOT NULL DEFAULT '', `balance` int(10) unsigned NOT NULL DEFAULT '0', `guild_points` int(11) NOT NULL DEFAULT '0', `wins` int(11) NOT NULL DEFAULT '0', `losses` int(11) NOT NULL DEFAULT '0', `draws` int(11) NOT NULL DEFAULT '0', `invited_to` int(11) NOT NULL DEFAULT '0', `invited_by` int(11) NOT NULL DEFAULT '0', `in_war_with` int(11) NOT NULL DEFAULT '0', `kills` int(11) NOT NULL DEFAULT '0', `show` smallint(1) NOT NULL DEFAULT '0', `war_time` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`,`world_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Table structure for `guild_wars` -- ---------------------------- DROP TABLE IF EXISTS `guild_wars`; CREATE TABLE `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`), CONSTRAINT `guild_wars_ibfk_1` FOREIGN KEY (`guild_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE, CONSTRAINT `guild_wars_ibfk_2` FOREIGN KEY (`enemy_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
[Resolvido] Bug WarSystem
Se essas variaveis estiverem dentro de 101-war.lua Remove elas dele, e adicione ao 000-constant... Outra coisa, você precisa ter uma guild para execurtar esse comando, parece que a NIL VALUE, ocorre por que aparentemente parece não haver uma guild.
-
[Resolvido] Bug WarSystem
Bom, então sabemos agora, que as soucers estão corretas, precisamos apenas analisar se o erro esta nos arquivos.lua.... Vou analisar aqui o que pode estar faltando. Entre no 000-constant novamente e procure por: Abaixo dele adicione isso: Se tiver em war 101 isso ai de cima remova. E confere se em 101-war.lua tem isso: