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 --- npc/025-2-4/tree.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 npc/025-2-4/tree.txt (limited to '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