From b98baaf0a6b7fa40a54ae98aeb6975d6010ea479 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Feb 2021 13:56:36 -0300 Subject: Fortress Island is here - remove sieges to max daily and 3x more AGR needed. Give up to 50 strange coins for defeating the Monster Governor (this is compatible to sieges previous income but harder) --- npc/025-1/ctrl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/025-1') diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 03997d62b..7006f7a63 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -432,8 +432,10 @@ OnConquest: FTCleanup(true); kamibroadcast("Fortress Town has been captured by the Allied Forces!"); // Experience injection to the brave (500k EXP, 100k JEXP) - if (playerattached()) + if (playerattached()) { getexp 500000, 100000; + getitem StrangeCoin, rand2(40,50); + } stopnpctimer; end; } -- cgit v1.2.3-70-g09d2