Ir para conteúdo

Ceos

Membro
  • Registro em

  • Última visita

Tudo que Ceos postou

  1. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Não mesmo. Eu tenho 102 rep e você tem quantos? 2?.
  2. Poderia me informar que site que ta essa estrutura? @Eu vi em.
  3. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Sem graça, pelo menos não preciso fica abrindo tópico no tk pedindo ajuda vai aprender 2bjs. E quem e você?, Começou agora mlkcote, fica pianinho.
  4. <?xml version="1.0" encoding="UTF-8"?> <monster name="Jaul" nameDescription="Jaul" race="blood" experience="30000" speed="560" manacost="0"> <health now="95000" max="95000"/> <look type="444" corpse="15220"/> <targetchange interval="2000" chance="50"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="1"/> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag targetdistance="0"/> <flag runonhealth="60"/> </flags> <attacks> <attack name="melee" interval="2000" min="0" max="-2000" poison="870"/> <attack name="fire" interval="2200" chance="19" range="7" radius="7" target="1" min="-0" max="-1000"> <attribute key="shootEffect" value="fire"/> <attribute key="areaEffect" value="firearea"/> </attack> <attack name="manadrain" interval="3000" chance="32" range="7" radius="7" target="1" min="-200" max="-800"> <attribute key="areaEffect" value="mortarea"/> </attack> <attack name="earth" interval="1300" chance="27" radius="3" target="0" min="-0" max="-600"> <attribute key="areaEffect" value="explosionarea"/> </attack> <attack name="death" interval="1200" chance="6" length="8" spread="0" min="-300" max="-900"> <attribute key="areaEffect" value="mortarea"/> </attack> <attack name="fire" interval="1000" chance="5" length="8" spread="0" min="-500" max="-1000"> <attribute key="areaEffect" value="fire"/> </attack> <attack name="ice" interval="1000" chance="5" length="8" spread="0" min="-1000" max="-2000"> <attribute key="areaEffect" value="icearea"/> </attack> <attack name="lifedrain" interval="4000" chance="10" length="8" spread="3" min="-500" max="-1000"> <attribute key="areaEffect" value="watersplash"/> </attack> <attack name="speed" interval="1900" chance="14" range="7" radius="1" target="1" speedchange="-600" duration="15000"/> </attacks> <defenses armor="40" defense="40"> <defense name="healing" interval="2000" chance="25" min="1000" max="2300"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="healing" interval="5500" chance="10" min="14000" max="21000"> <attribute key="areaEffect" value="blueshimmer"/> </defense> </defenses> <immunities> <immunity ice="1" /> <immunity paralyze="1" /> <immunity invisible="1"/> <immunity drown="1" /> <immunity fire="1" /> </immunities> <voices interval="3000" chance="200"> <voice sentence="QJELL AFAR GOU JEY!!"/> <voice sentence="DIE!! KENH!!"/> </voices> <elements> <element deathPercent="-1"/> </elements> <loot> <item id="15413" chance="7000"/><!-- ornate shield --> <item id="15408" chance="4000"/><!-- depth galea --> <item id="15404" chance="12000"/><!-- deepling axe --> <item id="15406" chance="2500"/><!-- ornate chestplate --> <item id="15407" chance="3500"/><!-- depth lorica --> <item id="15410" chance="3000"/><!-- depth calcei --> <item id="15414" chance="10000"/><!-- ornate mace --> <item id="15412" chance="2000"/><!-- ornate legs --> </loot> </monster> Tenta esse ai
  5. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Você só poder dar up em 24hrs, Reportado.
  6. Vá na pasta do seu servidor (data/monster/nomedomonster.xml), ai você vê se ta (<immunity invisible="1"/>)se tiver você troca para (<immunity invisible=""/>) vice-versa.
  7. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Qual versão do seu servidor?
  8. Vá no seu script troque: if(doTeleportThing(pid, pos, true) and not isPlayerGhost(pid)) then por if(doTeleportThing(cid, pos, true) and not isPlayerGhost(cid)) then
  9. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Bom já que nos no tibiaking estamos para ajudar e ensinar e também aprender veja esse tutorial do do meu ex-professor Summ, nele você vai ter a noção certa de teleport. http://www.tibiaking.com/forum/topic/54988-arena-pvp/
  10. Seu ot eu já não sei mais seu português, tá úna bélézá.
  11. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Me passa o seu script. E as posição de ponta a ponta da arena.
  12. Me diga qual e o erro ?
  13. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Bug do tk?, você postou o script la encima tudo errado depois editou??
  14. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Tinha que que ter uma parte que ficasse a pos e frompos para checar quem esta nela e mandar para o templo. Cuidado por você comentou uma coisa depois editou.
  15. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    , Me diga qual e função que verifica as posição?
  16. Verifique o post logo acima eu dei uma editada.
  17. Ceos postou uma resposta no tópico em Xeno Bot
    nicholas1q, Já que você achou ruim por que não cria um tópico com um tutorial melhor?, Faça antes de criticar obrigado.
  18. Funcionou ou não?
  19. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Retirei do meu evento que postei ontem. posicaoArena = {{x = 5144,y = 5062,z = 8},{x = 5160,y = 5078,z = 8}}, -- ponta a ponta da arena -------------------------------------------------------------------------------------------------------------------------- function HaveCreatureArena(area, remove, clean) -- função do Vodkart for x = area[1].x - 1, area[2].x + 1 do for y = area[1].y - 1, area[2].y + 1 do local pos = {x=x, y=y, z=area[1].z} local m = getTopCreature(pos).uid if remove ~= false and m ~= 0 and isMonster(m) then doRemoveCreature(m) end if clean ~= false then doCleanTile(pos, false) end end end -------------------------------------------------------------------------------------------------------------------------- HaveCreatureArena({config.posicaoArena[1],config.posicaoArena[2]}, true, true) for _, pid in ipairs(getPlayersInArena()) do doTeleportThing(pid,getTownTemplePosition(getPlayerTown(pid))) end Caso não souber quando fizer o script me passa que eu coloco para você 2bjs. Creditos : Vodkart pela função.
  20. TeleportMaster: function onSay(cid, words, param, channel) local master = false if(words == '/t') then master = true elseif(param == '') then local str = "" for i, town in ipairs(getTownList()) do str = str .. town.name .. "\n" end doShowTextDialog(cid, 2160, str) return true end local tid, t = cid, string.explode(param, ",") if(t[(master and 1 or 2)]) then tid = getPlayerByNameWildcard(t[(master and 1 or 2)]) if(not tid or (isPlayerGhost(tid) and getPlayerAccess(tid) > getPlayerAccess(cid))) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. t[(master and 1 or 2)] .. " not found.") return true end end local tmp = getPlayerTown(cid) if(not master) then tmp = t[1] if(not tonumber(tmp)) then tmp = getTownId(tmp) if(not tmp) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Town " .. t[1] .. " does not exists.") return true end end end local pos = getTownTemplePosition(tmp) if(type(pos) ~= 'table' or isInArray({pos.x, pos.y}, 0)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Town " .. t[1] .. " does not exists or has invalid temple position.") return true end pos = getClosestFreeTile(tid, pos) if(type(pos) ~= 'table' or isInArray({pos.x, pos.y}, 0)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Destination not reachable.") return true end tmp = getCreaturePosition(tid) if(doTeleportThing(tid, pos) and not isPlayerGhost(tid)) then doSendMagicEffect(tmp, CONST_ME_POFF) doSendMagicEffect(pos, CONST_ME_TELEPORT) end return true end TeleportTiles: 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
  21. Ceos postou uma resposta no tópico em Ouvidoria
    bora fala comigo private (deixa eu ver seus mapa para não tomar um pau KKK).
  22. Ceos postou uma resposta no tópico em Suporte Tibia OTServer
    Me manda seu script para que possa configurar para você.
  23. Ceos postou uma resposta no tópico em Ouvidoria
    Eu sei que se quer troca nome mais não precisa me zua, Daqui a pouco Guilherme troca para você (qual quer coisa quiser um duelo de scripter a gente vai).
  24. Opa abraços, qual quer coisa cria outro tópico ou posta aqui mesmo.
  25. Por favor peço que você poste seu "teleportmaster.lua", que esta na pasta (talkaction/script).

Informação Importante

Confirmação de Termo