From 35b14b4ee5625d3896311c42b15ccf68d55e6477 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 Jan 2021 17:13:51 -0300 Subject: Missing NPC in Pinkie Caves --- db/constants.conf | 1 + npc/025-2-3/_mobs.txt | 6 +++--- npc/025-2-4/_import.txt | 1 + npc/025-2-4/tree.txt | 24 ++++++++++++++++++++++++ 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 npc/025-2-4/tree.txt diff --git a/db/constants.conf b/db/constants.conf index d78506c44..2321cecfc 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1868,6 +1868,7 @@ constants_db: { NPC_DWARF_CRAFTMASTER: 337 NPC_DUCK_ELDER: 338 NPC_GUINEVERE: 339 + NPC_MANATREE: 340 // Animated NPCs NPC_CONFUSED_TREE: 400 diff --git a/npc/025-2-3/_mobs.txt b/npc/025-2-3/_mobs.txt index c0098f78d..a7aa3323c 100644 --- a/npc/025-2-3/_mobs.txt +++ b/npc/025-2-3/_mobs.txt @@ -1,6 +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,12,4000,8000 -025-2-3,56,41,17,10 monster Pinkie Maximus 1249,11,20000,2500 +025-2-3,55,39,13,14 monster Pinkie 1132,18,4000,8000 +025-2-3,54,41,15,12 monster Pinkie Suseran 1419,11,4000,8000 +025-2-3,56,41,17,10 monster Pinkie Maximus 1249,10,20000,2500 025-2-3,48,40,26,6 monster Cave Maggot 1027,9,2000,20000 diff --git a/npc/025-2-4/_import.txt b/npc/025-2-4/_import.txt index da4aaf708..a012b10d4 100644 --- a/npc/025-2-4/_import.txt +++ b/npc/025-2-4/_import.txt @@ -2,3 +2,4 @@ // 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", +"npc/025-2-4/tree.txt", diff --git a/npc/025-2-4/tree.txt b/npc/025-2-4/tree.txt new file mode 100644 index 000000000..16d1ecb7f --- /dev/null +++ b/npc/025-2-4/tree.txt @@ -0,0 +1,24 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Pinkie Cave Tree is part of Legendary Weapons + +025-2-4,39,33,0 script Mana Tree NPC_MANATREE,{ + setpcblock(255, true); + mesc l("A tree glows in this dark cave, surrounded by mana lanes."); + next; + mesc l("This might be the place of a great secret, but yet, all you can do is stare."); + next; + mesc l("...for now."); + next; + setpcblock(255, false); + closeclientdialog; + close; + +OnInit: + .sex = G_OTHER; + .distance = 2; + end; +} + -- cgit v1.2.3-70-g09d2