Expert_16.txt 52 KB

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