diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/other/books.txt | 4 | ||||
-rw-r--r-- | npc/warps/cities/rachel.txt | 5 |
3 files changed, 10 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 4fe182a26..0279a43cc 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -38,6 +38,9 @@ Playtester Date Added
======
+07/09
+ * Added some missing Rachel Warps [Playtester]
+ * Added a fix to npc/other/books.txt [Playtester]
07/07
* Fixed a few bugs in 2004_headgears.txt [Evera]
* Fixed a small bug in the swordsman job quest [MasterOfMuppets]
diff --git a/npc/other/books.txt b/npc/other/books.txt index 5ef6e8986..6a74807e1 100644 --- a/npc/other/books.txt +++ b/npc/other/books.txt @@ -1321,7 +1321,7 @@ prt_in.gat,168,56,4 script Monster Encyclopedia::me_prt_in5 111,{ menu "Monsters of Water Property",MonWatPro,"Monsters of Wind Property",MonWinPro,"Monsters of Spiritual Property",MonSpiPro,"Cancel",Cancel;
MonWatPro:
- menu "Small Size Monster",SmaMonWatPro,"Medium Size Monster",MidMonWatPro,"Great Size Monster",GrMonWatPro,"Cancel",EndWatPro;
+ menu "Small Size Monster",SmaMonWatPro,"Medium Size Monster",MidMonWatPro,"Great Size Monster",GrMonWatPro,"Cancel",EndMonWatPro;
SmaMonWatPro:
mes "^FF0000[Water, Small Monster Encyclopedia]^000000";
@@ -2289,4 +2289,4 @@ prt_in.gat,172,102,4 script Monster Encyclopedia::me_prt_in8 111,{ Cancel:
close;
}
-//<=========== Library - End ==========>\\
\ No newline at end of file +//<=========== Library - End ==========>\\
diff --git a/npc/warps/cities/rachel.txt b/npc/warps/cities/rachel.txt index 6fcb410a8..dcce1e2a2 100644 --- a/npc/warps/cities/rachel.txt +++ b/npc/warps/cities/rachel.txt @@ -120,3 +120,8 @@ ra_in01.gat,220,379,0 warp ra_in013a 2,2,ra_in01.gat,289,372 ra_in01.gat,313,374,0 warp ra_in014 2,2,ra_in01.gat,358,373
ra_in01.gat,354,373,0 warp ra_in014a 2,2,ra_in01.gat,308,374
+//Rachel City
+//Some additional warps that were missing
+rachel.gat,149,249,0 warp rachel001 1,1,ra_temple.gat,119,28
+rachel.gat,273,125,0 warp rachel009 1,1,ra_fild12.gat,41,225
+rachel.gat,25,125,0 warp rachel010 1,1,ra_fild11.gat,357,225
\ No newline at end of file |