c_tower.txt 5.5 KB

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