alde_ct.txt 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. //===== eAthena Script =======================================
  2. //= Al de Baran Clock Tower Warp Script
  3. //===== By: ==================================================
  4. //= Nana (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.5
  7. //===== Compatible With: =====================================
  8. //= Any Athena Version; RO Episode 2+
  9. //===== Description: =========================================
  10. //= Warp Points for Clock Tower
  11. //===== Additional Comments: =================================
  12. //= Split off Aldebaran.txt 1.1 fixed clt007 warp
  13. //= 1.3 Optimized [Lupus]
  14. //= 1.4 Removed Duplicates [Silent]
  15. //= 1.5 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
  16. //============================================================
  17. //= Al De Baran Clock Tower
  18. aldebaran,139,135,0 warp ald002 1,1,c_tower1,199,159
  19. c_tower1,200,157,0 warp ald003 1,1,aldebaran,139,131
  20. c_tower1,235,226,0 warp clt001 1,1,c_tower2,268,26
  21. c_tower1,123,22,0 warp clt002 1,1,alde_dun01,297,25
  22. c_tower2,142,283,0 warp clt003 1,1,c_tower3,65,147
  23. c_tower2,24,24,0 warp clt004 1,1,alde_dun03,277,178
  24. c_tower2,273,26,0 warp clt005 1,1,c_tower1,235,223
  25. //============================================================
  26. //= Level 2 ==================================================
  27. //= Random 2-1 ===============================================
  28. c_tower2,13,288,4 script clt006r 45,1,1,{
  29. set @r,rand(3);
  30. if(@r==1) goto w2;
  31. if(@r==2) goto w3;
  32. warp "c_tower2",13,282; end;
  33. w2: warp "alde_dun03",175,131; end;
  34. w3: warp "c_tower3",235,7; end;
  35. }
  36. //============================================================
  37. //= Random 2-2 ===============================================
  38. c_tower2,223,267,4 script clt007r 45,1,1,{
  39. set @r,rand(3);
  40. if(@r==1) goto w2;
  41. if(@r==2) goto w3;
  42. warp "c_tower2",288,267; end;
  43. w2: warp "alde_dun03",130,130; end;
  44. w3: warp "c_tower3",252,29; end;
  45. }
  46. //============================================================
  47. //= Level 3 ==================================================
  48. c_tower3,60,147,0 warp clt009 1,1,c_tower2,148,283
  49. c_tower3,212,159,0 warp clt010 1,1,alde_dun03,276,53
  50. c_tower3,7,39,0 warp clt011 1,1,alde_dun01,171,158
  51. c_tower3,42,41,0 warp clt012 1,1,alde_dun02,127,169
  52. c_tower3,146,8,0 warp clt013 1,1,c_tower1,235,223
  53. //============================================================
  54. //= Random 3-1 ===============================================
  55. c_tower3,163,252,4 script clt014r 45,1,1,{
  56. if(rand(2)) {
  57. warp "c_tower3",168,252;
  58. } else {
  59. warp "alde_dun02",262,41;
  60. }
  61. end;
  62. }
  63. //============================================================
  64. //= Random 3-2 ===============================================
  65. c_tower3,240,7,4 script clt015r 45,1,1,{
  66. set @r,rand(3);
  67. if(@r==1) goto w2;
  68. if(@r==2) goto w3;
  69. warp "c_tower2",13,282; end;
  70. w2: warp "alde_dun03",175,131; end;
  71. w3: warp "c_tower3",235,7; end;
  72. }
  73. //============================================================
  74. //= Random 3-3 ===============================================
  75. c_tower3,252,24,4 script clt016r 45,1,1,{
  76. set @r,rand(3);
  77. if(@r==1) goto w2;
  78. if(@r==2) goto w3;
  79. warp "c_tower2",228,267; end;
  80. w2: warp "alde_dun03",130,130; end;
  81. w3: warp "c_tower3",252,29; end;
  82. }
  83. //============================================================
  84. //= Level 4 ==================================================
  85. c_tower4,37,70,0 warp clt017 1,1,alde_dun03,277,54
  86. c_tower4,51,156,0 warp clt018 1,1,alde_dun01,171,158
  87. c_tower4,68,46,0 warp clt019 1,1,c_tower4,73,154
  88. c_tower4,70,19,0 warp clt020 2,2,c_tower3,151,8
  89. c_tower4,79,49,0 warp clt021 2,2,c_tower4,204,60
  90. c_tower4,133,202,0 warp clt022 1,1,c_tower4,140,149
  91. c_tower4,153,107,0 warp clt023 1,1,c_tower2,228,267
  92. c_tower4,171,179,0 warp clt024 1,1,alde_dun03,276,53
  93. c_tower4,198,59,0 warp clt025 1,1,c_tower4,152,98
  94. c_tower4,204,57,0 warp clt026 1,1,c_tower4,65,77
  95. //============================================================
  96. //= Random 4-1 ===============================================
  97. c_tower4,75,156,4 script clt027r 45,0,0,{
  98. set @r,rand(4);
  99. if(@r==1) goto w2;
  100. if(@r==2) goto w3;
  101. if(@r==3) goto w4;
  102. warp "c_tower3",168,252; end;
  103. w2: warp "alde_dun02",262,41; end;
  104. w3: warp "c_tower4",73,154; end;
  105. w4: warp "c_tower4",140,149; end;
  106. }
  107. //============================================================
  108. //= Random 4-2 ===============================================
  109. c_tower4,68,79,4 script clt028r 45,0,0,{
  110. set @r,rand(4);
  111. if(@r==1) goto w2;
  112. if(@r==2) goto w3;
  113. if(@r==3) goto w4;
  114. warp "c_tower2",13,282; end;
  115. w2: warp "alde_dun03",175,131; end;
  116. w3: warp "c_tower3",235,7; end;
  117. w4: warp "c_tower4",65,77; end;
  118. }
  119. //============================================================
  120. //= Random 4-3 ===============================================
  121. c_tower4,142,151,4 script clt029r 45,0,0,{
  122. set @r,rand(4);
  123. if(@r==1) goto w2;
  124. if(@r==2) goto w3;
  125. if(@r==3) goto w4;
  126. warp "c_tower3",168,252; end;
  127. w2: warp "alde_dun02",262,41; end;
  128. w3: warp "c_tower4",73,154; end;
  129. w4: warp "c_tower4",140,149; end;
  130. }
  131. //============================================================
  132. //= Random 4-4 ===============================================
  133. c_tower4,151,96,4 script clt030r 45,0,0,{
  134. set @r,rand(4);
  135. if(@r==1) goto w2;
  136. if(@r==2) goto w3;
  137. if(@r==3) goto w4;
  138. warp "c_tower2",228,267; end;
  139. w2: warp "alde_dun03",130,130; end;
  140. w3: warp "c_tower3",252,29; end;
  141. w4: warp "c_tower4",152,95; end;
  142. }
  143. //============================================================
  144. //= Random 4-5 ===============================================
  145. c_tower4,189,40,4 script clt031r 45,2,2,{
  146. set @r,rand(4);
  147. if(@r==1) goto w2;
  148. if(@r==2) goto w3;
  149. if(@r==3) goto w4;
  150. warp "c_tower2",228,267; end;
  151. w2: warp "alde_dun03",130,130; end;
  152. w3: warp "c_tower3",252,29; end;
  153. w4: warp "c_tower4",152,95; end;
  154. }
  155. //============================================================
  156. //============================================================
  157. alde_dun01,292,306,0 warp aldd01 2,1,alde_dun02,43,24
  158. alde_dun01,167,158,0 warp ald002a 2,2,c_tower2,148,283
  159. alde_dun01,302,25,0 warp ald003a 2,2,c_tower1,125,22
  160. alde_dun02,43,20,0 warp aldd04 1,1,alde_dun01,292,300
  161. alde_dun02,279,250,0 warp aldd05 2,2,alde_dun03,18,267
  162. alde_dun02,122,169,0 warp ald006 2,2,c_tower3,47,41
  163. alde_dun02,187,234,0 warp ald007 2,2,c_tower3,65,147
  164. //============================================================
  165. //= Random B2 ================================================
  166. alde_dun02,267,41,4 script ald008r 45,1,1,{
  167. if(rand(2)) {
  168. warp "c_tower3",168,252;
  169. } else {
  170. warp "alde_dun02",262,141;
  171. }
  172. end;
  173. }
  174. alde_dun03,12,267,0 warp aldd09 2,2,alde_dun02,273,250
  175. alde_dun03,277,183,0 warp ald010 2,2,c_tower2,27,27
  176. alde_dun03,191,31,0 warp ald011 2,2,c_tower3,217,159
  177. alde_dun03,276,48,0 warp ald012 2,2,c_tower1,235,223
  178. //============================================================
  179. //7(npc)
  180. //= Random B3-1 ================================================
  181. alde_dun03,130,125,4 script ald014r 45,1,1,{
  182. set @r,rand(3);
  183. if(@r==1) goto w2;
  184. if(@r==2) goto w3;
  185. warp "c_tower2",228,267; end;
  186. w2: warp "alde_dun03",130,130; end;
  187. w3: warp "c_tower3",252,29; end;
  188. }
  189. //============================================================
  190. //= Random 3-2 ===============================================
  191. alde_dun03,171,127,4 script ald015r 45,1,1,{
  192. set @r,rand(4);
  193. if(@r==1) goto w2;
  194. if(@r==2) goto w3;
  195. warp "c_tower2",13,282; end;
  196. w2: warp "alde_dun03",175,131; end;
  197. w3: warp "c_tower3",235,7; end;
  198. }
  199. alde_dun04,80,273,0 warp aldd016 2,2,alde_dun03,263,26
  200. alde_dun04,207,225,0 warp ald017 1,1,c_tower3,7,34
  201. alde_dun04,215,192,0 warp ald018 1,1,c_tower2,148,283
  202. alde_dun04,32,74,0 warp aldd19 1,1,alde_dun02,187,239
  203. alde_dun04,208,58,0 warp aldd20 2,2,alde_dun04,268,74
  204. alde_dun04,272,74,0 warp aldd021 2,2,alde_dun04,204,62
  205. alde_dun04,80,34,4 script ald022r 45,1,1,{
  206. set @r,rand(4);
  207. if(@r==1) goto w2;
  208. if(@r==2) goto w3;
  209. if(@r==3) goto w4;
  210. warp "c_tower2",13,282; end;
  211. w2: warp "alde_dun03",175,131; end;
  212. w3: warp "c_tower3",235,7; end;
  213. w4: warp "alde_dun04",84,36; end;
  214. }
  215. //============================================================