Ir para conteúdo
  • Cadastre-se

[Pedido] Parando tempo nesse script


Posts Recomendados

queria que quando o player pise no tile, comece a contar e depois de 30 segundos ele seja teleportada, E se o player sair do tile antes de ser teleportado o tempo pare de contar, e se ele entrar de volta no tile comece a contar do 0.

Tem como fazer isso?

local events ={}

local tempo = 30 -- tempo em segundos

local pos = {x = 1, y = 1, z = 1}

local function doTeleportThingNoError(guid, pos)

local cid = getPlayerByGUID(guid)

if not isCreature(cid) then return end

doTeleportThing(cid, pos)

end

function onStepIn(cid, item, oldPos)

doPlayerSendTextMessage(cid, 27, "Contagem iniciada, daqui " .. tempo .. " segundos você será teleportado")

events[getPlayerGUID(cid)] = addEvent(doTeleportThingNoError, tempo * 1000, getPlayerGUID(cid), pos)

return true

end

function onStepOut(cid, item, pos)

doPlayerSendTextMessage(cid, 28, "Contagem zerada.")

stopEvent(events[getPlayerGUID(cid)])

events[getPlayerGUID(cid)] = nil

return true

end

Editado por NewScripter (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

data/actions/script

Teleports.lua

local events ={}

local tempo = 30 -- tempo em segundos

local pos = {x = 1, y = 1, z = 1} = para onde ele será teleportado ?

local function doTeleportThingNoError(guid, pos)

local cid = getPlayerByGUID(guid)

if not isCreature(cid) then return end

doTeleportThing(cid, pos)

end

function onStepIn(cid, item, oldPos)

doPlayerSendTextMessage(cid, 27, "Contagem iniciada, daqui " .. tempo .. " segundos você será teleportado")

events[getPlayerGUID(cid)] = addEvent(doTeleportThingNoError, tempo * 1000, getPlayerGUID(cid), pos)

return true

end

function onStepOut(cid, item, pos)

doPlayerSendTextMessage(cid, 28, "Contagem zerada.")

stopEvent(events[getPlayerGUID(cid)])

events[getPlayerGUID(cid)] = nil

return true

end

data/actions/actions.xml

TAG :

<action itemid="4312" event="script" value="Teleports.lua"/>

Coloque esse action ID no piso que o cara pisará e será teleportado !

                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Assinatura~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                pmnz1.jpg

Link para o post
Compartilhar em outros sites

Coloque então o mesmo script em com o mesmo nome adicione essa tag no movements.xml

<movevent type="StepIn" itemid="4439" event="script" value="Teleports.lua"/>

Se der erro poste o erro, ficará mais facil para resolver.

OBS : NÃO ESQUEÇA DE EDITAR A POS X.Y.Z. SE NÃO DARÁ ERRO !

SCRIPTER EDITADO ...

local events ={}

local tempo = 30 -- tempo em segundos

local pos = {x = 1, y = 1, z = 1}

local function doTeleportThingNoError(guid, pos)

local cid = getPlayerByGUID(guid)

if not isCreature(cid) then return end

doTeleportThing(cid, pos)

end

function onStepIn(cid, item, oldPos)

doPlayerSendTextMessage(cid, 27, "Contagem iniciada, daqui " .. tempo .. " segundos você será teleportado")

events[getPlayerGUID(cid)] = addEvent(doTeleportThingNoError, tempo * 1000, getPlayerGUID(cid), pos)

return true

end

function onStepOut(cid, item, pos)

doPlayerSendTextMessage(cid, 28, "Contagem zerada.")

stopEvent(events[getPlayerGUID(cid)])

events[getPlayerGUID(cid)] = nil

return true

end

Editado por karlkalvin (veja o histórico de edições)

                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Assinatura~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                pmnz1.jpg

Link para o post
Compartilhar em outros sites
  • 1 year later...

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.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo