summaryrefslogtreecommitdiff
path: root/npc/commands/rate-management.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-28 19:13:17 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-28 19:13:17 -0300
commitdcd198aef2729c5978ba9b2b68a823df62677b6c (patch)
tree79de75b695e32a498dd03dbb3098905472033a30 /npc/commands/rate-management.txt
parentce9c34503fc2f8bb5d744203ce1a52fba850fd21 (diff)
downloadserverdata-dcd198aef2729c5978ba9b2b68a823df62677b6c.tar.gz
serverdata-dcd198aef2729c5978ba9b2b68a823df62677b6c.tar.bz2
serverdata-dcd198aef2729c5978ba9b2b68a823df62677b6c.tar.xz
serverdata-dcd198aef2729c5978ba9b2b68a823df62677b6c.zip
Announce drop and exp rate changes
Diffstat (limited to 'npc/commands/rate-management.txt')
-rw-r--r--npc/commands/rate-management.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt
index 3c79e84bb..815db897a 100644
--- a/npc/commands/rate-management.txt
+++ b/npc/commands/rate-management.txt
@@ -41,6 +41,8 @@ OnCall:
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));
+
dispbottom l("You successfully set the exp rate to @@%. It will reset to @@% (default value) in @@.",
.@new_rate, .original_exp_rate, FuzzyTime(time_from_hours(.max_hours), 2, 2));
dispbottom l("You can also manually stop it at any time with: @exprate default");
@@ -165,8 +167,10 @@ OnCall:
charcommand("@reloadmobdb");
initnpctimer; // start counting
- dispbottom l("You successfully set the drop rate to @@%. It will reset to @@% (default value) in @@.",
- .@new_rate, .org_dcn, FuzzyTime(time_from_hours(.max_hours), 2, 2));
+ announce l("@@ increased drop rates to @@%. It will only last @@!", strcharinfo(2), .@new_rate, FuzzyTime(time_from_hours(.max_hours), 2, 2));
+
+ //dispbottom l("You successfully set the drop rate to @@%. It will reset to @@% (default value) in @@.",
+ // .@new_rate, .org_dcn, FuzzyTime(time_from_hours(.max_hours), 2, 2));
dispbottom l("You can also manually stop it at any time with: @droprate default");
}