summaryrefslogtreecommitdiff
path: root/npc/functions/siege.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-16 10:26:39 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-16 10:26:39 -0300
commite359e56df64f2205e08ec6f98ff1c65a6df3a1c0 (patch)
tree68e67bf147937e90a6b4100c04611f2ca8a1c47c /npc/functions/siege.txt
parentf4a568dcdafee0615beb75a618ad7f0ce24e1ce4 (diff)
downloadserverdata-e359e56df64f2205e08ec6f98ff1c65a6df3a1c0.tar.gz
serverdata-e359e56df64f2205e08ec6f98ff1c65a6df3a1c0.tar.bz2
serverdata-e359e56df64f2205e08ec6f98ff1c65a6df3a1c0.tar.xz
serverdata-e359e56df64f2205e08ec6f98ff1c65a6df3a1c0.zip
Remove $MOST_HEROIC$ Assignment; Except on Hurnscald Liberation Day and Lua.
Aurora Events Framework will take over.
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r--npc/functions/siege.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index 10dd96a9d..6e6a48717 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -503,10 +503,8 @@ OnCaptainDeath:
end;
OnColonelDeath:
- if ($GAME_STORYLINE == 2) {
+ if ($GAME_STORYLINE == 2)
$MK_TEMPVAR+=7;
- $MOST_HEROIC$=strcharinfo(0);
- }
getitem StrangeCoin, rand2(15,20);
announce("##2The Monster Colonel was defeated by "+strcharinfo(0)+"!", bc_all);
$@EXP_EVENT=rand2(10, 12);
@@ -518,7 +516,6 @@ OnGeneralDeath:
if ($GAME_STORYLINE == 2)
$MK_TEMPVAR+=9;
getitem StrangeCoin, rand2(20,25);
- $MOST_HEROIC$=strcharinfo(0);
announce("##2The Monster General was defeated by "+strcharinfo(0)+"!", bc_all);
$@EXP_EVENT=rand2(13, 15);
$@EXP_EVENT_TIME=1;