diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:31:48 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:35 +0100 |
commit | bfc63570ef3f5c37eab9c84d62a382bd54c66ff4 (patch) | |
tree | 4d930dae40d64231ed8f79204cc87ce878f96862 /npc/events/xmas.txt | |
parent | 6133612d369697e2228545e70eff5d69e6e8c46e (diff) | |
download | hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.gz hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.bz2 hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.xz hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.zip |
ItemID to Constant: events Folder
Diffstat (limited to 'npc/events/xmas.txt')
-rw-r--r-- | npc/events/xmas.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/events/xmas.txt b/npc/events/xmas.txt index 9a2b0028e..a6308b867 100644 --- a/npc/events/xmas.txt +++ b/npc/events/xmas.txt @@ -98,13 +98,13 @@ L_Start: close; case 2: // Give proof mes "[Santa Claus]"; - if(countitem(7034) < 3) goto L_NotEnuf; + if(countitem(Red_Socks_With_Holes) < 3) goto L_NotEnuf; delitem 7034,3; mes "Seems you've been doing a"; mes "good job of taking down those"; mes "fake Santas. Keep it up!"; next; - getitem 644,1; //Gift Box Prototype + getitem Gift_Box,1; //Gift Box Prototype ++#event_xmas; mes "[Santa Claus]"; mes "There's your reward."; |