summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons/c_tower.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/warps/dungeons/c_tower.txt')
-rw-r--r--npc/warps/dungeons/c_tower.txt153
1 files changed, 153 insertions, 0 deletions
diff --git a/npc/warps/dungeons/c_tower.txt b/npc/warps/dungeons/c_tower.txt
new file mode 100644
index 000000000..e75f8e449
--- /dev/null
+++ b/npc/warps/dungeons/c_tower.txt
@@ -0,0 +1,153 @@
+//===== rAthena Script =======================================
+//= Al de Baran Clock Tower Warp Script
+//===== By: ==================================================
+//= Nana (1.0)
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= Any Athena Version; RO Episode 2+
+//===== Description: =========================================
+//= Warp Points for Clock Tower
+//===== Additional Comments: =================================
+//= 1.0 Split from combined warp file alberta_duns. [L0ne_W0lf]
+//============================================================
+
+//= Al De Baran Clock Tower
+aldebaran,139,135,0 warp ald002 1,1,c_tower1,199,159
+c_tower1,200,157,0 warp ald003 1,1,aldebaran,139,131
+c_tower1,235,226,0 warp clt001 1,1,c_tower2,268,26
+c_tower1,123,22,0 warp clt002 1,1,alde_dun01,297,25
+c_tower2,142,283,0 warp clt003 1,1,c_tower3,65,147
+c_tower2,24,24,0 warp clt004 1,1,alde_dun03,277,178
+c_tower2,273,26,0 warp clt005 1,1,c_tower1,235,223
+
+//============================================================
+//= Level 2 ==================================================
+//= Random 2-1 ===============================================
+c_tower2,13,288,4 script clt006r 45,1,1,{
+ set @r,rand(3);
+ 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;
+}
+//============================================================
+//= Random 2-2 ===============================================
+c_tower2,223,267,4 script clt007r 45,1,1,{
+ set @r,rand(3);
+ if(@r==1) goto w2;
+ if(@r==2) goto w3;
+ warp "c_tower2",288,267; end;
+ w2: warp "alde_dun03",130,130; end;
+ w3: warp "c_tower3",252,29; end;
+}
+//============================================================
+//= Level 3 ==================================================
+c_tower3,60,147,0 warp clt009 1,1,c_tower2,148,283
+c_tower3,212,159,0 warp clt010 1,1,alde_dun03,276,53
+c_tower3,7,39,0 warp clt011 1,1,alde_dun01,171,158
+c_tower3,42,41,0 warp clt012 1,1,alde_dun02,127,169
+c_tower3,146,8,0 warp clt013 1,1,c_tower1,235,223
+//============================================================
+//= Random 3-1 ===============================================
+c_tower3,163,252,4 script clt014r 45,1,1,{
+ if(rand(2)) {
+ warp "c_tower3",168,252;
+ } else {
+ warp "alde_dun02",262,41;
+ }
+ end;
+}
+//============================================================
+//= Random 3-2 ===============================================
+c_tower3,240,7,4 script clt015r 45,1,1,{
+ set @r,rand(3);
+ 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;
+}
+//============================================================
+//= Random 3-3 ===============================================
+c_tower3,252,24,4 script clt016r 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;
+}
+//============================================================
+//= Level 4 ==================================================
+c_tower4,37,70,0 warp clt017 1,1,alde_dun03,277,54
+c_tower4,51,156,0 warp clt018 1,1,alde_dun01,171,158
+c_tower4,68,46,0 warp clt019 1,1,c_tower4,73,154
+c_tower4,70,19,0 warp clt020 2,2,c_tower3,151,8
+c_tower4,79,49,0 warp clt021 2,2,c_tower4,204,60
+c_tower4,133,202,0 warp clt022 1,1,c_tower4,140,149
+c_tower4,153,107,0 warp clt023 1,1,c_tower2,228,267
+c_tower4,171,179,0 warp clt024 1,1,alde_dun03,276,53
+c_tower4,198,59,0 warp clt025 1,1,c_tower4,152,98
+c_tower4,204,57,0 warp clt026 1,1,c_tower4,65,77
+//============================================================
+//= Random 4-1 ===============================================
+c_tower4,75,156,4 script clt027r 45,0,0,{
+ set @r,rand(4);
+ if(@r==1) goto w2;
+ if(@r==2) goto w3;
+ if(@r==3) goto w4;
+ warp "c_tower3",168,252; end;
+ w2: warp "alde_dun02",262,41; end;
+ w3: warp "c_tower4",73,154; end;
+ w4: warp "c_tower4",140,149; end;
+}
+//============================================================
+//= Random 4-2 ===============================================
+c_tower4,68,79,4 script clt028r 45,0,0,{
+ 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 "c_tower4",65,77; end;
+}
+//============================================================
+//= Random 4-3 ===============================================
+c_tower4,142,151,4 script clt029r 45,0,0,{
+ set @r,rand(4);
+ if(@r==1) goto w2;
+ if(@r==2) goto w3;
+ if(@r==3) goto w4;
+ warp "c_tower3",168,252; end;
+ w2: warp "alde_dun02",262,41; end;
+ w3: warp "c_tower4",73,154; end;
+ w4: warp "c_tower4",140,149; end;
+}
+//============================================================
+//= Random 4-4 ===============================================
+c_tower4,151,96,4 script clt030r 45,0,0,{
+ set @r,rand(4);
+ if(@r==1) goto w2;
+ if(@r==2) goto w3;
+ if(@r==3) goto w4;
+ warp "c_tower2",228,267; end;
+ w2: warp "alde_dun03",130,130; end;
+ w3: warp "c_tower3",252,29; end;
+ w4: warp "c_tower4",152,95; end;
+}
+//============================================================
+//= Random 4-5 ===============================================
+c_tower4,189,40,4 script clt031r 45,2,2,{
+ set @r,rand(4);
+ if(@r==1) goto w2;
+ if(@r==2) goto w3;
+ if(@r==3) goto w4;
+ warp "c_tower2",228,267; end;
+ w2: warp "alde_dun03",130,130; end;
+ w3: warp "c_tower3",252,29; end;
+ w4: warp "c_tower4",152,95; end;
+}