Jump to content
  • 0
scoutzin

Vip automatico ao logar.

Question

Pessoal Blz?

Tentei muitas vezes tentar criar um script de login pra ganhar 1 item somente no primeiro login

 

Exemplo:

A pessoa cria a conta, e quando ela loga , ela ganha 1 ticket de vip 7 dias.

Porém toda vez que eu faço, quando a pessoa loga ela ganha em si.

Ou ele não funciona e trava.

Alguém teria um script simples pra isso?  ou dar uma luz.

 

Valeu 😉

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Primeiro vc precisa configurar ou adicionar um item de ticket vip com o devido script do item, dps disso adiciona um npc que faz a função com OnPcLoginEvent

prontera,5,5,5	script	LOGIN	111,{
OnPcLoginEvent:
  if(!#PACKINICIAL)
  {
    #PACKINICIAL = 1;
    getitem 666,6 // exemplo de item que vc quer colocar, 6 unidades
  }
  end;
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.