Ir para conteúdo

fluhr025

Membro
  • Registro em

  • Última visita

Tudo que fluhr025 postou

  1. fluhr025 respondeu ao post em um tópico de fluhr025 em Suporte Tibia OTServer
    @L3K0T nao sei qual pasta fica isso
  2. fluhr025 respondeu ao post em um tópico de fluhr025 em Suporte Tibia OTServer
    @L3K0T nao... preciso saber onde preciso mexer pra trocar. database.cpp ?
  3. fluhr025 respondeu ao post em um tópico de fluhr025 em Suporte Tibia OTServer
    @Npc Bugado seria na pasta data/lib/database ?
  4. fluhr025 postou uma resposta no tópico em Suporte Tibia OTServer
    .Qual servidor ou website você utiliza como base? Qual o motivo deste tópico? Está surgindo algum erro? Se sim coloque-o aqui. Você tem o código disponível? Se tiver publique-o aqui: Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui. apareceu mais 1
  5. obrigado... deu certo mano
  6. alguem poderia me ajudar com o comando /a, parou de funcionar toda vez q tento usar no jogo aparece essa mensagem no executável, ja tentei alguns script mas sem sucesso. esse e o script q estou usando. teleporttiles.lua function onSay(cid, words, param, channel) local t = {} if(param ~= '') then t = string.explode(param, ",") end local n = tonumber(t[1]) if(not n) then n = 1 end local pid = cid if(t[2]) then pid = getPlayerByNameWildcard(t[2]) if(not pid or (isPlayerGhost(pid) and getPlayerAccess(pid) > getPlayerAccess(cid))) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. t[2] .. " not found.") return true end end local pos = getClosestFreeTile(pid, getPosByDir(getCreaturePosition(pid), getCreatureLookDirection(pid), n), false, false) if(not pos or isInArray({pos.x, pos.y}, 0)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Destination not reachable.") return true end local tmp = getCreaturePosition(pid) if(doTeleportThing(pid, pos, true) and not isPlayerGhost(pid)) then doSendMagicEffect(tmp, CONST_ME_POFF) doSendMagicEffect(pos, CONST_ME_TELEPORT) end return true end

Informação Importante

Confirmação de Termo