diff options
Diffstat (limited to 'npc/re/quests/quests_malangdo.txt')
-rw-r--r-- | npc/re/quests/quests_malangdo.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/quests/quests_malangdo.txt b/npc/re/quests/quests_malangdo.txt index 54883bed7..1d3ac1594 100644 --- a/npc/re/quests/quests_malangdo.txt +++ b/npc/re/quests/quests_malangdo.txt @@ -1321,7 +1321,7 @@ mal_in02,140,94,0 script Bob#mal 4_CAT_DOWN,{ close; } -- script Crack#mal0 -1,{ +- script Crack#mal0 FAKE_NPC,{ if (.off) end; // Official script uses a 1-second timer to disable cracks. Added to prevent abuse. if (ma_tomas == 15 || questprogress(11241)) { if (countitem(Fix_Kit) < 1) { @@ -1416,7 +1416,7 @@ malangdo,221,155,0 duplicate(Crack#mal0) Crack#mal8 4_CRACK malangdo,217,109,0 duplicate(Crack#mal0) Crack#mal9 4_CRACK malangdo,162,183,0 duplicate(Crack#mal0) Crack#mal10 4_CRACK -- script Crackt0#mal -1,{ +- script Crackt0#mal FAKE_NPC,{ end; OnInit: disablenpc strnpcinfo(0); @@ -1906,7 +1906,7 @@ mal_in01,116,168,0 script Dry Machine#mal 2_SLOT_MACHINE,{ close; } -- script Suspicious Sand Pile#0 -1,{ +- script Suspicious Sand Pile#0 FAKE_NPC,{ if (.off) end; // Official script uses a 1-second timer to disable sand piles. Added to prevent abuse. if (MaxWeight - Weight < 1000) { mes "Your inventory is too heavy to proceed. Come back after lightening your load."; @@ -1954,7 +1954,7 @@ malangdo,136,122,0 duplicate(Suspicious Sand Pile#0) Suspicious Sand Pile#8 4_SO malangdo,152,143,0 duplicate(Suspicious Sand Pile#0) Suspicious Sand Pile#9 4_SOIL malangdo,242,175,0 duplicate(Suspicious Sand Pile#0) Suspicious Sand Pile#10 4_SOIL -- script Water Sand0#mal -1,{ +- script Water Sand0#mal FAKE_NPC,{ OnInit: disablenpc strnpcinfo(0); end; @@ -2602,7 +2602,7 @@ mal_dun01,133,125,5 script Star Candy#mal 4_F_STARFISHGIRL,{ close; } -- script #skin_mal -1,{ +- script #skin_mal FAKE_NPC,{ .@index = atoi(strnpcinfo(2)); switch(.@index) { case 29: .@str$ = "dry"; break; @@ -5481,7 +5481,7 @@ L_Viewpoint: return; } -- script #malangdo_compass -1,{ +- script #malangdo_compass FAKE_NPC,{ if (countitem(Bravery_Card_A) == 0) { mes "There is a strange machine."; mes "This is the Duruduru compass from the Meow Bravery Team."; |