summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-01 18:51:29 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-01 18:51:29 +0000
commit43254efd5f9e387478bff1ce4b89c543c737b69d (patch)
tree9b813329bbe605926ddb38c552c5406fcb205831 /npc/warps/dungeons
parent04acfb6b44ce21ae55e987c71d985f4c984df45a (diff)
downloadhercules-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')
-rw-r--r--npc/warps/dungeons/ice_dun.txt5
-rw-r--r--npc/warps/dungeons/rachel_dun.txt8
2 files changed, 11 insertions, 2 deletions
diff --git a/npc/warps/dungeons/ice_dun.txt b/npc/warps/dungeons/ice_dun.txt
index 769bed933..fc4920c13 100644
--- a/npc/warps/dungeons/ice_dun.txt
+++ b/npc/warps/dungeons/ice_dun.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Playtester
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
@@ -11,6 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 Initial version [Playtester]
//= 1.1 Official warps [Playtester]
+//= 1.2 Added quest warp. FLoor 4 to floor 3. [L0ne_W0lf[
//============================================================
ice_dun01,157,10,0 warp ice001 1,1,ra_fild01,233,327
@@ -18,3 +19,5 @@ ice_dun01,146,161,0 warp ice002 1,1,ice_dun02,151,139
ice_dun02,151,145,0 warp ice003 1,1,ice_dun01,146,157
ice_dun02,150,285,0 warp ice004 1,1,ice_dun03,149,24
ice_dun03,149,19,0 warp ice005 1,1,ice_dun02,150,280
+//Additional Warp (4th floor -> 3rd)
+ice_dun04,33,140,0 warp ice006 1,1,ice_dun03,149,1300
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