From 8832adba3ec9df0f7f890154f69f0993b8d1d8e5 Mon Sep 17 00:00:00 2001 From: daegaladh Date: Wed, 1 Aug 2012 04:29:56 +0000 Subject: Full npc folder reorganization. (I hope I didn't break anything D:) -Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders. -NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences. -For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates. -All pre-renewal files has been reverted back to their pre-renewal behavior. TODO: -Correct pre-re quest rewards. -Check for pre-re/re differences in mapflags. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/warps/dungeons/alde_dun.txt | 80 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 npc/warps/dungeons/alde_dun.txt (limited to 'npc/warps/dungeons/alde_dun.txt') diff --git a/npc/warps/dungeons/alde_dun.txt b/npc/warps/dungeons/alde_dun.txt new file mode 100644 index 000000000..a51ccf413 --- /dev/null +++ b/npc/warps/dungeons/alde_dun.txt @@ -0,0 +1,80 @@ +//===== rAthena Script ======================================= +//= Al de Baran Dungeon Warp Script +//===== By: ================================================== +//= Nana (1.0) +//===== Current Version: ===================================== +//= 1.6 +//===== Compatible With: ===================================== +//= Any Athena Version; RO Episode 2+ +//===== Description: ========================================= +//= Warp Points for Al De Baran Dungeon +//===== Additional Comments: ================================= +//= Split off Aldebaran.txt +//= 1.1 fixed clt007 warp +//= 1.3 Optimized [Lupus] +//= 1.4 Removed Duplicates [Silent] +//= 1.5 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] +//= 1.6 Moved Clock Tower warps to unique file. [L0ne_W0lf] +//============================================================ + +//============================================================ +//============================================================ +alde_dun01,292,306,0 warp aldd01 2,1,alde_dun02,43,24 +alde_dun01,167,158,0 warp ald002a 2,2,c_tower2,148,283 +alde_dun01,302,25,0 warp ald003a 2,2,c_tower1,125,22 +alde_dun02,43,20,0 warp aldd04 1,1,alde_dun01,292,300 +alde_dun02,279,250,0 warp aldd05 2,2,alde_dun03,18,267 +alde_dun02,122,169,0 warp ald006 2,2,c_tower3,47,41 +alde_dun02,187,234,0 warp ald007 2,2,c_tower3,65,147 +//============================================================ +//= Random B2 ================================================ +alde_dun02,267,41,4 script ald008r 45,1,1,{ + if(rand(2)) { + warp "c_tower3",168,252; + } else { + warp "alde_dun02",262,141; + } + end; +} +alde_dun03,12,267,0 warp aldd09 2,2,alde_dun02,273,250 +alde_dun03,277,183,0 warp ald010 2,2,c_tower2,27,27 +alde_dun03,191,31,0 warp ald011 2,2,c_tower3,217,159 +alde_dun03,276,48,0 warp ald012 2,2,c_tower1,235,223 +//============================================================ +//7(npc) +//= Random B3-1 ================================================ +alde_dun03,130,125,4 script ald014r 45,1,1,{ + set @r,rand(3); + if(@r==1) goto w2; + if(@r==2) goto w3; + warp "c_tower2",228,267; end; + w2: warp "alde_dun03",130,130; end; + w3: warp "c_tower3",252,29; end; +} +//============================================================ +//= Random 3-2 =============================================== +alde_dun03,171,127,4 script ald015r 45,1,1,{ + set @r,rand(4); + if(@r==1) goto w2; + if(@r==2) goto w3; + warp "c_tower2",13,282; end; + w2: warp "alde_dun03",175,131; end; + w3: warp "c_tower3",235,7; end; +} +alde_dun04,80,273,0 warp aldd016 2,2,alde_dun03,263,26 +alde_dun04,207,225,0 warp ald017 1,1,c_tower3,7,34 +alde_dun04,215,192,0 warp ald018 1,1,c_tower2,148,283 +alde_dun04,32,74,0 warp aldd19 1,1,alde_dun02,187,239 +alde_dun04,208,58,0 warp aldd20 2,2,alde_dun04,268,74 +alde_dun04,272,74,0 warp aldd021 2,2,alde_dun04,204,62 +alde_dun04,80,34,4 script ald022r 45,1,1,{ + set @r,rand(4); + if(@r==1) goto w2; + if(@r==2) goto w3; + if(@r==3) goto w4; + warp "c_tower2",13,282; end; + w2: warp "alde_dun03",175,131; end; + w3: warp "c_tower3",235,7; end; + w4: warp "alde_dun04",84,36; end; +} +//============================================================ -- cgit v1.2.3-70-g09d2