Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //instance endless cellar
- [Error]: Loading NPC file: npc/custom/instances/EndlessCellar.txt
- script error on npc/custom/instances/EndlessCellar.txt line 35
- parse_callfunc: expected ')' to close argument list
- 34 : {
- * 35 : if(((EC_Lasttime + $EC_Cooldown > gettimetick(2) && EC_Lasttime < gettimetick(2)) || (EC_Lasttime > gettimetick(2) && EC_Lastinstid != instance_id('1'))) && getgmlevel() < $EC_GM){
- 36 : set .@last,EC_Lasttime + $EC_Cooldown - gettimetick(2);
- 37 : set .@hours,.@last / 60 / 60;
- 38 : set .@minutes,.@last / 60 % 60;
- 39 : set .@seconds,.@last % 60;
- 40 : mes "Due to the entree aftereffect,";
- [Error]:
- script error on npc/custom/instances/EndlessCellar.txt line 151
- parse_callfunc: expected ')' to close argument list
- 146 : } else
- 147 : donpcevent instance_npcname("EC_Manager")+"::OnPorDead";
- 148 : end;
- 149 :
- 150 : OnMobDead:
- * 151 : set .@i,instance_id('0');
- 152 : set 'EC_Mobs,'EC_Mobs-1;
- 153 : if('EC_Mobs){
- 154 : instance_announce .@i,"Monsters remaining on Floor "+'EC_Floor+": "+'EC_Mobs,bc_map,0x00FF00;
- 155 : end;
- 156 : }
- [Error]:
- script error on npc/custom/instances/EndlessCellar.txt line 317
- parse_callfunc: expected ')' to close argument list
- 312 : end;
- 313 : case 5:
- 314 : mes "Are you sure?";
- 315 : next;
- 316 : if(select("Yes:No") == 2) end;
- * 317 : instance_destroy instance_id('0');
- 318 : end;
- 319 : default:
- 320 : end;
- 321 : }
- 322 : }
- [Error]: npc_parse_mapflag: unrecognized mapflag 'restricted' (file 'npc/custom/instances/EndlessCellar.txt', line '956').
- [Error]: npc_parse_mapflag: unrecognized mapflag 'restricted' (file 'npc/custom/instances/EndlessCellar.txt', line '966').
- [Error]: npc_parse_mapflag: unrecognized mapflag 'restricted' (file 'npc/custom/instances/EndlessCellar.txt', line '976').
- [Error]: npc_parse_mapflag: unrecognized mapflag 'restricted' (file 'npc/custom/instances/EndlessCellar.txt', line '986').
- [Error]: npc_parse_mapflag: unrecognized mapflag 'restricted' (file 'npc/custom/instances/EndlessCellar.txt', line '996').
- ////////////////////////////////////////////////////////////////////////
- //instance Museum
- [Error]: Loading NPC file: npc/custom/instances/Museum.txt
- script error on npc/custom/instances/Museum.txt line 12
- parse_callfunc: expected ')' to close argument list
- 11 : {
- * 12 : if(((M_Lasttime + $M_Cooldown > gettimetick(2) && M_Lasttime < gettimetick(2)) || (M_Lasttime > gettimetick(2) && M_Lastinstid != instance_id('1')))){
- 13 : set .@last,M_Lasttime + $M_Cooldown - gettimetick(2);
- 14 : set .@hours,.@last / 60 / 60;
- 15 : set .@minutes,.@last / 60 % 60;
- 16 : set .@seconds,.@last % 60;
- 17 : mes "Due to the entree aftereffect,";
- ////////////////////////////////////////////
- //instance glast heim memorial
- [Error]: Loading NPC file: npc/yggdrasil/instances/glast_heim_memorial.txt
- script error on npc/yggdrasil/instances/glast_heim_memorial.txt line 291
- parse_line: expect command, missing function name or calling undeclared function
- 286 : switch(select("Oh. Well, about that..."))
- 287 : {
- 288 : case 1:
- 289 : mes "["+strcharinfo(0)+"]";
- 290 : mes "Oh yeah, hahaha, we were told to meet someone called Varmunt.";
- * 291 : 'p'layertalk(1,"Oh yeah, hahaha, we were told to meet someone called Varmunt.");
- 292 : next;
- 293 : mes "[Varmunt]";
- 294 : mes "We don't have time. We must tell Sir Heinrich about Himmelmez's invasion.";
- 295 : npctalk "We don't have time. We must tell Sir Heinrich about Himmelmez's invasion.";
- 296 : cutin "gl_barmund2",2;
- [Error]:
- script error on npc/yggdrasil/instances/glast_heim_memorial.txt line 693
- parse_line: expect command, missing function name or calling undeclared function
- 688 : switch(select("Heinrich, about the castle ..."))
- 689 : {
- 690 : case 1:
- 691 : mes "["+strcharinfo(0)+"]";
- 692 : mes "Do you know what is happening now in the castle, Heinrich?";
- * 693 : 'p'layertalk(1,"Do you know what is happening now in the castle, Heinrich?");
- 694 : next;
- 695 : mes "[Heinrich]";
- 696 : mes "You are the adventurers who have come with Varmunt, right?";
- 697 : npctalk "You are the adventurers who have come with Varmunt, right?";
- 698 : next;
- [Error]:
- script error on npc/yggdrasil/instances/glast_heim_memorial.txt line 1814
- parse_line: expect command, missing function name or calling undeclared function
- 1809 : switch(select("Hey, wake up! Are there any other survivors?"))
- 1810 : {
- 1811 : case 1:
- 1812 : mes "["+strcharinfo(0)+"]";
- 1813 : mes "Hey, wake up! Are you alone?";
- * 1814 : 'p'layertalk(1,"Hey, wake up! Are you alone?");
- 1815 : next;
- 1816 : mes "[Butcher]";
- 1817 : mes "The Chamberlain... the Monk... They've become monsters. I couldn't do anything";
- 1818 : npctalk "The Chamberlain... the Monk... They've become monsters. I couldn't do anything";
- 1819 : next;
- [Error]:
- script error on npc/yggdrasil/instances/glast_heim_memorial.txt line 1881
- parse_line: expect command, missing function name or calling undeclared function
- 1876 : switch(select("Don't worry!"))
- 1877 : {
- 1878 : case 1:
- 1879 : mes "["+strcharinfo(0)+"]";
- 1880 : mes "Don't worry! Mam. Are you alone? No other survivors?";
- * 1881 : 'p'layertalk (1,"Don't worry! Mam. Are you alone? No other survivors?");
- 1882 : next;
- 1883 : mes "[Destroyer]";
- 1884 : mes "I'm the only survivor left";
- 1885 : npctalk "I'm the only survivor left";
- 1886 : next;
- //////////////////////////////////////////////////
- instance Buwaya Cave
- [Error]: Loading NPC file: npc/re/instances/BuwayaCave.txt
- script error on npc/re/instances/BuwayaCave.txt line 76
- parse_callfunc: not enough arguments, expected ','
- 71 : close;
- 72 : } else {
- 73 : erasequest 4229;
- 74 : // fall through
- 75 : }
- * 76 : if (instance_create(.@md_name$')' < 0) {
- 77 : mes "[Guard]";
- 78 : mes "Party name is... "+getpartyname(.@party_id)+".";;
- 79 : mes "Party leader is... "+strcharinfo(0);
- 80 : mes "^0000ff"+.@md_name$+"^000000 cannot be opened now.";
- 81 : mes "Please try a moment later.";
- [Error]:
- script error on npc/re/instances/BuwayaCave.txt line 127
- parse_simpleexpr: unmatched ')'
- 122 : erasequest 4229;
- 123 : // fall through
- 124 : }
- 125 : switch(select("Enter.:Turn back.")) {
- 126 : case 1:
- * 127 : switch(instance_enter'('"Buwaya Cave")) {
- 128 : case 3:
- 129 : mes "[Guard]";
- 130 : mes "Oh, now is not a good time.";
- 131 : mes "Please try again a moment later.";
- 132 : close;
- [Error]:
- script error on npc/re/instances/BuwayaCave.txt line 246
- parse_callfunc: not enough arguments, expected ','
- 243 : {
- 244 : end;
- 245 : OnInstanceInit:
- * 246 : setcell instance_mapname'('"1@ma_c"),30,118,35,118,cell_shootable,1; //custom
- 247 : disablenpc instance_npcname("#box_mob_call");
- 248 : end;
- 249 : OnEnable:
- 250 : enablenpc instance_npcname("#box_mob_call");
- 251 : set .@label$, instance_npcname("#box_mob_call")+"::OnMyMobDead";
- [Error]:
- script error on npc/re/instances/BuwayaCave.txt line 277
- parse_callfunc: not enough arguments, expected ','
- 272 : enablenpc instance_npcname("#box_out");
- 273 : end;
- 274 : OnTouch:
- 275 : set .@x, rand(1,20) + 97;
- 276 : set .@y, rand(1,20) + 74;
- * 277 : warp instance_mapname'('"1@ma_c"),.@x,.@y;
- 278 : end;
- 279 : }
- 280 :
- 281 : 1@ma_c,97,74,0 script #box_call 139,50,50,{
- 282 : end;
- [Error]:
- script error on npc/re/instances/BuwayaCave.txt line 288
- parse_callfunc: not enough arguments, expected ','
- 283 : OnInstanceInit:
- 284 : disablenpc instance_npcname("#box_call");
- 285 : initnpctimer;
- 286 : end;
- 287 : OnTimer30000:
- * 288 : mapannounce instance_mapname'('"1@ma_c"),"Buwaya : I will put you in my treasure box!",bc_map,"0x00ff99"; //FW_NORMAL 12 0 0
- 289 : // Should execute OnTimer33000, but client doesn't render the effect fast enough.
- 290 : for(set .@i,1; .@i<=9; set .@i,.@i+1)
- 291 : donpcevent instance_npcname("#yunobi"+.@i)+"::OnEnable";
- 292 : end;
- 293 : OnTimer33000:
- [Error]:
- script error on npc/re/instances/BuwayaCave.txt line 341
- parse_callfunc: not enough arguments, expected ','
- 336 : end;
- 337 : OnInstanceInit:
- 338 : initnpctimer;
- 339 : end;
- 340 : OnTimer58000:
- * 341 : mapannounce instance_mapname'('"1@ma_c"),"Buwaya : I had enough with this, let's go till the end!",bc_map,"0x00ff99"; //FW_NORMAL 12 0 0
- 342 : end;
- 343 : OnTimer61000:
- 344 : mapannounce instance_mapname("1@ma_c"),"Buwaya : This is!",bc_map,"0x00ff99"; //FW_NORMAL 12 0 0
- 345 : end;
- 346 : OnTimer62000:
- [Error]:
- script error on npc/re/instances/BuwayaCave.txt line 387
- parse_callfunc: not enough arguments, expected ','
- 384 : {
- 385 : end;
- 386 : OnInstanceInit:
- * 387 : areamonster instance_mapname'('"1@ma_c"),90,67,104,81,"Buwaya",2319,1,instance_npcname("#buwaya_con")+"::OnMyMobDead";
- 388 : end;
- 389 : OnMyMobDead:
- 390 : set .@map$, instance_mapname("1@ma_c");
- 391 : if (mobcount(.@map$,instance_npcname("#buwaya_con")+"::OnMyMobDead") < 1) {
- 392 : donpcevent instance_npcname("#box_call")+"::OnDisable";
- [Error]:
- script error on npc/re/instances/BuwayaCave.txt line 408
- parse_line: need ';'
- 403 : OnInstanceInit:
- 404 : initnpctimer;
- 405 : end;
- 406 : OnTimer60000:
- 407 : set .@label$, instance_npcname("#exit_mob")+"::OnMyMobDead";
- * 408 : set .@map$, instance_mapname'('"1@ma_c");
- 409 : if (mobcount(.@map$,.@label$) < 30)
- 410 : set .@amount,10;
- 411 : else
- 412 : set .@amount,1;
- 413 : areamonster .@map$,43,58,47,60,"Water Plant",2331,.@amount,.@label$;
- [Error]:
- script error on npc/re/instances/BuwayaCave.txt line 444
- parse_line: need ';'
- 442 : {
- 443 : OnInstanceInit:
- * 444 : set .@map$, instance_mapname'('"1@ma_c");
- 445 : areamonster .@map$,73,81,93,101,"Seaweed",2331,18;
- 446 : areamonster .@map$,110,97,116,103,"Seaweed",2331,8;
- 447 : areamonster .@map$,59,63,63,67,"Seaweed",2331,8;
- 448 : areamonster .@map$,73,55,77,59,"Seaweed",2331,4;
- 449 : areamonster .@map$,103,69,107,73,"Seaweed",2331,4;
- //////////////////////////////////////////
- instance Bukonawa Lake
- [Error]: Loading NPC file: npc/re/instances/BakonawaLake.txt
- script error on npc/re/instances/BakonawaLake.txt line 64
- parse_callfunc: not enough arguments, expected ','
- 59 : next;
- 60 : set .@i, select(":Now I will go down.:Cancel.");
- 61 : }
- 62 : switch(.@i) {
- 63 : case 1:
- * 64 : if (instance_create(.@md_name$')' < 0) {
- 65 : mes "[Taho]";
- 66 : mes "Oh, the rope got dropped. I have to make a new one.";
- 67 : close;
- 68 : }
- 69 : mes "[Taho]";
- [Error]:
- script error on npc/re/instances/BakonawaLake.txt line 147
- parse_line: need ';'
- 142 : OnInstanceInit:
- 143 : disablenpc instance_npcname("#Bakonawan1");
- 144 : end;
- 145 : OnStart:
- 146 : enablenpc instance_npcname("#Bakonawan1");
- * 147 : set .@map$, instance_mapname'('"1@ma_b");
- 148 : mapannounce .@map$,"Taho: I can see him there on the surface! ATTACK!!!",bc_map,"0x00ffff"; //FW_NORMAL 15 0 0
- 149 : monster .@map$,78,81,"Bakonawa",2320,1,instance_npcname("#Bakonawan1")+"::OnMyMobDead"; //original: (78,83)
- 150 : initnpctimer;
- 151 : end;
- 152 : OnFail:
- [Error]:
- script error on npc/re/instances/BakonawaLake.txt line 210
- parse_line: need ';'
- 205 : disablenpc instance_npcname("#SummonPuppetsn1");
- 206 : end;
- 207 : OnTimer5000:
- 208 : setarray .@x[0],79,71,60,61,57,89,95,96,99;
- 209 : setarray .@y[0],71,72,80,90,99,73,82,90,99;
- * 210 : set .@map$, instance_mapname'('"1@ma_b");
- 211 : for(set .@i,0; .@i<9; set .@i,.@i+1) {
- 212 : set .@rand, rand(1,10);
- 213 : if (.@rand > 7)
- 214 : monster .@map$,.@x[.@i],.@y[.@i],"Bakonawa's Will",2337,1,instance_npcname("#SummonPuppetsn1")+"::OnMyMobDead";
- 215 : else if (.@rand < 4)
- [Error]:
- script error on npc/re/instances/BakonawaLake.txt line 238
- parse_callfunc: not enough arguments, expected ','
- 233 : OnStart:
- 234 : enablenpc instance_npcname("#BakonawaDeadn1");
- 235 : initnpctimer;
- 236 : end;
- 237 : OnTimer100:
- * 238 : mapannounce instance_mapname'('"1@ma_b"),"Taho: Good! Bakonawa is hidden under water. He will now try to swallow the moon.",bc_map,"0x00ffff"; //FW_NORMAL 15 0 0
- 239 : end;
- 240 : OnTimer5000:
- 241 : mapannounce instance_mapname("1@ma_b"),"Taho: We must make loud noises with caldron and gong so he can never concentrate on the moon!",bc_map,"0x00ffff"; //FW_NORMAL 15 0 0
- 242 : end;
- 243 : OnTimer10000:
- [Error]:
- script error on npc/re/instances/BakonawaLake.txt line 262
- parse_line: need ';'
- 257 : disablenpc instance_npcname("#Bakonawan2");
- 258 : end;
- 259 : OnStart:
- 260 : enablenpc instance_npcname("#Bakonawan2");
- 261 : set .@label$, instance_npcname("#Bakonawan2")+"::OnMyMobDead";
- * 262 : set .@map$, instance_mapname'('"1@ma_b");
- 263 : monster .@map$,95,98,"Caldron",2328,1,.@label$;
- 264 : monster .@map$,60,98,"Caldron",2328,1,.@label$;
- 265 : monster .@map$,97,104,"Gong",2328,1,.@label$;
- 266 : monster .@map$,58,104,"Gong",2328,1,.@label$;
- 267 : donpcevent instance_npcname("#Bakonawan2-1")+"::OnStart";
- [Error]:
- script error on npc/re/instances/BakonawaLake.txt line 315
- parse_callfunc: not enough arguments, expected ','
- 310 : OnInstanceInit:
- 311 : disablenpc instance_npcname("#Bakonawan2-1");
- 312 : end;
- 313 : OnStart:
- 314 : enablenpc instance_npcname("#Bakonawan2-1");
- * 315 : monster instance_mapname'('"1@ma_b"),78,81,"Enraged Bakonawa",2321,1,instance_npcname("#Bakonawan2-1")+"::OnMyMobDead"; //original: (78,93)
- 316 : end;
- 317 : OnFail:
- 318 : killmonster instance_mapname("1@ma_b"),instance_npcname("#Bakonawan2-1")+"::OnMyMobDead";
- 319 : end;
- 320 : OnEnd:
- [Error]:
- script error on npc/re/instances/BakonawaLake.txt line 349
- parse_callfunc: not enough arguments, expected ','
- 344 : disablenpc instance_npcname("#Bakonawan3");
- 345 : end;
- 346 : OnStart:
- 347 : enablenpc instance_npcname("#Bakonawan3");
- 348 : initnpctimer;
- * 349 : monster instance_mapname'('"1@ma_b"),78,81,"Enraged Bakonawa",2322,1,instance_npcname("#Bakonawan3")+"::OnMyMobDead"; //original: (78,83)
- 350 : donpcevent instance_npcname("#Bakonawan3-1")+"::OnStart";
- 351 : end;
- 352 : OnMyMobDead:
- 353 : set .@map$, instance_mapname("1@ma_b");
- 354 : set .@mob_dead_num, mobcount(.@map$,instance_npcname("#Bakonawan3")+"::OnMyMobDead");
- [Error]:
- script error on npc/re/instances/BakonawaLake.txt line 409
- parse_callfunc: not enough arguments, expected ','
- 404 : end;
- 405 : OnStart:
- 406 : initnpctimer;
- 407 : end;
- 408 : OnEnd:
- * 409 : killmonster instance_mapname'('"1@ma_b"),instance_npcname("#Bakonawan3-1")+"::OnMyMobDead";
- 410 : //showdigit 0;
- 411 : stopnpctimer;
- 412 : end;
- 413 : OnMyMobDead:
- 414 : showdigit mobcount(instance_mapname("1@ma_b"),instance_npcname("#Bakonawan3-1")+"::OnMyMobDead");
- [Error]:
- script error on npc/re/instances/BakonawaLake.txt line 486
- parse_callfunc: not enough arguments, expected ','
- 481 : OnStart:
- 482 : enablenpc instance_npcname("Taho#Completed");
- 483 : initnpctimer;
- 484 : end;
- 485 : OnTimer1000:
- * 486 : monster instance_mapname'('"1@ma_b"),78,74,"Bakonawa Treasure Box",2335,1;
- 487 : end;
- 488 : OnTimer10000:
- 489 : mapannounce instance_mapname("1@ma_b"),"Taho: After opening the treasure box, please visit me at the top of the hill. I've got something to give to you.",bc_map,"0x00ffff"; //FW_NORMAL 15 0 0
- 490 : stopnpctimer;
- 491 : end;
- ///////////////////////////////////
- //instance Bangungot Hospital
- [Error]: Loading NPC file: npc/re/instances/BangungotHospital.txt
- script error on npc/re/instances/BangungotHospital.txt line 259
- parse_callfunc: not enough arguments, expected ','
- 254 : mes "one more chance?";
- 255 : }
- 256 : next;
- 257 : switch(select(((getarg(0))?"Prepare to enter the second floor.":"")+":Enter the second floor.:Do not enter.")) {
- 258 : case 1:
- * 259 : if (instance_create(.@md_name$')' < 0) {
- 260 : mes "[Nurse Maenne]";
- 261 : mes "A critical situation has happened.";
- 262 : mes "You can't go up to the 2nd floor.";
- 263 : close2;
- 264 : cutin "",255;
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 380
- parse_line: need ';'
- 377 : {
- 378 : end;
- 379 : OnTouch:
- * 380 : set .@map$, instance_mapname'('"1@ma_h");
- 381 : mapannounce .@map$,"Bangungot: You silly "+strcharinfo(0)+" ....",bc_map,"0xFF82FF";
- 382 : mapannounce .@map$,"Bangungot: Get out before you die...",bc_map,"0xFF82FF";
- 383 : areamonster .@map$,44,156,46,158,"Bangungot's Mangkukulam",2339,1,instance_npcname("#Memorial Start")+"::OnMyMobDead";
- 384 : donpcevent instance_npcname("#Memorial Start_time")+"::OnEnable";
- 385 : end;
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 414
- parse_callfunc: not enough arguments, expected ','
- 409 : end;
- 410 : OnDisable:
- 411 : stopnpctimer;
- 412 : end;
- 413 : OnTimer5000:
- * 414 : mapannounce instance_mapname'('"1@ma_h"),"Bangungot: You cannot help.... you can't defeat me.",bc_map,"0xFF82FF";
- 415 : end;
- 416 : OnTimer10000:
- 417 : mapannounce instance_mapname("1@ma_h"),"Bangungot: HAHAHAHAHAHAHAHA!!!!",bc_map,"0xFF82FF";
- 418 : stopnpctimer;
- 419 : end;
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 428
- parse_line: need ';'
- 423 : end;
- 424 : OnInstanceInit:
- 425 : disablenpc instance_npcname(strnpcinfo(0));
- 426 : end;
- 427 : OnEnable1:
- * 428 : set .@map$, instance_mapname'('"1@ma_h");
- 429 : set .@label$, instance_npcname(strnpcinfo(0))+"::OnMyMobDead";
- 430 : enablenpc instance_npcname(strnpcinfo(0));
- 431 : specialeffect EF_BAT2;
- 432 : switch(atoi(charat(strnpcinfo(2),4))) {
- 433 : case 1:
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 500
- parse_line: need ';'
- 495 : end;
- 496 : OnInstanceInit:
- 497 : disablenpc instance_npcname("#Ward6 Entry");
- 498 : end;
- 499 : OnEnable1:
- * 500 : set .@map$, instance_mapname'('"1@ma_h");
- 501 : set .@label$, instance_npcname("#Ward6 Entry")+"::OnMyMobDead";
- 502 : enablenpc instance_npcname("#Ward6 Entry");
- 503 : specialeffect EF_BAT2;
- 504 : areamonster .@map$,93,137,95,139,"Bangungot's Mangkukulam",2339,1,.@label$;
- 505 : areamonster .@map$,95,137,97,139,"Bangungot's Mangkukulam",2339,1,.@label$;
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 537
- parse_callfunc: not enough arguments, expected ','
- 532 : OnInstanceInit:
- 533 : disablenpc instance_npcname("#Summon Boss");
- 534 : end;
- 535 : OnEnable:
- 536 : enablenpc instance_npcname("#Summon Boss");
- * 537 : monster instance_mapname'('"1@ma_h"),143,158,"Bangungot",2317,1,instance_npcname("#Summon Boss")+"::OnMyMobDead";
- 538 : donpcevent instance_npcname("#Boss Room Entry")+"::OnEnableEntry";
- 539 : donpcevent instance_npcname("#Boss Room Entry")+"::OnEnable";
- 540 : end;
- 541 : OnMyMobDead:
- 542 : initnpctimer;
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 570
- parse_callfunc: not enough arguments, expected ','
- 565 : enablenpc instance_npcname("#Boss Room Entry");
- 566 : enablenpc instance_npcname("#Boss Room Door");
- 567 : enablenpc instance_npcname("#Boss Room Door1");
- 568 : end;
- 569 : OnSpawn:
- * 570 : areamonster instance_mapname'('"1@ma_h"),123,152,137,166,"Bangungot's Manananggal",2338,1,instance_npcname("#Boss Room Entry")+"::OnMyMobDead";
- 571 : end;
- 572 : OnReset:
- 573 : killmonster instance_mapname("1@ma_h"),instance_npcname("#Boss Room Entry")+"::OnMyMobDead";
- 574 : end;
- 575 : OnMyMobDead:
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 616
- parse_callfunc: not enough arguments, expected ','
- 611 : end;
- 612 : OnInstanceInit:
- 613 : disablenpc instance_npcname("#Boss Room Entry_time");
- 614 : end;
- 615 : OnEnable:
- * 616 : mapannounce instance_mapname'('"1@ma_h"),"Bangungot: You poor little things. I will invite you to the world of infectious disease...",bc_map,"0xFF82FF";
- 617 : initnpctimer;
- 618 : end;
- 619 : OnTimer25000:
- 620 : mapannounce instance_mapname("1@ma_h"),"Bangungot: You will know what it is...",bc_map,"0xFF82FF";
- 621 : for(set .@i,10; .@i<=22; set .@i,.@i+1)
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 692
- parse_callfunc: not enough arguments, expected ','
- 687 : end;
- 688 : OnInstanceInit:
- 689 : disablenpc instance_npcname("#Boss Room Entry_2");
- 690 : end;
- 691 : OnEnable:
- * 692 : mapannounce instance_mapname'('"1@ma_h"),"Bangungot: You are pretty powerful...",bc_map,"0xFF82FF";
- 693 : initnpctimer;
- 694 : end;
- 695 : OnTimer3000:
- 696 : mapannounce instance_mapname("1@ma_h"),"Bangungot: But can you...",bc_map,"0xFF82FF";
- 697 : end;
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 733
- parse_line: need ';'
- 728 : OnTouch:
- 729 : donpcevent instance_npcname("#Summon Ward Mob_time")+"::OnEnable";
- 730 : specialeffect EF_CURSEATTACK;
- 731 : end;
- 732 : OnEnable1:
- * 733 : set .@map$, instance_mapname'('"1@ma_h");
- 734 : set .@label$, instance_npcname("#Summon Ward Mob")+"::OnMyMobDead";
- 735 : areamonster .@map$,47,77,49,79,"Bangungot's Tiyanak",2340,1,.@label$;
- 736 : areamonster .@map$,49,77,51,79,"Bangungot's Tiyanak",2340,1,.@label$;
- 737 : areamonster .@map$,51,77,53,79,"Bangungot's Tiyanak",2340,1,.@label$;
- 738 : areamonster .@map$,47,79,49,81,"Bangungot's Tiyanak",2340,1,.@label$;
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 824
- parse_callfunc: not enough arguments, expected ','
- 819 : OnEnable:
- 820 : initnpctimer;
- 821 : disablenpc instance_npcname("#Summon Ward Mob");
- 822 : end;
- 823 : OnTimer2000:
- * 824 : mapannounce instance_mapname'('"1@ma_h"),"Bangungot: My spirit will be with your cursed body...",bc_map,"0xFF82FF";
- 825 : end;
- 826 : OnTimer4000:
- 827 : mapannounce instance_mapname("1@ma_h"),"Bangungot: My inferiors...!! Go!! Go torment the patients in the wards!!",bc_map,"0xFF82FF";
- 828 : end;
- 829 : OnTimer6000:
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 854
- parse_callfunc: not enough arguments, expected ','
- 849 : end;
- 850 : OnEnable1:
- 851 : enablenpc instance_npcname("#Summon Pillar");
- 852 : donpcevent instance_npcname("#Boss Room Entry_time")+"::OnStopTimer";
- 853 : donpcevent instance_npcname("#Summon Pillar_time")+"::OnEnable";
- * 854 : monster instance_mapname'('"1@ma_h"),131,157,"Pillar of Spirit",2327,1,instance_npcname("#Summon Pillar")+"::OnMyMobDead";
- 855 : end;
- 856 : OnEnable3:
- 857 : enablenpc instance_npcname("#Boss Room Exit");
- 858 : disablenpc instance_npcname("#Summon Pillar");
- 859 : end;
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 892
- parse_callfunc: not enough arguments, expected ','
- 887 : end;
- 888 : OnStopTimer:
- 889 : stopnpctimer;
- 890 : end;
- 891 : OnTimer1000:
- * 892 : mapannounce instance_mapname'('"1@ma_h"),"- Bangungot's Pillar of Spirit is curing Bangungot. If you don't hunt it now, he will fully recover!! -",bc_map,"0xFF8200";
- 893 : specialeffect EF_MAPPILLAR2,AREA,instance_npcname("#Patternwarp45");
- 894 : end;
- 895 : OnTimer7000:
- 896 : mapannounce instance_mapname("1@ma_h"),"Bangungot: I never die!!!!",bc_map,"0xFF82FF";
- 897 : specialeffect EF_MAPPILLAR2,AREA,instance_npcname("#Patternwarp45");
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 956
- parse_callfunc: not enough arguments, expected ','
- 953 : {
- 954 : end;
- 955 : OnInstanceInit:
- * 956 : monster instance_mapname'('"1@ma_h"),131,62,"Bangungot",2318,1;
- 957 : end;
- 958 : OnEnable:
- 959 : mapannounce instance_mapname("1@ma_h"),"Moaning Patient: aaawwww....",bc_map,"0xFF0000";
- 960 : initnpctimer;
- 961 : end;
- [Error]:
- script error on npc/re/instances/BangungotHospital.txt line 996
- parse_callfunc: not enough arguments, expected ','
- 991 : case 9: set .@str$,"Suffering Patient: Stop... please..."; break;
- 992 : case 10: set .@str$,"Wriggling Patient: awwww..."; break;
- 993 : case 11: set .@str$,"Patient in Cold Sweat: Help.....help...."; break;
- 994 : case 12: set .@str$,"Howling Patient: aaaaahhhhhhhhhh!!"; break;
- 995 : }
- * 996 : mapannounce instance_mapname'('"1@ma_h"),.@str$,bc_map,"0xFF0000";
- 997 : initnpctimer;
- 998 : end;
- 999 : OnTimer5000:
- 1000 : OnTimer8000:
- 1001 : OnTimer11000:
- ////////////////////////////////////////////////////////////
- instance Dawn
- [Error]: Loading NPC file: npc/custom/instances/DawnInstance.txt
- script error on npc/custom/instances/DawnInstance.txt line 72
- parse_callfunc: expected ')' to close argument list
- 70 : {
- 71 :
- * 72 : if((gettimetick(2)-INSTPR_Lasttime)<$INSTPR_Cooldown && INSTPR_Lastinstid != instance_id('1'))
- 73 : {
- 74 : set .@last,INSTPR_Lasttime + $INSTPR_Cooldown - gettimetick(2);
- 75 : set .@hours,.@last / 60 / 60;
- 76 : set .@minutes,.@last / 60 % 60;
- 77 : set .@seconds,.@last % 60;
- [Error]: npc_parse_mapflag: unrecognized mapflag 'restricted' (file 'npc/custom/instances/DawnInstance.txt', line '377').
Advertisement
Add Comment
Please, Sign In to add comment