From 736f21fbc3d23630c018c218ece1715508dbd595 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 28 Feb 2018 19:14:24 -0300 Subject: Do not adjust quest experience with @exprate because I think it is unfair. --- npc/commands/rate-management.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/commands/rate-management.txt') diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index 815db897a..348bf2af3 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -7,9 +7,9 @@ .max_hours = 0; .current_rate = .original_exp_rate; setbattleflag("base_exp_rate", .original_exp_rate); - setbattleflag("quest_exp_rate", .original_quest_rate); + //setbattleflag("quest_exp_rate", .original_quest_rate); charcommand("@reloadmobdb"); // this is on purpose (callable without RID) - charcommand("@reloadquestdb"); + //charcommand("@reloadquestdb"); } function remainingTime { @@ -36,9 +36,9 @@ OnCall: .max_hours = .@hours; .current_rate = .@new_rate; setbattleflag("base_exp_rate", .@new_rate); - setbattleflag("quest_exp_rate", .@new_rate); + //setbattleflag("quest_exp_rate", .@new_rate); charcommand("@reloadmobdb"); - charcommand("@reloadquestdb"); + //charcommand("@reloadquestdb"); initnpctimer; // start counting announce l("@@ increased experience rate to @@%. It will only last @@!", strcharinfo(2), .@new_rate, FuzzyTime(time_from_hours(.max_hours), 2, 2)); -- cgit v1.2.3-70-g09d2