Ir para conteúdo
  • 0

[Resolvido] Script Action


M i s s

Pergunta

14 respostass a esta questão

Posts Recomendados

  • 1
Spoiler

local pass = {x=000, y=000, y=0}  -- para onde o player vai
local outMale =     --looktype da outfit male
local outFemale =   -- lookType da outfit female


function onUse(cid, Item, frompos, topos)


if getCreatureOutfit(cid).lookType == outFemale or getCreatureOutfit(cid).lookType == outMale then
doPlayerSendTextMessage(cid, 22, "Bem vindo")
doTeleportThing(cid, pass)
else
doPlayerSendTextMessage(cid, 26, "Você precisa esta com a outfit")
end
return true
end

 

Link para o comentário
Compartilhar em outros sites

  • 0

local pass = {x=362, y=1660, y=7}  -- para onde o player vai
local outMale = 604    --looktype da outfit male
local outFemale = 605  -- lookType da outfit female


function onUse(cid, Item, frompos, topos)


if getCreatureOutfit(cid).lookType == outFemale or getCreatureOutfit(cid).lookType == outMale then
doPlayerSendTextMessage(cid, 22, "Bem vindo")
doTeleportThing(cid, pass)
else
doPlayerSendTextMessage(cid, 26, "Você precisa esta com a outfit")
end
return true
end

Link para o comentário
Compartilhar em outros sites

  • 0

@R e d Teste

Spoiler

local pos = {x=362, y=1660, y=7}  -- para onde o player vai
local outMale = 604    --looktype da outfit male
local outFemale = 605  -- lookType da outfit female


function onUse(cid, Item, frompos, topos)


if getCreatureOutfit(cid).lookType == outFemale or getCreatureOutfit(cid).lookType == outMale then
doPlayerSendTextMessage(cid, 22, "Bem vindo")
doTeleportThing(cid,pos)
else
doPlayerSendTextMessage(cid, 26, "Você precisa esta com a outfit")
end
return true
end

 

Link para o comentário
Compartilhar em outros sites

  • 0

@R e d

 

Spoiler

    
 
    local pos = {x=362, y=1660, y=7}  -- para onde o player vai

function onUse(cid, item, fromposition, toPos)

    if getCreatureOutfit(cid).lookType == 605 or getCreatureOutfit(cid).lookType == 604  then
            doTeleportThing(cid, pos)
            doSendMagicEffect(getPlayerPosition(cid), 21)
        else
            doPlayerSendTextMessage(cid, 22, "Somente membros da Equipe Rocket podem passar por aqui!")

    end
        return true
end

 

Link para o comentário
Compartilhar em outros sites

  • 0
1 minuto atrás, R e d disse:

A ;-; nao quero da mais trabalho pra vc

nao foi agora aparece o efeito mas ele nao sai da posição

a porta q to usando é a magic ta certo?

Tenta por essa pos aqui {x=1034, y=1038, y=7}  Ver se vai ser teleportado pro CP de saffron

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...