diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-28 19:32:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-28 19:32:11 -0300 |
commit | a5d2385a5e752e751573ad9694e2f58fa6091835 (patch) | |
tree | a5a4152184a87215c16dd7798b7f19dbc6bdb995 /npc/017-1 | |
parent | b55d10ac6fed0489564895067c397d6473ef88cb (diff) | |
download | serverdata-a5d2385a5e752e751573ad9694e2f58fa6091835.tar.gz serverdata-a5d2385a5e752e751573ad9694e2f58fa6091835.tar.bz2 serverdata-a5d2385a5e752e751573ad9694e2f58fa6091835.tar.xz serverdata-a5d2385a5e752e751573ad9694e2f58fa6091835.zip |
Elenium Mines
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/townhall.txt | 17 |
1 files changed, 17 insertions, 0 deletions
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; +} + |