summaryrefslogtreecommitdiff
path: root/npc/quests/mrsmile.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-12-18 05:22:33 +0100
committerHaru <haru@dotalux.com>2015-12-18 05:22:33 +0100
commit8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a (patch)
tree54669433655bb853309ea1cae12da049622324fa /npc/quests/mrsmile.txt
parent53abb8cdf92cd3d153b0a3d5b99b55cbd631f36c (diff)
parent0828824948c77bbfc357e08e8a5a0a96671b1ca6 (diff)
downloadhercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.gz
hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.bz2
hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.xz
hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.zip
Merge branch 'dastgir-ScriptCleanup2' into hercules
Closes #920 as merged
Diffstat (limited to 'npc/quests/mrsmile.txt')
-rw-r--r--npc/quests/mrsmile.txt10
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.";