summaryrefslogtreecommitdiff
path: root/npc/functions/treasure.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-16 15:56:28 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-16 15:56:28 -0300
commita848c3b595c63111b6cbe95bb4738668d5671e34 (patch)
tree9b7fb7d71f760c4fb328bc5c1ba0bff4e3ee8a23 /npc/functions/treasure.txt
parentd86605b17166e8da846cdef38297dfa3c5b3e45e (diff)
downloadserverdata-a848c3b595c63111b6cbe95bb4738668d5671e34.tar.gz
serverdata-a848c3b595c63111b6cbe95bb4738668d5671e34.tar.bz2
serverdata-a848c3b595c63111b6cbe95bb4738668d5671e34.tar.xz
serverdata-a848c3b595c63111b6cbe95bb4738668d5671e34.zip
This sketch can give birth to World Expo Aurora Event
Diffstat (limited to 'npc/functions/treasure.txt')
-rw-r--r--npc/functions/treasure.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt
index e333e4bcb..fe3017b52 100644
--- a/npc/functions/treasure.txt
+++ b/npc/functions/treasure.txt
@@ -52,6 +52,10 @@ function script TreasureBox {
// Get Monster points for treasure hunting (20% from job level)
if (MPQUEST)
Mobpt+=(JobLevel/5);
+
+ // World Expo Event
+ if ($EVENT$ == "Expo")
+ FYE_Expo();
} else {
mesc l("You find @@ inside!", l("nothing"));
}