diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-17 13:55:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-17 13:55:14 -0300 |
commit | 2b89ae936a7f5d621397f3b19c79f17401a12766 (patch) | |
tree | c712cc11ebd81ff188ad8aa59f3b27e65bd12ad3 /npc/003-1 | |
parent | 04f072d4b55b9675c5b2859c876be61e3539d136 (diff) | |
download | serverdata-2b89ae936a7f5d621397f3b19c79f17401a12766.tar.gz serverdata-2b89ae936a7f5d621397f3b19c79f17401a12766.tar.bz2 serverdata-2b89ae936a7f5d621397f3b19c79f17401a12766.tar.xz serverdata-2b89ae936a7f5d621397f3b19c79f17401a12766.zip |
Patrick Saulc fix is over; But what about others...?
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/events.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index dee279fa5..63e2721e7 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -223,13 +223,17 @@ function handleValentine { ///////////////////////////////////////////////////////////////////////////////// function handleStPatrick { + // Check if St. Patrick day is over D: + if ($EVENT$ != "Patrick") + goto OnRestore; + // Okay, it is still St. Patrick :3 mesn; mesc l("It's St. Patrick Event!"), 3; mes l("At 00:00, 06:00, 12:00, 15:00, 18:00 and 21:00 server time"); mes l("Several special clovers will show up at forests."); next; mes l("They have 10x more chance to drop a @@, so it is a great deal!", getitemlink(FourLeafClover)); - mes l("Also, hidden in a forest which is not either hot or cold, is the Gold Pot Cauldron..."); + mes l("Also, hidden in a forest which is not hot nor cold, is the Gold Pot Cauldron..."); mes l("You can get daily something from it, but unless you're green like me, you will have no luck..."); return; } |