diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 15:56:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 15:56:28 -0300 |
commit | a848c3b595c63111b6cbe95bb4738668d5671e34 (patch) | |
tree | 9b7fb7d71f760c4fb328bc5c1ba0bff4e3ee8a23 /npc/functions/treasure.txt | |
parent | d86605b17166e8da846cdef38297dfa3c5b3e45e (diff) | |
download | serverdata-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.txt | 4 |
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")); } |