diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-28 15:16:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-28 15:16:54 -0300 |
commit | 358a2814f6fa35401e91fd65471f32945a26e204 (patch) | |
tree | 2e84fb03cca4a0281a3162fbd9fe329eba1d9549 /npc/026-1 | |
parent | 3cb1ffd55006b76f227bbd0c180d35550e23fc6d (diff) | |
download | serverdata-358a2814f6fa35401e91fd65471f32945a26e204.tar.gz serverdata-358a2814f6fa35401e91fd65471f32945a26e204.tar.bz2 serverdata-358a2814f6fa35401e91fd65471f32945a26e204.tar.xz serverdata-358a2814f6fa35401e91fd65471f32945a26e204.zip |
Add monsters to Imprenable Fortress B1F
Diffstat (limited to 'npc/026-1')
-rw-r--r-- | npc/026-1/_config.txt | 1 | ||||
-rw-r--r-- | npc/026-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/026-1/_mobs.txt | 10 |
3 files changed, 12 insertions, 0 deletions
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 |