Tudo que TonyHalk postou
-
Runa Teleportadora ( Com Exausted )
É Só Mudar o ID Da Runa Amigo
-
Abrir servidor sem o Hamachi
Sim pode Mandar
-
Runa Teleportadora ( Com Local Exato )
Obrigado a Todos... <?xml version="1.0" encoding="UTF-8"?> <mod name="teleport rune" version="1.0" author="Snokiuthu" contact="mar_cos75" enabled="yes"> <action itemid="2357" event="script" override="yes"><![CDATA[ function onUse(cid, item, frompos, item2, topos) local storage = 11548 -- n mexa local exhausted = 250 -- tempo em segundos if (getPlayerStorageValue(cid, storage) >= os.time()) then return doPlayerSendCancel(cid, "Você tem que esperar " .. getPlayerStorageValue(cid, storage) - os.time() .. " segundos para usar novamente.") end local effect = 10 local message = "You were teleported to "..getTownName(getPlayerTown(cid)).." town." local errormessage = "Sorry, you cannot use this scroll in a battle." local town = local town = {x=xxxx, y=xxxx, z=x} --- if getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, errormessage) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, message) doTeleportThing(cid,town) doSendMagicEffect(town,effect) setPlayerStorageValue(cid,storage,os.time()+exhausted) return end ]]></action> </mod> local exhausted = 250 -- tempo em segundos local town = local town = {x=xxxx, y=xxxx, z=x} local do teleport
-
Runa Teleportadora ( Com Exausted )
<?xml version="1.0" encoding="UTF-8"?> <mod name="teleport rune" version="1.0" author="Snokiuthu" contact="mar_cos75" enabled="yes"> <action itemid="2357" event="script" override="yes"><![CDATA[ function onUse(cid, item, frompos, item2, topos) local storage = 11548 -- n mexa local exhausted = 250 -- tempo em segundos if (getPlayerStorageValue(cid, storage) >= os.time()) then return doPlayerSendCancel(cid, "Você tem que esperar " .. getPlayerStorageValue(cid, storage) - os.time() .. " segundos para usar novamente.") end local effect = 10 local message = "You were teleported to "..getTownName(getPlayerTown(cid)).." town." local errormessage = "Sorry, you cannot use this scroll in a battle." local town = local town = {x=xxxx, y=xxxx, z=x} --- if getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, errormessage) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, message) doTeleportThing(cid,town) doSendMagicEffect(town,effect) setPlayerStorageValue(cid,storage,os.time()+exhausted) return end ]]></action> </mod> ata... vou Refazer.. local exhausted = 250 -- tempo em segundos local town = local town = {x=xxxx, y=xxxx, z=x} local do teleport Resolvido Amigo ?
-
Runa Teleportadora ( Com Exausted )
Crie um .lua na pasta actions/scripts com o nome, rteleporte.lua function onUse(cid, item, frompos, item2, topos) if item2.itemid == 0 then doPlayerSendCancel(cid,"Você não pode fazer isso.") else if getPlayerAccess(cid) >= 3 then playerpos = getPlayerPosition(cid) doTeleportThing(cid,topos) doSendMagicEffect(playerpos,2) doSendMagicEffect(topos,10) doSendAnimatedText(playerpos,"Teleport",35) else doPlayerSendCancel(cid,"Você não pode usar esta runa.") end end return 1 end agora koloque isso no actions.xml <action itemid="2296" script="rteleporte.lua" /> Explicaçoes 2296 id da runa (vc pode mudar)
-
Abrir servidor sem o Hamachi
Não o do no IP NÃO DA tem que ser o do CMD mesmo
-
Ajuda aew
Cara tenho esse Script Parecido.... Não de Nível mais de QUIZ, acho que pode Ajudar... ------NPC ------ focus = 0 talk_start = 0 target = 0 following = false attacking = false q = 1 w = 0 certas = 0 erradas = 0 question = {} question[1] = {p="Quem é o atual administrador do tibiaking sem ser o Matheus", r="don"} question[2] = {p="Quem é o coordenador registrado em julho de 2005?", r="caidera"} question[3] = {p="Como se chama o mascote do Tibiaking?", r="x-boy"} question[4] = {p="Quem foi o primeiro colaborador de Actions do Tibia king", r="colex"} question[5] = {p="Quem foi o vencedor do 1º Tibiaking Scripting Championship?", r="xxxhiagoxxx"} question[6] = {p="A regra número 3 da seção geral na parte OTServer fala sobre...", r="flood"} question[7] = {p="Qual o nome da rádio oficial do Tibiaking", r="jovemix"} question[8] = {p="Qual o nome da 1ª equipe a ter seu lugar no Incentivos tibia king?", r="spol team"} question[9] = {p="Qual o username do antigo moderador atual apoio, cujo sua primeira letra é igual a primeira letra do nome do site?", r="x9kill"} question[10] = {p="Quem é o co-fundador da Spol Team?", r="bizugo"} question[11] = {p="Quem deu a idéia para o projecto X-OTS?", r="jvchequer"} question[12] = {p="Quem postou o code para NPCs venderem Bps de items?", r="frerety"} function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('Good bye then.') selfLook(cid) focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if ((msgcontains(msg, 'hi')) and (focus == 0)) and getDistanceToCreature(cid) < 6 then selfSay('Olá, Eu sou um NPC de entertrenimento feito por Colex, para eu começar as perguntas digite: continuar.') focus = cid talk_start = os.clock() end if msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 6 then selfSay('Sorry, ' .. creatureGetName(cid) .. '! I talk to you in a minute.') end if (focus == cid) and getDistanceToCreature(cid) < 6 then if (w == 1) then if msgcontains(msg, question[q].r) then selfSay('Certa resposta, diz Continuar para passar-mos a próxima pergunta!') talk_start = os.clock() q = q+1 certas = certas + 1 w = 0 else selfSay('Resposta errada, diz Continuar para passar-mos a próxima pergunta!') talk_start = os.clock() q = q+1 w = 0 erradas = erradas + 1 end else if msgcontains(msg, 'continuar') then if question[q] then selfSay(question[q].p) talk_start = os.clock() w = 1 else selfSay('Esta foi a última pergunta, voce teve ' .. certas .. ' respostas certas e ' .. erradas .. ' respostas erradas.') focus = 0 talk_start = 0 q = 1 w = 0 certas = 0 erradas = 0 end end end if msgcontains(msg, 'bye') or msgcontains(msg, 'xau') then selfSay('Adeus, ' .. creatureGetName(cid) .. '!') focus = 0 talk_start = 0 q = 1 w = 0 certas = 0 erradas = 0 end end end function onCreatureChangeOutfit(creature) end function onThink() if (os.clock() - talk_start) > 120 then if focus > 0 then selfSay('Próxima...') q = 1 w = 0 certas = 0 erradas = 0 end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Adeus então.') q = 1 w = 0 certas = 0 erradas = 0 end end end para voce adicionar perguntas é facil a seguir ao: question = {} voce vai adicionando o seguinte: question[Nº DA PERGUNTA] = {p="PERGUNTA", r="RESPOSTA"}
-
Trocar De Voction Ao Clicar No Livro o.O
Script Simples Porem útil parabéns esta começando agora e esta indo bem. REP+
- [Modern aac] Como criar site para poketibia
-
World of Kimera
Cara lamento, não existe em Lugar algum ....
-
[+18] CAGAOOOOOOOOOOOOOOOOOOO
BRBRBBBRBRBRBRBRBRBR HUEHUEUHEUHEHUEHUHE '-'
-
World of Kimera
Ja Mandei por PPM
-
Abrir servidor sem o Hamachi
Faz o Seguinte vai em Iniciar > Promot de Comando> Digita " cmd " Digita " IPCONFIG" E me passa o seu IP em baixo do Gatway Padrao ou se quiser Coloca ele direto no seu Config.lua e no Ipchanger !
-
World of Kimera
vou axar outro ...
-
World of Kimera
http://www.speedyshare.com/files/21411944/world_2_.rar
-
Abrir servidor sem o Hamachi
Joao, Usa esse ip no Config.lua e no Ipchanger 10.1.1.1.1 e tenta entrar
- [PEDIDO] global mapa full custom
-
World of Kimera
Ok vou Disponibilizar o Downlaod assim que chegar em casa...
-
[Tutorial] Monstro morre e aparece teleport
formate melhor o tópico. tem Muitas cores que Doem o Olho rsrsr
-
Ajuda com internet tirar hamachi do server
Zoran Login : user Senha : user Login : admin Senha : admin Login : 123 Senha : 123 Tenta e me Avisa..
-
[Tutorial] Monstro morre e aparece teleport
nada deixa quieto rsrsr
-
Abrir servidor sem o Hamachi
Joao, Usa esse ip no Config.lua e no Ipchanger 10.1.1.1.1 e tenta entrar
-
Lucro com OTServ, debate !
Lucro em Jogo tem que Sorte Mesmo.. Igual Tibia RPG...
- 9.8 Global Full com Rookguard !
-
Projeto 8.6 - 100% Em Mission / Quest
Entrei em Contato...