From e359e56df64f2205e08ec6f98ff1c65a6df3a1c0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 May 2020 10:26:39 -0300 Subject: Remove $MOST_HEROIC$ Assignment; Except on Hurnscald Liberation Day and Lua. Aurora Events Framework will take over. --- npc/functions/siege.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'npc/functions/siege.txt') 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; -- cgit v1.2.3-70-g09d2