Tudo que Ceos postou
-
[AJUDA] Npc Chondur
Não mesmo. Eu tenho 102 rep e você tem quantos? 2?.
-
[Pedido] Estrutura igual a dessa pagina
Poderia me informar que site que ta essa estrutura? @Eu vi em.
-
[AJUDA] Npc Chondur
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.
-
(Resolvido)[AJUDA] Monstros não veem utana vid
<?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
-
[AJUDA] Npc Chondur
Você só poder dar up em 24hrs, Reportado.
-
(Resolvido)[AJUDA] Monstros não veem utana vid
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.
-
Função de mandar Templo
Qual versão do seu servidor?
-
(luadoteleportthing) thing not found (ERRO)
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
-
Função de mandar Templo
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/
-
[SUGESTÃO]O que acham de um servidor com mais RPG?
Seu ot eu já não sei mais seu português, tá úna bélézá.
-
Função de mandar Templo
Me passa o seu script. E as posição de ponta a ponta da arena.
-
(luadoteleportthing) thing not found (ERRO)
Me diga qual e o erro ?
-
Função de mandar Templo
Bug do tk?, você postou o script la encima tudo errado depois editou??
-
Função de mandar Templo
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.
-
Função de mandar Templo
, Me diga qual e função que verifica as posição?
-
(luadoteleportthing) thing not found (ERRO)
Verifique o post logo acima eu dei uma editada.
-
[Tutorial] CaveBot 100%
nicholas1q, Já que você achou ruim por que não cria um tópico com um tutorial melhor?, Faça antes de criticar obrigado.
-
(luadoteleportthing) thing not found (ERRO)
Funcionou ou não?
-
Função de mandar Templo
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.
-
(luadoteleportthing) thing not found (ERRO)
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
-
Mudança de Nick
bora fala comigo private (deixa eu ver seus mapa para não tomar um pau KKK).
-
Função de mandar Templo
Me manda seu script para que possa configurar para você.
-
Mudança de Nick
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).
-
(Resolvido)NPC Demora
Opa abraços, qual quer coisa cria outro tópico ou posta aqui mesmo.
-
(luadoteleportthing) thing not found (ERRO)
Por favor peço que você poste seu "teleportmaster.lua", que esta na pasta (talkaction/script).