- Fixed a monster spawn typo in hu_fild05 and lou_fild01
- Added a missing dialogue branch in novice.txt git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9713 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
843f616bbb
commit
9cf92371c3
@ -26,6 +26,10 @@ KarLaeda
|
|||||||
|
|
||||||
Date Added
|
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
|
2007/01/24
|
||||||
* Fixed one missing 'On' in prtg_managers.txt [ultramage]
|
* Fixed one missing 'On' in prtg_managers.txt [ultramage]
|
||||||
2007/01/21
|
2007/01/21
|
||||||
|
@ -768,6 +768,11 @@ new_zone02.gat,115,111,4 script Item Instructor 726,{
|
|||||||
mes "just for listening.";
|
mes "just for listening.";
|
||||||
set BaseExp,BaseExp+155;
|
set BaseExp,BaseExp+155;
|
||||||
next;
|
next;
|
||||||
|
} else {
|
||||||
|
mes "[Alice]";
|
||||||
|
mes "Umm... You can drink";
|
||||||
|
mes "it later I guess.";
|
||||||
|
next;
|
||||||
}
|
}
|
||||||
disable_items;
|
disable_items;
|
||||||
mes "[Alice]";
|
mes "[Alice]";
|
||||||
|
@ -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 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 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 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 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 Novus 1718,3,0,0,0
|
||||||
hu_fild05.gat,118,106,80,70 monster Anopheles 1627,10,0,0,0
|
hu_fild05.gat,118,106,80,70 monster Anopheles 1627,10,0,0,0
|
||||||
|
@ -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,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,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,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,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,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
|
lou_fild01.gat,273,128,75,50 monster Anacondaq 1030,2,0,0,0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user