From a5d2385a5e752e751573ad9694e2f58fa6091835 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 28 Aug 2019 19:32:11 -0300 Subject: Elenium Mines --- npc/017-1/townhall.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'npc/017-1') diff --git a/npc/017-1/townhall.txt b/npc/017-1/townhall.txt index 931f130a0..9b78463ce 100644 --- a/npc/017-1/townhall.txt +++ b/npc/017-1/townhall.txt @@ -65,3 +65,20 @@ OnInit: end; } +017-1,32,44,0 script #LoF_EleniumMines NPC_HIDDEN,{ + end; + +OnTouch: + // TODO: OnQuest: Instance + .@q=getq(General_Narrator); + if (.@q >= 17) { + warp "018-6-1", 80, 199; + } else { + warp "018-6-1", 80, 199; + } + end; +OnInit: + .distance=1; + end; +} + -- cgit v1.2.3-60-g2f50