From 48122727289c06906d8c4e38e183bb0a16ddbb53 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:35:54 +0530 Subject: ItemID to Constant: quests/woe Folder --- npc/quests/mrsmile.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/quests/mrsmile.txt') diff --git a/npc/quests/mrsmile.txt b/npc/quests/mrsmile.txt index ab15d7b06..b1ef57b59 100644 --- a/npc/quests/mrsmile.txt +++ b/npc/quests/mrsmile.txt @@ -70,15 +70,15 @@ mes "And will try to make Ragnarok the most enjoyable game in the world."; close; case 2: - if (countitem(909) > 9 && countitem(914) > 9 && countitem(705) > 9) { + if (countitem(Jellopy) > 9 && countitem(Fluff) > 9 && countitem(Clover) > 9) { mes "[Smile Girl]"; mes "Congratulations !"; mes "Now please take this Mr.Smile."; next; - delitem 909,10; //Jellopy - delitem 914,10; //Fluff - delitem 705,10; //Clover - getitem 2278,1; //Mr_Smile + delitem Jellopy,10; + delitem Fluff,10; + delitem Clover,10; + getitem Mr_Smile,1; mes "[Smile Girl]"; mes "His majesty,Tristram the 3rd"; mes "has promised to try his best to make Ragnarok better and more enjoyable."; -- cgit v1.2.3-60-g2f50