Ir para conteúdo
  • Cadastre-se

Posts Recomendados

Alguem me ajuda nessa script: Coloquei pra ler 2 storage uma de ficar invisivel como se fosse ghost igual adm nao aparece nick nem life so um effect e levar para mundo igual do tobirama do nto ultimate mais esta dando um erro 

Citar

local config = { 
storage = 91813, 3482101,
cooldown = 30,  --- tempo entre um uso e outro
duration = 15, --- duração
effect1 = 14 -- efeito que sai ao falar a spell

local function visible(cid)
   if not isPlayer(cid) then return true end
   doCreatureSetHideHealth(cid, false)
   doChangeSpeed(cid, getCreatureSpeed(cid) - config.speed)
end

local outfit = createConditionObject(CONDITION_INVISIBLE, config.duration * 1000, false)

function onCastSpell(cid, var)
local pos = getCreaturePosition(cid)
local target = getCreatureTarget(cid)
local targetpos = getCreaturePosition(target)
local kokua = {x=1904, y=735, z=7}
local alvo = {x=1904, y=735, z=7}
local from1,to1 = {x=1897, y=731, z=7},{x=1909, y=742, z=7}
local from2,to2 = {x=979, y=911, z=7},{x=994, y=918, z=7}
local from3,to3 = {x=1897, y=731, z=7},{x=1909, y=742, z=7}
local from4,to4 = {x=1019, y=921, z=5},{x=1033, y=924, z=5}
local from5,to5 = {x=663, y=1098, z=7},{x=685, y=1104, z=7}
local from6,to6 = {x=965, y=1483, z=7},{x=979, y=1494, z=7}
local from7,to7 = {x=1161, y=1177, z=7},{x=1167, y=1188, z=7}
local from8,to8 = {x=984, y=578, z=7},{x=1044, y=652, z=7} -- shinobi war
local from9,to9 = {x=1243, y=725, z=6},{x=1255, y=738, z=6}

  if os.time() - getPlayerStorageValue(cid, 55611) >= config.cooldown then
  if os.time() - getPlayerStorageValue(cid, 55689) >= config.cooldown then
setPlayerStorageValue(cid, 55611, os.time())
setPlayerStorageValue(cid, 55689, os.time())
doSendMagicEffect(getCreaturePosition(cid), config.effect1)
setPlayerStorageValue(cid, config.storage, os.time() + config.duration)
doCreatureSay(cid,"", 19)
doAddCondition(cid, outfit)

    doCreatureSetHideHealth(cid, true)
    doChangeSpeed(cid, getCreatureSpeed(cid) + config.speed)
    
    setPlayerStorageValue(cid, config.storage , os.time() + config.duration)
    addEvent(visible, config.duration*1000, cid)

doPlayerSendTextMessage(cid, 27, "You have now ".. config.duration .." seconds of invulnerability.")

 else

doPlayerSendCancel(cid, "Your skill is in cooldown, you must wait "..(config.cooldown - (os.time() - getPlayerStorageValue(cid, 55611))).." seconds.")
doPlayerSendCancel(cid, "Your skill is in cooldown, you must wait "..(config.cooldown - (os.time() - getPlayerStorageValue(cid, 55689))).." seconds.")
 return false

end
end
end

if isInRange(pos, from1, to1) then
doPlayerSendCancel(cid, "Você ja esta dentro do Kokuangyou no Jutsu!")
return FALSE
end

if isInRange(pos, from2, to2) or isInRange(pos, from3, to3) or isInRange(pos, from4, to4) or isInRange(pos, from5, to5) or isInRange(pos, from6, to6) or isInRange(pos, from7, to7) or isInRange(pos, from8, to8) or isInRange(pos, from9, to9) then
doPlayerSendCancel(cid, "Você nao pode usar o Kokuangyou no Jutsu aqui!")
return FALSE
end

if getTileInfo(getThingPos(cid)).pvp then
doPlayerSendCancel(cid, "Você nao pode usar o Tsukuyomi World aqui!")
return FALSE
end

if getTileInfo(getThingPos(cid)).pvp then
doPlayerSendCancel(cid, "Você nao pode usar o Kamui no Jutsu aqui!")
return FALSE
end

if exhaustion.check(cid, 13132) == TRUE then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde " .. exhaustion.get(cid, 13132) .. " segundos para usar novamente.")
return FALSE
end

local function Teleport_Player(cid)
doTeleportThing(cid, pos)
end

local function Teleport_Target(target)
doCreatureSetNoMove(target, 0)
doTeleportThing(target, targetpos)
end

local function Teleport_Player_Emergency()
for x = from1.x, to1.x do
for y = from1.y, to1.y do
local mob_player = getTopCreature({x=x, y=y, z=from1.z}).uid
if mob_player ~= 0 and isPlayer(mob_player) then
doTeleportThing(cid, pos)
end
end
end
end

local function Teleport_Target_Emergency()
for x = from1.x, to1.x do
for y = from1.y, to1.y do
local mob_target = getTopCreature({x=x, y=y, z=from1.z}).uid
if mob_target ~= 0 and isPlayer(mob_target) then
doCreatureSetNoMove(target, 0)
doTeleportThing(target, targetpos)
end
end
end
end

if isPlayer(target) then
exhaustion.set(cid, 13132, 40)
doCreatureSetNoMove(target, 1)
doTeleportThing(cid,kokua)
doTeleportThing(target,alvo)
doSendMagicEffect(alvo, 0)
doCreatureSay(cid, "", TALKTYPE_MONSTER)
addEvent(Teleport_Player, 15000, cid)
addEvent(Teleport_Target, 15000, target)
addEvent(Teleport_Player_Emergency, 20000)
addEvent(Teleport_Target_Emergency, 20000)
else
doPlayerSendCancel(cid, "Use apenas em players.")
end


 

Esse seria o erro \/

error.thumb.png.f0d5c672f457d6b141372afa5b7b2920.png

Link para o post
Compartilhar em outros sites
local config = { 
storage = 91813, 5981765,
cooldown = 30,  --- tempo entre um uso e outro
duration = 15, --- duração
effect1 = 14 -- efeito que sai ao falar a spell
} 

local function visible(cid)
   if not isPlayer(cid) then return true end
   doCreatureSetHideHealth(cid, false)
   doChangeSpeed(cid, getCreatureSpeed(cid) - config.speed)
end

local outfit = createConditionObject(CONDITION_INVISIBLE, config.duration * 1000, false)

function onCastSpell(cid, var)
local pos = getCreaturePosition(cid)
local target = getCreatureTarget(cid)
local targetpos = getCreaturePosition(target)
local kokua = {x=1904, y=735, z=7}
local alvo = {x=1904, y=735, z=7}
local from1,to1 = {x=1897, y=731, z=7},{x=1909, y=742, z=7}
local from2,to2 = {x=979, y=911, z=7},{x=994, y=918, z=7}
local from3,to3 = {x=1897, y=731, z=7},{x=1909, y=742, z=7}
local from4,to4 = {x=1019, y=921, z=5},{x=1033, y=924, z=5}
local from5,to5 = {x=663, y=1098, z=7},{x=685, y=1104, z=7}
local from6,to6 = {x=965, y=1483, z=7},{x=979, y=1494, z=7}
local from7,to7 = {x=1161, y=1177, z=7},{x=1167, y=1188, z=7}
local from8,to8 = {x=984, y=578, z=7},{x=1044, y=652, z=7} -- shinobi war
local from9,to9 = {x=1243, y=725, z=6},{x=1255, y=738, z=6}

  if os.time() - getPlayerStorageValue(cid, 55611) >= config.cooldown then
  if os.time() - getPlayerStorageValue(cid, 55689) >= config.cooldown then
setPlayerStorageValue(cid, 55611, os.time())
setPlayerStorageValue(cid, 55689, os.time())
doSendMagicEffect(getCreaturePosition(cid), config.effect1)
setPlayerStorageValue(cid, config.storage, os.time() + config.duration)
doCreatureSay(cid,"", 19)
doAddCondition(cid, outfit)

    doCreatureSetHideHealth(cid, true)
    doChangeSpeed(cid, getCreatureSpeed(cid) + config.speed)
    
    setPlayerStorageValue(cid, config.storage , os.time() + config.duration)
    addEvent(visible, config.duration*1000, cid)

doPlayerSendTextMessage(cid, 27, "You have now ".. config.duration .." seconds of invulnerability.")

 else

doPlayerSendCancel(cid, "Your skill is in cooldown, you must wait "..(config.cooldown - (os.time() - getPlayerStorageValue(cid, 55611))).." seconds.")
doPlayerSendCancel(cid, "Your skill is in cooldown, you must wait "..(config.cooldown - (os.time() - getPlayerStorageValue(cid, 55689))).." seconds.")
 return false

end
end
end

if isInRange(pos, from1, to1) then
doPlayerSendCancel(cid, "Você ja esta dentro do Kokuangyou no Jutsu!")
return FALSE
end

if isInRange(pos, from2, to2) or isInRange(pos, from3, to3) or isInRange(pos, from4, to4) or isInRange(pos, from5, to5) or isInRange(pos, from6, to6) or isInRange(pos, from7, to7) or isInRange(pos, from8, to8) or isInRange(pos, from9, to9) then
doPlayerSendCancel(cid, "Você nao pode usar o Kokuangyou no Jutsu aqui!")
return FALSE
end

if getTileInfo(getThingPos(cid)).pvp then
doPlayerSendCancel(cid, "Você nao pode usar o Tsukuyomi World aqui!")
return FALSE
end

if getTileInfo(getThingPos(cid)).pvp then
doPlayerSendCancel(cid, "Você nao pode usar o Kamui no Jutsu aqui!")
return FALSE
end

if exhaustion.check(cid, 13132) == TRUE then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde " .. exhaustion.get(cid, 13132) .. " segundos para usar novamente.")
return FALSE
end

local function Teleport_Player(cid)
doTeleportThing(cid, pos)
end

local function Teleport_Target(target)
doCreatureSetNoMove(target, 0)
doTeleportThing(target, targetpos)
end

local function Teleport_Player_Emergency()
for x = from1.x, to1.x do
for y = from1.y, to1.y do
local mob_player = getTopCreature({x=x, y=y, z=from1.z}).uid
if mob_player ~= 0 and isPlayer(mob_player) then
doTeleportThing(cid, pos)
end
end
end
end

local function Teleport_Target_Emergency()
for x = from1.x, to1.x do
for y = from1.y, to1.y do
local mob_target = getTopCreature({x=x, y=y, z=from1.z}).uid
if mob_target ~= 0 and isPlayer(mob_target) then
doCreatureSetNoMove(target, 0)
doTeleportThing(target, targetpos)
end
end
end
end

if isPlayer(target) then
exhaustion.set(cid, 13132, 40)
doCreatureSetNoMove(target, 1)
doTeleportThing(cid,kokua)
doTeleportThing(target,alvo)
doSendMagicEffect(alvo, 0)
doCreatureSay(cid, "", TALKTYPE_MONSTER)
addEvent(Teleport_Player, 15000, cid)
addEvent(Teleport_Target, 15000, target)
addEvent(Teleport_Player_Emergency, 20000)
addEvent(Teleport_Target_Emergency, 20000)
else
doPlayerSendCancel(cid, "Use apenas em players.")
end

testa assim ae

Link para o post
Compartilhar em outros sites
13 horas atrás, Yinko Yan San disse:

local config = { 
storage = 91813, 5981765,
cooldown = 30,  --- tempo entre um uso e outro
duration = 15, --- duração
effect1 = 14 -- efeito que sai ao falar a spell
} 

local function visible(cid)
   if not isPlayer(cid) then return true end
   doCreatureSetHideHealth(cid, false)
   doChangeSpeed(cid, getCreatureSpeed(cid) - config.speed)
end

local outfit = createConditionObject(CONDITION_INVISIBLE, config.duration * 1000, false)

function onCastSpell(cid, var)
local pos = getCreaturePosition(cid)
local target = getCreatureTarget(cid)
local targetpos = getCreaturePosition(target)
local kokua = {x=1904, y=735, z=7}
local alvo = {x=1904, y=735, z=7}
local from1,to1 = {x=1897, y=731, z=7},{x=1909, y=742, z=7}
local from2,to2 = {x=979, y=911, z=7},{x=994, y=918, z=7}
local from3,to3 = {x=1897, y=731, z=7},{x=1909, y=742, z=7}
local from4,to4 = {x=1019, y=921, z=5},{x=1033, y=924, z=5}
local from5,to5 = {x=663, y=1098, z=7},{x=685, y=1104, z=7}
local from6,to6 = {x=965, y=1483, z=7},{x=979, y=1494, z=7}
local from7,to7 = {x=1161, y=1177, z=7},{x=1167, y=1188, z=7}
local from8,to8 = {x=984, y=578, z=7},{x=1044, y=652, z=7} -- shinobi war
local from9,to9 = {x=1243, y=725, z=6},{x=1255, y=738, z=6}

  if os.time() - getPlayerStorageValue(cid, 55611) >= config.cooldown then
  if os.time() - getPlayerStorageValue(cid, 55689) >= config.cooldown then
setPlayerStorageValue(cid, 55611, os.time())
setPlayerStorageValue(cid, 55689, os.time())
doSendMagicEffect(getCreaturePosition(cid), config.effect1)
setPlayerStorageValue(cid, config.storage, os.time() + config.duration)
doCreatureSay(cid,"", 19)
doAddCondition(cid, outfit)

    doCreatureSetHideHealth(cid, true)
    doChangeSpeed(cid, getCreatureSpeed(cid) + config.speed)
    
    setPlayerStorageValue(cid, config.storage , os.time() + config.duration)
    addEvent(visible, config.duration*1000, cid)

doPlayerSendTextMessage(cid, 27, "You have now ".. config.duration .." seconds of invulnerability.")

 else

doPlayerSendCancel(cid, "Your skill is in cooldown, you must wait "..(config.cooldown - (os.time() - getPlayerStorageValue(cid, 55611))).." seconds.")
doPlayerSendCancel(cid, "Your skill is in cooldown, you must wait "..(config.cooldown - (os.time() - getPlayerStorageValue(cid, 55689))).." seconds.")
 return false

end
end
end

if isInRange(pos, from1, to1) then
doPlayerSendCancel(cid, "Você ja esta dentro do Kokuangyou no Jutsu!")
return FALSE
end

if isInRange(pos, from2, to2) or isInRange(pos, from3, to3) or isInRange(pos, from4, to4) or isInRange(pos, from5, to5) or isInRange(pos, from6, to6) or isInRange(pos, from7, to7) or isInRange(pos, from8, to8) or isInRange(pos, from9, to9) then
doPlayerSendCancel(cid, "Você nao pode usar o Kokuangyou no Jutsu aqui!")
return FALSE
end

if getTileInfo(getThingPos(cid)).pvp then
doPlayerSendCancel(cid, "Você nao pode usar o Tsukuyomi World aqui!")
return FALSE
end

if getTileInfo(getThingPos(cid)).pvp then
doPlayerSendCancel(cid, "Você nao pode usar o Kamui no Jutsu aqui!")
return FALSE
end

if exhaustion.check(cid, 13132) == TRUE then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde " .. exhaustion.get(cid, 13132) .. " segundos para usar novamente.")
return FALSE
end

local function Teleport_Player(cid)
doTeleportThing(cid, pos)
end

local function Teleport_Target(target)
doCreatureSetNoMove(target, 0)
doTeleportThing(target, targetpos)
end

local function Teleport_Player_Emergency()
for x = from1.x, to1.x do
for y = from1.y, to1.y do
local mob_player = getTopCreature({x=x, y=y, z=from1.z}).uid
if mob_player ~= 0 and isPlayer(mob_player) then
doTeleportThing(cid, pos)
end
end
end
end

local function Teleport_Target_Emergency()
for x = from1.x, to1.x do
for y = from1.y, to1.y do
local mob_target = getTopCreature({x=x, y=y, z=from1.z}).uid
if mob_target ~= 0 and isPlayer(mob_target) then
doCreatureSetNoMove(target, 0)
doTeleportThing(target, targetpos)
end
end
end
end

if isPlayer(target) then
exhaustion.set(cid, 13132, 40)
doCreatureSetNoMove(target, 1)
doTeleportThing(cid,kokua)
doTeleportThing(target,alvo)
doSendMagicEffect(alvo, 0)
doCreatureSay(cid, "", TALKTYPE_MONSTER)
addEvent(Teleport_Player, 15000, cid)
addEvent(Teleport_Target, 15000, target)
addEvent(Teleport_Player_Emergency, 20000)
addEvent(Teleport_Target_Emergency, 20000)
else
doPlayerSendCancel(cid, "Use apenas em players.")
end

testa assim ae

O Erro persiste na hora de ligar o servidor o mesmo amigo!

Link para o post
Compartilhar em outros sites
Em 21/08/2020 em 14:22, H3ITORR disse:

O Erro persiste na hora de ligar o servidor o mesmo amigo!

Qual é sua versão em tfs?

Qual é sua base?

Link para o post
Compartilhar em outros sites
1 minuto atrás, Yinko Yan San disse:

Qual é sua versão em tfs?

Qual é sua base?

0.3.6 e 8.54 base nto Server

Editado por H3ITORR
Erro (veja o histórico de edições)
Link para o post
Compartilhar em outros sites
Em 20/08/2020 em 22:17, H3ITORR disse:

Alguem me ajuda nessa script: Coloquei pra ler 2 storage uma de ficar invisivel como se fosse ghost igual adm nao aparece nick nem life so um effect e levar para mundo igual do tobirama do nto ultimate mais esta dando um erro 

Esse seria o erro \/

error.thumb.png.f0d5c672f457d6b141372afa5b7b2920.png

Poste o seu lib / 032-position.lua em lua deixa eu ver

Link para o post
Compartilhar em outros sites
8 horas atrás, Yinko Yan San disse:

Poste o seu lib / 032-position.lua em lua deixa eu ver

function isInRange(position, fromPosition, toPosition)
    return (position.x >= fromPosition.x and position.y >= fromPosition.y and position.z >= fromPosition.z and position.x <= toPosition.x and position.y <= toPosition.y and position.z <= toPosition.z)
end

function getDistanceBetween(fromPosition, toPosition)
    local x, y = math.abs(fromPosition.x - toPosition.x), math.abs(fromPosition.y - toPosition.y)
    local diff = math.max(x, y)
    if(fromPosition.z ~= toPosition.z) then
        diff = diff + 9 + 6
    end

    return diff
end

function getDirectionTo(pos1, pos2)
    local dir = NORTH
    if(pos1.x > pos2.x) then
        dir = WEST
        if(pos1.y > pos2.y) then
            dir = NORTHWEST
        elseif(pos1.y < pos2.y) then
            dir = SOUTHWEST
        end
    elseif(pos1.x < pos2.x) then
        dir = EAST
        if(pos1.y > pos2.y) then
            dir = NORTHEAST
        elseif(pos1.y < pos2.y) then
            dir = SOUTHEAST
        end
    else
        if(pos1.y > pos2.y) then
            dir = NORTH
        elseif(pos1.y < pos2.y) then
            dir = SOUTH
        end
    end

    return dir
end

function getCreatureLookPosition(cid)
    return getPosByDir(getThingPos(cid), getCreatureLookDirection(cid))
end

function getPositionByDirection(position, direction, size)
    local n = size or 1
    if(direction == NORTH) then
        position.y = position.y - n
    elseif(direction == SOUTH) then
        position.y = position.y + n
    elseif(direction == WEST) then
        position.x = position.x - n
    elseif(direction == EAST) then
        position.x = position.x + n
    elseif(direction == NORTHWEST) then
        position.y = position.y - n
        position.x = position.x - n
    elseif(direction == NORTHEAST) then
        position.y = position.y - n
        position.x = position.x + n
    elseif(direction == SOUTHWEST) then
        position.y = position.y + n
        position.x = position.x - n
    elseif(direction == SOUTHEAST) then
        position.y = position.y + n
        position.x = position.x + n
    end

    return position
end

function doComparePositions(position, positionEx)
    return position.x == positionEx.x and position.y == positionEx.y and position.z == positionEx.z
end

function getArea(position, x, y)
    local t = {}
    for i = (position.x - x), (position.x + x) do
        for j = (position.y - y), (position.y + y) do
            table.insert(t, {x = i, y = j, z = position.z})
        end
    end

    return t
end
 

Link para o post
Compartilhar em outros sites

Tópico Movido!

Compre seus Scripts Agora totalmente seguro e de forma rápida, aceitamos também encomendas.

discord.gg/phJZeHa2k4

 

Projeto ATS (Naruto)

Informações Abaixo

Facebook

Youtube
Discord

 

Tutoriais / Conteúdos

Clique Aqui

Link para o post
Compartilhar em outros sites

Pode fechar o topico com muito esforço consegui arrumar, so esta faltando uma coisa o condition ghost pode usar dentro dos mundo e queria q nao desse pra usar esse jutsu dentro dos mundo como arrumo isso?

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.


  • Conteúdo Similar

    • Por FeK
      CSTibia (beta) | 01/03 às 16:00

      CSTibia é um jogo PvP que conecta Counter Strike e Tibia, proporcionando uma experiência única para aqueles que gostam de PvP.

      São 2 modos de jogo, 6 mapas e mais de 50 armas disponíveis para jogar!

      #Modos de jogo: Mata-mata e Torneio x1.

      #Mapas: Dust2, Inferno, Mirage, India, IceWorld e PoolDay.

      O beta estará disponível a partir do dia 01/03 às 16 horas! Ele terá duração de 1 mês e no dia 01/04 iniciará a Session 1.

      #Download: 01/03 às 12 horas.

      ▶️ Crie já sua conta!
      http://www.cstibia.com

      🎮 Discord: https://discord.gg/zdxdTTURpq

      📸 Instagram: https://www.instagram.com/cstibia
    • Por Natsume
      Website: https://dbsu.eu
                Fanpage: https://www.facebook.com/profile.php?id=61550637247869
                                      Discord: https://discord.gg/hx5QHWfsgg

       
       

       
       
       
    • Por Pifafa
      Tibinha - YurOts
      Olá hoje trago a vocês meu projeto, tenho como objetivo atingir 50 jogadores (um sonho talvez que quase já se realizou) 
      www.tibinha.online



      Obrigado por ver meu projeto, caso tenha interesse entre nele e converse comigo, estou disponível para tira duvidas e ajudar a todos aqui!
       
    • Por DarkrestOnline
      Desencadeie o futuro em 15 de setembro de 2023 às 19:00 CEST, quando lançamos nosso servidor, destinado a redefinir os domínios de desempenho, aventura e PvP.
      19:00 CEST | 18:00 WEST | 02:00 PM GMT-3 | 10:00 AM PDT
       
      -
       
       
       
      Website: https://darkrest.online
       
      Lembra-se da emoção de se aventurar no mundo clássico de Tibia? O entusiasmo de cada nível ganho, o desespero por cada derrota árdua e a camaradagem com sua guilda? Nosso objetivo é trazer essa sensação de volta, mas com um toque novo. É por isso que o chamamos de "Nostalgia Redefinida".
       
      Informações do Servidor
      Exp: x2 (Rookgaard x6) Habilidade: x2 Mágica: x1 Saque: x1 Host: Canadá + Proxy para EU Renascimento: +35% maior que no vanilla 7.4  
      Estamos comprometidos em tornar este um servidor sem wipes a longo prazo. O motivo para as taxas mais baixas é justamente incentivar um ambiente de jogo estável e duradouro. Nosso servidor é projetado para ser um RPG difícil, mas com um forte ênfase em PVP. Prepare-se para uma experiência de jogo que testará suas habilidades, estratégia e trabalho em equipe.
       
       
       
      Novos Recursos
      Sistema de Criação Raridade e Bônus Sistema de Tarefas Personalizadas Coleta Novas Vocações e Magias O respawn não pode ser bloqueado Lanças e pequenas pedras aparecem no chão e têm 3% de chance de quebra  
       
      Política de Zero Tolerância para Bots, Macros e MC
      Temos uma política estrita de tolerância zero para trapaças, uso de bots e macros. Violar essas regras resultará em banimento permanente de todas as contas associadas ao indivíduo ofensor.
      Website: https://darkrest.online
       
      Informações Geek
      - Testamos nosso servidor com um total de 134 contas registradas durante a fase de teste e 183 jogadores.
      - Completamos 290 tarefas (cartões estilo Jira) com melhorias de desempenho, mudanças de equilíbrio, correções de bugs e novos recursos.
      - Reescrevemos completamente o salvamento de casas, a busca de caminhos (multithread), NPCs e melhoramos a IA dos monstros.
      Website: https://darkrest.online
       
    • Por Maniaco
      Salve TibiaKing!!! TFS 0.4 . 8.60
       
      Estou implementando o Sistema do @WooX de Cave Exlusiva

      Link:
       
      Porem estou com um problema seguindo o tutorial completo dele acabo tendo um retorno de erro na Distro! E ja que o mesmo nao entra no forum deis de 14/01! Venho solicitar ajuda de vocês!
      Caso alguem tenha o Discord Dele Favor me Passe  
      Vamos lá!
      Erro:
       
      Script :
       
      Lib
       
       
      Print Rme:
       
       
      Lembrando que nao esta funcionando em geral, Acrédito que eu tenha pulado algo ou deixado passar despercebido!
      Espero que alguem consiga me ajudar vlw!
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo