From 000e370318c50a8f0dd224d92e450f1613ba6e18 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 26 Jan 2007 13:43:54 +0000 Subject: - Fixed a monster spawn typo in hu_fild05 and lou_fild01 - Added a missing dialogue branch in novice.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9713 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 4 ++++ npc/jobs/novice/novice.txt | 5 +++++ npc/mobs/fields/hugel.txt | 2 +- npc/mobs/fields/louyang.txt | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 75fc7c30b..507d37e80 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -26,6 +26,10 @@ KarLaeda Date Added ====== +2007/01/26 + * Added a missing dialogue branch in novice.txt + * Fixed a monster spawn typo in hu_fild05 and lou_fild01 [ultramage] + Ref: http://www.eathena.ws/board/index.php?showtopic=136426 2007/01/24 * Fixed one missing 'On' in prtg_managers.txt [ultramage] 2007/01/21 diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 38b899811..e04ab51c6 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -768,6 +768,11 @@ new_zone02.gat,115,111,4 script Item Instructor 726,{ mes "just for listening."; set BaseExp,BaseExp+155; next; + } else { + mes "[Alice]"; + mes "Umm... You can drink"; + mes "it later I guess."; + next; } disable_items; mes "[Alice]"; diff --git a/npc/mobs/fields/hugel.txt b/npc/mobs/fields/hugel.txt index 6889e8de3..6d74f3549 100644 --- a/npc/mobs/fields/hugel.txt +++ b/npc/mobs/fields/hugel.txt @@ -87,7 +87,7 @@ hu_fild05.gat,286,144,82,90 monster Novus 1715,3,0,0,0 hu_fild05.gat,286,144,82,90 monster Novus 1718,3,0,0,0 hu_fild05.gat,286,144,82,90 monster Anopheles 1627,10,0,0,0 hu_fild05.gat,286,144,82,90 monster Mutant Dragonoid 1262,1,24000000,1800000,0 -hu_fild05.gat,286,144,82,90 monster Grove 1687,15,0,0,0 +hu_fild05.gat,118,106,80,70 monster Grove 1687,15,0,0,0 hu_fild05.gat,118,106,80,70 monster Novus 1715,3,0,0,0 hu_fild05.gat,118,106,80,70 monster Novus 1718,3,0,0,0 hu_fild05.gat,118,106,80,70 monster Anopheles 1627,10,0,0,0 diff --git a/npc/mobs/fields/louyang.txt b/npc/mobs/fields/louyang.txt index 885dcfca3..4f1cd047b 100644 --- a/npc/mobs/fields/louyang.txt +++ b/npc/mobs/fields/louyang.txt @@ -25,7 +25,7 @@ lou_fild01.gat,203,225,110,35 monster Mantis 1139,10,0,0,0 lou_fild01.gat,273,128,75,50 monster Mantis 1139,10,0,0,0 lou_fild01.gat,224,315,100,50 monster Mi Gao 1516,8,0,0,0 lou_fild01.gat,203,225,110,35 monster Mi Gao 1516,15,60000,30000,1 -lou_fild01.gat,273,128,75,500 monster Mi Gao 1516,7,0,0,0 +lou_fild01.gat,273,128,75,50 monster Mi Gao 1516,7,0,0,0 lou_fild01.gat,224,315,100,50 monster Anacondaq 1030,2,0,0,0 lou_fild01.gat,203,225,110,35 monster Anacondaq 1030,1,0,0,0 lou_fild01.gat,273,128,75,50 monster Anacondaq 1030,2,0,0,0 -- cgit v1.2.3-70-g09d2