Ir para conteúdo
  • 0

romeu23

Pergunta

Estou usando o sistema de vip por storage ID 13540 , e botei pra promover vocação quando é vip .. porem não consigo fazer o script pra quando o vip acabar a promotion vip sair...

 

Alguem poderia fazer esse script ser por storage 13540? Valendo REP+

 

function onLogin(cid)

 

if isVip(cid) == TRUE then

if(isInArray({5, 6, 7, 8}, getPlayerVocation(cid))) then

doPlayerSetVocation(cid,getPlayerVocation(cid)+4)

end

elseif isVip(cid) == FALSE then

if(isInArray({9, 10, 11, 12}, getPlayerVocation(cid))) then

doPlayerSetVocation(cid,getPlayerVocation(cid)-4)

end

end

return TRUE

end

 

Alguem? ;s

 

Alguem me ajuda ai ?

Valendo REP+

Editado por Esaus
Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

  • 0

creio que esse topico te ajude.

http://www.xtibia.com/forum/topic/142602-promotion-vip-implantado-no-systema-vip/

 

 

AJUDEI?REP+

 

em creaturescript antes do retum

 

bote isso.


if getPlayerStorageValue(cid, 13540) > os.time() then
       if getPlayerStorageValue(cid, 122131) == 1 and isInArray({ 5, 6, 7, 8 }, getPlayerVocation(cid)) then
               doPlayerSetVocation(cid, getPlayerVocation(cid)+4)
       end
else
       if isInArray({ 9, 10, 11, 12 }, getPlayerVocation(cid)) then
               doPlayerSetVocation(cid, getPlayerVocation(cid)-4)
       end
end

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...