summaryrefslogtreecommitdiff
path: root/npc/003-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/003-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/003-1')
-rw-r--r--npc/003-1/lieutenantdausen.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 496f25993..46803c7cc 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -129,7 +129,7 @@ OnMKSiege:
addmapmask "004-1", MASK_MATTACK;
changemusic "003-1", any("mythica.ogg", "eric_matyas_ghouls.ogg", "misuse.ogg", "Arabesque.ogg");
disablenpc("Mana Stone");
- $@SIEGE_TULIM=($@MK_AGGRO/45); // Each 45 aggro raises difficulty in 1
+ $@SIEGE_TULIM=rand(0,10);
pvpon("003-1");
pvpon("004-1");
announce(("##1WARNING! WARNING! Siege starting at Tulimshar!!"), bc_all);
@@ -218,6 +218,7 @@ OnLieutenantDeath:
getitem StrangeCoin, 1;
Karma=Karma+1;
mapannounce("003-1", l("##2The Monster Lieutenant was defeated by @@!", strcharinfo(0)), bc_map);
+ $MK_TEMPVAR+=1;
end;
OnColonelDeath:
@@ -225,6 +226,7 @@ OnColonelDeath:
Karma=Karma+1;
$MOST_HEROIC$=strcharinfo(0);
mapannounce("003-1", l("##2The Monster Colonel was defeated by @@!", strcharinfo(0)), bc_map);
+ $MK_TEMPVAR+=10;
end;
OnTimer5000: