From bd1ac7157a01414946e69431b887934dcfea27fe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jun 2019 10:54:35 -0300 Subject: Campaign will be harder though --- npc/015-8-1/campaign.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'npc/015-8-1/campaign.txt') 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; +} -- cgit v1.2.3-60-g2f50