From a848c3b595c63111b6cbe95bb4738668d5671e34 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 May 2020 15:56:28 -0300 Subject: This sketch can give birth to World Expo Aurora Event --- npc/functions/treasure.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/functions/treasure.txt') 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")); } -- cgit v1.2.3-70-g09d2