diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:35:54 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:36 +0100 |
commit | 48122727289c06906d8c4e38e183bb0a16ddbb53 (patch) | |
tree | decd7a501b337f730cb2c16285e2d10049a4026e /npc/quests/mrsmile.txt | |
parent | ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac (diff) | |
download | hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.gz hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.bz2 hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.xz hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.zip |
ItemID to Constant: quests/woe Folder
Diffstat (limited to 'npc/quests/mrsmile.txt')
-rw-r--r-- | npc/quests/mrsmile.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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."; |