From 50e59ea8f8cfae5155e8733d4f06d67d91414bb1 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:31:31 +0530 Subject: ItemID to Constant: cities Folder --- npc/cities/jawaii.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/cities/jawaii.txt') diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index ac470827a..2ac6b57b2 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -416,7 +416,7 @@ jawaii,214,168,5 script Honeymoon Helper#Jawaii 1_F_LIBRARYGIRL,{ mes "[Helper]"; if (Zeny > 49999) { Zeny -= 50000; - getitem 681,1; //Memory_Of_Wedding + getitem Memory_Of_Wedding,1; mes "Thank you very much~!"; mes "Please remember, you"; mes "should use this with your"; @@ -717,7 +717,7 @@ OnTouch: } jawaii_in,15,104,0 script Waitress#jawaii 1_F_PUBGIRL,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "^3355FF * Wait a minute! *"; mes "You're carrying too many items with you right now. Please store some of your things into Kafra Storage and try again.^000000"; close; @@ -739,7 +739,7 @@ jawaii_in,15,104,0 script Waitress#jawaii 1_F_PUBGIRL,{ mes "[Waitress]"; if (Zeny > 999) { Zeny -= 1000; - getitem 517,1; //Meat + getitem Meat,1; mes "There you go~"; mes "Enjoy your meal~!"; close; @@ -765,7 +765,7 @@ jawaii_in,15,104,0 script Waitress#jawaii 1_F_PUBGIRL,{ mes "[Waitress]"; if (Zeny > 999) { Zeny -= 1000; - getitem 503,1; //Yelow_Potion + getitem Yellow_Potion,1; //Yelow_Potion mes "There you go~"; mes "Enjoy your meal~!"; close; -- cgit v1.2.3-60-g2f50