Ir para conteúdo
Banner com Efeitos

.HuRRiKaNe

Membro
  • Registro em

  • Última visita

Tudo que .HuRRiKaNe postou

  1. O servidor está sem bug's, é um projeto polonês que foi disponibilizado pelos administradores.
  2. Informações: Diversas Transformações como Goku GodMode, Golden Freeza, Bills entre outras! Novos sistemas! Mapa próprio! Reborn System! Diversas Quests! Diversos Items! E mais! Imagens: Download: Mediafire Scan: https://www.virustotal.com/pt/file/82bf4689784c5459e240d0ba7fd15e28b5ab8f2253c885d43aeaa875b07ded11/analysis/1437840718/ Distro(Executavel + DLL's) By Animal Pak: Download Scan: https://www.virustotal.com/pt/file/ffd037b5dfa3c6e5529490e460d075da3b4c24e8a230671a7d0c11f0dbc6d8d4/analysis/1438323955/ Créditos: DBRelated Team Animal Pak
  3. Gostei muito, obrigado
  4. Deixo a critério do designer!
  5. Acho que um background do Naruto com alguns efeitos e uma tipografia escrito Naruto War já está ótimo
  6. Olá alguém saberia adicionar absorbPercentAll 50% nesse script do movement do exp ring, pois se eu colocar pelo items.xml não funciona, acredito que tenha que ser adicionado direto no script do movement: function onEquip(cid, item, slot) local rate = {} if getPlayerLevel(cid) <= 200 then rate = 1.8 elseif getPlayerLevel(cid) > 200 and getPlayerLevel(cid) <= 500 then rate = 1.50 elseif getPlayerLevel(cid) > 500 then rate = 1.35 end doPlayerSendTextMessage(cid, 22, "Sua experiencia foi aumentada em "..((rate - 1)*100).." %.") doPlayerSetExperienceRate(cid, rate) return TRUE end function onDeEquip(cid, item, slot) doPlayerSendTextMessage(cid, 22, "Sua experiencia esta de volta ao normal.") doPlayerSetExperienceRate(cid, 1.0) return TRUE end
  7. Por favor, alguém poderia fazer uma capa para página do facebook do meu servidor, o nome é Naruto War Obrigado.
  8. .HuRRiKaNe postou uma resposta no tópico em Websites
    Preview: Download: http://www.mediafire.com/download/4djczzu1we8aive/Po_Fantasy.rar Scan: http://virusscan.jotti.org/pt-br/scanresult/6d85e3185fa287d112959f618614a56771d75b48 Créditos: Pokemon Fantasy Team
  9. .HuRRiKaNe postou uma resposta no tópico em Websites
    Preview: Download: http://www.mediafire.com/download/yol11acwu4jbfm3/htdocs.rar Scan: https://www.virustotal.com/pt/file/4bbed1ab46503882a1470974e51d0e75dcedef1740358a3ec8a4816c6735b0d9/analysis/1434147622/ Créditos: Deejays
  10. .HuRRiKaNe postou uma resposta no tópico em Websites
    Preview: Download: http://www.mediafire.com/view/6bz5cb0e6biz29e/ Scan: https://www.virustotal.com/pt/file/821d69de9ece9a1aade7979bcd29830a29bc271eba72ede1163529ea04fc8bf9/analysis/1434147203/ Créditos: SanninStory
  11. .HuRRiKaNe postou uma resposta no tópico em Websites
    Preview: Download: https://mega.co.nz/#!aFcgybTK!mVR87VjWMvyJfjyAi7GZgzmE56G07n1M2YFdjKvg2u4 Scan: https://www.virustotal.com/pt/file/027dcb8ff33944e8454493cb293c2ad6c050ad7676dda700c6d0d6828ce6530c/analysis/1434146326/ Créditos: Vestia Team
  12. .HuRRiKaNe postou uma resposta no tópico em Websites
    Preview: Download(PSD's inclusos): https://mega.co.nz/#!gM9V2JKC!aA08tGUKNn7aUueECoQTMAJz8lgdAj3fSstyNNzov0w Scan: https://www.virustotal.com/pt/file/2c454642f26dd68188f16fa90df590161f606ade7cdef04ca11b6d232b12b2fd/analysis/ Créditos: Vestia Team
  13. .HuRRiKaNe postou uma resposta no tópico em Websites
    Preview: Download: http://www.mediafire.com/?pv66ssegjtv7h2d Scan: https://www.virustotal.com/pt/file/77b9b109795448196c1efd156029679017cdaf2b2c2abf2bd92e45ccf0e3cf3d/analysis/1434144938/ Créditos: Squidy
  14. Windows 2008, anti-ddos ativo, acontece de 30 em 30 minutos.
  15. O meu servidor está recebendo alertas de online/offline mesmo ele estando online normalmente.
  16. Eu também tenho, muita coisa que eu coloquei no meu nto eu peguei do wono rs, script da fonte termal, jutsus, etc, se eu já não tivesse meu próprio projeto eu ajudava.
  17. .HuRRiKaNe postou uma resposta no tópico em Ouvidoria
    Nas versões mais antigas do ipb (2008/2011) era necessário instalar o hook, hoje em dia quando você compra a licença já vem com esse sistema integrado.
  18. .HuRRiKaNe postou uma resposta no tópico em iBot
    Level 98 EK - 90/90 - Full Set, tem alguma coisa?
  19. .HuRRiKaNe postou uma resposta no tópico em Suporte Tibia OTServer
    Executa esse comando na database: DROP TABLE IF EXISTS `killers`; CREATE TABLE `killers` ( `id` INT NOT NULL AUTO_INCREMENT, `death_id` INT NOT NULL, `final_hit` TINYINT(1) UNSIGNED NOT NULL DEFAULT FALSE, `unjustified` TINYINT(1) UNSIGNED NOT NULL DEFAULT FALSE, `war` INT NOT NULL DEFAULT 0, PRIMARY KEY (`id`), FOREIGN KEY (`death_id`) REFERENCES `player_deaths`(`id`) ON DELETE CASCADE ) ENGINE = InnoDB;
  20. Bom se tem como resolver eu já não sei lhe dizer, no meu servidor quando eu vou editar alguma coisa no sqliteditor eu desligo o distro, quanto ao ultimo erro execute esse comando: DROP TABLE IF EXISTS market_history; CREATE TABLE market_history ( id INTEGER PRIMARY KEY NOT NULL, player_id INTEGER NOT NULL, sale BOOLEAN NOT NULL DEFAULT '0', itemtype UNSIGNED INTEGER NOT NULL, amount UNSIGNED INTEGER NOT NULL, price UNSIGNED INTEGER NOT NULL DEFAULT '0', expires_at UNSIGNED INTEGER NOT NULL, inserted UNSIGNED INTEGER NOT NULL, state UNSIGNED INTEGER NOT NULL, world_id TINYINT( 4 ) NOT NULL DEFAULT ( 0 ), FOREIGN KEY ( player_id ) REFERENCES players ( id ) ON DELETE CASCADE );
  21. Esse ultimo erro acontece porque você está tentando alterar algum player ou conta com o distro ligado, quando for editar alguma coisa deixa sempre o distro desligado que não da esse erro!
  22. Abra um ticket no suporte da sua empresa!
  23. Executa esse comando: DROP TABLE IF EXISTS market_offers; CREATE TABLE market_offers ( id INTEGER PRIMARY KEY NOT NULL, player_id INTEGER NOT NULL, sale BOOLEAN NOT NULL DEFAULT '0', itemtype UNSIGNED INTEGER NOT NULL, amount UNSIGNED INTEGER NOT NULL, created UNSIGNED INTEGER NOT NULL, anonymous BOOLEAN NOT NULL DEFAULT '0', price UNSIGNED INTEGER NOT NULL DEFAULT '0', world_id TINYINT( 4 ) NOT NULL DEFAULT ( 0 ), FOREIGN KEY ( player_id ) REFERENCES players ( id ) ON DELETE CASCADE ); Depois esse: DROP TABLE IF EXISTS player_statements; CREATE TABLE player_statements ( id INTEGER PRIMARY KEY, player_id INTEGER NOT NULL, channel_id INTEGER NOT NULL DEFAULT '0', text VARCHAR( 255 ) NOT NULL, date INTEGER NOT NULL DEFAULT '0', FOREIGN KEY ( player_id ) REFERENCES players ( id ) );
  24. Gostei, achei simples porém harmônico, parabéns.

Informação Importante

Confirmação de Termo