summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-26 00:50:51 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-26 00:50:51 -0300
commitb7e223c55e272e99cd0a01a60979e3e79a888f62 (patch)
treef500637a77c21dd8b5f4258fd976f1ae0315b4ed /npc/012-1
parent808378d0e4f6615b6ac55bd76c17e4ff507398c1 (diff)
downloadserverdata-b7e223c55e272e99cd0a01a60979e3e79a888f62.tar.gz
serverdata-b7e223c55e272e99cd0a01a60979e3e79a888f62.tar.bz2
serverdata-b7e223c55e272e99cd0a01a60979e3e79a888f62.tar.xz
serverdata-b7e223c55e272e99cd0a01a60979e3e79a888f62.zip
Game Storyline Interface, past event transitions accounted!
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/guards.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index 49444b9ed..f6b3e1ef4 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -631,6 +631,7 @@ OnLieutenantDeath:
getitem StrangeCoin, 1;
Karma=Karma+1;
mapannounce("012-1", l("##2The Monster Lieutenant was defeated by @@!", strcharinfo(0)), bc_map);
+ $MK_TEMPVAR+=1;
end;
OnColonelDeath:
@@ -638,6 +639,7 @@ OnColonelDeath:
Karma=Karma+1;
$MOST_HEROIC$=strcharinfo(0);
mapannounce("012-1", l("##2The Monster Colonel was defeated by @@!", strcharinfo(0)), bc_map);
+ $MK_TEMPVAR+=10;
end;
OnMKSiege:
@@ -645,7 +647,7 @@ OnMKSiege:
addmapmask "014-3", MASK_MATTACK;
changemusic "012-1", any("mythica.ogg", "eric_matyas_ghouls.ogg", "misuse.ogg", "Arabesque.ogg");
disablenpc("Mana Stone");
- $@SIEGE_HURNS=($@MK_AGGRO/45); // Each 45 aggro raises difficulty in 1
+ $@SIEGE_HURNS=rand(0,10);
pvpon("012-1");
pvpon("014-3");
announce(("##1WARNING! WARNING! Siege starting at Hurnscald!!"), bc_all);