diff options
Diffstat (limited to 'npc/warps/dungeons/ra_san.txt')
-rw-r--r-- | npc/warps/dungeons/ra_san.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/npc/warps/dungeons/ra_san.txt b/npc/warps/dungeons/ra_san.txt index 6b9076b5f..d6757cf6a 100644 --- a/npc/warps/dungeons/ra_san.txt +++ b/npc/warps/dungeons/ra_san.txt @@ -1,22 +1,20 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Rachel Sanctuary Dungeon Warp Script //===== By =================================================== //= Playtester -//===== Current Version :===================================== +//===== Current Version: ===================================== //= 1.4 -//===== Compatible With :===================================== -//= Any Athena Version -//===== Description :========================================= +//===== Description: ========================================= //= Warp Points For Rachel Sanctuary Dungeon -//===== Additional Comment:=================================== +//===== Additional Comment: ================================== //= 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. +//= Added Dungeon exit back into temple. //============================================================ -ra_san01,139,13,0 script sanctuary01 45,1,1,{ +ra_san01,139,13,0 script sanctuary01 WARPNPC,1,1,{ if (ra_tem_q == 21) { warp "que_san04",119,110; end; } switch(rand(3)) { case 1: warp "ra_san02",213,275; break; |