From 7eea5d3e6051be189736b94e13be847159c87cd7 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:39:41 +0530 Subject: ItemID to Constant: re Folder --- npc/re/instances/MalangdoCulvert.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re/instances/MalangdoCulvert.txt') diff --git a/npc/re/instances/MalangdoCulvert.txt b/npc/re/instances/MalangdoCulvert.txt index 6e4862b81..c67647615 100644 --- a/npc/re/instances/MalangdoCulvert.txt +++ b/npc/re/instances/MalangdoCulvert.txt @@ -40,7 +40,7 @@ //== Quest NPCs ============================================ mal_in01,172,28,2 script Albo#mal 4_CAT_SAILOR5,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "You have too many kinds of objects. Try to continue after reducing those objects."; close; } @@ -164,7 +164,7 @@ L_GiveQuest: } mal_in01,172,26,2 script Madeca#mal 4_CAT_SAILOR1,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "You have too many kinds of objects. Try to continue after reducing those objects."; close; } @@ -394,7 +394,7 @@ mal_in01,160,34,4 script Missing, the Cleaner 4_CAT_SAILOR2,{ in_canal_n = 1; close; } - if (countitem(6436) == 0) { + if (countitem(Ptotection_Seagod) == 0) { mes "[Missing, the Cleaner]"; mes "You don't look like you have Seagod Protection. I can't open door at the moment!"; close; -- cgit v1.2.3-60-g2f50