From f17c3bc02c9e82147fb471132940e84d227ec4bc Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 30 Jan 2012 16:02:55 +0000 Subject: - Removed trailing tabs, and fixed some spacing. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/arena/arena_lvl60.txt | 124 ++++++++++++++++++++-------------------- 1 file changed, 62 insertions(+), 62 deletions(-) (limited to 'npc/other/arena/arena_lvl60.txt') diff --git a/npc/other/arena/arena_lvl60.txt b/npc/other/arena/arena_lvl60.txt index 9224898cd..440d9e451 100644 --- a/npc/other/arena/arena_lvl60.txt +++ b/npc/other/arena/arena_lvl60.txt @@ -49,7 +49,7 @@ OnTouch: force_2-1,99,20,4 script Minilover#arena 124,{ OnInit: - set $@mapcount60, 0; + set $@mapcount60, 0; end; Onstart: @@ -103,7 +103,7 @@ OnTimer240000: end; OnTimer300000: - set $@mapcount60, getmapusers ("force_2-1"); + set $@mapcount60, getmapusers ("force_2-1"); if ($@mapcount60 == 0) { donpcevent "Minilover#arena::Onfailclearstage"; } @@ -708,7 +708,7 @@ Onon: end; Onsubon: - set $@randmonster60,rand(1,3); + set $@randmonster60,rand(1,3); switch($@randmonster60) { case 1: monster "force_2-1",rand(170,177),rand(70,120),"Sidewinder",1424,1,"force_06ex#60::OnMobEx"; @@ -742,7 +742,7 @@ Onon: OnMobDeath: set $force_06_60,$force_06_60 -1; if ($force_06_60 < 1) { - set door, 1; + set door, 1; donpcevent "Minilover#arena::On06_end"; donpcevent "arena#60::Onreset_06"; } @@ -866,20 +866,20 @@ OnMobDeath: prt_are_in,129,135,3 script Staff#60-1 67,{ - mes "[Staff]"; - mes "You did a good job."; - mes "Even if you have failed to clear a time attack battle, I will reward you with a small amount of arena points."; + mes "[Staff]"; + mes "You did a good job."; + mes "Even if you have failed to clear a time attack battle, I will reward you with a small amount of arena points."; next; if (arena_point == 30000) { - mes "[Staff]"; - mes "Uh huh!"; - mes "You already have enough arena points."; - mes "Please spend some arena points later. When I see you next time, I will make sure to give you some reward."; + mes "[Staff]"; + mes "Uh huh!"; + mes "You already have enough arena points."; + mes "Please spend some arena points later. When I see you next time, I will make sure to give you some reward."; next; } else set arena_point, arena_point + 1; - mes "[Staff]"; - mes "Let me guide you outside. I hope you had a good time."; + mes "[Staff]"; + mes "Let me guide you outside. I hope you had a good time."; close2; specialeffect2 EF_EXIT; warp "arena_room",100,75; @@ -915,48 +915,48 @@ prt_are_in,25,135,3 script Staff#60-2 67,{ } } set @gap60,(60 * $top_60min + $top_60sec) - (60 * @record_min60 + @record_sec60); - mes "[Staff]"; - mes "Wow, you did a good job~ "; - mes "Your name is...^3131FF" + strcharinfo(0) +"^000000, isn't it?"; - mes "^3131FF"+ strcharinfo(0) +"^000000, total time you spent to pass the battle.."; + mes "[Staff]"; + mes "Wow, you did a good job~ "; + mes "Your name is...^3131FF" + strcharinfo(0) +"^000000, isn't it?"; + mes "^3131FF"+ strcharinfo(0) +"^000000, total time you spent to pass the battle.."; next; - mes "[Staff]"; - mes "is "+@record_min60+"minutes "+@record_sec60+"seconds."; - mes "Congratulations!"; + mes "[Staff]"; + mes "is "+@record_min60+"minutes "+@record_sec60+"seconds."; + mes "Congratulations!"; next; - mes "[Staff]"; - mes "The fastest player among people who cleared lvl 60s arena time force battle is ^3131FF"+$arena_60topn$+"^000000."; + mes "[Staff]"; + mes "The fastest player among people who cleared lvl 60s arena time force battle is ^3131FF"+$arena_60topn$+"^000000."; next; - mes "[Staff]"; - mes "^3131FF"+$arena_60topn$+"^000000's running time was ^3131FF"+$top_60min+"^000000minutes ^3131FF"+$top_60sec+"^000000seconds."; + mes "[Staff]"; + mes "^3131FF"+$arena_60topn$+"^000000's running time was ^3131FF"+$top_60min+"^000000minutes ^3131FF"+$top_60sec+"^000000seconds."; next; if (@gap60 < 0) { - mes "[Staff]"; - mes "Although you failed to make a new record, I hope you will succeed next time."; + mes "[Staff]"; + mes "Although you failed to make a new record, I hope you will succeed next time."; next; if (arena_point > 29980) { - mes "[Staff]"; - mes "Then let me reward you with some arena points....eh?"; - mes "Your arena points have exceeded the maximum amount. I cannot give you more points until you spend some points."; + mes "[Staff]"; + mes "Then let me reward you with some arena points....eh?"; + mes "Your arena points have exceeded the maximum amount. I cannot give you more points until you spend some points."; next; - mes "[Staff]"; - mes "You can check the amount of arena points you have in the arena waiting room."; + mes "[Staff]"; + mes "You can check the amount of arena points you have in the arena waiting room."; next; - mes "[Staff]"; - mes "I hope you had a good time and let me guide you to the entrance of arena."; - mes "Thank you."; + mes "[Staff]"; + mes "I hope you had a good time and let me guide you to the entrance of arena."; + mes "Thank you."; close2; } else { set arena_point, arena_point + 20; - mes "[Staff]"; - mes "Let me reward you some arena points."; - mes "If you wish to check the amount of arena points you have, please go talk to ^3131FFVendigos^000000 at the arena entrance."; + mes "[Staff]"; + mes "Let me reward you some arena points."; + mes "If you wish to check the amount of arena points you have, please go talk to ^3131FFVendigos^000000 at the arena entrance."; next; - mes "[Staff]"; - mes "Let me guide you to the entrance of arena."; - mes "See you later~"; + mes "[Staff]"; + mes "Let me guide you to the entrance of arena."; + mes "See you later~"; close2; } specialeffect2 EF_EXIT; @@ -970,44 +970,44 @@ prt_are_in,25,135,3 script Staff#60-2 67,{ else { emotion e_omg; - mes "[Staff]"; - mes "Wow! You have renewed the record!"; - mes "What a great job!"; + mes "[Staff]"; + mes "Wow! You have renewed the record!"; + mes "What a great job!"; next; - mes "[Staff]"; - mes "You have been recorded as the fastest player among people who cleared ^FF0000Arena Time Force Battle lvl 60s^000000, ^3131FF"+strcharinfo(0)+"^000000."; + mes "[Staff]"; + mes "You have been recorded as the fastest player among people who cleared ^FF0000Arena Time Force Battle lvl 60s^000000, ^3131FF"+strcharinfo(0)+"^000000."; set $top_60min, @record_min60; set $top_60sec, @record_sec60; - set $arena_60topn$,strcharinfo(0); + set $arena_60topn$,strcharinfo(0); donpcevent "Vendigos::Onlinerec_60"; next; if (arena_point > 29950) { - mes "[Staff]"; - mes "Then let me reward you with some arena points....eh?"; - mes "Your arena points have exceeded the maximum amount. I cannot give you more points until you spend some points."; + mes "[Staff]"; + mes "Then let me reward you with some arena points....eh?"; + mes "Your arena points have exceeded the maximum amount. I cannot give you more points until you spend some points."; next; - mes "[Staff]"; - mes "You can check the amount of arena points you have in the arena waiting room."; + mes "[Staff]"; + mes "You can check the amount of arena points you have in the arena waiting room."; next; - mes "[Staff]"; - mes "I hope you had a good time and let me guide you to the entrance of arena."; - mes "Thank you."; + mes "[Staff]"; + mes "I hope you had a good time and let me guide you to the entrance of arena."; + mes "Thank you."; close2; } else { mes "[Staff]"; - mes "Let me reward you with some arena points."; - mes "At the same time, since you have renewed the record you will receive an extra amount of the points this time."; + mes "Let me reward you with some arena points."; + mes "At the same time, since you have renewed the record you will receive an extra amount of the points this time."; next; set arena_point, arena_point + 50; - mes "[Staff]"; - mes "Let me reward you some arena points."; - mes "If you wish to check the amount of arena points you have, please go talk to ^3131FFVendigos^000000 at the arena entrance."; + mes "[Staff]"; + mes "Let me reward you some arena points."; + mes "If you wish to check the amount of arena points you have, please go talk to ^3131FFVendigos^000000 at the arena entrance."; next; - mes "[Staff]"; - mes "Let me guide you to the entrance of arena."; - mes "See you later~"; + mes "[Staff]"; + mes "Let me guide you to the entrance of arena."; + mes "See you later~"; close2; } specialeffect2 EF_HIT5; -- cgit v1.2.3-70-g09d2