From 40f0a66216e1ac6e77b0a9afdebab31857f3ca20 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Sep 2019 23:35:55 -0300 Subject: Newbie EXP UP: Handle also on login :3 --- npc/003-3/malindou.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/003-3/malindou.txt') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index ec7f54649..6f3afa2c7 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -597,6 +597,9 @@ OnPCLoginEvent: // Alcohol system reset ALCReset(); + // Newbie bonuses recalc + if (BaseLevel < 20) NewcomerEXPDROPUP(); + // Daily rewards (always the last) daily_login_bonus_handler(); end; -- cgit v1.2.3-60-g2f50