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 | |
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')
-rw-r--r-- | npc/017-1/townhall.txt | 17 | ||||
-rw-r--r-- | npc/018-6-1/_import.txt | 4 | ||||
-rw-r--r-- | npc/018-6-1/_mobs.txt | 16 | ||||
-rw-r--r-- | npc/018-6-1/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 41 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; +} + diff --git a/npc/018-6-1/_import.txt b/npc/018-6-1/_import.txt new file mode 100644 index 000000000..de446a263 --- /dev/null +++ b/npc/018-6-1/_import.txt @@ -0,0 +1,4 @@ +// Map 018-6-1: Elenium Mines +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/018-6-1/_mobs.txt", +"npc/018-6-1/_warps.txt", diff --git a/npc/018-6-1/_mobs.txt b/npc/018-6-1/_mobs.txt new file mode 100644 index 000000000..fd07526ca --- /dev/null +++ b/npc/018-6-1/_mobs.txt @@ -0,0 +1,16 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 018-6-1: Elenium Mines mobs +018-6-1,40,49,7,8 monster Big Elenium Bif 1228,5,450000,45000 +018-6-1,95,51,7,8 monster Big Elenium Bif 1228,5,450000,45000 +018-6-1,145,83,6,5 monster Medium Elenium Bif 1227,5,400000,45000 +018-6-1,62,86,6,5 monster Medium Elenium Bif 1227,5,400000,45000 +018-6-1,65,130,6,5 monster Medium Elenium Bif 1227,5,400000,45000 +018-6-1,125,158,6,5 monster Small Elenium Bif 1226,4,300000,45000 +018-6-1,129,183,6,5 monster Small Elenium Bif 1226,4,300000,45000 +018-6-1,34,181,5,5 monster Small Elenium Bif 1226,4,300000,45000 +018-6-1,80,172,54,25 monster Black Slime 1178,16,30000,15000 +018-6-1,89,167,54,25 monster Dark Lizard 1051,8,30000,15000 +018-6-1,96,103,56,29 monster Black Scorpion 1074,18,30000,15000 +018-6-1,101,105,54,25 monster Mountain Snake 1123,10,30000,15000 +018-6-1,70,45,44,25 monster Wicked Mushroom 1176,14,30000,15000 +018-6-1,68,45,31,21 monster Archant 1026,7,30000,15000 diff --git a/npc/018-6-1/_warps.txt b/npc/018-6-1/_warps.txt new file mode 100644 index 000000000..dda336877 --- /dev/null +++ b/npc/018-6-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 018-6-1: Elenium Mines warps +018-6-1,80,200,0 warp #018-6-1_80_200 0,0,017-1,32,45 diff --git a/npc/_import.txt b/npc/_import.txt index 3fd312d79..c877bae5d 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -127,6 +127,7 @@ @include "npc/018-5-boss/_import.txt" @include "npc/018-5/_import.txt" @include "npc/018-6-0/_import.txt" +@include "npc/018-6-1/_import.txt" @include "npc/019-1-1/_import.txt" @include "npc/019-1/_import.txt" @include "npc/019-2/_import.txt" |