summaryrefslogtreecommitdiff
path: root/npc/015-8-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-8-1')
-rw-r--r--npc/015-8-1/campaign.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/015-8-1/campaign.txt b/npc/015-8-1/campaign.txt
index 24c704c15..87a660324 100644
--- a/npc/015-8-1/campaign.txt
+++ b/npc/015-8-1/campaign.txt
@@ -4,4 +4,26 @@
// Description:
// Sagratha Quest
+015-8-1,49,38,0 script #SaggyDungeonCore NPC_HIDDEN,{
+ // Not in instance, we don't care.
+ if (instance_id() < 0)
+ end;
+
+ end;
+
+// There is no instance init
+OnBegin:
+ // We're in an instance, ofc. But without player attached
+ initnpctimer;
+ end;
+
+OnTimer1000:
+ end;
+
+}
+
+// Dummy NPC to fire #SaggyDungeonCore when you get close to battle scene
+015-8-1,49,38,0 script #SaggyDungeonFire NPC_HIDDEN,0,0,{
+end;
+}