diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-03-23 13:55:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-03-23 13:55:14 -0300 |
commit | fbbde8318d070ce77155f66309927576d3c7378f (patch) | |
tree | c5af411bc14b9c249678fe52fa399afca5a4638a | |
parent | a557a77a632e6a2a236b960844b10a7c6c544c8c (diff) | |
download | serverdata-fbbde8318d070ce77155f66309927576d3c7378f.tar.gz serverdata-fbbde8318d070ce77155f66309927576d3c7378f.tar.bz2 serverdata-fbbde8318d070ce77155f66309927576d3c7378f.tar.xz serverdata-fbbde8318d070ce77155f66309927576d3c7378f.zip |
Regenerate map info + Soren-2
-rw-r--r-- | maps/re/026-8.mcache | bin | 1473 -> 1475 bytes | |||
-rw-r--r-- | npc/026-8/_mobs.txt | 14 | ||||
-rw-r--r-- | npc/soren-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/soren-2/_warps.txt | 3 | ||||
-rw-r--r-- | npc/soren-2/main.txt | 16 |
5 files changed, 23 insertions, 11 deletions
diff --git a/maps/re/026-8.mcache b/maps/re/026-8.mcache Binary files differindex 1c65f4ba4..6ac0fa5b2 100644 --- a/maps/re/026-8.mcache +++ b/maps/re/026-8.mcache diff --git a/npc/026-8/_mobs.txt b/npc/026-8/_mobs.txt index a7e85e312..69c696c0c 100644 --- a/npc/026-8/_mobs.txt +++ b/npc/026-8/_mobs.txt @@ -1,11 +1,11 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 026-8: Optional Dungeon mobs -026-8,42,92,22,45 monster Moubootaur Underling #4 1458,11,60000,240000 +026-8,42,92,22,45 monster Banshee Underling 1458,11,60000,240000 026-8,61,74,51,59 monster Flying Underling 1459,13,60000,240000 -026-8,53,70,22,45 monster Moubootaur Underling #3 1457,11,60000,240000 -026-8,73,93,22,45 monster Moubootaur Underling #2 1456,11,60000,240000 -026-8,59,45,45,23 monster Moubootaur Underling #1 1455,5,60000,240000 -026-8,55,124,45,18 monster Moubootaur Underling #1 1455,5,60000,240000 +026-8,53,70,22,45 monster Wizard Underling 1457,11,60000,240000 +026-8,73,93,22,45 monster Halberd Underling 1456,11,60000,240000 +026-8,59,45,45,23 monster Gunner Underling 1455,5,60000,240000 +026-8,55,124,45,18 monster Gunner Underling 1455,5,60000,240000 026-8,83,64,7,5 monster Moubootaur Top Underling 1454,1,60000,240000,#OPTDungeon::OnBossDown -026-8,85,72,5,2 monster Moubootaur Underling #1 1455,2,60000,240000 -026-8,92,53,6,6 monster Moubootaur Underling #2 1455,2,60000,240000 +026-8,85,72,5,2 monster Gunner Underling 1455,2,60000,240000 +026-8,92,53,6,6 monster Halberd Underling 1455,2,60000,240000 diff --git a/npc/soren-2/_import.txt b/npc/soren-2/_import.txt index f1e16d2cf..09cd236d7 100644 --- a/npc/soren-2/_import.txt +++ b/npc/soren-2/_import.txt @@ -1,5 +1,4 @@ // Map soren-2: Soren House // This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/soren-2/_warps.txt", "npc/soren-2/main.txt", "npc/soren-2/mapflags.txt", diff --git a/npc/soren-2/_warps.txt b/npc/soren-2/_warps.txt deleted file mode 100644 index 02271412f..000000000 --- a/npc/soren-2/_warps.txt +++ /dev/null @@ -1,3 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map soren-2: Soren House warps -soren-2,32,37,0 warp #soren-2_32_37 0,0,soren,105,58 diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index d732bf871..376cb859f 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -236,3 +236,19 @@ OnStep5: OnInit: end; } + + +// Exit +soren-2,32,37,0 script #soren-2_32_37 NPC_HIDDEN,0,0,{ + end; + +OnTouch: + mesc l("Do you want to leave?"); + .@ans = askyesnosafe(); + closeclientdialog; + if (.@ans == ASK_YES) + warp "soren", 105, 58; + end; +} + + |