summaryrefslogtreecommitdiff
path: root/npc/015-8-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-06 17:55:48 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-06 17:55:48 -0300
commitb546722c9ef8b06b7ad547d3e687738b9904817e (patch)
tree350d3ffe031cbefe241e3eed14c34ef7f6905800 /npc/015-8-1
parent59148250592f648e480ec2d42c442d7a3fa20e31 (diff)
downloadserverdata-b546722c9ef8b06b7ad547d3e687738b9904817e.tar.gz
serverdata-b546722c9ef8b06b7ad547d3e687738b9904817e.tar.bz2
serverdata-b546722c9ef8b06b7ad547d3e687738b9904817e.tar.xz
serverdata-b546722c9ef8b06b7ad547d3e687738b9904817e.zip
There's a strategy for Sagratha Campaign... But it is difficult nonetheless.
Diffstat (limited to 'npc/015-8-1')
-rw-r--r--npc/015-8-1/campaign.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/015-8-1/campaign.txt b/npc/015-8-1/campaign.txt
index 3e4ed6655..810ebc385 100644
--- a/npc/015-8-1/campaign.txt
+++ b/npc/015-8-1/campaign.txt
@@ -132,7 +132,7 @@ OnW03:
unittalk(.SAGRATHA, l("Do not think you can defeat me yet!"));
unittalk(.BOSS, l("You'll all die here!"));
- monster .@m$, 49, 34, strmobinfo(1, Mouboo), Mouboo, 1, .@n$+"::OnError", Size_Medium, 2;
+ monster .@m$, 49, 34, strmobinfo(1, ForestMushroom), ForestMushroom, 1, .@n$+"::OnError", Size_Medium, 2;
monster .@m$, 47, 36, strmobinfo(1, Assassin), Assassin, 1, .@n$+"::OnError";
monster .@m$, 52, 36, strmobinfo(1, Assassin), Assassin, 1, .@n$+"::OnError";
addtimer(20000, .@n$+"::OnW04");
@@ -182,6 +182,9 @@ OnSagrathaReallyWin:
.@m$=getmap();
.@n$=instance_npcname(.name$);
+ if (ispcdead())
+ end;
+
deltimer(.@n$+"::OnW01");
deltimer(.@n$+"::OnW02");
deltimer(.@n$+"::OnW03");