diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-07 23:10:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-07 23:10:14 -0300 |
commit | 0d91d9a07d1dc96935ac814260f1056401f71501 (patch) | |
tree | 4c6af49f240e676696ecee7614580d1200c20943 | |
parent | ae5816dc9e68c9ae0393bfec654ff11bacd3f1d8 (diff) | |
download | serverdata-0d91d9a07d1dc96935ac814260f1056401f71501.tar.gz serverdata-0d91d9a07d1dc96935ac814260f1056401f71501.tar.bz2 serverdata-0d91d9a07d1dc96935ac814260f1056401f71501.tar.xz serverdata-0d91d9a07d1dc96935ac814260f1056401f71501.zip |
Break a wall, build a stair; Courtroom is now available!
-rw-r--r-- | npc/003-0-2/_warps.txt | 2 | ||||
-rw-r--r-- | npc/003-0-3/_config.txt | 20 | ||||
-rw-r--r-- | npc/003-0-3/_import.txt | 1 |
3 files changed, 23 insertions, 0 deletions
diff --git a/npc/003-0-2/_warps.txt b/npc/003-0-2/_warps.txt index 01d46e731..190bb35f6 100644 --- a/npc/003-0-2/_warps.txt +++ b/npc/003-0-2/_warps.txt @@ -1,3 +1,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 003-0-2: The Magic Guild Council Room warps 003-0-2,35,43,0 warp #003-0-2_35_43 3,0,003-0-1,48,24 +003-0-2,25,52,0 warp #003-0-2_25_52 2,0,003-0-3,25,51 +003-0-2,44,52,0 warp #003-0-2_44_52 2,0,003-0-3,44,51 diff --git a/npc/003-0-3/_config.txt b/npc/003-0-3/_config.txt new file mode 100644 index 000000000..b3f77f08f --- /dev/null +++ b/npc/003-0-3/_config.txt @@ -0,0 +1,20 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 003-0-3: Superior Courtroom conf + +003-0-3,34,37,0 script #003-0-3_34_37 NPC_HIDDEN,{ + end; +OnDisable: +OnInit: + delcells "003-0-3_34_37"; end; +OnEnable: + setcells "003-0-3", 34, 37, 34, 37, 1, "003-0-3_34_37"; +} + +003-0-3,34,23,0 script #003-0-3_34_23 NPC_HIDDEN,{ + end; +OnDisable: +OnInit: + delcells "003-0-3_34_23"; end; +OnEnable: + setcells "003-0-3", 34, 23, 35, 23, 1, "003-0-3_34_23"; +} diff --git a/npc/003-0-3/_import.txt b/npc/003-0-3/_import.txt index 535b0c1f6..e00d1d283 100644 --- a/npc/003-0-3/_import.txt +++ b/npc/003-0-3/_import.txt @@ -1,3 +1,4 @@ // Map 003-0-3: Superior Courtroom // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/003-0-3/_config.txt", "npc/003-0-3/_warps.txt", |