diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-01 18:51:29 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-01 18:51:29 +0000 |
commit | 43254efd5f9e387478bff1ce4b89c543c737b69d (patch) | |
tree | 9b813329bbe605926ddb38c552c5406fcb205831 /npc/warps/dungeons/rachel_dun.txt | |
parent | 04acfb6b44ce21ae55e987c71d985f4c984df45a (diff) | |
download | hercules-43254efd5f9e387478bff1ce4b89c543c737b69d.tar.gz hercules-43254efd5f9e387478bff1ce4b89c543c737b69d.tar.bz2 hercules-43254efd5f9e387478bff1ce4b89c543c737b69d.tar.xz hercules-43254efd5f9e387478bff1ce4b89c543c737b69d.zip |
* Rachel update. Official (to iRO) quests and town NPCs
- Added a few missing warps as well to both town and dungeon warps for Rachel.
* Updated map flags for Rachel quest maps.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10663 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/dungeons/rachel_dun.txt')
-rw-r--r-- | npc/warps/dungeons/rachel_dun.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/warps/dungeons/rachel_dun.txt b/npc/warps/dungeons/rachel_dun.txt index a320f2f10..932609912 100644 --- a/npc/warps/dungeons/rachel_dun.txt +++ b/npc/warps/dungeons/rachel_dun.txt @@ -3,7 +3,7 @@ //==== By ================================================ //= Playtester //==== Current Version :================================== -//= 1.3 +//= 1.4 //==== Compatible With :================================== //= Any Athena Version //==== Description :====================================== @@ -12,9 +12,12 @@ //= 1.1 Added $ephiroth's warps [Playtester] //= 1.2 Replaced old versions with jAthena's [Playtester] //= 1.3 Official warps [Playtester] +//= 1.4 Added quest map warp to random warp. [L0ne_W0lf] +//= Added Dungeon exit back into temple. //======================================================== ra_san01,139,13,0 script sanctuary01 45,1,1,{ + if (ra_tem_q == 21) { warp "que_san04",119,110; end; } switch(rand(3)) { case 1: warp "ra_san02",213,275; break; case 2: warp "ra_san03",119,283; break; @@ -35,3 +38,6 @@ ra_san03,5,149,0 warp sanctuary11 1,1,ra_san02,284,149 ra_san02,213,4,0 warp sanctuary12 1,1,ra_san04,35,216 ra_san04,35,221,0 warp sanctuary13 1,1,ra_san02,213,9 ra_san02,30,21,0 warp sanctuary14 1,1,ra_san05,14,149 + +//Additional Dungeon warp. (Exit) +ra_san01,139,139,0 warp sanctuary15 1,1,ra_temin,27,314
\ No newline at end of file |