From e23861f82da47c02d4fcb2067ca9d5f570f7ee3d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Nov 2021 19:57:55 -0300 Subject: Only 70% of TMW experience should be carried over to Moubootaur Legends. --- npc/functions/hub.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 592c747b3..6ae3f4dd0 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -28,11 +28,11 @@ function script HUB_Login { // Christmas 2021 if ($EVENT$ == "Christmas") { if (#XMAS2021 < ##01_TMWEXP) { - getexp ##01_TMWEXP-#XMAS2021, 0; + getexp (##01_TMWEXP-#XMAS2021) * 7 / 10, 0; #XMAS2021 = ##01_TMWEXP; } else if (#XMAS2021 > ##01_TMWEXP) { // You leveled up? - getexp ##01_TMWEXP, 0; + getexp ##01_TMWEXP * 7 / 10, 0; #XMAS2021 = ##01_TMWEXP; } } -- cgit v1.2.3-70-g09d2