Expert_4.txt 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404
  1. //===== eAthena Script =======================================
  2. //= Turbo Track - Expert - 4 Person
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.2
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis Conversion]
  11. //= Turbo Track Course: Expert (PVP) - 4 Person
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version. [L0ne_W0lf]
  14. //= 1.1 Fixed small official bug. [L0ne_W0lf]
  15. //= 1.2 Fixed a little mistake [akrus]
  16. //============================================================
  17. turbo_room,110,135,3 script Expert mode - 4 person 124,{
  18. end;
  19. OnInit:
  20. waitingroom "Expert mode - 4 person",60,"Expert mode - 4 person::OnStartArena",4;
  21. //SetFeeZeny 1000
  22. enablewaitingroomevent "Expert mode - 4 person";
  23. end;
  24. OnEnable:
  25. enablenpc "Expert mode - 4 person";
  26. enablewaitingroomevent "Expert mode - 4 person";
  27. end;
  28. OnStartArena:
  29. warpwaitingpc "turbo_e_4",298,161;
  30. donpcevent "Broadcast#e4::OnEnable";
  31. disablewaitingroomevent "Expert mode - 4 person";
  32. end;
  33. }
  34. turbo_e_4,298,167,3 script Helper#e4_F 124,{
  35. mes "[Helper]";
  36. mes "You are now in the";
  37. mes "Waiting Room. You will";
  38. mes "be guided to the Starting Line";
  39. mes "after 30 seconds, so please use";
  40. mes "this time to prepare your items";
  41. mes "and equipment. Thank you.";
  42. close;
  43. }
  44. turbo_e_4,298,167,0 script Point Give-Away Guy#e4 -1,15,15,{
  45. OnInit:
  46. disablenpc "Point Give-Away Guy#e4";
  47. end;
  48. OnTouch:
  49. if (tt_point < 28999) {
  50. set tt_point,tt_point+2;
  51. warp "turbo_e_4",59,364;
  52. }
  53. else
  54. warp "turbo_e_4",59,364;
  55. end;
  56. }
  57. turbo_e_4,167,3,0 script Broadcast#e4 -1,{
  58. OnInit:
  59. disablenpc "Broadcast#e4";
  60. end;
  61. OnEnable:
  62. enablenpc "Broadcast#e4";
  63. initnpctimer;
  64. end;
  65. OnTimer2000:
  66. mapannounce "turbo_e_4","You are now in the Waiting Room where you can check your items and prepare for the race.",bc_map,"0x33FF66";
  67. end;
  68. OnTimer7000:
  69. mapannounce "turbo_e_4","You will have 30 seconds before you are transported to the Starting Line.",bc_map,"0x33FF66";
  70. end;
  71. OnTimer10000:
  72. mapannounce "turbo_e_4","Please make sure that you have suitable equipment and items with you.",bc_map,"0x33FF66";
  73. end;
  74. OnTimer15000:
  75. mapannounce "turbo_e_4","The 30 second countdown will begin shortly.",bc_map,"0x33FF66";
  76. end;
  77. OnTimer17000:
  78. mapannounce "turbo_e_4","30 seconds remaining.",bc_map,"0x33FF66";
  79. end;
  80. OnTimer27000:
  81. mapannounce "turbo_e_4","20 seconds remaining.",bc_map,"0x33FF66";
  82. end;
  83. OnTimer37000:
  84. mapannounce "turbo_e_4","10 seconds remaining.",bc_map,"0x33FF66";
  85. end;
  86. OnTimer42000:
  87. mapannounce "turbo_e_4","5 seconds remaining.",bc_map,"0x33FF66";
  88. end;
  89. OnTimer43000:
  90. mapannounce "turbo_e_4","4 seconds remaining.",bc_map,"0x33FF66";
  91. end;
  92. OnTimer44000:
  93. mapannounce "turbo_e_4","3 seconds remaining.",bc_map,"0x33FF66";
  94. end;
  95. OnTimer45000:
  96. mapannounce "turbo_e_4","2 seconds remaining.",bc_map,"0x33FF66";
  97. end;
  98. OnTimer46000:
  99. mapannounce "turbo_e_4","1 second remaining.",bc_map,"0x33FF66";
  100. end;
  101. OnTimer47000:
  102. mapannounce "turbo_e_4","You will be transported to the Starting Line shortly.",bc_map,"0x33FF66";
  103. end;
  104. OnTimer49000:
  105. enablenpc "Point Give-Away Guy#e4";
  106. donpcevent "Master#e4::OnEnable";
  107. end;
  108. OnTimer50000:
  109. donpcevent "snake#e4::OnEnable";
  110. donpcevent "hunting#e4::OnEnable";
  111. enablenpc "bing#e4";
  112. end;
  113. OnTimer57000:
  114. disablenpc "Point Give-Away Guy#e4";
  115. end;
  116. }
  117. turbo_e_4,167,3,0 script Master#e4 -1,{
  118. OnInit:
  119. disablenpc "Master#e4";
  120. end;
  121. OnEnable:
  122. enablenpc "Master#e4";
  123. initnpctimer;
  124. end;
  125. OnDisable:
  126. stopnpctimer;
  127. disablenpc "Master#e4";
  128. end;
  129. OnTimer7000:
  130. mapannounce "turbo_e_4","Welcome to the Turbo Track.",bc_map,"0x33FF66";
  131. end;
  132. OnTimer9000:
  133. mapannounce "turbo_e_4","The game will be hosted for 15 minutes and at least one person must complete the entire course.",bc_map,"0x33FF66";
  134. end;
  135. OnTimer11000:
  136. mapannounce "turbo_e_4","We hope you will do your best.",bc_map,"0x33FF66";
  137. end;
  138. OnTimer13000:
  139. mapannounce "turbo_e_4","The game will begin after a 5 second countdown. Everyone, please take your positions behind the Starting Line.",bc_map,"0x33FF66";
  140. end;
  141. OnTimer15000:
  142. mapannounce "turbo_e_4","The countdown will commence shortly.",bc_map,"0x33FF66";
  143. end;
  144. OnTimer17000:
  145. mapannounce "turbo_e_4","- 5 -",bc_map,"0x33FF66";
  146. end;
  147. OnTimer18000:
  148. mapannounce "turbo_e_4","- 4 -",bc_map,"0x33FF66";
  149. end;
  150. OnTimer19000:
  151. mapannounce "turbo_e_4","- 3 -",bc_map,"0x33FF66";
  152. end;
  153. OnTimer20000:
  154. mapannounce "turbo_e_4","- 2 -",bc_map,"0x33FF66";
  155. end;
  156. OnTimer21000:
  157. mapannounce "turbo_e_4","- 1 -",bc_map,"0x33FF66";
  158. end;
  159. OnTimer22000:
  160. mapannounce "turbo_e_4","- 0 -",bc_map,"0x33FF66";
  161. end;
  162. OnTimer23000:
  163. mapannounce "turbo_e_4","Now! The race has begun! Go Go Go!!",bc_map,"0x33FF66";
  164. disablenpc "No_Unfair_Start#e4-1";
  165. disablenpc "No_Unfair_Start#e4-2";
  166. end;
  167. OnTimer30000:
  168. mapannounce "turbo_e_4","Remember that this is a 15 minute race. After 15 minutes, everyone will be transported out of the race track.",bc_map,"0x33FF66";
  169. end;
  170. OnTimer83000:
  171. mapannounce "turbo_e_4","You have 14 minutes left.",bc_map,"0x33FF66";
  172. end;
  173. OnTimer143000:
  174. mapannounce "turbo_e_4","You have 13 minutes left.",bc_map,"0x33FF66";
  175. end;
  176. OnTimer203000:
  177. mapannounce "turbo_e_4","You have 12 minutes left.",bc_map,"0x33FF66";
  178. end;
  179. OnTimer263000:
  180. mapannounce "turbo_e_4","You have 11 minutes left.",bc_map,"0x33FF66";
  181. end;
  182. OnTimer323000:
  183. mapannounce "turbo_e_4","You have 10 minutes left.",bc_map,"0x33FF66";
  184. end;
  185. OnTimer383000:
  186. mapannounce "turbo_e_4","You have 9 minutes left.",bc_map,"0x33FF66";
  187. end;
  188. OnTimer443000:
  189. mapannounce "turbo_e_4","You have 8 minutes left.",bc_map,"0x33FF66";
  190. end;
  191. OnTimer503000:
  192. mapannounce "turbo_e_4","You have 7 minutes left.",bc_map,"0x33FF66";
  193. end;
  194. OnTimer563000:
  195. mapannounce "turbo_e_4","You have 6 minutes left.",bc_map,"0x33FF66";
  196. end;
  197. OnTimer623000:
  198. mapannounce "turbo_e_4","You have 5 minutes left.",bc_map,"0x33FF66";
  199. end;
  200. OnTimer683000:
  201. mapannounce "turbo_e_4","You have 4 minutes left.",bc_map,"0x33FF66";
  202. end;
  203. OnTimer743000:
  204. mapannounce "turbo_e_4","You have 3 minutes left.",bc_map,"0x33FF66";
  205. end;
  206. OnTimer803000:
  207. mapannounce "turbo_e_4","You have 2 minutes left.",bc_map,"0x33FF66";
  208. end;
  209. OnTimer863000:
  210. mapannounce "turbo_e_4","You have 1 minute left.",bc_map,"0x33FF66";
  211. end;
  212. OnTimer893000:
  213. mapannounce "turbo_e_4","You have 30 seconds left.",bc_map,"0x33FF66";
  214. end;
  215. OnTimer903000:
  216. mapannounce "turbo_e_4","You have 20 seconds left.",bc_map,"0x33FF66";
  217. end;
  218. OnTimer913000:
  219. mapannounce "turbo_e_4","You have 10 seconds left.",bc_map,"0x33FF66";
  220. end;
  221. OnTimer918000:
  222. mapannounce "turbo_e_4","You have 5 seconds left.",bc_map,"0x33FF66";
  223. end;
  224. OnTimer919000:
  225. mapannounce "turbo_e_4","You have 4 seconds left.",bc_map,"0x33FF66";
  226. end;
  227. OnTimer920000:
  228. mapannounce "turbo_e_4","You have 3 seconds left.",bc_map,"0x33FF66";
  229. end;
  230. OnTimer921000:
  231. mapannounce "turbo_e_4","You have 2 seconds left.",bc_map,"0x33FF66";
  232. end;
  233. OnTimer922000:
  234. mapannounce "turbo_e_4","You have 1 second left.",bc_map,"0x33FF66";
  235. end;
  236. OnTimer923000:
  237. mapannounce "turbo_e_4","Time's up!",bc_map,"0x33FF66";
  238. end;
  239. OnTimer925000:
  240. mapannounce "turbo_e_4","The race is over.",bc_map,"0x33FF66";
  241. end;
  242. OnTimer927000:
  243. mapannounce "turbo_e_4","[Everyone will be transported to a Waiting Room.]",bc_map,"0x33FF66";
  244. mapwarp "turbo_e_4","turbo_room",71,89;
  245. // all NPC OFF
  246. disablenpc "Broadcast#e4";
  247. donpcevent "Master#e4::OnDisable";
  248. donpcevent "Expert mode - 4 person::OnEnable";
  249. // start line NPC ON
  250. enablenpc "No_Unfair_Start#e4-1";
  251. enablenpc "No_Unfair_Start#e4-2";
  252. // monster reset
  253. donpcevent "snake#e4::Onreset";
  254. donpcevent "hunting#e4::Onreset";
  255. disablenpc "bing2#e4";
  256. // NPC
  257. disablenpc "Winner Helper#TBT_e_4";
  258. enablenpc "cos_e_4_end";
  259. enablenpc "Notice_Maker1#TBT_e_4";
  260. enablenpc "Notice_Maker3#TBT_e_4";
  261. enablenpc "Notice_Maker4#TBT_e_4";
  262. enablenpc "Disposable_Switch#e4";
  263. disablenpc "Flasher_Exit_1#e4";
  264. disablenpc "Flasher_Exit_2#e4";
  265. end;
  266. }
  267. turbo_e_4,62,379,0 script No_Unfair_Start#e4-1 -1,0,31,{
  268. OnTouch:
  269. warp "turbo_e_4",59,364;
  270. end;
  271. }
  272. turbo_e_4,68,379,5 script No_Unfair_Start#e4-2 -1,5,31,{
  273. OnTouch:
  274. warp "turbo_e_4",59,364;
  275. end;
  276. }
  277. // Turbo Track: Expert Mode - 4 Players (Log Race)
  278. turbo_e_4,118,377,0 script trap_a#e_4-1::TurboLogRace_e_4 -1,44,1,{
  279. OnTouch:
  280. set .@dropuser,rand(1,3);
  281. if (.@dropuser == 1)
  282. warp "turbo_e_4",72,372;
  283. else if (.@dropuser == 2)
  284. warp "turbo_e_4",72,365;
  285. else
  286. warp "turbo_e_4",72,357;
  287. end;
  288. }
  289. turbo_e_4,77,375,0 duplicate(TurboLogRace_e_4) trap_a#e_4-2 -1,3,1
  290. turbo_e_4,82,375,0 duplicate(TurboLogRace_e_4) trap_a#e_4-3 -1,1,1
  291. turbo_e_4,82,372,0 duplicate(TurboLogRace_e_4) trap_a#e_4-4 -1,0,2
  292. turbo_e_4,83,372,0 duplicate(TurboLogRace_e_4) trap_a#e_4-5 -1,0,2
  293. turbo_e_4,97,374,0 duplicate(TurboLogRace_e_4) trap_a#e_4-6 -1,1,2
  294. turbo_e_4,98,374,0 duplicate(TurboLogRace_e_4) trap_a#e_4-7 -1,1,2
  295. turbo_e_4,122,372,0 duplicate(TurboLogRace_e_4) trap_a#e_4-8 -1,2,4
  296. turbo_e_4,125,374,0 duplicate(TurboLogRace_e_4) trap_a#e_4-9 -1,0,4
  297. turbo_e_4,132,374,0 duplicate(TurboLogRace_e_4) trap_a#e_4-10 -1,7,2
  298. turbo_e_4,156,374,0 duplicate(TurboLogRace_e_4) trap_a#e_4-11 -1,6,2
  299. turbo_e_4,163,375,0 duplicate(TurboLogRace_e_4) trap_a#e_4-12 -1,0,3
  300. turbo_e_4,164,377,0 duplicate(TurboLogRace_e_4) trap_a#e_4-13 -1,1,1
  301. // second line
  302. turbo_e_4,76,369,0 duplicate(TurboLogRace_e_4) trap_b#e_4-1 -1,2,2
  303. turbo_e_4,79,369,0 duplicate(TurboLogRace_e_4) trap_b#e_4-2 -1,0,2
  304. turbo_e_4,77,366,0 duplicate(TurboLogRace_e_4) trap_b#e_4-3 -1,3,0
  305. turbo_e_4,85,366,0 duplicate(TurboLogRace_e_4) trap_b#e_4-4 -1,5,1
  306. turbo_e_4,87,363,0 duplicate(TurboLogRace_e_4) trap_b#e_4-5 -1,2,1
  307. turbo_e_4,88,368,0 duplicate(TurboLogRace_e_4) trap_b#e_4-6 -1,2,5
  308. turbo_e_4,92,370,0 duplicate(TurboLogRace_e_4) trap_b#e_4-7 -1,1,3
  309. turbo_e_4,98,368,0 duplicate(TurboLogRace_e_4) trap_b#e_4-8 -1,4,1
  310. turbo_e_4,109,371,0 duplicate(TurboLogRace_e_4) trap_b#e_4-9 -1,7,2
  311. turbo_e_4,110,368,0 duplicate(TurboLogRace_e_4) trap_b#e_4-10 -1,7,0
  312. turbo_e_4,113,366,0 duplicate(TurboLogRace_e_4) trap_b#e_4-11 -1,3,2
  313. turbo_e_4,117,368,0 duplicate(TurboLogRace_e_4) trap_b#e_4-12 -1,0,5
  314. turbo_e_4,123,364,0 duplicate(TurboLogRace_e_4) trap_b#e_4-13 -1,6,1
  315. turbo_e_4,136,368,0 duplicate(TurboLogRace_e_4) trap_b#e_4-14 -1,8,1
  316. turbo_e_4,136,366,0 duplicate(TurboLogRace_e_4) trap_b#e_4-15 -1,8,0
  317. turbo_e_4,144,370,0 duplicate(TurboLogRace_e_4) trap_b#e_4-16 -1,2,3
  318. turbo_e_4,147,370,0 duplicate(TurboLogRace_e_4) trap_b#e_4-17 -1,0,3
  319. turbo_e_4,155,369,0 duplicate(TurboLogRace_e_4) trap_b#e_4-18 -1,7,0
  320. turbo_e_4,155,368,0 duplicate(TurboLogRace_e_4) trap_b#e_4-19 -1,7,0
  321. turbo_e_4,151,367,0 duplicate(TurboLogRace_e_4) trap_b#e_4-20 -1,3,0
  322. turbo_e_4,153,366,0 duplicate(TurboLogRace_e_4) trap_b#e_4-21 -1,1,0
  323. turbo_e_4,155,367,0 duplicate(TurboLogRace_e_4) trap_b#e_4-22 -1,0,1
  324. //third line
  325. turbo_e_4,78,362,0 duplicate(TurboLogRace_e_4) trap_c#e_4-1 -1,4,1
  326. turbo_e_4,78,359,0 duplicate(TurboLogRace_e_4) trap_c#e_4-2 -1,4,1
  327. turbo_e_4,83,362,0 duplicate(TurboLogRace_e_4) trap_c#e_4-3 -1,0,1
  328. turbo_e_4,88,359,0 duplicate(TurboLogRace_e_4) trap_c#e_4-4 -1,5,1
  329. turbo_e_4,89,357,0 duplicate(TurboLogRace_e_4) trap_c#e_4-5 -1,1,1
  330. turbo_e_4,92,390,0 duplicate(TurboLogRace_e_4) trap_c#e_4-6 -1,1,1
  331. turbo_e_4,92,357,0 duplicate(TurboLogRace_e_4) trap_c#e_4-7 -1,1,1
  332. turbo_e_4,98,364,0 duplicate(TurboLogRace_e_4) trap_c#e_4-8 -1,6,1
  333. turbo_e_4,98,362,0 duplicate(TurboLogRace_e_4) trap_c#e_4-9 -1,6,0
  334. turbo_e_4,106,364,0 duplicate(TurboLogRace_e_4) trap_c#e_4-10 -1,2,2
  335. turbo_e_4,107,360,0 duplicate(TurboLogRace_e_4) trap_c#e_4-11 -1,1,2
  336. turbo_e_4,109,360,0 duplicate(TurboLogRace_e_4) trap_c#e_4-12 -1,0,2
  337. turbo_e_4,112,361,0 duplicate(TurboLogRace_e_4) trap_c#e_4-13 -1,3,1
  338. turbo_e_4,116,359,0 duplicate(TurboLogRace_e_4) trap_c#e_4-14 -1,0,2
  339. turbo_e_4,117,359,0 duplicate(TurboLogRace_e_4) trap_c#e_4-15 -1,0,2
  340. turbo_e_4,116,356,0 duplicate(TurboLogRace_e_4) trap_c#e_4-16 -1,0,2
  341. turbo_e_4,117,356,0 duplicate(TurboLogRace_e_4) trap_c#e_4-17 -1,0,2
  342. turbo_e_4,129,360,0 duplicate(TurboLogRace_e_4) trap_c#e_4-18 -1,12,1
  343. turbo_e_4,129,358,0 duplicate(TurboLogRace_e_4) trap_c#e_4-19 -1,12,0
  344. turbo_e_4,132,357,0 duplicate(TurboLogRace_e_4) trap_c#e_4-20 -1,2,1
  345. turbo_e_4,137,357,0 duplicate(TurboLogRace_e_4) trap_c#e_4-21 -1,2,1
  346. turbo_e_4,147,363,0 duplicate(TurboLogRace_e_4) trap_c#e_4-22 -1,16,1
  347. turbo_e_4,149,365,0 duplicate(TurboLogRace_e_4) trap_c#e_4-23 -1,1,0
  348. turbo_e_4,158,362,0 duplicate(TurboLogRace_e_4) trap_c#e_4-24 -1,1,4
  349. turbo_e_4,154,360,0 duplicate(TurboLogRace_e_4) trap_c#e_4-25 -1,2,2
  350. turbo_e_4,161,360,0 duplicate(TurboLogRace_e_4) trap_c#e_4-26 -1,1,2
  351. turbo_e_4,161,365,0 duplicate(TurboLogRace_e_4) trap_c#e_4-27 -1,1,0
  352. turbo_e_4,160,366,0 duplicate(TurboLogRace_e_4) trap_c#e_4-28 -1
  353. //fourth line
  354. turbo_e_4,79,353,0 duplicate(TurboLogRace_e_4) trap_d#e_4-1 -1,5,2
  355. turbo_e_4,85,354,0 duplicate(TurboLogRace_e_4) trap_d#e_4-2 -1,0,1
  356. turbo_e_4,99,353,0 duplicate(TurboLogRace_e_4) trap_d#e_4-3 -1,14,0
  357. turbo_e_4,99,352,0 duplicate(TurboLogRace_e_4) trap_d#e_4-4 -1,14,0
  358. turbo_e_4,99,356,0 duplicate(TurboLogRace_e_4) trap_d#e_4-5 -1,3,3
  359. turbo_e_4,103,356,0 duplicate(TurboLogRace_e_4) trap_d#e_4-6 -1,0,3
  360. turbo_e_4,108,354,0 duplicate(TurboLogRace_e_4) trap_d#e_4-7 -1,5,1
  361. turbo_e_4,112,356,0 duplicate(TurboLogRace_e_4) trap_d#e_4-8 -1,0,1
  362. turbo_e_4,113,356,0 duplicate(TurboLogRace_e_4) trap_d#e_4-9 -1,0,1
  363. turbo_e_4,123,353,0 duplicate(TurboLogRace_e_4) trap_d#e_4-10 -1,3,2
  364. turbo_e_4,127,353,0 duplicate(TurboLogRace_e_4) trap_d#e_4-11 -1,0,2
  365. turbo_e_4,145,352,0 duplicate(TurboLogRace_e_4) trap_d#e_4-12 -1,17,1
  366. turbo_e_4,152,354,0 duplicate(TurboLogRace_e_4) trap_d#e_4-13 -1,10,1
  367. turbo_e_4,145,357,0 duplicate(TurboLogRace_e_4) trap_d#e_4-14 -1,1,2
  368. turbo_e_4,148,357,0 duplicate(TurboLogRace_e_4) trap_d#e_4-15 -1,1,2
  369. // Turbo Track: Expert Mode - 4 Players (Sand Hill)
  370. turbo_e_4,322,354,0 script #TBT_trap_e4-::TurboSandHill_e4 -1,3,3,{
  371. OnTouch:
  372. switch(rand(1,10)) {
  373. case 1:
  374. case 9:
  375. sc_start SC_CONFUSION,8000,0;
  376. emotion e_swt2,1;
  377. end;
  378. case 2:
  379. sc_start SC_STONE,4000,0;
  380. end;
  381. case 4:
  382. sc_start SC_SLEEP,4000,0;
  383. end;
  384. case 6:
  385. sc_start SC_FREEZE,4000,0;
  386. emotion e_swt2,1;
  387. end;
  388. case 8:
  389. sc_start SC_STUN,4000,0;
  390. end;
  391. case 10:
  392. sc_start SC_CURSE,80000,0;
  393. end;
  394. }
  395. }
  396. turbo_e_4,323,360,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-2 -1,3,3
  397. turbo_e_4,324,365,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-3 -1,1,1
  398. turbo_e_4,325,370,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-4 -1,3,3
  399. turbo_e_4,325,375,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-5 -1,1,1
  400. turbo_e_4,329,377,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-6 -1,3,3
  401. turbo_e_4,338,372,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-7 -1,3,3
  402. turbo_e_4,341,364,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-8 -1,3,3
  403. turbo_e_4,325,359,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-9 -1,2,2
  404. turbo_e_4,341,355,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-10 -1,1,1
  405. turbo_e_4,350,355,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-11 -1,3,3
  406. turbo_e_4,348,363,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-12 -1,1,1
  407. turbo_e_4,347,370,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-13 -1,2,2
  408. turbo_e_4,349,377,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-14 -1,9,9
  409. turbo_e_4,362,372,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-15 -1,3,3
  410. turbo_e_4,364,365,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-16 -1,1,1
  411. turbo_e_4,363,357,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-17 -1,3,3
  412. turbo_e_4,374,358,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-18 -1,2,2
  413. turbo_e_4,371,367,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-19 -1,3,3
  414. turbo_e_4,371,376,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-20 -1,1,1
  415. turbo_e_4,379,375,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-21 -1,3,3
  416. turbo_e_4,382,363,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-22 -1,2,2
  417. turbo_e_4,381,354,0 duplicate(TurboSandHill_e4) #TBT_trap_e4-23 -1,1,1
  418. turbo_e_4,355,362,0 script #TBT_trap_e4-24 -1,3,3,{
  419. OnTouch:
  420. if (rand(1,3) == 1) {
  421. cutin "kafra_03",2;
  422. mes "^4d4dffAl De Baran";
  423. mes "Turbo Track";
  424. mes "is brought to you by";
  425. mes "the ^800000Kafra Corporation^4d4dff.^000000";
  426. next;
  427. mes "^4d4dffWe wish the best of luck to all";
  428. mes "Turbo Track participants today";
  429. mes "and thank everyone for using the Kafra Services with all our hearts.^000000";
  430. next;
  431. mes "^800000Kafra Corporation^4d4dff has been providing Storage Services,";
  432. mes "Save Point Services and Teleport Services^4d4dff to our valued customers for years. Just listen to these real customers...^000000";
  433. next;
  434. mes "^4d4dff[Kachua]";
  435. mes "Oh yes, they provide the best Storage! There's even enough";
  436. mes "room for my Diaaaamonds!";
  437. mes " ";
  438. mes "[Chief Mahnsoo]";
  439. mes "I looove you Kafra!^000000";
  440. next;
  441. mes "^ff0000Turbo Track";
  442. mes "^ff0000Traps in the Cursed Desert!";
  443. mes "^4d4dffSponsored by ^800000Kafra Corporation^4d4dff";
  444. mes "''We are always by your side.''^000000";
  445. close2;
  446. cutin "kafra_03",255;
  447. end;
  448. }
  449. else {
  450. sc_start SC_CONFUSION,4000,0;
  451. end;
  452. }
  453. }
  454. // Turbo Track: Expert Mode - 4 Players (Water Maze)
  455. turbo_e_4,13,266,0 script flasher#e_4-01#turbo::TurboWaterMaze_e_4 -1,0,2,{
  456. OnTouch:
  457. sc_start SC_BLIND,60000,0;
  458. end;
  459. }
  460. turbo_e_4,24,268,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-02 -1,1,0
  461. turbo_e_4,20,258,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-03 -1,1,0
  462. turbo_e_4,23,251,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-04 -1,0,1
  463. turbo_e_4,36,270,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-05 -1,1,0
  464. turbo_e_4,22,239,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-06 -1,1,0
  465. turbo_e_4,38,239,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-07 -1,0,1
  466. turbo_e_4,37,237,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-08 -1,1,0
  467. turbo_e_4,55,247,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-09 -1,0,1
  468. turbo_e_4,55,246,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-10 -1,1,0
  469. turbo_e_4,63,253,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-11 -1,0,1
  470. turbo_e_4,36,216,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-12 -1,1,0
  471. turbo_e_4,20,209,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-13 -1,1,0
  472. turbo_e_4,28,195,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-14 -1,1,0
  473. turbo_e_4,82,264,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-15 -1,1,0
  474. turbo_e_4,47,185,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-16 -1,0,1
  475. turbo_e_4,53,207,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-17 -1,1,0
  476. turbo_e_4,54,208,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-18 -1,0,1
  477. turbo_e_4,81,247,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-19 -1,0,1
  478. turbo_e_4,105,257,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-20 -1,0,1
  479. turbo_e_4,95,242,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-21 -1,0,1
  480. turbo_e_4,77,232,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-22 -1,2,0
  481. turbo_e_4,67,222,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-23 -1,2,0
  482. turbo_e_4,83,206,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-24 -1,0,1
  483. turbo_e_4,95,224,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-25 -1,0,1
  484. turbo_e_4,106,220,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-26 -1,2,0
  485. turbo_e_4,93,191,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-27 -1,1,0
  486. turbo_e_4,94,192,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-28a -1,0,1
  487. turbo_e_4,46,214,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-28b -1,0,1
  488. turbo_e_4,16,247,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-29 -1,1,0
  489. turbo_e_4,58,268,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-30 -1,1,1
  490. turbo_e_4,36,253,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-31 -1,1,0
  491. turbo_e_4,69,238,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-32 -1,1,1
  492. turbo_e_4,58,268,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-33 -1,1,1
  493. turbo_e_4,74,188,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-34 -1,2,0
  494. turbo_e_4,99,207,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-35 -1,1,1
  495. turbo_e_4,74,188,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-36 -1,2,0
  496. turbo_e_4,111,188,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-37a -1,1,0
  497. turbo_e_4,51,232,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-37b -1,1,1
  498. turbo_e_4,30,232,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-38 -1,1,1
  499. turbo_e_4,92,256,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-39 -1,1,1
  500. turbo_e_4,79,220,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-40 -1,1,1
  501. turbo_e_4,51,192,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-41 -1,1,1
  502. turbo_e_4,22,227,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-42 -1,1,1
  503. turbo_e_4,51,232,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-43 -1,1,1
  504. turbo_e_4,42,258,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-44 -1,1,0
  505. turbo_e_4,45,271,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-45 -1,2,1
  506. turbo_e_4,72,207,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-46 -1,1,1
  507. turbo_e_4,33,192,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-47 -1,0,1
  508. turbo_e_4,90,241,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-48a -1,1,0
  509. turbo_e_4,236,3,0 duplicate(TurboWaterMaze_e_4) flasher#e_4-48b -1,3,0
  510. // Turbo Track: Expert Mode - 4 Players (Snake Dice course)
  511. turbo_e_4,324,279,0 script snake01#e4 45,1,1,{
  512. OnTouch:
  513. set .@turbo2,rand(1,7);
  514. if (.@turbo2 > 0) && (.@turbo2 < 3)
  515. warp "turbo_e_4",370,292;
  516. else if (.@turbo2 > 2) && (.@turbo2 < 5)
  517. warp "turbo_e_4",295,293;
  518. else if (.@turbo2 > 4) && (.@turbo2 < 7)
  519. warp "turbo_e_4",355,292;
  520. else
  521. warp "turbo_e_4",279,292;
  522. end;
  523. }
  524. turbo_e_4,332,279,0 script snake02#e4 45,1,1,{
  525. OnTouch:
  526. set .@turbo2,rand(1,8);
  527. if (.@turbo2 > 0) && (.@turbo2 < 3)
  528. warp "turbo_e_4",287,256;
  529. else if (.@turbo2 > 2) && (.@turbo2 < 5)
  530. warp "turbo_e_4",303,256;
  531. else if (.@turbo2 > 4) && (.@turbo2 < 7)
  532. warp "turbo_e_4",347,256;
  533. else
  534. warp "turbo_e_4",363,256;
  535. end;
  536. }
  537. turbo_e_4,324,270,0 script snake03#e4 45,1,1,{
  538. OnTouch:
  539. set .@turbo2,rand(1,8);
  540. if (.@turbo2 > 0) && (.@turbo2 < 3)
  541. warp "turbo_e_4",279,292;
  542. else if (.@turbo2 > 2) && (.@turbo2 < 5)
  543. warp "turbo_e_4",311,292;
  544. else if (.@turbo2 > 4) && (.@turbo2 < 7)
  545. warp "turbo_e_4",347,256;
  546. else
  547. warp "turbo_e_4",370,292;
  548. end;
  549. }
  550. turbo_e_4,332,270,0 script snake04#e4 45,1,1,{
  551. OnTouch:
  552. set .@turbo2,rand(1,7);
  553. if (.@turbo2 > 0) && (.@turbo2 < 3)
  554. warp "turbo_e_4",363,256;
  555. else if (.@turbo2 > 2) && (.@turbo2 < 5)
  556. warp "turbo_e_4",295,293;
  557. else if (.@turbo2 > 4) && (.@turbo2 < 7)
  558. warp "turbo_e_4",355,292;
  559. else
  560. warp "turbo_e_4",287,256;
  561. end;
  562. }
  563. //monsters
  564. turbo_e_4,389,288,0 script snake#e4 111,{
  565. Onreset:
  566. killmonsterall "turbo_e_4";
  567. end;
  568. OnEnable:
  569. monster "turbo_e_4",279,284,"Archer Skeleton",1420,1;
  570. monster "turbo_e_4",279,268,"Archer Skeleton",1420,1;
  571. monster "turbo_e_4",279,260,"Archer Skeleton",1420,1;
  572. monster "turbo_e_4",287,288,"Archer Skeleton",1420,1;
  573. monster "turbo_e_4",287,280,"Archer Skeleton",1420,1;
  574. monster "turbo_e_4",287,264,"Archer Skeleton",1420,1;
  575. monster "turbo_e_4",295,284,"Archer Skeleton",1420,1;
  576. monster "turbo_e_4",295,268,"Archer Skeleton",1420,1;
  577. monster "turbo_e_4",295,260,"Archer Skeleton",1420,1;
  578. monster "turbo_e_4",303,288,"Archer Skeleton",1420,1;
  579. monster "turbo_e_4",303,280,"Archer Skeleton",1420,1;
  580. monster "turbo_e_4",303,264,"Archer Skeleton",1420,1;
  581. monster "turbo_e_4",311,284,"Archer Skeleton",1420,1;
  582. monster "turbo_e_4",311,268,"Archer Skeleton",1420,1;
  583. monster "turbo_e_4",311,260,"Archer Skeleton",1420,1;
  584. monster "turbo_e_4",347,288,"Archer Skeleton",1420,1;
  585. monster "turbo_e_4",347,280,"Archer Skeleton",1420,1;
  586. monster "turbo_e_4",347,264,"Archer Skeleton",1420,1;
  587. monster "turbo_e_4",355,284,"Archer Skeleton",1420,1;
  588. monster "turbo_e_4",355,268,"Archer Skeleton",1420,1;
  589. monster "turbo_e_4",355,260,"Archer Skeleton",1420,1;
  590. monster "turbo_e_4",363,288,"Archer Skeleton",1420,1;
  591. monster "turbo_e_4",363,280,"Archer Skeleton",1420,1;
  592. monster "turbo_e_4",363,264,"Archer Skeleton",1420,1;
  593. monster "turbo_e_4",371,284,"Archer Skeleton",1420,1;
  594. monster "turbo_e_4",371,268,"Archer Skeleton",1420,1;
  595. monster "turbo_e_4",371,260,"Archer Skeleton",1420,1;
  596. monster "turbo_e_4",379,288,"Archer Skeleton",1420,1;
  597. monster "turbo_e_4",379,280,"Archer Skeleton",1420,1;
  598. monster "turbo_e_4",379,264,"Archer Skeleton",1420,1;
  599. end;
  600. }
  601. // ÇåÆÃÄÚ½º
  602. turbo_e_4,90,46,0 script hunting#e4 111,{
  603. Onreset:
  604. killmonsterall "turbo_e_4";
  605. end;
  606. OnEnable:
  607. monster "turbo_e_4",47,87,"Munak",1610,1;
  608. monster "turbo_e_4",47,87,"Bongun",1611,1;
  609. monster "turbo_e_4",47,87,"Munak",1610,1;
  610. monster "turbo_e_4",24,74,"Munak",1610,1;
  611. monster "turbo_e_4",24,74,"Bongun",1611,1;
  612. monster "turbo_e_4",24,74,"Munak",1610,1;
  613. monster "turbo_e_4",67,42,"Munak",1610,1;
  614. monster "turbo_e_4",67,42,"Bongun",1611,1;
  615. monster "turbo_e_4",67,42,"Munak",1610,1;
  616. monster "turbo_e_4",60,70,"Munak",1610,1;
  617. monster "turbo_e_4",60,70,"Bongun",1611,1;
  618. monster "turbo_e_4",60,70,"Munak",1610,1;
  619. monster "turbo_e_4",32,51,"Munak",1610,1;
  620. monster "turbo_e_4",32,51,"Bongun",1611,1;
  621. monster "turbo_e_4",32,51,"Munak",1610,1;
  622. monster "turbo_e_4",30,25,"Munak",1610,1;
  623. monster "turbo_e_4",30,25,"Bongun",1611,1;
  624. monster "turbo_e_4",30,25,"Munak",1610,1;
  625. monster "turbo_e_4",68,56,"Yao Jun",1612,1;
  626. monster "turbo_e_4",26,46,"Yao Jun",1612,1;
  627. monster "turbo_e_4",62,20,"Munak",1610,1;
  628. monster "turbo_e_4",62,20,"Bongun",1611,1;
  629. monster "turbo_e_4",62,20,"Munak",1610,1;
  630. monster "turbo_e_4",216,378,"Munak",1610,1;
  631. monster "turbo_e_4",218,360,"Munak",1610,1;
  632. monster "turbo_e_4",223,361,"Munak",1610,1;
  633. monster "turbo_e_4",243,342,"Munak",1610,1;
  634. monster "turbo_e_4",247,364,"Munak",1610,1;
  635. end;
  636. }
  637. // Turbo Track: Expert Mode - 4 Players (Course-clear broadcasters, and exits?)
  638. turbo_e_4,168,363,0 script cos_e_4_1 45,1,1,{
  639. OnTouch:
  640. mapannounce "turbo_e_4","" + strcharinfo(0) +" has just passed the Log Bridge course!",bc_map,"0x70DBDB";
  641. set .@move1,rand(1,3);
  642. if (.@move1 == 1)
  643. warp "turbo_e_4",210,369;
  644. else if (.@move1 == 2)
  645. warp "turbo_e_4",210,361;
  646. else
  647. warp "turbo_e_4",210,354;
  648. end;
  649. }
  650. turbo_e_4,258,364,0 script cos_e_4_2 45,1,1,{
  651. OnTouch:
  652. mapannounce "turbo_e_4","" + strcharinfo(0) +" has just passed the Cube Hills course!",bc_map,"0x70DBDB";
  653. warp "turbo_e_4",316,365;
  654. end;
  655. }
  656. turbo_e_4,316,365,0 script Disposable_Switch#e4 -1,1,1,{
  657. OnTouch:
  658. if (rand(1,2) == 1)
  659. enablenpc "Flasher_Exit_1#e4";
  660. else
  661. enablenpc "Flasher_Exit_2#e4";
  662. disablenpc "Disposable_Switch#e4";
  663. end;
  664. }
  665. turbo_e_4,385,365,0 script cos_e_4_3 45,1,1,{
  666. OnTouch:
  667. set .@to_miro,rand(1,4);
  668. mapannounce "turbo_e_4","" + strcharinfo(0) +" has just passed the Cursed Desert!",bc_map,"0x70DBDB";
  669. if (.@to_miro == 1)
  670. warp "turbo_e_4",46,254;
  671. else if (.@to_miro == 2)
  672. warp "turbo_e_4",76,227;
  673. else if (.@to_miro == 3)
  674. warp "turbo_e_4",42,197;
  675. else
  676. warp "turbo_e_4",86,220;
  677. end;
  678. }
  679. turbo_e_4,11,266,0 script Flasher_Exit_1#e4 45,1,1,{
  680. OnInit:
  681. disablenpc "Flasher_Exit_1#e4";
  682. end;
  683. OnTouch:
  684. mapannounce "turbo_e_4","" + strcharinfo(0) +" has just passed the Flasher Maze!",bc_map,"0x70DBDB";
  685. warp "turbo_e_4",185,227;
  686. end;
  687. }
  688. turbo_e_4,114,190,0 script Flasher_Exit_2#e4 45,1,1,{
  689. OnInit:
  690. disablenpc "Flasher_Exit_2#e4";
  691. end;
  692. OnTouch:
  693. mapannounce "turbo_e_4","" + strcharinfo(0) +" has just passed the Flasher Maze!",bc_map,"0x70DBDB";
  694. warp "turbo_e_4",185,227;
  695. end;
  696. }
  697. turbo_e_4,250,200,0 script cos_e_4_5 45,1,1,{
  698. OnTouch:
  699. mapannounce "turbo_e_4","" + strcharinfo(0) +" has just passed the Single Snail course!",bc_map,"0x70DBDB";
  700. warp "turbo_e_4",268,275;
  701. end;
  702. }
  703. turbo_e_4,389,275,0 script cos_e_4_6 45,1,1,{
  704. OnTouch:
  705. mapannounce "turbo_e_4","" + strcharinfo(0) +" has just passed the Snake Dice course!",bc_map,"0x70DBDB";
  706. warp "turbo_e_4",5,91;
  707. end;
  708. }
  709. turbo_e_4,93,19,0 script cos_e_4_7 45,1,1,{
  710. OnTouch:
  711. mapannounce "turbo_e_4","" + strcharinfo(0) +" has just passed the Small Cave course! Hurry, you're almost at the finish!",bc_map,"0x70DBDB";
  712. set .@move1,rand(1,3);
  713. if (.@move1 == 1)
  714. warp "turbo_e_4",307,52;
  715. else if (.@move1 == 2)
  716. warp "turbo_e_4",307,46;
  717. else
  718. warp "turbo_e_4",307,40;
  719. end;
  720. }
  721. turbo_e_4,371,47,0 script cos_e_4_end 45,1,1,{
  722. OnInit:
  723. enablenpc "cos_e_4_end";
  724. end;
  725. OnTouch:
  726. mapannounce "turbo_e_4","" + strcharinfo(0) +" has just arrived at the Finish Line! Congratulations!",bc_map,"0xFFFF00";
  727. set $ttnames$[4],strcharinfo(0);
  728. donpcevent "TBT_Guide#Broadcast::Onwin_e4";
  729. warp "turbo_e_4",384,161;
  730. donpcevent "Winner Helper#TBT_e_4::OnEnable";
  731. donpcevent "Master#e4::OnDisable";
  732. disablenpc "Broadcast#e4";
  733. disablenpc "cos_e_4_end";
  734. end;
  735. }
  736. turbo_e_4,384,167,1 script Winner Helper#TBT_e_4 47,{
  737. //---reward points & record player name
  738. if (tt_rank < 29999) {
  739. mes "[Guide]";
  740. mes "Congratulations!";
  741. if (tt_point < 28961) {
  742. mes "As the winner, your reward";
  743. mes "is 40 Turbo Track Points~";
  744. set tt_point,tt_point+40;
  745. set my_point,tt_point;
  746. mes "You now have a total of";
  747. mes "" + tt_point + " Turbo Track points,";
  748. mes "" + strcharinfo(0) +".";
  749. }
  750. else {
  751. mes "Unfortunately, I can't give";
  752. mes "you any Turbo Track Points";
  753. mes "since you would exceed the";
  754. mes "maximum limit. Sorry,";
  755. mes "" + strcharinfo(0) +"...";
  756. }
  757. set tt_rank,tt_rank+1;
  758. next;
  759. if (tt_rank > $ttranks[1]) {
  760. setarray $ttranks[0],$ttranks[0],tt_rank,$ttranks[1],$ttranks[2],$ttranks[3],$ttranks[4];
  761. setarray $ttnames[9],strcharinfo(0);
  762. mes "[Guide]";
  763. mes "Congratulations!";
  764. mes "You are ranked as";
  765. mes "the top player for";
  766. mes "winning the most games!";
  767. donpcevent "TBT_Guide#Broadcast::Onnew_top1";
  768. if (tt_rank == 29999) {
  769. if ($ttnames$[7] == "Breezy Havana") {
  770. set $ttnames$[7],strcharinfo(0);
  771. mes "You've secured your place in";
  772. mes "the Turbo Track Hall of Honor!";
  773. announce "" + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  774. }
  775. else if ($ttnames$[8] == "RS125") {
  776. set $ttnames$[8],strcharinfo(0);
  777. mes "You've secured your place in";
  778. mes "the Turbo Track Hall of Honor!";
  779. announce " " + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  780. }
  781. }
  782. }
  783. else if (tt_rank > $ttranks[2]) {
  784. setarray $ttranks[0],$ttranks[0],$ttranks[1],tt_rank,$ttranks[3],$ttranks[4],$ttranks[5];
  785. setarray $ttnames[10],strcharinfo(0);
  786. mes "[Guide]";
  787. mes "Congratulations!";
  788. mes "You've ranked Second";
  789. mes "among the Top Five Players";
  790. mes "who've won the most games!";
  791. donpcevent "TBT_Guide#Broadcast::Onnew_top2";
  792. if (tt_rank == 29999) {
  793. if ($ttnames$[7] == "Breezy Havana") {
  794. set $ttnames$[7],strcharinfo(0);
  795. mes "You've secured your place in";
  796. mes "the Turbo Track Hall of Honor!";
  797. announce "" + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  798. }
  799. else if ($ttnames$[8] == "RS125") {
  800. set $ttnames$[8],strcharinfo(0);
  801. mes "You've secured your place in";
  802. mes "the Turbo Track Hall of Honor!";
  803. announce "" + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  804. }
  805. }
  806. }
  807. else if (tt_rank > $ttranks[3]) {
  808. setarray $ttranks[0],$ttranks[0],$ttranks[1],$ttranks[2],tt_rank,$ttranks[4],$ttranks[5];
  809. setarray $ttnames[11],strcharinfo(0);
  810. mes "[Guide]";
  811. mes "Congratulations!";
  812. mes "You've ranked Third";
  813. mes "among the Top Five Players";
  814. mes "who've won the most games!";
  815. donpcevent "TBT_Guide#Broadcast::Onnew_top3";
  816. if (tt_rank == 29999) {
  817. if ($ttnames$[7] == "Breezy Havana") {
  818. set $ttnames$[7],strcharinfo(0);
  819. mes "You've secured your place in";
  820. mes "the Turbo Track Hall of Honor!";
  821. announce "" + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  822. }
  823. else if ($ttnames$[8] == "RS125") {
  824. set $ttnames$[8],strcharinfo(0);
  825. mes "You've secured your place in";
  826. mes "the Turbo Track Hall of Honor!";
  827. announce "" + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  828. }
  829. }
  830. }
  831. else if (tt_rank > $ttranks[4]) {
  832. setarray $ttranks[0],$ttranks[0],$ttranks[1],$ttranks[2],$ttranks[3],tt_rank,$ttranks[5];
  833. setarray $ttnames[12],strcharinfo(0);
  834. mes "[Guide]";
  835. mes "Congratulations!";
  836. mes "You've ranked Fourth";
  837. mes "among the Top Five Players";
  838. mes "who've won the most games!";
  839. donpcevent "TBT_Guide#Broadcast::Onnew_top4";
  840. if (tt_rank == 29999) {
  841. if ($ttnames$[7] == "Breezy Havana") {
  842. set $ttnames$[7],strcharinfo(0);
  843. mes "You've secured your place in";
  844. mes "the Turbo Track Hall of Honor!";
  845. announce "" + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  846. }
  847. else if ($ttnames$[8] == "RS125") {
  848. set $ttnames$[8],strcharinfo(0);
  849. mes "You've secured your place in";
  850. mes "the Turbo Track Hall of Honor!";
  851. announce "" + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  852. }
  853. }
  854. }
  855. else if (tt_rank > $ttranks[5]) {
  856. setarray $ttranks[0],$ttranks[0],$ttranks[1],$ttranks[2],$ttranks[3],$ttranks[4],tt_rank;
  857. setarray $ttnames[13],strcharinfo(0);
  858. mes "[Guide]";
  859. mes "Congratulations!";
  860. mes "You've ranked Fifth";
  861. mes "among the Top Five Players";
  862. mes "who've won the most games!";
  863. donpcevent "TBT_Guide#Broadcast::Onnew_top5";
  864. if (tt_rank == 29999) {
  865. if ($ttnames$[7] == "Breezy Havana") {
  866. set $ttnames$[7],strcharinfo(0);
  867. mes "You've secured your place in";
  868. mes "the Turbo Track Hall of Honor!";
  869. announce "" + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  870. }
  871. else if ($ttnames$[8] == "RS125") {
  872. set $ttnames$[8],strcharinfo(0);
  873. mes "You've secured your place in";
  874. mes "the Turbo Track Hall of Honor!";
  875. announce "" + strcharinfo(0) + " has joined the Turbo Track Hall of Honor!",bc_all,"FF0000";
  876. }
  877. }
  878. }
  879. else {
  880. mes "[Guide]";
  881. mes "If you can win more games";
  882. mes "than everybody else, your";
  883. mes "name will be registered in";
  884. mes "our Top Five Player Ranking.";
  885. next;
  886. mes "[Guide]";
  887. mes "What do you";
  888. mes "think, " + strcharinfo(0) +"?";
  889. mes "Glory can be yours if";
  890. mes "you can achieve victory!";
  891. }
  892. next;
  893. mes "[Guide]";
  894. mes "Thank you for";
  895. mes "participating in";
  896. mes "the Turbo Track.";
  897. mes "You will be transported";
  898. mes "to a Waiting Room shortly.";
  899. close2;
  900. warp "turbo_room",72,89;
  901. end;
  902. }
  903. else {
  904. if ($ttnames$[7] == strcharinfo(0)) {
  905. mes "[Guide]";
  906. mes "Oh wow!";
  907. mes "You're a member";
  908. mes "in our Hall of Honor,";
  909. mes "aren't you? This is great!";
  910. mes "I'm talking to a living legend!";
  911. next;
  912. mes "[Guide]";
  913. mes "Right, your reward...";
  914. if (tt_point < 28961) {
  915. mes "40 Turbo Track Points!";
  916. set tt_point,tt_point+40;
  917. mes "You now have a total of";
  918. mes ""+ tt_point +" Turbo Track Points.";
  919. }
  920. else {
  921. mes "Unfortunately, I can't give";
  922. mes "you any Turbo Track Points";
  923. mes "since you would exceed the";
  924. mes "maximum limit. Sorry,";
  925. mes "" + strcharinfo(0) +"...";
  926. }
  927. next;
  928. mes "[Guide]";
  929. mes "Oh, and thanks for";
  930. mes "participating in the";
  931. mes "Turbo Track! You'll be sent";
  932. mes "to the Waiting Room soon~";
  933. close2;
  934. warp "turbo_room",72,89;
  935. end;
  936. }
  937. else if ($ttnames$[8] == strcharinfo(0)) {
  938. mes "[Guide]";
  939. mes "Hey, aren't you";
  940. mes "in our Hall of Honor?";
  941. mes "I've been watching your";
  942. mes "races... You're pretty quick";
  943. mes "on your feet, hotshot~";
  944. next;
  945. mes "[Guide]";
  946. mes "Right, your reward...";
  947. if (tt_point < 28961) {
  948. mes "40 Turbo Track Points!";
  949. set tt_point,tt_point+40;
  950. mes "You now have a total of";
  951. mes ""+ tt_point +" Turbo Track Points.";
  952. }
  953. else {
  954. mes "Unfortunately, I can't give";
  955. mes "you any Turbo Track Points";
  956. mes "since you would exceed the";
  957. mes "maximum limit. Sorry...";
  958. }
  959. next;
  960. mes "[Guide]";
  961. mes "Oh, and thanks for";
  962. mes "participating in the";
  963. mes "Turbo Track! You'll be sent";
  964. mes "to the Waiting Room soon~";
  965. close2;
  966. warp "turbo_room",72,89;
  967. end;
  968. }
  969. else {
  970. mes "[Guide]";
  971. mes "Awwww~";
  972. mes "You were almost able";
  973. mes "to join our Hall of Honor...!";
  974. mes "But don't let that get you";
  975. mes "down. Maybe next time!";
  976. next;
  977. mes "[Guide]";
  978. mes "Right, your reward...";
  979. mes "40 Turbo Track Points!";
  980. if (tt_point < 28961) {
  981. set tt_point,tt_point+40;
  982. set my_point,tt_point;
  983. mes "You now have a total of";
  984. mes ""+ tt_point +" Turbo Track Points.";
  985. }
  986. else {
  987. mes "Unfortunately, I can't give";
  988. mes "you any Turbo Track Points";
  989. mes "since you would exceed the";
  990. mes "maximum limit. Sorry...";
  991. }
  992. next;
  993. mes "[Guide]";
  994. mes "Thank you for";
  995. mes "participating in";
  996. mes "the Turbo Track.";
  997. mes "You will be transported";
  998. mes "to a Waiting Room shortly.";
  999. close2;
  1000. warp "turbo_room",72,89;
  1001. end;
  1002. }
  1003. }
  1004. OnInit:
  1005. disablenpc "Winner Helper#TBT_e_4";
  1006. end;
  1007. OnEnable:
  1008. enablenpc "Winner Helper#TBT_e_4";
  1009. initnpctimer;
  1010. end;
  1011. OnTimer4000:
  1012. mapannounce "turbo_e_4","This is the ending broadcast for Turbo Track Expert Mode - 4 person.",bc_map,"0x33FF66";
  1013. end;
  1014. OnTimer8000:
  1015. mapannounce "turbo_e_4","For smooth game play, the game will end in approximately 1 minute.",bc_map,"0x33FF66";
  1016. end;
  1017. OnTimer12000:
  1018. mapannounce "turbo_e_4","At that time, a Warp portal will open.",bc_map,"0x33FF66";
  1019. end;
  1020. OnTimer16000:
  1021. mapannounce "turbo_e_4","Players in the arena must be ready to leave through the Warp Portal.",bc_map,"0x33FF66";
  1022. end;
  1023. OnTimer20000:
  1024. mapannounce "turbo_e_4","In the meantime, winners must proceed to receive their rewards as soon as possible.",bc_map,"0x33FF66";
  1025. end;
  1026. OnTimer24000:
  1027. mapannounce "turbo_e_4","Thank you for visiting Al De Baran Turbo Track.",bc_map,"0x33FF66";
  1028. end;
  1029. OnTimer28000:
  1030. mapannounce "turbo_e_4","Al De Baran Turbo Track is brought to you by...",bc_map,"0x33FF66";
  1031. end;
  1032. OnTimer32000:
  1033. mapannounce "turbo_e_4","[Al De Baran Kafra Corporation Headquarters]",bc_map,"0x33FF66";
  1034. end;
  1035. OnTimer36000:
  1036. mapannounce "turbo_e_4","[Al De Baran Guild Castle Management Luina]",bc_map,"0x33FF66";
  1037. end;
  1038. OnTimer40000:
  1039. mapannounce "turbo_e_4","[Blacksmith Union]",bc_map,"0x33FF66";
  1040. end;
  1041. OnTimer44000:
  1042. mapannounce "turbo_e_4","And [Comodo Casino].",bc_map,"0x33FF66";
  1043. end;
  1044. OnTimer48000:
  1045. mapannounce "turbo_e_4","Once again, we'd like to thank our sponsors.",bc_map,"0x33FF66";
  1046. end;
  1047. OnTimer52000:
  1048. mapannounce "turbo_e_4","Have a good day.",bc_map,"0x33FF66";
  1049. end;
  1050. //--- warp all players to turbo room
  1051. OnTimer58000:
  1052. mapwarp "turbo_e_4","turbo_room",72,89;
  1053. end;
  1054. //----end game, reset all
  1055. OnTimer60000:
  1056. enablenpc "Notice_Maker1#TBT_e_4";
  1057. enablenpc "Notice_Maker3#TBT_e_4";
  1058. enablenpc "Notice_Maker4#TBT_e_4";
  1059. enablenpc "Disposable_Switch#e4";
  1060. disablenpc "Flasher_Exit_1#e4";
  1061. disablenpc "Flasher_Exit_2#e4";
  1062. enablenpc "No_Unfair_Start#e4-1";
  1063. enablenpc "No_Unfair_Start#e4-2";
  1064. donpcevent "snake#e4::Onreset";
  1065. donpcevent "hunting#e4::Onreset";
  1066. donpcevent "Expert mode - 4 person::OnEnable";
  1067. disablenpc "bing2#e4";
  1068. enablenpc "cos_e_4_end";
  1069. stopnpctimer;
  1070. end;
  1071. }
  1072. turbo_e_4,11,91,0 script Notice_Maker1#TBT_e_4 -1,3,3,{
  1073. OnInit:
  1074. enablenpc "Notice_Maker1#TBT_e_4";
  1075. end;
  1076. OnTouch:
  1077. mapannounce "turbo_e_4","" + strcharinfo(0) +" is now entering the Small Cave! " + strcharinfo(0) +" is now in the lead!",bc_map,"0xFFFF00";
  1078. donpcevent "TBT_Guide#Broadcast::Onend_e4";
  1079. disablenpc "Notice_Maker1#TBT_e_4";
  1080. end;
  1081. }
  1082. turbo_e_4,234,223,0 script Notice_Maker3#TBT_e_4 -1,2,2,{
  1083. OnInit:
  1084. enablenpc "Notice_Maker3#TBT_e_4";
  1085. end;
  1086. OnTouch:
  1087. mapannounce "turbo_e_4","" + strcharinfo(0) +" is now entering the Single Snail! " + strcharinfo(0) +" is now in the lead!",bc_map,"0xFFFF00";
  1088. disablenpc "Notice_Maker3#TBT_e_4";
  1089. end;
  1090. }
  1091. turbo_e_4,226,15,0 script Notice_Maker4#TBT_e_4 -1,1,1,{
  1092. OnInit:
  1093. enablenpc "Notice_Maker4#TBT_e_4";
  1094. end;
  1095. OnTouch:
  1096. mapannounce "turbo_e_4","" + strcharinfo(0) +" is currently in First Place!",bc_map,"0xFFFF00";
  1097. disablenpc "Notice_Maker4#TBT_e_4";
  1098. end;
  1099. }
  1100. turbo_e_4,227,379,0 script Warp#e_4_1::Warp_e_4 -1,1,1,{
  1101. OnTouch:
  1102. set .@warprand,rand(1,20);
  1103. if (.@warprand == 1)
  1104. warp "turbo_e_4",216,378;
  1105. else if (.@warprand == 2)
  1106. warp "turbo_e_4",218,360;
  1107. else if (.@warprand == 4)
  1108. warp "turbo_e_4",223,361;
  1109. else if (.@warprand == 5)
  1110. warp "turbo_e_4",243,342;
  1111. else if (.@warprand == 6)
  1112. warp "turbo_e_4",247,364;
  1113. end;
  1114. }
  1115. turbo_e_4,237,380,0 duplicate(Warp_e_4) Warp#e_4_2 -1,1,1,{
  1116. turbo_e_4,227,367,0 duplicate(Warp_e_4) Warp#e_4_3 -1,1,1,{
  1117. turbo_e_4,231,360,0 duplicate(Warp_e_4) Warp#e_4_4 -1,1,1,{
  1118. turbo_e_4,225,349,0 duplicate(Warp_e_4) Warp#e_4_5 -1,1,1,{
  1119. turbo_e_4,249,352,0 duplicate(Warp_e_4) Warp#e_4_6 -1,1,1,{
  1120. turbo_e_4,253,364,0 duplicate(Warp_e_4) Warp#e_4_7 -1,2,2,{
  1121. turbo_e_4,307,55,0 script trap_e4#F1::TurboTrap_e4 139,1,1,{
  1122. OnTouch:
  1123. specialeffect EF_BLASTMINEBOMB;
  1124. set .@HitTrap,10;
  1125. if (.@HitTrap > 0 && .@HitTrap < 4)
  1126. percentheal -1,0;
  1127. else if (.@HitTrap > 4 && .@HitTrap < 8)
  1128. percentheal -5,0;
  1129. else
  1130. percentheal -2,0;
  1131. end;
  1132. }
  1133. turbo_e_4,307,51,0 duplicate(TurboTrap_e4) trap_e4#F2 139,1,1
  1134. turbo_e_4,307,47,0 duplicate(TurboTrap_e4) trap_e4#F3 139,1,1
  1135. turbo_e_4,307,43,0 duplicate(TurboTrap_e4) trap_e4#F4 139,1,1
  1136. turbo_e_4,307,39,0 duplicate(TurboTrap_e4) trap_e4#F5 139,1,1
  1137. turbo_e_4,307,39,0 duplicate(TurboTrap_e4) trap_e4#F96 139,1,1
  1138. turbo_e_4,312,56,0 duplicate(TurboTrap_e4) trap_e4#F6 139,1,1
  1139. turbo_e_4,312,52,0 duplicate(TurboTrap_e4) trap_e4#F7 139,1,1
  1140. turbo_e_4,312,48,0 duplicate(TurboTrap_e4) trap_e4#F8 139,1,1
  1141. turbo_e_4,312,44,0 duplicate(TurboTrap_e4) trap_e4#F9 139,1,1
  1142. turbo_e_4,312,40,0 duplicate(TurboTrap_e4) trap_e4#F10 139,1,1
  1143. turbo_e_4,312,36,0 duplicate(TurboTrap_e4) trap_e4#F11 139,1,1
  1144. turbo_e_4,316,55,0 duplicate(TurboTrap_e4) trap_e4#F12 139,1,1
  1145. turbo_e_4,316,51,0 duplicate(TurboTrap_e4) trap_e4#F13 139,1,1
  1146. turbo_e_4,316,47,0 duplicate(TurboTrap_e4) trap_e4#F14 139,1,1
  1147. turbo_e_4,316,43,0 duplicate(TurboTrap_e4) trap_e4#F15 139,1,1
  1148. turbo_e_4,316,39,0 duplicate(TurboTrap_e4) trap_e4#F16 139,1,1
  1149. turbo_e_4,316,36,0 duplicate(TurboTrap_e4) trap_e4#F17 139,1,1
  1150. turbo_e_4,320,56,0 duplicate(TurboTrap_e4) trap_e4#F18 139,1,1
  1151. turbo_e_4,320,52,0 duplicate(TurboTrap_e4) trap_e4#F19 139,1,1
  1152. turbo_e_4,320,48,0 duplicate(TurboTrap_e4) trap_e4#F20 139,1,1
  1153. turbo_e_4,320,44,0 duplicate(TurboTrap_e4) trap_e4#F21 139,1,1
  1154. turbo_e_4,320,40,0 duplicate(TurboTrap_e4) trap_e4#F22 139,1,1
  1155. turbo_e_4,320,36,0 duplicate(TurboTrap_e4) trap_e4#F23 139,1,1
  1156. turbo_e_4,324,55,0 duplicate(TurboTrap_e4) trap_e4#F24 139,1,1
  1157. turbo_e_4,324,51,0 duplicate(TurboTrap_e4) trap_e4#F25 139,1,1
  1158. turbo_e_4,324,47,0 duplicate(TurboTrap_e4) trap_e4#F26 139,1,1
  1159. turbo_e_4,324,43,0 duplicate(TurboTrap_e4) trap_e4#F27 139,1,1
  1160. turbo_e_4,324,39,0 duplicate(TurboTrap_e4) trap_e4#F28 139,1,1
  1161. turbo_e_4,324,36,0 duplicate(TurboTrap_e4) trap_e4#F29 139,1,1
  1162. turbo_e_4,328,56,0 duplicate(TurboTrap_e4) trap_e4#F30 139,1,1
  1163. turbo_e_4,328,52,0 duplicate(TurboTrap_e4) trap_e4#F31 139,1,1
  1164. turbo_e_4,328,48,0 duplicate(TurboTrap_e4) trap_e4#F32 139,1,1
  1165. turbo_e_4,328,44,0 duplicate(TurboTrap_e4) trap_e4#F33 139,1,1
  1166. turbo_e_4,328,40,0 duplicate(TurboTrap_e4) trap_e4#F34 139,1,1
  1167. turbo_e_4,328,36,0 duplicate(TurboTrap_e4) trap_e4#F35 139,1,1
  1168. turbo_e_4,332,55,0 duplicate(TurboTrap_e4) trap_e4#F36 139,1,1
  1169. turbo_e_4,332,51,0 duplicate(TurboTrap_e4) trap_e4#F37 139,1,1
  1170. turbo_e_4,332,47,0 duplicate(TurboTrap_e4) trap_e4#F38 139,1,1
  1171. turbo_e_4,332,43,0 duplicate(TurboTrap_e4) trap_e4#F39 139,1,1
  1172. turbo_e_4,332,39,0 duplicate(TurboTrap_e4) trap_e4#F40 139,1,1
  1173. turbo_e_4,332,36,0 duplicate(TurboTrap_e4) trap_e4#F41 139,1,1
  1174. turbo_e_4,336,56,0 script trap_e4#F42::TurboTrap_e4_2 -1,1,1,{
  1175. OnTouch:
  1176. specialeffect EF_FREEZING;
  1177. set .@HitTrap,10;
  1178. if (.@HitTrap > 0 && .@HitTrap < 4)
  1179. percentheal -1,0;
  1180. else if (.@HitTrap > 4 && .@HitTrap < 8) {
  1181. percentheal -5,0;
  1182. sc_start SC_FREEZE,3000,0;
  1183. }
  1184. else {
  1185. sc_start SC_FREEZE,4000,0;
  1186. percentheal -2,0;
  1187. }
  1188. }
  1189. turbo_e_4,336,52,0 duplicate(TurboTrap_e4_2) trap_e4#F43 139,1,1
  1190. turbo_e_4,336,48,0 duplicate(TurboTrap_e4_2) trap_e4#F44 139,1,1
  1191. turbo_e_4,336,44,0 duplicate(TurboTrap_e4_2) trap_e4#F45 139,1,1
  1192. turbo_e_4,336,50,0 duplicate(TurboTrap_e4_2) trap_e4#F46 139,1,1
  1193. turbo_e_4,336,36,0 duplicate(TurboTrap_e4_2) trap_e4#F47 139,1,1
  1194. turbo_e_4,340,55,0 duplicate(TurboTrap_e4_2) trap_e4#F48 139,1,1
  1195. turbo_e_4,340,51,0 duplicate(TurboTrap_e4) trap_e4#F49 139,1,1
  1196. turbo_e_4,340,47,0 duplicate(TurboTrap_e4) trap_e4#F50 139,1,1
  1197. turbo_e_4,340,43,0 duplicate(TurboTrap_e4) trap_e4#F51 139,1,1
  1198. turbo_e_4,340,39,0 duplicate(TurboTrap_e4) trap_e4#F52 139,1,1
  1199. turbo_e_4,340,36,0 duplicate(TurboTrap_e4) trap_e4#F53 139,1,1
  1200. turbo_e_4,344,56,0 duplicate(TurboTrap_e4) trap_e4#F54 139,1,1
  1201. turbo_e_4,344,52,0 duplicate(TurboTrap_e4) trap_e4#F55 139,1,1
  1202. turbo_e_4,344,48,0 duplicate(TurboTrap_e4) trap_e4#F56 139,1,1
  1203. turbo_e_4,344,44,0 duplicate(TurboTrap_e4) trap_e4#F57 139,1,1
  1204. turbo_e_4,344,40,0 duplicate(TurboTrap_e4) trap_e4#F58 139,1,1
  1205. turbo_e_4,344,36,0 duplicate(TurboTrap_e4) trap_e4#F59 139,1,1
  1206. turbo_e_4,348,55,0 duplicate(TurboTrap_e4) trap_e4#F60 139,1,1
  1207. turbo_e_4,348,51,0 duplicate(TurboTrap_e4) trap_e4#F61 139,1,1
  1208. turbo_e_4,348,47,0 duplicate(TurboTrap_e4) trap_e4#F62 139,1,1
  1209. turbo_e_4,348,43,0 duplicate(TurboTrap_e4) trap_e4#F63 139,1,1
  1210. turbo_e_4,348,39,0 duplicate(TurboTrap_e4) trap_e4#F64 139,1,1
  1211. turbo_e_4,348,36,0 duplicate(TurboTrap_e4) trap_e4#F65 139,1,1
  1212. turbo_e_4,352,56,0 duplicate(TurboTrap_e4) trap_e4#F66 139,1,1
  1213. turbo_e_4,352,52,0 duplicate(TurboTrap_e4) trap_e4#F67 139,1,1
  1214. turbo_e_4,352,48,0 duplicate(TurboTrap_e4) trap_e4#F68 139,1,1
  1215. turbo_e_4,352,44,0 duplicate(TurboTrap_e4) trap_e4#F69 139,1,1
  1216. turbo_e_4,352,40,0 duplicate(TurboTrap_e4) trap_e4#F70 139,1,1
  1217. turbo_e_4,352,36,0 duplicate(TurboTrap_e4) trap_e4#F71 139,1,1
  1218. turbo_e_4,356,55,0 duplicate(TurboTrap_e4) trap_e4#F72 139,1,1
  1219. turbo_e_4,356,51,0 duplicate(TurboTrap_e4) trap_e4#F73 139,1,1
  1220. turbo_e_4,356,47,0 duplicate(TurboTrap_e4) trap_e4#F74 139,1,1
  1221. turbo_e_4,356,43,0 duplicate(TurboTrap_e4) trap_e4#F75 139,1,1
  1222. turbo_e_4,356,39,0 duplicate(TurboTrap_e4) trap_e4#F76 139,1,1
  1223. turbo_e_4,356,36,0 duplicate(TurboTrap_e4) trap_e4#F77 139,1,1
  1224. turbo_e_4,360,56,0 duplicate(TurboTrap_e4) trap_e4#F78 139,1,1
  1225. turbo_e_4,360,52,0 duplicate(TurboTrap_e4) trap_e4#F79 139,1,1
  1226. turbo_e_4,360,48,0 duplicate(TurboTrap_e4) trap_e4#F80 139,1,1
  1227. turbo_e_4,360,44,0 duplicate(TurboTrap_e4) trap_e4#F81 139,1,1
  1228. turbo_e_4,360,40,0 duplicate(TurboTrap_e4) trap_e4#F82 139,1,1
  1229. turbo_e_4,360,36,0 duplicate(TurboTrap_e4) trap_e4#F83 139,1,1
  1230. turbo_e_4,364,55,0 duplicate(TurboTrap_e4) trap_e4#F84 139,1,1
  1231. turbo_e_4,364,51,0 duplicate(TurboTrap_e4) trap_e4#F85 139,1,1
  1232. turbo_e_4,364,47,0 duplicate(TurboTrap_e4) trap_e4#F86 139,1,1
  1233. turbo_e_4,364,43,0 duplicate(TurboTrap_e4) trap_e4#F87 139,1,1
  1234. turbo_e_4,364,39,0 duplicate(TurboTrap_e4) trap_e4#F88 139,1,1
  1235. turbo_e_4,364,36,0 duplicate(TurboTrap_e4) trap_e4#F89 139,1,1
  1236. turbo_e_4,368,56,0 duplicate(TurboTrap_e4) trap_e4#F90 139,1,1
  1237. turbo_e_4,368,52,0 duplicate(TurboTrap_e4) trap_e4#F91 139,1,1
  1238. turbo_e_4,368,48,0 duplicate(TurboTrap_e4) trap_e4#F92 139,1,1
  1239. turbo_e_4,368,44,0 duplicate(TurboTrap_e4) trap_e4#F93 139,1,1
  1240. turbo_e_4,368,40,0 duplicate(TurboTrap_e4) trap_e4#F94 139,1,1
  1241. turbo_e_4,368,36,0 duplicate(TurboTrap_e4) trap_e4#F95 139,1,1
  1242. turbo_e_4,217,214,0 script bing#e4 45,3,3,{
  1243. OnTouch:
  1244. set .@bing1,rand(1,10);
  1245. if (.@bing1 > 0 && .@bing1 < 4)
  1246. warp "turbo_e_4",217,232;
  1247. else if (.@bing1 == 6)
  1248. warp "turbo_e_4",233,207;
  1249. else if (.@bing1 == 7)
  1250. warp "turbo_e_4",208,219;
  1251. else if (.@bing1 == 8)
  1252. warp "turbo_e_4",219,202;
  1253. else if (.@bing1 == 9)
  1254. warp "turbo_e_4",218,228;
  1255. disablenpc "bing#e4";
  1256. enablenpc "bing2#e4";
  1257. end;
  1258. }
  1259. turbo_e_4,217,214,0 script bing2#e4 45,3,3,{
  1260. OnInit:
  1261. disablenpc "bing2#e4";
  1262. end;
  1263. OnTouch:
  1264. set bing1,rand(1,10);
  1265. if (.@bing1 == 1)
  1266. warp "turbo_e_4",217,232;
  1267. else if (.@bing1 == 2)
  1268. warp "turbo_e_4",233,207;
  1269. else if (.@bing1 == 3)
  1270. warp "turbo_e_4",208,219;
  1271. else if (.@bing1 == 4)
  1272. warp "turbo_e_4",219,202;
  1273. else if (.@bing1 == 5)
  1274. warp "turbo_e_4",218,228;
  1275. else if (.@bing1 == 6)
  1276. warp "turbo_e_4",220,195;
  1277. end;
  1278. }