Jump to content
  • 0

Change Dice Event timer


iraciz

Question


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

Hello I have an automatic event called Dice Event (you may know it)

I wonder if I can change the time interval between events,  because  it appear every minute 00, and people are complanting about it cuz it re appear too fast

I want this event to be enabled every 2 hours and 30 minutes

 

other issue with this one is that if only 2 players assist, the event should  read 2 number boxes

but, sometimes if there are two players,  1player in box 3  and another  player in box 2,  

the event read as winner box 1 or box 4, and the main idea is to choose only the current boxes occuied by players and not the ones that don have players on it.

 

This is the label of timer, event starts on minute00, but I want an interval  every 2 hours, or every 2:30 hours beetwen events.

OnMinute00:
    announce "Dice: Preparense! El Evento Dice esta por dar Inicio",0;
    sleep2 10000;
    announce "Dice: Para acceder a el evento vayan a la Ciudad de Prontera y entren en un Portal que aparecera en el jardin.",0;
    sleep2 10000;
    announce "Dice: Despues de 1 minuto el portal se cerrara.",0;
    sleep2 10000;
    announce "Dice: Recuerden entrar al portal los que quieran participar.",0;
    enablenpc "prtevent";
    initnpctimer;
    end;
Edited by iraciz
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Try this one. Trigger time :  2:30 AM, 5:00 AM, 7:30 AM, 10:00 AM, 12:30 PM, 3:00 PM, 5:30 PM, 8:00 PM, 10:30 PM

OnClock0230:
OnClock0500:
OnClock0730:
OnClock1000:
OnClock1230:
OnClock1500:
OnClock1730:
OnClock2000:
OnClock2230:
    announce "Dice: Preparense! El Evento Dice esta por dar Inicio",0;
    sleep2 10000;
    announce "Dice: Para acceder a el evento vayan a la Ciudad de Prontera y entren en un Portal que aparecera en el jardin.",0;
    sleep2 10000;
    announce "Dice: Despues de 1 minuto el portal se cerrara.",0;
    sleep2 10000;
    announce "Dice: Recuerden entrar al portal los que quieran participar.",0;
    enablenpc "prtevent";
    initnpctimer;
    end;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

Awesome, thank you so much for the label

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   1
  • Joined:  04/30/13
  • Last Seen:  

I'm using this dice script too, and I can feel you regarding that 2nd issue. :P

Please update me if you found a fix for that as well.

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