From 1734b94c14b1a821e24a037fe67fe193d0c6e4a1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 29 Dec 2018 23:03:57 -0200 Subject: This new script version is currently in vigor. ```@unloadnpcfile npc/commands/rate-management.txt ; @loadnpc npc/commands/rate-management.txt ``` --- npc/commands/rate-management.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/commands/rate-management.txt') diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index 46edb426a..52757227f 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -226,7 +226,7 @@ OnInit: .org_deb = 100;//getbattleflag("item_rate_equip_boss"); .org_dxn = 100;//getbattleflag("item_rate_card"); .org_dxb = 100;//getbattleflag("item_rate_card_boss"); - .current_rate = .org_dcn; + .current_rate = 100; // XXX: maybe in the future: //.original_job_rate = getbattleflag("base_job_rate"); @@ -248,6 +248,7 @@ OnReload: setbattleflag("item_rate_card_boss", .@new_rate); charcommand("@reloadmobdb"); SeasonReload(1); + debugmes("Drop rates were reloaded with success."); end; } -- cgit v1.2.3-60-g2f50