From 358a2814f6fa35401e91fd65471f32945a26e204 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Feb 2021 15:16:54 -0300 Subject: Add monsters to Imprenable Fortress B1F --- npc/026-1/_config.txt | 1 + npc/026-1/_import.txt | 1 + npc/026-1/_mobs.txt | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 100644 npc/026-1/_mobs.txt (limited to 'npc/026-1') diff --git a/npc/026-1/_config.txt b/npc/026-1/_config.txt index bad3748a4..e463d1fd3 100644 --- a/npc/026-1/_config.txt +++ b/npc/026-1/_config.txt @@ -60,6 +60,7 @@ OnInit: 026-1,26,28,0 script #026-1_26_28 NPC_SWITCH_ONLINE,{ if (getnpcclass() == NPC_SWITCH_OFFLINE) end; + callfunc "0261_GateChange"; doevent "#026-1_58_76::OnDisable"; setnpcdisplay "#026-1_26_28", NPC_SWITCH_OFFLINE; end; diff --git a/npc/026-1/_import.txt b/npc/026-1/_import.txt index 62a2c2751..36292586c 100644 --- a/npc/026-1/_import.txt +++ b/npc/026-1/_import.txt @@ -1,5 +1,6 @@ // Map 026-1: The Impregnable Fortress (B1F) // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/026-1/_config.txt", +"npc/026-1/_mobs.txt", "npc/026-1/_warps.txt", "npc/026-1/ctrl.c", diff --git a/npc/026-1/_mobs.txt b/npc/026-1/_mobs.txt new file mode 100644 index 000000000..9868cd325 --- /dev/null +++ b/npc/026-1/_mobs.txt @@ -0,0 +1,10 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 026-1: The Impregnable Fortress (B1F) mobs +026-1,39,59,16,10 monster Snail 1426,8,60000,40000 +026-1,79,59,16,10 monster Pinkie Suseran 1419,6,60000,40000 +026-1,39,84,16,10 monster Black Skull Slime 1408,8,60000,40000 +026-1,79,84,16,10 monster Snail 1426,8,60000,40000 +026-1,79,34,16,10 monster Mandragora 1423,5,60000,40000 +026-1,39,34,16,10 monster Jhon Longnose 1421,5,60000,40000 +026-1,59,59,2,35 monster Nightmare Dragon 1230,6,60000,40000 +026-1,29,27,7,4 monster Evil Scythe 1036,8,100,900000 -- cgit v1.2.3-60-g2f50