alde_ct.txt 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. //===== Athena Script ========================================
  2. //= Al de Baran Clock Tower Warp Script
  3. //===== By: ==================================================
  4. //= Nana (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.4
  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. //============================================================
  16. //= Al De Baran Clock Tower
  17. aldebaran.gat,139,135,0 warp ald002 1,1,c_tower1.gat,199,159
  18. c_tower1.gat,200,157,0 warp ald003 1,1,aldebaran.gat,139,131
  19. c_tower1.gat,235,226,0 warp clt001 1,1,c_tower2.gat,268,26
  20. c_tower1.gat,123,22,0 warp clt002 1,1,alde_dun01.gat,297,25
  21. c_tower2.gat,142,283,0 warp clt003 1,1,c_tower3.gat,65,147
  22. c_tower2.gat,24,24,0 warp clt004 1,1,alde_dun03.gat,277,178
  23. c_tower2.gat,273,26,0 warp clt005 1,1,c_tower1.gat,235,223
  24. //============================================================
  25. //= Level 2 ==================================================
  26. //= Random 2-1 ===============================================
  27. c_tower2.gat,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.gat",13,282; end;
  32. w2: warp "alde_dun03.gat",175,131; end;
  33. w3: warp "c_tower3.gat",235,7; end;
  34. }
  35. //============================================================
  36. //= Random 2-2 ===============================================
  37. c_tower2.gat,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.gat",288,267; end;
  42. w2: warp "alde_dun03.gat",130,130; end;
  43. w3: warp "c_tower3.gat",252,29; end;
  44. }
  45. //============================================================
  46. //= Level 3 ==================================================
  47. c_tower3.gat,60,147,0 warp clt009 1,1,c_tower2.gat,148,283
  48. c_tower3.gat,212,159,0 warp clt010 1,1,alde_dun03.gat,276,53
  49. c_tower3.gat,7,39,0 warp clt011 1,1,alde_dun01.gat,171,158
  50. c_tower3.gat,42,41,0 warp clt012 1,1,alde_dun02.gat,127,169
  51. c_tower3.gat,146,8,0 warp clt013 1,1,c_tower1.gat,235,223
  52. //============================================================
  53. //= Random 3-1 ===============================================
  54. c_tower3.gat,163,252,4 script clt014r 45,1,1,{
  55. if(rand(2)) {
  56. warp "c_tower3.gat",168,252;
  57. } else {
  58. warp "alde_dun02.gat",262,41;
  59. }
  60. end;
  61. }
  62. //============================================================
  63. //= Random 3-2 ===============================================
  64. c_tower3.gat,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.gat",13,282; end;
  69. w2: warp "alde_dun03.gat",175,131; end;
  70. w3: warp "c_tower3.gat",235,7; end;
  71. }
  72. //============================================================
  73. //= Random 3-3 ===============================================
  74. c_tower3.gat,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.gat",228,267; end;
  79. w2: warp "alde_dun03.gat",130,130; end;
  80. w3: warp "c_tower3.gat",252,29; end;
  81. }
  82. //============================================================
  83. //= Level 4 ==================================================
  84. c_tower4.gat,37,70,0 warp clt017 1,1,alde_dun03.gat,277,54
  85. c_tower4.gat,51,156,0 warp clt018 1,1,alde_dun01.gat,171,158
  86. c_tower4.gat,68,46,0 warp clt019 1,1,c_tower4.gat,73,154
  87. c_tower4.gat,70,19,0 warp clt020 2,2,c_tower3.gat,151,8
  88. c_tower4.gat,79,49,0 warp clt021 2,2,c_tower4.gat,204,60
  89. c_tower4.gat,133,202,0 warp clt022 1,1,c_tower4.gat,140,149
  90. c_tower4.gat,153,107,0 warp clt023 1,1,c_tower2.gat,228,267
  91. c_tower4.gat,171,179,0 warp clt024 1,1,alde_dun03.gat,276,53
  92. c_tower4.gat,198,59,0 warp clt025 1,1,c_tower4.gat,152,98
  93. c_tower4.gat,204,57,0 warp clt026 1,1,c_tower4.gat,65,77
  94. //============================================================
  95. //= Random 4-1 ===============================================
  96. c_tower4.gat,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.gat",168,252; end;
  102. w2: warp "alde_dun02.gat",262,41; end;
  103. w3: warp "c_tower4.gat",73,154; end;
  104. w4: warp "c_tower4.gat",140,149; end;
  105. }
  106. //============================================================
  107. //= Random 4-2 ===============================================
  108. c_tower4.gat,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.gat",13,282; end;
  114. w2: warp "alde_dun03.gat",175,131; end;
  115. w3: warp "c_tower3.gat",235,7; end;
  116. w4: warp "c_tower4.gat",65,77; end;
  117. }
  118. //============================================================
  119. //= Random 4-3 ===============================================
  120. c_tower4.gat,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.gat",168,252; end;
  126. w2: warp "alde_dun02.gat",262,41; end;
  127. w3: warp "c_tower4.gat",73,154; end;
  128. w4: warp "c_tower4.gat",140,149; end;
  129. }
  130. //============================================================
  131. //= Random 4-4 ===============================================
  132. c_tower4.gat,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.gat",228,267; end;
  138. w2: warp "alde_dun03.gat",130,130; end;
  139. w3: warp "c_tower3.gat",252,29; end;
  140. w4: warp "c_tower4.gat",152,95; end;
  141. }
  142. //============================================================
  143. //= Random 4-5 ===============================================
  144. c_tower4.gat,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.gat",228,267; end;
  150. w2: warp "alde_dun03.gat",130,130; end;
  151. w3: warp "c_tower3.gat",252,29; end;
  152. w4: warp "c_tower4.gat",152,95; end;
  153. }
  154. //============================================================
  155. //============================================================
  156. alde_dun01.gat,292,306,0 warp aldd01 2,1,alde_dun02.gat,43,24
  157. alde_dun01.gat,167,158,0 warp ald002 2,2,c_tower2.gat,148,283
  158. alde_dun01.gat,302,25,0 warp ald003 2,2,c_tower1.gat,125,22
  159. alde_dun02.gat,43,20,0 warp aldd04 1,1,alde_dun01.gat,292,300
  160. alde_dun02.gat,279,250,0 warp aldd05 2,2,alde_dun03.gat,18,267
  161. alde_dun02.gat,122,169,0 warp ald006 2,2,c_tower3.gat,47,41
  162. alde_dun02.gat,187,234,0 warp ald007 2,2,c_tower3.gat,65,147
  163. //============================================================
  164. //= Random B2 ================================================
  165. alde_dun02.gat,267,41,4 script ald008r 45,1,1,{
  166. if(rand(2)) {
  167. warp "c_tower3.gat",168,252;
  168. } else {
  169. warp "alde_dun02.gat",262,141;
  170. }
  171. end;
  172. }
  173. alde_dun03.gat,12,267,0 warp aldd09 2,2,alde_dun02.gat,273,250
  174. alde_dun03.gat,277,183,0 warp ald010 2,2,c_tower2.gat,27,27
  175. alde_dun03.gat,191,31,0 warp ald011 2,2,c_tower3.gat,217,159
  176. alde_dun03.gat,276,48,0 warp ald012 2,2,c_tower1.gat,235,223
  177. //============================================================
  178. //7(npc)
  179. //= Random B3-1 ================================================
  180. alde_dun03.gat,130,125,4 script ald014r 45,1,1,{
  181. set @r,rand(3);
  182. if(@r==1) goto w2;
  183. if(@r==2) goto w3;
  184. warp "c_tower2.gat",228,267; end;
  185. w2: warp "alde_dun03.gat",130,130; end;
  186. w3: warp "c_tower3.gat",252,29; end;
  187. }
  188. //============================================================
  189. //= Random 3-2 ===============================================
  190. alde_dun03.gat,171,127,4 script ald015r 45,1,1,{
  191. set @r,rand(4);
  192. if(@r==1) goto w2;
  193. if(@r==2) goto w3;
  194. warp "c_tower2.gat",13,282; end;
  195. w2: warp "alde_dun03.gat",175,131; end;
  196. w3: warp "c_tower3.gat",235,7; end;
  197. }
  198. alde_dun04.gat,80,273,0 warp aldd016 2,2,alde_dun03.gat,263,26
  199. alde_dun04.gat,207,225,0 warp ald017 1,1,c_tower3.gat,7,34
  200. alde_dun04.gat,215,192,0 warp ald018 1,1,c_tower2.gat,148,283
  201. alde_dun04.gat,32,74,0 warp aldd19 1,1,alde_dun02.gat,187,239
  202. alde_dun04.gat,208,58,0 warp aldd20 2,2,alde_dun04.gat,268,74
  203. alde_dun04.gat,272,74,0 warp aldd021 2,2,alde_dun04.gat,204,62
  204. alde_dun04.gat,80,34,4 script ald022r 45,1,1,{
  205. set @r,rand(4);
  206. if(@r==1) goto w2;
  207. if(@r==2) goto w3;
  208. if(@r==3) goto w4;
  209. warp "c_tower2.gat",13,282; end;
  210. w2: warp "alde_dun03.gat",175,131; end;
  211. w3: warp "c_tower3.gat",235,7; end;
  212. w4: warp "alde_dun04.gat",84,36; end;
  213. }
  214. //============================================================