diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-30 01:59:17 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-30 01:59:17 +0000 |
commit | 48b7f9215fed7b5e42f3bcc39f8851aa05e53207 (patch) | |
tree | 98fdcf5695379ecf34a681bf5f8673cd96b7cc0a /npc | |
parent | 9f7340804176b8edef40eeb128a223a646bcd7dc (diff) | |
download | hercules-48b7f9215fed7b5e42f3bcc39f8851aa05e53207.tar.gz hercules-48b7f9215fed7b5e42f3bcc39f8851aa05e53207.tar.bz2 hercules-48b7f9215fed7b5e42f3bcc39f8851aa05e53207.tar.xz hercules-48b7f9215fed7b5e42f3bcc39f8851aa05e53207.zip |
* Changed little typos error on MVP Arena, Thanks to Sinoco.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10647 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/custom/MVP_arena/arena_mvp.txt | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 511ad2b87..d9b07521f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/05/29 + * Changed little typos error on MVP Arena, Thanks to Sinoco. [Samuray22] 2007/05/28 * Corrected typos/inconsistencies in npc headers [ultramage] * Fixed NPC name of bullet and magazine dealer [Playtester] diff --git a/npc/custom/MVP_arena/arena_mvp.txt b/npc/custom/MVP_arena/arena_mvp.txt index b81e518ef..51ea9c8fb 100644 --- a/npc/custom/MVP_arena/arena_mvp.txt +++ b/npc/custom/MVP_arena/arena_mvp.txt @@ -25,7 +25,7 @@ quiz_00,49,31,4 script MVP Arena Guide 778,{ quiz_00,56,31,4 script Alpha MVP 770,{ mes "[ ^0065DFAlpha MVP^000000 ]"; mes "I am the first Keeper, are you ready?."; -menu "Yes!",L_Yes,"Urrr No.",L_No; +menu "Yes!",L_Yes,"Urrr No.",Lcancel; L_Yes: mes "[ ^0065DFAlpha MVP^000000 ]"; @@ -40,7 +40,7 @@ mes "Which Arena you want to go to??"; "Arena 8 [" + getmapusers("pvp_n_4-2") + " / 15]",Larena8, "Quit",Lcancel; -L_No: +Lcancel: close; Larena1: @@ -101,7 +101,7 @@ close; quiz_00,58,31,4 script Beta MVP 773,{ mes "[ ^0065DFAlpha MVP^000000 ]"; mes "I am the first Keeper, are you ready?."; -menu "Yes!",L_Yes,"Urrr No.",L_No; +menu "Yes!",L_Yes,"Urrr No.",Lcancel; L_Yes: mes "[ ^0065DFBeta MVP^000000 ]"; @@ -116,9 +116,6 @@ mes "Which Arena you want to go to??"; "Arena 8 [" + getmapusers("pvp_n_4-3") + " / 15]",Larena8, "Quit",Lcancel; -L_No: -close; - Lcancel: close; @@ -196,7 +193,7 @@ mes "Which Arena you want to go to??"; "Arena 8 [" + getmapusers("pvp_n_4-4") + " / 15]",Larena8, "Quit",Lcancel; -L_No: +Lcancel: close; Larena1: @@ -274,7 +271,7 @@ mes "Which Arena you want to go to??"; "Arena 8 [" + getmapusers("pvp_n_4-5") + " / 15]",Larena8, "Quit",Lcancel; -L_No: +Lcancel: close; Larena1: |