Ir para conteúdo
  • Cadastre-se

[PEDIDO] Script Quando acabar a premium o jogador ser teletransportado para o Templo


Posts Recomendados

Bom, eu queria um script que quando a Premium (VIP) do jogador acaba ele seja teletransportado para o Templo da cidade free e com uma skin padrão citizen com aquelas cores lá.

Link para o post
Compartilhar em outros sites

function onLogin(cid)

if isPremium(cid) > 0 then

setPlayerStorageValue(cid, 10001,1)

elseif isPremium(cid) == 0 and getPlayerStorageValue(cid,10001) == 1 then

doTeleportThing(cid, getPlayerTown(cid))

doPlayerSendTextMessage(cid,31,"Sua premmium acabou")

setPlayerStorageValue(cid,10001,-1)

end

end

Link para o post
Compartilhar em outros sites


function onLogin(cid)

if isPremium(cid) > 0 then

setPlayerStorageValue(cid, 10001,1)

elseif isPremium(cid) == 0 and getPlayerStorageValue(cid,10001) == 1 then

doTeleportThing(cid, getPlayerTown(cid))

doPlayerSendTextMessage(cid,31,"Sua premmium acabou")

setPlayerStorageValue(cid,10001,-1)

end

end


function onLogin(cid)

if isPremium(cid) > 0 then

setPlayerStorageValue(cid, 10001,1)

elseif isPremium(cid) == 0 and getPlayerStorageValue(cid,10001) == 1 then

doTeleportThing(cid, getPlayerTown(cid))

doPlayerSendTextMessage(cid,31,"Sua premmium acabou")

setPlayerStorageValue(cid,10001,-1)

end

end

Ficaria assim né? endpremmy.lua:
function onLogin(cid)

if isPremium(cid) > 0 then

setPlayerStorageValue(cid, 10001,1)

elseif isPremium(cid) == 0 and getPlayerStorageValue(cid,10001) == 1 then

doTeleportThing(cid, getPlayerTown(cid))

doPlayerSendTextMessage(cid,31,"Sua premmium acabou")

setPlayerStorageValue(cid,10001,-1)

end

end

creature.xml

<event type="login" name="endpremmy" event="script" value="endpremmy.lua"/>

login.lua

registerCreatureEvent(cid, "endpremmy")

Link para o post
Compartilhar em outros sites

Vá ate creaturescripts/scripts/ e crie um arquivo chamado fimpremium.lua , e bote isso :



function onLogin(cid)

registerCreatureEvent(cid,"FimPremium")

local pos = {x = 123, y = 123, z = 7}

if isPremium(cid) then

setPlayerStorageValue(cid, 9899, 1)

elseif getPlayerStorageValue(cid, 9899) == 1 and not isPremium(cid) then

doTeleportThing(cid, pos)

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You premium is Over!")

setPlayerStorageValue(cid, 9899, -1)

end

return 1

end

* Edite a posição do templo da sua cidade Principal em : local pos = {x = 123, y = 123, z = 7} * E a mensagem ao terminar a Premium em: doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You premium is Over!") Adicione essa tag em creaturescripts.xml
<event type="login" name="FimPremium" event="script" value="fimpremium.lua"/>

AJUDOU ? REP+

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

Assim irá teletransportar o player para sua cidade de origem.


function onLogin(cid)

if isPremium(cid) then

setPlayerStorageValue(cid, 9899, 1)

elseif getPlayerStorageValue(cid, 9899) == 1 and not isPremium(cid) then

doTeleportThing(cid, getPlayerTown(cid))

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You premium is Over!")

setPlayerStorageValue(cid, 9899, -1)

end

return 1

end

Link para o post
Compartilhar em outros sites

Vá ate creaturescripts/scripts/ e crie um arquivo chamado fimpremium.lua , e bote isso :



function onLogin(cid)

registerCreatureEvent(cid,"FimPremium")

local pos = {x = 123, y = 123, z = 7}

if isPremium(cid) then

setPlayerStorageValue(cid, 9899, 1)

elseif getPlayerStorageValue(cid, 9899) == 1 and not isPremium(cid) then

doTeleportThing(cid, pos)

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You premium is Over!")

setPlayerStorageValue(cid, 9899, -1)

end

return 1

end

* Edite a posição do templo da sua cidade Principal em : local pos = {x = 123, y = 123, z = 7} * E a mensagem ao terminar a Premium em: doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You premium is Over!") Adicione essa tag em creaturescripts.xml
<event type="login" name="FimPremium" event="script" value="fimpremium.lua"/>

AJUDOU ? REP+

Como fazer pra quando o jogador for teleportado também setar a outifit de citizen nele com as cores de noob como abaixo:

citizen male: 128

citizen female:136

Cores:

78

68

58

57

Link para o post
Compartilhar em outros sites

Como fazer pra quando o jogador for teleportado também setar a outifit de citizen nele com as cores de noob como abaixo:

citizen male: 128

citizen female:136

Cores:

78

68

58

57

tem como?

Link para o post
Compartilhar em outros sites

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