Ir para conteúdo

FlavioHulk

Membro
  • Registro em

  • Última visita

Tudo que FlavioHulk postou

  1. Aqui no TibiaKing mensagens como UP e BUMP são proibidas, utilize o botão subir este tópico. Esta é uma mensagem automática! Pedimos que leia as regras do fórum!
  2. Poste o script do suposto NPC e do Lib
  3. Aqui no TibiaKing mensagens como UP e BUMP são proibidas, utilize o botão subir este tópico. Esta é uma mensagem automática! Pedimos que leia as regras do fórum! @Phineasz
  4. FlavioHulk respondeu ao post em um tópico de amarelax em Suporte Tibia OTServer
    Existe sim
  5. Qual seria esse addon?
  6. Então cara, já que pediu suporte e conseguiu, por que não compartilhar? Alguém pode estar com a mesma dúvida... @Gnius
  7. Post file scan, please
  8. local config = { centerRoom = {x=1076, y=783, z=6}, rangeX = 10, rangeY = 10, playerDestiny = {x=1076, y=783, z=6} } function checkRoom(centerPos, rangeX, rangeY) local spectators, spec = getSpectators(centerPos, rangeX, rangeY, false]) for i = 1, #spectators do spec = spectators[i] if isPlayer(spec) then return true end end return false end function onUse(cid, item, frompos, item2, topos) if item.itemid == 1945 then if checkRoom(config.centerRoom, config.rangeX, config.rangeY) then doPlayerSendTextMessage(cid, 20, "Tem um player na quest, espere sua vez!") return true end doTeleportThing(cid, config.playerDestiny) doPlayerSendTextMessage(cid, 20, "Boa Sorte!") end doTransformItem(item.uid, item.itemid == 1945 and 1946 or 1945) return true end
  9. What's your client version and distro?
  10. FlavioHulk respondeu ao post em um tópico de ernaix69 em Suporte Tibia OTServer
    Cara, isso tá com cara de algum script ou função está utilizando um loop demasiado grande, não suficiente pra derrubar o server, porém pra causar um alto processamento em sua máquina...
  11. Cara, usa o notepad++, converte para ANSI, e terá essa interrogação no script, é só excluir
  12. Cara, funciona por meio de compatibilidade, porém ela pode ser melhor otimizada...
  13. Cara, ai é um sistema mais complexo, não posso te ajudar no momento... Alguém que veja meu script, já é um passo pra implementar da sua maneira. function onLogin(cid) if getPlayerLastLoginSaved(cid) <= 0 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Seja Bem-Vindo ao X server e tenha um bom jogo") return true end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Bem-Vindo novamente, espero que esteja gostando do nosso servidor") return true end
  14. O erro já está na cara, seu server não tem o install.php, ou está setando a página inicial incorretamente...
  15. local config = { [100] = {nameSpell = "spell", msg = "Você já pode usar..."}, [150] = {nameSpell = "spell", msg = "Você já pode usar..."}, [200] = {nameSpell = "spell", msg = "Você já pode usar..."}, [250] = {nameSpell = "spell", msg = "Você já pode usar..."}, [300] = {nameSpell = "spell", msg = "Você já pode usar..."}, } function onAdvance(cid, skill, oldLevel, newLevel) local level = config[newLevel] if not level then return true end if getPlayerLearnedInstantSpell(cid, level.nameSpell) then return true end doPlayerLearnInstantSpell(cid, level.nameSpell) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, level.msg) return true end function onLogin(cid) if getPlayerLastLoginSaved(cid) <= 0 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "Seja Bem-Vindo ao X server e tenha um bom jogo") return true end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "Bem-Vindo novamente, espero que esteja gostando do nosso servidor") return true end
  16. Cria um tópico, eu ou outro usuário poderá te ajudar
  17. Não esquece de marcar a melhor resposta, e se você quiser, dar rep a todos que tentaram ajudar! @Christinacsa
  18. Parabéns, seu tópico de conteúdo foi aprovado! Muito obrigado pela sua contribuição, nós do Tibia King agradecemos. Seu conteúdo com certeza ajudará à muitos outros, você recebeu +1 REP.
  19. local config = { targetList = { [1] = 'purching bag' }, access = 3 -- Gamemaster } function onPush(cid, target) if getPlayerAccess(cid) >= config.access then return true end if target == cid or not isPlayer(target) then return true end if (getCreatureTarget(target) > 0 and isInArray(config.targetList, getCreatureName(getCreatureTarget(target)):lower())) then doPlayerSendCancel(cid, "You cannot move this player.") return false end return true end
  20. FlavioHulk respondeu ao post em um tópico de Ments em Outros Clients
    Parabéns, seu tópico de conteúdo foi aprovado! Muito obrigado pela sua contribuição, nós do Tibia King agradecemos. Seu conteúdo com certeza ajudará à muitos outros, você recebeu +1 REP.
  21. local config = { targetList = { [1] = 'purching bag', -- [2] = 'outro nome de criatura' <= exemplo } access = 3 -- Gamemaster } function onPush(cid, target) if getPlayerAccess(cid) >= config.access then return true end if target == cid or not isPlayer(target) then return true end if (getCreatureTarget(target) > 0 and isInArray(config.targetList, getCreatureName(getCreatureTarget(target)):lower())) then doPlayerSendCancel(cid, "You cannot move this player.") return false end return true end
  22. FlavioHulk respondeu ao post em um tópico de Juuniiioor em Suporte Tibia OTServer
    Este tópico foi movido para a área correta. Esta é uma mensagem automática! Pedimos que leia as regras do fórum!
  23. Este tópico foi movido para a área correta. Esta é uma mensagem automática! Pedimos que leia as regras do fórum!

Informação Importante

Confirmação de Termo