diff options
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 4 |
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: |