Ir para conteúdo
  • Cadastre-se

FlavioHulk

Membro
  • Total de itens

    463
  • Registro em

  • Última visita

  • Dias Ganhos

    7

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. 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
  3. Então cara, já que pediu suporte e conseguiu, por que não compartilhar? Alguém pode estar com a mesma dúvida... @Gnius
  4. 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 doPlayerSendTextMe
  5. 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...
  6. Cara, usa o notepad++, converte para ANSI, e terá essa interrogação no script, é só excluir
  7. Cara, funciona por meio de compatibilidade, porém ela pode ser melhor otimizada...
  8. 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
  9. O erro já está na cara, seu server não tem o install.php, ou está setando a página inicial incorretamente...
  10. 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) doPlayerSendTextMe
  11. Não esquece de marcar a melhor resposta, e se você quiser, dar rep a todos que tentaram ajudar! @Christinacsa
  12. 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.
  13. 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
  14. 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.
  15. 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
  16. Este tópico foi movido para a área correta. Esta é uma mensagem automática! Pedimos que leia as regras do fórum!
  17. Este tópico foi movido para a área correta. Esta é uma mensagem automática! Pedimos que leia as regras do fórum!
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo