diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 10:02:18 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 10:02:18 +0000 |
commit | e07326b0aa71a74cacd425e30745bb01a60b153f (patch) | |
tree | b72f1f4ada283ca5f02885e957c5e194eb1652a7 /npc/custom/mvm.txt | |
parent | e4bb98fd9afd36dcd42a4135a55ad8930e2acf01 (diff) | |
download | hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.tar.gz hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.tar.bz2 hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.tar.xz hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.zip |
* Commited Silent's Fix to the duplicate NPCs
- needs testing
- can't be fully fixed because of length limitation of names
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7200 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/mvm.txt')
-rw-r--r-- | npc/custom/mvm.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/custom/mvm.txt b/npc/custom/mvm.txt index 8059fcc30..6a2ae567d 100644 --- a/npc/custom/mvm.txt +++ b/npc/custom/mvm.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= acky - god@acky.com
//===== Current Version: =====================================
-//= 1.1.2
+//= 1.1.3
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -16,6 +16,7 @@ //= Added Duel Room
//= ---------------------------------------------------------
//= Script is messy! Be careful!
+//= 1.1.3 Removed Duplicate Names [Silent]
//= 1.1.2 Changed all gmcommand to atcommand as Poki#3 suggested. [Vicious]
//============================================================
@@ -191,7 +192,7 @@ mes "[Referee]"; mes "Alright";
close;
}
-gon_test.gat,56,91,6 duplicate(monsterreferee) Referee 61
+gon_test.gat,56,91,6 duplicate(monsterreferee) Referee#01 61
// Usher //
@@ -767,7 +768,7 @@ end; }
// Duel Arena //
-gon_test.gat,58,103,5 script Duel Master 92,{
+gon_test.gat,58,103,5 script Duel Master#01 92,{
if ($@duelist1$ == "") set @duel,0;
if ($@monster1 == "") set @duel,0;
set @marena,1;
@@ -859,7 +860,7 @@ close; }
// Duel Exit //
-gon_test.gat,42,8,5 script Duel Master 92,{
+gon_test.gat,42,8,5 script Duel Master#02 92,{
mes "[Duel Master]";
mes "Would you like to return?";
menu "Yes",L_Leave,"No",-;
@@ -892,4 +893,4 @@ close; }
gon_test.gat,49,5,5 duplicate(SummonPad) Summon Pad 4 111,2,2
-gon_test.gat,55,8,6 duplicate(monsterreferee) Referee 61
\ No newline at end of file +gon_test.gat,55,8,6 duplicate(monsterreferee) Referee#02 61
\ No newline at end of file |