summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/025-2-2/_import.txt4
-rw-r--r--npc/025-2-2/_mobs.txt8
-rw-r--r--npc/025-2-2/_warps.txt5
-rw-r--r--npc/025-2-3/_import.txt5
-rw-r--r--npc/025-2-3/_mobs.txt6
-rw-r--r--npc/025-2-3/_warps.txt3
-rw-r--r--npc/025-2-3/boss.txt30
-rw-r--r--npc/025-2-4/_import.txt4
-rw-r--r--npc/025-2-4/_mobs.txt8
-rw-r--r--npc/025-2-4/_warps.txt3
-rw-r--r--npc/025-2/_warps.txt1
-rw-r--r--npc/_import.txt3
12 files changed, 80 insertions, 0 deletions
diff --git a/npc/025-2-2/_import.txt b/npc/025-2-2/_import.txt
new file mode 100644
index 000000000..a2adedfe3
--- /dev/null
+++ b/npc/025-2-2/_import.txt
@@ -0,0 +1,4 @@
+// Map 025-2-2: Ancient Cave
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/025-2-2/_mobs.txt",
+"npc/025-2-2/_warps.txt",
diff --git a/npc/025-2-2/_mobs.txt b/npc/025-2-2/_mobs.txt
new file mode 100644
index 000000000..a72cee74d
--- /dev/null
+++ b/npc/025-2-2/_mobs.txt
@@ -0,0 +1,8 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 025-2-2: Ancient Cave mobs
+025-2-2,47,44,17,18 monster Archant 1026,5,32000,8000
+025-2-2,47,47,23,18 monster Cave Maggot 1027,8,2000,8000
+025-2-2,41,30,13,6 monster Azul Skull Slime 1402,3,75000,20000
+025-2-2,51,56,15,7 monster Black Scorpion 1074,1,4000,8000
+025-2-2,60,48,11,14 monster Crafty 1018,3,50000,2500
+025-2-2,36,43,11,7 monster Crafty 1018,2,50000,2500
diff --git a/npc/025-2-2/_warps.txt b/npc/025-2-2/_warps.txt
new file mode 100644
index 000000000..b81fa28ba
--- /dev/null
+++ b/npc/025-2-2/_warps.txt
@@ -0,0 +1,5 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 025-2-2: Ancient Cave warps
+025-2-2,43,44,0 warp #025-2-2_43_44 1,0,025-2-4,44,97
+025-2-2,68,62,0 warp #025-2-2_68_62 0,2,025-2-3,22,45
+025-2-2,37,41,0 warp #025-2-2_37_41 2,0,025-2,25,43
diff --git a/npc/025-2-3/_import.txt b/npc/025-2-3/_import.txt
new file mode 100644
index 000000000..a33523005
--- /dev/null
+++ b/npc/025-2-3/_import.txt
@@ -0,0 +1,5 @@
+// Map 025-2-3: Pinkie Cave
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/025-2-3/_mobs.txt",
+"npc/025-2-3/_warps.txt",
+"npc/025-2-3/boss.txt",
diff --git a/npc/025-2-3/_mobs.txt b/npc/025-2-3/_mobs.txt
new file mode 100644
index 000000000..62a562acc
--- /dev/null
+++ b/npc/025-2-3/_mobs.txt
@@ -0,0 +1,6 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 025-2-3: Pinkie Cave mobs
+025-2-3,55,39,13,14 monster Pinkie 1132,15,4000,8000
+025-2-3,54,41,15,12 monster Pinkie Suseran 1419,15,4000,8000
+025-2-3,56,41,17,10 monster Pinkie Maximus 1249,13,20000,2500
+025-2-3,48,40,26,6 monster Cave Maggot 1027,6,2000,20000
diff --git a/npc/025-2-3/_warps.txt b/npc/025-2-3/_warps.txt
new file mode 100644
index 000000000..ab1920396
--- /dev/null
+++ b/npc/025-2-3/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 025-2-3: Pinkie Cave warps
+025-2-3,21,46,0 warp #025-2-3_21_46 0,1,025-2-2,67,61
diff --git a/npc/025-2-3/boss.txt b/npc/025-2-3/boss.txt
new file mode 100644
index 000000000..30d374c2b
--- /dev/null
+++ b/npc/025-2-3/boss.txt
@@ -0,0 +1,30 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+// Description:
+// Pinkie Emperor Boss
+
+025-2-3,0,0,0 script #BossCtrl_025-2-3 NPC_HIDDEN,{
+ end;
+
+// Respawn every hour
+OnTimer3600000:
+ stopnpctimer;
+OnInit:
+ setarray .xp, 268, 55, 371, 482, 212;
+ setarray .yp, 90, 45, 38, 114, 148;
+ .@tg=rand(getarraysize(.xp)-1);
+ monster "025-2-3", .xp[.@tg], .yp[.@tg], strmobinfo(1, PinkieEmperor), PinkieEmperor, 1, "#BossCtrl_025-2-3::OnBossDeath";
+ end;
+
+OnBossDeath:
+ initnpctimer;
+ .@party=getcharid(1);
+ if (.@party > 0) {
+ mapannounce "025-2-3", "Boss deafeated by Party: " + getpartyname(.@party), bc_all;
+ } else {
+ mapannounce "025-2-3", "Boss deafeated by: " + strcharinfo(0), bc_all;
+ }
+ end;
+
+}
diff --git a/npc/025-2-4/_import.txt b/npc/025-2-4/_import.txt
new file mode 100644
index 000000000..da4aaf708
--- /dev/null
+++ b/npc/025-2-4/_import.txt
@@ -0,0 +1,4 @@
+// Map 025-2-4: Mana Tree Cave
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/025-2-4/_mobs.txt",
+"npc/025-2-4/_warps.txt",
diff --git a/npc/025-2-4/_mobs.txt b/npc/025-2-4/_mobs.txt
new file mode 100644
index 000000000..378075eb4
--- /dev/null
+++ b/npc/025-2-4/_mobs.txt
@@ -0,0 +1,8 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 025-2-4: Mana Tree Cave mobs
+025-2-4,40,28,13,3 monster Red Skull Slime 1404,4,20000,75000
+025-2-4,41,53,15,31 monster Crafty 1018,7,25000,35000
+025-2-4,36,35,9,7 monster Azul Slime Mother 1243,5,40000,10000
+025-2-4,42,39,8,12 monster Moubi 1038,5,300000,6000
+025-2-4,40,36,13,3 monster Yellow Skull Slime 1403,4,20000,75000
+025-2-4,44,30,9,7 monster Great Mouboo Slime 1247,3,80000,10000
diff --git a/npc/025-2-4/_warps.txt b/npc/025-2-4/_warps.txt
new file mode 100644
index 000000000..a9c38f2ae
--- /dev/null
+++ b/npc/025-2-4/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 025-2-4: Mana Tree Cave warps
+025-2-4,44,98,0 warp #025-2-4_44_98 0,0,025-2-2,42,45
diff --git a/npc/025-2/_warps.txt b/npc/025-2/_warps.txt
index 2d002c675..105619b96 100644
--- a/npc/025-2/_warps.txt
+++ b/npc/025-2/_warps.txt
@@ -1,4 +1,5 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 025-2: Fortress Island - South warps
+025-2,25,42,0 warp #025-2_25_42 0,0,025-2-2,37,40
025-2,158,98,0 warp #025-2_158_98 0,0,025-2-1,29,106
025-2,148,85,0 warp #025-2_148_85 0,0,025-2-1,23,66
diff --git a/npc/_import.txt b/npc/_import.txt
index 26383a46d..7f00400ed 100644
--- a/npc/_import.txt
+++ b/npc/_import.txt
@@ -191,6 +191,9 @@
@include "npc/024-9/_import.txt"
@include "npc/025-1/_import.txt"
@include "npc/025-2-1/_import.txt"
+@include "npc/025-2-2/_import.txt"
+@include "npc/025-2-3/_import.txt"
+@include "npc/025-2-4/_import.txt"
@include "npc/025-2/_import.txt"
@include "npc/025-3/_import.txt"
@include "npc/026-0/_import.txt"