summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons/rachel_dun.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/warps/dungeons/rachel_dun.txt')
-rw-r--r--npc/warps/dungeons/rachel_dun.txt8
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