From 6f622b30127710caf6b4dfcfb9aed5e17643013f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 26 Aug 2019 19:32:53 -0300 Subject: Prevent Crazyfefe from completing the campaign if he kills Sagratha --- npc/015-8-1/campaign.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/015-8-1/campaign.txt b/npc/015-8-1/campaign.txt index 36fc39eee..ce1884d78 100644 --- a/npc/015-8-1/campaign.txt +++ b/npc/015-8-1/campaign.txt @@ -245,6 +245,8 @@ OnSW05: OnSW06: .@m$=getmap(); .@n$=instance_npcname(.name$); + if (getq(HurnscaldQuest_Sagratha) < 5) + end; mesn l("Sagratha"); mesq l("@@, we should leave here now.", strcharinfo(0)); -- cgit v1.2.3-60-g2f50