From 1c1fcfaababca76919f106279b9ba8847ee19b4a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 14:49:53 -0300 Subject: Remove unused parts from @exprate - we shall never affect quest or scripted exp. Maybe job exp in the future, but this is not a priority right now. --- npc/commands/rate-management.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index e4d86dffc..c0a6036df 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -8,9 +8,7 @@ .max_hours = 0; .current_rate = .original_exp_rate; setbattleflag("base_exp_rate", .original_exp_rate); - //setbattleflag("quest_exp_rate", .original_quest_rate); charcommand("@reloadmobdb"); // this is on purpose (callable without RID) - //charcommand("@reloadquestdb"); SeasonReload(1); channelmes("#world", "The EXP Rate Bonus is now over."); } @@ -118,7 +116,6 @@ OnInit: // WARNING: using @reloadscript will change the "original" value .original_exp_rate = 100;//getbattleflag("base_exp_rate"); - .original_quest_rate = 100;//getbattleflag("quest_exp_rate"); .current_rate = .original_exp_rate; // XXX: maybe in the future: -- cgit v1.2.3-60-g2f50