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