From 5191ef4fd7dbaae6c740a2c50a14ff0bee852310 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 28 Oct 2023 18:34:12 -0300 Subject: After Monster King demise, there is no longer Sieges to raise EXP rates. Therefore, after the event, raise the bonus from weekend and townhalls. --- npc/functions/politics.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/functions/politics.txt') diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index ee1125edf..7f5ddf88d 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -425,7 +425,7 @@ function script POL_Manage { rif(.@left, l("Lower city taxes")), 35, rif(.@CR && .@RP, l("Tax crafters")), 40, rif(!.@CR, l("Don't tax crafters")), 41, - rif(.@left && !.@SE, l("Town Defense Program")), 60, + rif(.@left && !.@SE && $GAME_STORYLINE < 5, l("Town Defense Program")), 60, rif(.@left >= 6, l("Exile a player")), 70, rif(.@left >= 6, l("Revert a player exile")), 71, rif(.@left, l("Raise server wide EXP")), 80, @@ -625,6 +625,8 @@ function script POL_Manage { .@gcost=50000; .@rcost=25; .@b=5+(.@RP/10); + if ($GAME_STORYLINE >= 5) + .@b = .@b * 3 / 2; // 50% Bonus after MK is dead mesc l(".:: Server Boom ::."), 3; mesc l("To cause a server happy hour (+%d%% EXP), you need:", .@b); mesc l("%s GP and %d REP.", fnum(.@gcost), .@rcost); -- cgit v1.2.3-70-g09d2