diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-02 11:28:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-02 11:28:25 -0300 |
commit | dce0c6dfcfc83a36e41b1ab24e13e1f7cc1216e2 (patch) | |
tree | 0b925ee3ac4591b27959f7a44a0b3f1f6d3e4108 /npc/010-2 | |
parent | 021f2fb0dfdf4f5028114da5a696f0e56d2fd57b (diff) | |
download | serverdata-dce0c6dfcfc83a36e41b1ab24e13e1f7cc1216e2.tar.gz serverdata-dce0c6dfcfc83a36e41b1ab24e13e1f7cc1216e2.tar.bz2 serverdata-dce0c6dfcfc83a36e41b1ab24e13e1f7cc1216e2.tar.xz serverdata-dce0c6dfcfc83a36e41b1ab24e13e1f7cc1216e2.zip |
Regenerate maps
Diffstat (limited to 'npc/010-2')
-rw-r--r-- | npc/010-2/_config.txt | 11 | ||||
-rw-r--r-- | npc/010-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/010-2/_mobs.txt | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/npc/010-2/_config.txt b/npc/010-2/_config.txt new file mode 100644 index 000000000..f10533931 --- /dev/null +++ b/npc/010-2/_config.txt @@ -0,0 +1,11 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 010-2: Desert Mountains conf + +010-2,209,70,0 script #010-2_209_70 NPC_CHEST,{ + TreasureBox(); + specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing + close; +OnInit: + .distance=2; + end; +} diff --git a/npc/010-2/_import.txt b/npc/010-2/_import.txt index 53caf284d..dcd05d416 100644 --- a/npc/010-2/_import.txt +++ b/npc/010-2/_import.txt @@ -1,5 +1,6 @@ // Map 010-2: Desert Mountains // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/010-2/_config.txt", "npc/010-2/_mobs.txt", "npc/010-2/_warps.txt", "npc/010-2/sawis.txt", diff --git a/npc/010-2/_mobs.txt b/npc/010-2/_mobs.txt index 866c45e34..75679a843 100644 --- a/npc/010-2/_mobs.txt +++ b/npc/010-2/_mobs.txt @@ -17,3 +17,4 @@ 010-2,169,91,3,9 monster Snake 1122,4,35000,300000 010-2,151,78,28,45 monster Desert Maggot 1083,35,35000,150000 010-2,85,113,30,17 monster Desert Maggot 1083,20,35000,150000 +010-2,220,74,39,56 monster Desert Maggot 1083,24,35000,150000 |