diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 18:08:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 18:08:25 -0300 |
commit | d7a4dd608ab0afced631664a6c2c294d88a81c22 (patch) | |
tree | 9f243efd50bd61b39a23a8d2a70b11d33167c96d | |
parent | dae48adefa177766328cbb34b76358cc71347765 (diff) | |
download | serverdata-d7a4dd608ab0afced631664a6c2c294d88a81c22.tar.gz serverdata-d7a4dd608ab0afced631664a6c2c294d88a81c22.tar.bz2 serverdata-d7a4dd608ab0afced631664a6c2c294d88a81c22.tar.xz serverdata-d7a4dd608ab0afced631664a6c2c294d88a81c22.zip |
Do not translate some announces
-rw-r--r-- | npc/commands/rate-management.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index a9cabd13c..85cb3df0f 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -41,7 +41,7 @@ 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)), bc_all; + announce strcharinfo(0)+"increased experience rate to "+str(.@new_rate)+"%. It will only last "+str(FuzzyTime(time_from_hours(.max_hours), 2, 2)))+"!", bc_all; //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)); @@ -167,7 +167,7 @@ OnCall: charcommand("@reloadmobdb"); initnpctimer; // start counting - announce l("@@ increased drop rates to @@%. It will only last @@!", strcharinfo(2), .@new_rate, FuzzyTime(time_from_hours(.max_hours), 2, 2)), bc_all; + announce strcharinfo(0)+"increased drop rates to "+str(.@new_rate)+"%. It will only last "+str(FuzzyTime(time_from_hours(.max_hours), 2, 2)))+"!", bc_all; //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)); |