diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-24 16:46:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-24 16:46:18 -0300 |
commit | d6975a02b36c5fefe712d6ba6d5313e966600eed (patch) | |
tree | 226b3a47f5cd61324a66c5cba3b2ba28883ef655 /npc/018-7-1 | |
parent | 3c755775e6c824df07d6f5d9885fca8df246dcff (diff) | |
download | serverdata-d6975a02b36c5fefe712d6ba6d5313e966600eed.tar.gz serverdata-d6975a02b36c5fefe712d6ba6d5313e966600eed.tar.bz2 serverdata-d6975a02b36c5fefe712d6ba6d5313e966600eed.tar.xz serverdata-d6975a02b36c5fefe712d6ba6d5313e966600eed.zip |
Regenerate maps, and install Demure's Blackbox
Diffstat (limited to 'npc/018-7-1')
-rw-r--r-- | npc/018-7-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/018-7-1/demure.txt | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/018-7-1/_import.txt b/npc/018-7-1/_import.txt index c18bacb5e..cefe635ad 100644 --- a/npc/018-7-1/_import.txt +++ b/npc/018-7-1/_import.txt @@ -1,5 +1,6 @@ // Map 018-7-1: Developers' Lair (Lilit Palace) // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/018-7-1/018-7-1_demure_blackbox.txt", "npc/018-7-1/_mobs.txt", "npc/018-7-1/_warps.txt", "npc/018-7-1/demure.txt", diff --git a/npc/018-7-1/demure.txt b/npc/018-7-1/demure.txt index e9d0c323a..b6d666dc2 100644 --- a/npc/018-7-1/demure.txt +++ b/npc/018-7-1/demure.txt @@ -136,14 +136,12 @@ OnDem2: .@left+=mobcount(.@m$, strnpcinfo(NPC_NAME_UNIQUE)+"::OnDem2"); // You win! if (!.@left) { - // TODO: Call BLACKBOX - // BLACKBOX: Solo both of them within five(?) minutes, normal+, all map - // aka. @d_mode{1: 1, 2: 3, 3: 2+}, @elapsed < 300 mapannounce(getmap(), "CONGRATULATIONS - YOU WIN", bc_map | bc_pc); Zeny += rand2(500, 1500)*max(1, @d_mode2); // FIXME: Add a proper reward sleep2(100); instance_warpall("018-7-2", 23, 22); + 01871_Demure_BlackBox(); } end; |