diff options
-rw-r--r-- | db/pre-re/map_zone_db.conf | 10 | ||||
-rwxr-xr-x | npc/015-1/mapflags.txt | 2 | ||||
-rwxr-xr-x | npc/016-1/mapflags.txt | 2 | ||||
-rwxr-xr-x | npc/025-1/mapflags.txt | 2 | ||||
-rwxr-xr-x | npc/026-1/mapflags.txt | 2 | ||||
-rwxr-xr-x | npc/027-1/mapflags.txt | 2 |
6 files changed, 15 insertions, 5 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf index 22ddacdf..5660a547 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -94,6 +94,16 @@ zones: ( ) }, { + name: "outside" + + disabled_skills: { + WM_POEMOFNETHERWORLD: "PLAYER" + } + + disabled_items: { + } +} +{ /* CvC zone is applied to all maps with a cvc mapflag */ name: "CvC" /* changing this name requires MAP_ZONE_CVC_NAME to also be changed in src/map/map.h file */ diff --git a/npc/015-1/mapflags.txt b/npc/015-1/mapflags.txt index 35a0436b..0ef2a5ff 100755 --- a/npc/015-1/mapflags.txt +++ b/npc/015-1/mapflags.txt @@ -1,2 +1,2 @@ //015-1 mapflag resave 010-1,27,97 -015-1 mapflag outside +015-1 mapflag zone outside diff --git a/npc/016-1/mapflags.txt b/npc/016-1/mapflags.txt index 0ba40687..a7757f70 100755 --- a/npc/016-1/mapflags.txt +++ b/npc/016-1/mapflags.txt @@ -1,2 +1,2 @@ //016-1 mapflag resave 010-1,27,97 -016-1 mapflag outside +016-1 mapflag zone outside diff --git a/npc/025-1/mapflags.txt b/npc/025-1/mapflags.txt index 76d30e57..c8047e3a 100755 --- a/npc/025-1/mapflags.txt +++ b/npc/025-1/mapflags.txt @@ -1,2 +1,2 @@ //025-1 mapflag resave 016-1,94,30 -025-1 mapflag outside +025-1 mapflag zone outside diff --git a/npc/026-1/mapflags.txt b/npc/026-1/mapflags.txt index 7f94c379..5cadd285 100755 --- a/npc/026-1/mapflags.txt +++ b/npc/026-1/mapflags.txt @@ -1,2 +1,2 @@ //026-1 mapflag resave 026-1,28,35 -026-1 mapflag outside +026-1 mapflag zone outside diff --git a/npc/027-1/mapflags.txt b/npc/027-1/mapflags.txt index 4a31fce4..83e0536c 100755 --- a/npc/027-1/mapflags.txt +++ b/npc/027-1/mapflags.txt @@ -1,2 +1,2 @@ //027-1 mapflag resave 026-1,28,35 -027-1 mapflag outside +027-1 mapflag zone outside |