diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:40:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:40:54 -0300 |
commit | c410645a87c853bec8f746119ed6c1ae1b405b3a (patch) | |
tree | 89b821dc71b14969e5e19661bf756dd605a7a037 /npc/015-8-1/campaign.txt | |
parent | 43d6b5cef1f31427c47d5127dc9ce8ccfa38322f (diff) | |
download | serverdata-c410645a87c853bec8f746119ed6c1ae1b405b3a.tar.gz serverdata-c410645a87c853bec8f746119ed6c1ae1b405b3a.tar.bz2 serverdata-c410645a87c853bec8f746119ed6c1ae1b405b3a.tar.xz serverdata-c410645a87c853bec8f746119ed6c1ae1b405b3a.zip |
Failing to protect sagratha now works, it is the main defeat condition
Diffstat (limited to 'npc/015-8-1/campaign.txt')
-rw-r--r-- | npc/015-8-1/campaign.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/015-8-1/campaign.txt b/npc/015-8-1/campaign.txt index 2e7b7b3ce..037c8c93f 100644 --- a/npc/015-8-1/campaign.txt +++ b/npc/015-8-1/campaign.txt @@ -86,17 +86,18 @@ OnS04: // Assassin, HoodedNinja, HoodedAssassin (boss) // Mouboo, ForestMushroom, Fluffy, Sagratha (boss) OnSagrathaDie: - npctalk "Defeat"; + npctalk "Defeat!"; + dispbottom l("You failed to protect Sagratha..."); // and will need to start the quest again..."); + setq1 HurnscaldQuest_Sagratha, 3; + setq3 HurnscaldQuest_Sagratha, 0; + percentheal -100, -100; end; OnSagrathaWin: - npctalk "Victory"; + npctalk "Victory!"; end; OnError: - //unittalk(.SAGRATHA, l("Watch out!")); - //debugmes "Error"; - //npctalk "Error"; end; OnInit: |