diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-09 09:39:05 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-09 09:39:05 +0000 |
commit | 7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb (patch) | |
tree | 05f2369d9f9bc7a570f55c0f9768c42b41350dbf /npc | |
parent | e5404684888a5fb1ad0fc21f147a1d757d5d5b95 (diff) | |
download | hercules-7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb.tar.gz hercules-7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb.tar.bz2 hercules-7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb.tar.xz hercules-7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb.zip |
* Added some missing Rachel Warps
* Added a fix to npc/other/books.txt
* Various item_db updates thanks to Haplo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7587 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 |