123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- //===== eAthena Script =======================================
- //= Al de Baran Clock Tower Warp Script
- //===== By: ==================================================
- //= Nana (1.0)
- //===== Current Version: =====================================
- //= 1.5
- //===== Compatible With: =====================================
- //= Any Athena Version; RO Episode 2+
- //===== Description: =========================================
- //= Warp Points for Clock Tower
- //===== 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]
- //============================================================
- //= 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;
- }
- //============================================================
- //============================================================
- 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;
- }
- //============================================================
|