Jump to content

Quests, Games: Daily Raffle / Sorteio Diário


Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  05/21/18
  • Last Seen:  

Daily Raffle / Sorteio Diário


How does it work?
It gives a random ticket to a player (between 1 ~ 10000).

Como Funciona?
Ele dá um ticket para o jogador (entre 1 ~ 10000)

14. set #evento, rand(1,10000);

At 20:00 o'clock it triggers the biggest value and sets as the winner ticket.

Às 20:00h ele configura o maior valor como valor do vencedor.

45. OnClock2000:
46. query_sql("select `value` from acc_reg_num where `key` = '#evento' order by `value` desc",.@winner);
// IF YOU WANT TO TRIGGER RANDOMLY, NOT THE BIGGEST VALUE, USE THIS
// SE VOCÊ QUER QUE ELE SELECIONE ALEATÓRIAMENTE, NÃO O MAIOR VALOR, USE ISTO
query_sql("select `value` from acc_reg_num where `key` = '#evento' and `value` != 0 order by rand()",.@winner);

And it will give 5~10 Yggdrasil Berry

E ele vai dar entre 5~ 10 Frutos de Yggdrasil

33. getitem 607,rand(5,10);

Any Question?

Qualquer dúvida fale comigo

 

fb.com/JoaoMarcoA
discord: LordJasz#2310


 

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  12/06/18
  • Last Seen:  

Fala amigo ! Obrigado por compartilhar este script !

Grande abraço!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.01
  • Content Count:  59
  • Reputation:   5
  • Joined:  07/02/18
  • Last Seen:  

Can add functions like type ...
When it is time to publish the results, it will notify the entire server of the result and the winner's name. Rewards will automatically transfer directly to the winner's mailbox.
You can do it? And when the player wants to meet npc confirm the result, it will report the result and the lucky winner 

If you have these extra features, than the NPC Raffle will be awesome !!

http://tumblr-inline-otx0gp3-Ch-E1tuiijv-540.gi

 

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
Reply to this topic...

×   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...