diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
commit | a7c45a192268da2601cef47a4cdba987ae2327ca (patch) | |
tree | c5fb5b97db109fe7106496dd96498c475881046b /npc/015-1 | |
download | serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.gz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.bz2 serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.xz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.zip |
Initial commit (Moubootaur Legends fork)
Diffstat (limited to 'npc/015-1')
-rw-r--r-- | npc/015-1/_import.txt | 6 | ||||
-rw-r--r-- | npc/015-1/_mobs.txt | 16 | ||||
-rw-r--r-- | npc/015-1/_warps.txt | 5 | ||||
-rw-r--r-- | npc/015-1/boss.txt | 28 | ||||
-rw-r--r-- | npc/015-1/treasure.txt | 8 |
5 files changed, 63 insertions, 0 deletions
diff --git a/npc/015-1/_import.txt b/npc/015-1/_import.txt new file mode 100644 index 0000000..69c3370 --- /dev/null +++ b/npc/015-1/_import.txt @@ -0,0 +1,6 @@ +// Map 015-1: Woodland Mines +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/015-1/_mobs.txt", +"npc/015-1/_warps.txt", +"npc/015-1/boss.txt", +"npc/015-1/treasure.txt", diff --git a/npc/015-1/_mobs.txt b/npc/015-1/_mobs.txt new file mode 100644 index 0000000..bb8deb2 --- /dev/null +++ b/npc/015-1/_mobs.txt @@ -0,0 +1,16 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 015-1: Woodland Mines mobs +015-1,121,105,119,97 monster Bif 1058,14,45000,45000 +015-1,130,81,119,97 monster Cave Bat 1039,40,60000,60000 +015-1,120,136,91,81 monster Small Amethyst Bif 1110,5,45000,45000 +015-1,80,175,142,39 monster Copper Slime 1088,5,20000,45000 +015-1,167,36,11,13 monster Fire Skull 1193,1,35000,60000 +015-1,139,32,57,31 monster Archant 1026,4,30000,30000 +015-1,100,97,26,27 monster Black Slime 1178,4,40000,30000 +015-1,73,111,119,97 monster Red Slime 1092,75,20000,20000 +015-1,147,91,119,97 monster Yellow Slime 1091,50,30000,20000 +015-1,41,136,37,49 monster Black Scorpion 1074,4,30000,25000 +015-1,88,36,142,39 monster Copper Slime 1088,3,45000,40000 +015-1,99,73,3,3 monster Green Slime 1085,2,45000,60000 +015-1,156,144,44,41 monster Black Scorpion 1074,4,30000,25000 +015-1,112,24,39,37 monster Black Scorpion 1074,4,20000,30000 diff --git a/npc/015-1/_warps.txt b/npc/015-1/_warps.txt new file mode 100644 index 0000000..fef1a8b --- /dev/null +++ b/npc/015-1/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 015-1: Woodland Mines warps +015-1,100,133,0 warp #015-1_100_133 1,0,014-1,79,58 +015-1,90,49,0 warp #015-1_90_49 0,0,015-4,50,38 +015-1,177,56,0 warp #015-1_177_56 0,0,015-4,76,19 diff --git a/npc/015-1/boss.txt b/npc/015-1/boss.txt new file mode 100644 index 0000000..1591e05 --- /dev/null +++ b/npc/015-1/boss.txt @@ -0,0 +1,28 @@ +// TMW2 Script +// Author: +// Jesusalva +// Description: +// Spider Queen Boss + +015-1,0,0,0 script #BossCtrl_015-1 NPC_HIDDEN,{ + end; + +// Respawn every half hour +OnTimer1800000: + stopnpctimer; +OnInit: + areamonster "015-1", 20, 20, getmapinfo(MAPINFO_SIZE_X, "015-1"), getmapinfo(MAPINFO_SIZE_Y, "015-1"), strmobinfo(1, SpiderQueen), SpiderQueen, 1, "#BossCtrl_015-1::OnBossDeath"; + end; + +OnBossDeath: + initnpctimer; + .@party=getcharid(1); + if (.@party > 0) { + mapannounce getmap(), "Boss deafeated by Party: " + getpartyname(.@party), bc_all; + } else { + mapannounce getmap(), "Boss deafeated by: " + strcharinfo(0), bc_all; + } + fix_mobkill(SpiderQueen); + end; + +} diff --git a/npc/015-1/treasure.txt b/npc/015-1/treasure.txt new file mode 100644 index 0000000..6812d3b --- /dev/null +++ b/npc/015-1/treasure.txt @@ -0,0 +1,8 @@ +// TMW2 Script + +// (Random) Treasure Chest +// Authored by Jesusalva +// Regenerates every 6 hours + +015-1,0,0,0 duplicate(#chest_00710) #chest_01510 NPC_CHEST + |