Jump to content
  • 0

Championship


tysonlim1989

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  12/13/12
  • Last Seen:  

Hi there, I need lots of help. Hope someone can guide me through my entire script

I would like to make a championship battle(PVP 1 vs 1) script.

1) Broadcast when registration is open. Every hour from 2pm to 5pm.

2) Auto open registration every saturday 2pm - 6pm. (Battle start from 7pm-10pm) 180mins

3) Only 32people will be allowed. (80+16) (40+8) (20+4) (10) total 178mins

4) Random assign for Opponents.

5) Will broadcast who vs who 1min before the battle start.

6) At 7pm, npc will start letting player( the 1st group) to enter the battle stage. The battle will last for 5mins.

7) There will be 1 min interval for every battle.

8) If draw, consider both players are lose.

9) Winner will continue the battle.

Below is the script I build so far.




//Auto broadcast
OnInit:
set .Time,10080;  // Announce every x Minutes.
announce "Registration is open";

OnMinute60:
announce "Only 3 hours left for registration"
OnMinute120:
announce "Only 2 hours left for registration"
OnMinute180:
announce "Only 1 hour left for registration"
OnMinute230:
announce "Only 10minutes left for registration"
end;


//Registration
prontera,303,234,5 script Journey 100,{
mes "[Journey]";
mes "Welcome to RO championship!";
mes "From here you can gain special prizes if you are the final winner!";
mes "Do you want to join the battle?";
next;
switch(select("Yes:No")){
case 1:
case 2: mes "[Journey]";
mes "Bye~"; 
close;
}

Thanks for helping

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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