root/npc/warps/dungeons/c_tower.txt

Revision 1, 5.6 kB (checked in by jinshiro, 17 years ago)
Line 
1//===== eAthena Script =======================================
2//= Al de Baran Clock Tower Warp Script
3//===== By: ==================================================
4//= Nana (1.0)
5//===== Current Version: =====================================
6//= 1.0
7//===== Compatible With: =====================================
8//= Any Athena Version; RO Episode 2+
9//===== Description: =========================================
10//= Warp Points for Clock Tower
11//===== Additional Comments: =================================
12//= 1.0 Split from combined warp file alberta_duns. [L0ne_W0lf]
13//============================================================
14
15//= Al De Baran Clock Tower
16aldebaran,139,135,0     warp    ald002  1,1,c_tower1,199,159
17c_tower1,200,157,0      warp    ald003  1,1,aldebaran,139,131
18c_tower1,235,226,0      warp    clt001  1,1,c_tower2,268,26
19c_tower1,123,22,0       warp    clt002  1,1,alde_dun01,297,25
20c_tower2,142,283,0      warp    clt003  1,1,c_tower3,65,147
21c_tower2,24,24,0        warp    clt004  1,1,alde_dun03,277,178
22c_tower2,273,26,0       warp    clt005  1,1,c_tower1,235,223
23
24//============================================================
25//= Level 2 ==================================================
26//= Random 2-1 ===============================================
27c_tower2,13,288,4       script  clt006r 45,1,1,{
28        set @r,rand(3);
29        if(@r==1) goto w2;
30        if(@r==2) goto w3;
31                warp "c_tower2",13,282; end;
32        w2:     warp "alde_dun03",175,131; end;
33        w3:     warp "c_tower3",235,7; end;
34}
35//============================================================
36//= Random 2-2 ===============================================
37c_tower2,223,267,4      script  clt007r 45,1,1,{
38        set @r,rand(3);
39        if(@r==1) goto w2;
40        if(@r==2) goto w3;
41                warp "c_tower2",288,267; end;
42        w2:     warp "alde_dun03",130,130; end;
43        w3:     warp "c_tower3",252,29; end;
44}
45//============================================================
46//= Level 3 ==================================================
47c_tower3,60,147,0       warp    clt009  1,1,c_tower2,148,283
48c_tower3,212,159,0      warp    clt010  1,1,alde_dun03,276,53
49c_tower3,7,39,0 warp    clt011  1,1,alde_dun01,171,158
50c_tower3,42,41,0        warp    clt012  1,1,alde_dun02,127,169
51c_tower3,146,8,0        warp    clt013  1,1,c_tower1,235,223
52//============================================================
53//= Random 3-1 ===============================================
54c_tower3,163,252,4      script  clt014r 45,1,1,{
55        if(rand(2)) {
56                warp "c_tower3",168,252;
57        } else {
58                warp "alde_dun02",262,41;
59        }
60        end;
61}
62//============================================================
63//= Random 3-2 ===============================================
64c_tower3,240,7,4        script  clt015r 45,1,1,{
65        set @r,rand(3);
66        if(@r==1) goto w2;
67        if(@r==2) goto w3;
68                warp "c_tower2",13,282; end;
69        w2:     warp "alde_dun03",175,131; end;
70        w3:     warp "c_tower3",235,7; end;
71}
72//============================================================
73//= Random 3-3 ===============================================
74c_tower3,252,24,4       script  clt016r 45,1,1,{
75        set @r,rand(3);
76        if(@r==1) goto w2;
77        if(@r==2) goto w3;
78                warp "c_tower2",228,267; end;
79        w2:     warp "alde_dun03",130,130; end;
80        w3:     warp "c_tower3",252,29; end;
81}
82//============================================================
83//= Level 4 ==================================================
84c_tower4,37,70,0        warp    clt017  1,1,alde_dun03,277,54
85c_tower4,51,156,0       warp    clt018  1,1,alde_dun01,171,158
86c_tower4,68,46,0        warp    clt019  1,1,c_tower4,73,154
87c_tower4,70,19,0        warp    clt020  2,2,c_tower3,151,8
88c_tower4,79,49,0        warp    clt021  2,2,c_tower4,204,60
89c_tower4,133,202,0      warp    clt022  1,1,c_tower4,140,149
90c_tower4,153,107,0      warp    clt023  1,1,c_tower2,228,267
91c_tower4,171,179,0      warp    clt024  1,1,alde_dun03,276,53
92c_tower4,198,59,0       warp    clt025  1,1,c_tower4,152,98
93c_tower4,204,57,0       warp    clt026  1,1,c_tower4,65,77
94//============================================================
95//= Random 4-1 ===============================================
96c_tower4,75,156,4       script  clt027r 45,0,0,{
97        set @r,rand(4);
98        if(@r==1) goto w2;
99        if(@r==2) goto w3;
100        if(@r==3) goto w4;
101                warp "c_tower3",168,252; end;
102        w2:     warp "alde_dun02",262,41; end;
103        w3:     warp "c_tower4",73,154; end;
104        w4:     warp "c_tower4",140,149; end;
105}
106//============================================================
107//= Random 4-2 ===============================================
108c_tower4,68,79,4        script  clt028r 45,0,0,{
109        set @r,rand(4);
110        if(@r==1) goto w2;
111        if(@r==2) goto w3;
112        if(@r==3) goto w4;
113                warp "c_tower2",13,282; end;
114        w2:     warp "alde_dun03",175,131; end;
115        w3:     warp "c_tower3",235,7; end;
116        w4:     warp "c_tower4",65,77; end;
117}
118//============================================================
119//= Random 4-3 ===============================================
120c_tower4,142,151,4      script  clt029r 45,0,0,{
121        set @r,rand(4);
122        if(@r==1) goto w2;
123        if(@r==2) goto w3;
124        if(@r==3) goto w4;
125                warp "c_tower3",168,252; end;
126        w2:     warp "alde_dun02",262,41; end;
127        w3:     warp "c_tower4",73,154; end;
128        w4: warp "c_tower4",140,149; end;
129}
130//============================================================
131//= Random 4-4 ===============================================
132c_tower4,151,96,4       script  clt030r 45,0,0,{
133        set @r,rand(4);
134        if(@r==1) goto w2;
135        if(@r==2) goto w3;
136        if(@r==3) goto w4;
137                warp "c_tower2",228,267; end;
138        w2:     warp "alde_dun03",130,130; end;
139        w3:     warp "c_tower3",252,29; end;
140        w4:     warp "c_tower4",152,95; end;
141}
142//============================================================
143//= Random 4-5 ===============================================
144c_tower4,189,40,4       script  clt031r 45,2,2,{
145        set @r,rand(4);
146        if(@r==1) goto w2;
147        if(@r==2) goto w3;
148        if(@r==3) goto w4;
149                warp "c_tower2",228,267; end;
150        w2:     warp "alde_dun03",130,130; end;
151        w3:     warp "c_tower3",252,29; end;
152        w4:     warp "c_tower4",152,95; end;
153}
Note: See TracBrowser for help on using the browser.