From e07326b0aa71a74cacd425e30745bb01a60b153f Mon Sep 17 00:00:00 2001 From: Playtester Date: Fri, 16 Jun 2006 10:02:18 +0000 Subject: * 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 --- npc/custom/mvm.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/custom/mvm.txt') 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 -- cgit v1.2.3-60-g2f50