From 973617e2bb8b5d065ef59dd17afc3830bf498572 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Feb 2020 15:57:45 -0300 Subject: A lot of debug markers and rework at logic. --- npc/commands/rate-management.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/commands/rate-management.txt') diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index 51a8e2d78..0a0e531ec 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -176,6 +176,14 @@ OnReload: //charcommand("@reloadmobdb"); //SeasonReload(1); // TODO FIXME: We are casting this twice. end; + +OnInheirtedReload: + debugmes "[EXP] Inheir Reload"; + .@new_rate = expRecalc(.current_rate); + setbattleflag("base_exp_rate", .@new_rate); + setbattleflag("job_exp_rate", .@new_rate); + donpcevent("@droprate::OnReload"); + end; } -- cgit v1.2.3-70-g09d2