summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-13 13:56:36 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-13 13:56:36 -0300
commitb98baaf0a6b7fa40a54ae98aeb6975d6010ea479 (patch)
tree0c455c501a4f920d4438f886db1b5d2568f11d8f /npc/025-1
parent76289c7619e57eb8874c7ca34646fffcd0bf5c6d (diff)
downloadserverdata-b98baaf0a6b7fa40a54ae98aeb6975d6010ea479.tar.gz
serverdata-b98baaf0a6b7fa40a54ae98aeb6975d6010ea479.tar.bz2
serverdata-b98baaf0a6b7fa40a54ae98aeb6975d6010ea479.tar.xz
serverdata-b98baaf0a6b7fa40a54ae98aeb6975d6010ea479.zip
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)
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ctrl.c4
1 files changed, 3 insertions, 1 deletions
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;
}