summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-23 19:57:55 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-23 19:57:55 -0300
commite23861f82da47c02d4fcb2067ca9d5f570f7ee3d (patch)
treee605f80ede48a4043a03cb478a5ad3e6f37ce312 /npc/functions/hub.txt
parent0cbf988ce4f1ab4b9ec1694c3accca44d2c90c76 (diff)
downloadserverdata-e23861f82da47c02d4fcb2067ca9d5f570f7ee3d.tar.gz
serverdata-e23861f82da47c02d4fcb2067ca9d5f570f7ee3d.tar.bz2
serverdata-e23861f82da47c02d4fcb2067ca9d5f570f7ee3d.tar.xz
serverdata-e23861f82da47c02d4fcb2067ca9d5f570f7ee3d.zip
Only 70% of TMW experience should be carried over to Moubootaur Legends.
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt4
1 files changed, 2 insertions, 2 deletions
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;
}
}