Ir para conteúdo
  • Cadastre-se

.HuRRiKaNe

Membro
  • Total de itens

    701
  • Registro em

  • Última visita

  • Dias Ganhos

    31

Tudo que .HuRRiKaNe postou

  1. Em talkactions/scripts cria um arquivo addpoints.lua function onSay(cid, words, param) local t = string.explode(param, ",") if param == '' then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Missing params.") return true end local player, balance, pid = getPlayerByName(t[1]), t[2], getPlayerByNameWildcard(t[1]) if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "That players doesnt exist or is offline.") return
  2. Related vem com sources Omniverse não!
  3. Tenta esse: function onSay(cid, words, param, channel) local tid = cid if(param ~= '') then tid = getPlayerByNameWildcard(param) if(not tid or (isPlayerGhost(tid) and getPlayerGhostAccess(tid) > getPlayerGhostAccess(cid))) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. param .. " not found.") return true end end local pos = getPlayerTown(tid) local tmp = getTownName(pos) if(not tmp) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Home town does not exists.") return true end pos = getTownTemplePosition(pos) if(not pos
  4. Espero que ajude: http://www.tibiaking.com/forum/topic/12858-como-fazer-area-pvp/ http://www.tibiaking.com/forum/topic/52235-como-criar-uma-quest-pelo-rmes-video-tutorial/ http://www.tibiaking.com/forum/topic/13388-como-criar-quest/ http://www.tibiaking.com/forum/topic/19857-tutorial-iniciantes-em-rme-map-editor/ http://www.tibiaking.com/forum/topic/14684-criando-uma-zona-pvp/
  5. Informações: Mapa próprio 100% Items vip Teleports Pet System Trainers Houses E mais! Vídeo: https://youtu.be/QLUMbnPpAno Download: http://www.mediafire.com/download/42r3zbijvi521d3/Inovation+BYSEIDLER.rar Scan: https://www.virustotal.com/pt/file/d5059e497377b9e2213368348d8b8e108115f1489fd4f3dd56335634c26c4580/analysis/1439394825/ Créditos: Seidler Kaiser Cipsoft
  6. Informações: Baiak editado by Daesung Teleports Vip System Quests Castle Zombie Event Trainers E mais! Imagens: Download: http://www.4shared.com/postDownload/n_7SnfFcce/Baiak_Edited_By_Daesung.html Scan: https://www.virustotal.com/pt/file/49c523df512d41ccbb5159b64415dd8aa53ff85ba8871bf5e70500fbc4025cfe/analysis/1439395345/ Créditos: Daesung Kamek
  7. Os únicos disponíveis para download aqui no fórum são esses: http://www.tibiaking.com/forum/topic/60995-860-dbo-omniverse-site-server-client/ http://www.tibiaking.com/forum/topic/60737-860-dbrelated-12-site-data-sources/
  8. Obrigado por aprovar, espero que ajude os membros da comunidade.
  9. Mesma coisa zipter, se o player relogar ele consegue falar novamente.
  10. Já aconteceu com meu servidor 3x, não achei nada pra parar com isso, resolvi deixar por account manager, depois nunca tive mais problemas. Mais acho que se voce hospedar o site em uma hospedagem fora da máquina, não vão conseguir mais fazer isso.
  11. Zipter coloquei e registrei no login.lua mais não funcionou não, também adicionei a linha do storage na talkaction
  12. Já tentei colocar um mute check por storage e não funcionou
  13. DROP TABLE IF EXISTS guild_wars; CREATE TABLE guild_wars ( id INTEGER NOT NULL, guild_id INT NOT NULL, enemy_id INT NOT NULL, begin BIGINT NOT NULL DEFAULT '0', end BIGINT NOT NULL DEFAULT '0', frags INT NOT NULL DEFAULT '0', payment BIGINT NOT NULL DEFAULT '0', guild_kills INT NOT NULL DEFAULT '0', enemy_
  14. Sim cole o primeiro codigo e de f9, depois o segundo e de f9! Feche abra o servidor e veja se funcionou.
  15. Summer o que voce fez pra quando o player relogar não sair o mute?
  16. Cara, tentei mandar pm pra vc, mas vc nn pode mais receber... preciso de ajuda.. http://www.tibiaking.com/forum/topic/61107-pedido-tfs-04-sem-salt/ POR FAVOR ME AJUDAAA Cara se ninguém compilar pra você até hora que eu chegar em casa eu compilo sem salt.
  17. Abre o sqlite editor e faça como na imagem, coloque os códigos e aperte F9 pra executar na sua database: Códigos: DROP TABLE IF EXISTS players; CREATE TABLE players ( id INTEGER PRIMARY KEY NOT NULL, name VARCHAR( 255 ) NOT NULL, world_id INTEGER NOT NULL DEFAULT '0', group_id INTEGER NOT NULL DEFAULT '1', account_id INTEGER
  18. Boa tarde, eu tenho esse script de mute no meu servidor, ele muta o jogador normalmente pelo tempo que eu escolher, mas se o player relogar o mute sai, alguém saberia arrumar: local GMGroup = 3 -- grupo mínimo do GM local maxTimeMute = 60 --Tempo máximo de mute, em minutos. Sim, isso é necessário. local conditions = {} for i = 1, maxTimeMute do conditions[i] = createConditionObject(CONDITION_MUTED) setConditionParam(conditions[i], CONDITION_PARAM_TICKS, i * 60 * 1000) end function onSay(cid,words,param) local testeGroup = getPlayerGroupId(cid) if testeGroup >= GMGr
  19. Não, cast system não funciona no 0.3.6 apenas no 0.4!
  20. Calma então se é por mysql os códigos são esses: 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; DROP TABLE IF EXISTS `player_killers`; CREATE TABLE `player_killers` ( `kill_id` INT NOT NULL, `player_id` INT NOT NULL, FOREIGN KEY (`kill_id`) REFERENCES `kille
  21. Imagens: Download Spr: https://mega.co.nz/#!toVk0SCb!RoavyqtKXQMOmM4c78lm5GSX42WP4MR4bZ82_1bXsnk Scan Spr: https://www.virustotal.com/pt/file/356cc7848d06fe15af7cd6a4ddab46ab5b061ed984493c09254df44b3a87105e/analysis/1438643233/ Download Items.otb: https://mega.co.nz/#!kpklEI4S!JRpUZUxFR1y9tt9KQkFaOY6jRDZkr9hzceg2NmfCs4E Scan Items.otb; https://www.virustotal.com/pt/file/e11a9ef36384215d1a49f14be877edbbe8ebf97dd62e3e872dce087f03844bb0/analysis/1438643009/ Créditos: PAdventures Team
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo