diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-19 00:16:37 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-19 00:16:37 +0000 |
commit | db6e4aaaeea4e7053e17576db730def8b3cd4fd9 (patch) | |
tree | b104447c14bd73171f98aeee2c490e830bad5d74 /npc/cities/hugel.txt | |
parent | ac17bf28432aa3c445a97f66ff82af6050fa176a (diff) | |
download | hercules-db6e4aaaeea4e7053e17576db730def8b3cd4fd9.tar.gz hercules-db6e4aaaeea4e7053e17576db730def8b3cd4fd9.tar.bz2 hercules-db6e4aaaeea4e7053e17576db730def8b3cd4fd9.tar.xz hercules-db6e4aaaeea4e7053e17576db730def8b3cd4fd9.zip |
* Fixed bugs in some items. (bugrepot:2059)
* Added stats for some mobs, and fixed some others.
* Rather large update to the Keil Hyre quest.
- Update does not add any of the changes made by iRO.
- Many updates, see script or tracker for details.
* Fixed condition check in turtle island warper. (bugreport:1943)
* Removed the duplicate NPC "Mudie" from Hugel City. (bugreport:2079)
* Corrected Umbala Dismantle/create Essence NPC. (bugreport:2089)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13091 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/hugel.txt')
-rw-r--r-- | npc/cities/hugel.txt | 33 |
1 files changed, 2 insertions, 31 deletions
diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index 1c0012a36..2ff6ec683 100644 --- a/npc/cities/hugel.txt +++ b/npc/cities/hugel.txt @@ -4,7 +4,7 @@ //= vicious_pucca, Poki#3, erKURITA, Munin, and everybody in the //= comments //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -25,6 +25,7 @@ //= 1.3 Moved some quests-related NPCs to proper file. [SinSloth] //= 1.4 Optimized the Party Supplies Shop [DZeroX] //= 1.5 Fixed Party Supplies Shop. [L0ne_W0lf] +//= 1.6 Removed duplicate "Mudie". [L0ne_W0lf] //============================================================ //--------------------------------------------------------------------------- @@ -67,36 +68,6 @@ hugel,126,151,3 script Emily 90,{ } -//Mudie -//--------------------------------------------------------------------------- -hugel,85,93,3 script Mudie 866,{ - - mes "[Mudie]"; - mes "The Monster Races"; - mes "are probably the biggest"; - mes "attraction here in Hugel."; - mes "We don't have much else"; - mes "going on here, I'm afraid."; - next; - mes "[Mudie]"; - mes "If you want to go visit"; - mes "the Monster Race Arena,"; - mes "just head towards the"; - mes "7 'o clock direction on"; - mes "your Mini-Map, and look for"; - mes "the hill surrounded by a fence."; - next; - mes "[Mudie]"; - mes "You should find the arena"; - mes "somewhere around that area."; - mes "Anyway, if you want to wager"; - mes "or just watch the races, just"; - mes "ask one of the Eckar brothers."; - mes "I hope you enjoy our little town~"; - close; - -} - //Kayplas //--------------------------------------------------------------------------- hugel,86,165,5 script Kayplas 896,{ |