summaryrefslogtreecommitdiff
path: root/npc/025-2-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-27 17:13:51 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-27 17:13:51 -0300
commit35b14b4ee5625d3896311c42b15ccf68d55e6477 (patch)
tree67789944116bddc8ea4a739bce8d66c14a7bc635 /npc/025-2-4
parent24bb0e790d1ea0b592a7d9f0414dcf188bbdb444 (diff)
downloadserverdata-35b14b4ee5625d3896311c42b15ccf68d55e6477.tar.gz
serverdata-35b14b4ee5625d3896311c42b15ccf68d55e6477.tar.bz2
serverdata-35b14b4ee5625d3896311c42b15ccf68d55e6477.tar.xz
serverdata-35b14b4ee5625d3896311c42b15ccf68d55e6477.zip
Missing NPC in Pinkie Caves
Diffstat (limited to 'npc/025-2-4')
-rw-r--r--npc/025-2-4/_import.txt1
-rw-r--r--npc/025-2-4/tree.txt24
2 files changed, 25 insertions, 0 deletions
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;
+}
+