summaryrefslogtreecommitdiff
path: root/npc/027-1/statue.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-21 22:32:44 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-21 22:32:44 -0300
commitc7cd68c3b08c3229184d677951331148b7df5a05 (patch)
tree133abf464e2999389d40a90db63fd57bb9702932 /npc/027-1/statue.txt
parente4179dd624cd36602c37921bbe505f18c426c4f3 (diff)
downloadserverdata-c7cd68c3b08c3229184d677951331148b7df5a05.tar.gz
serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.tar.bz2
serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.tar.xz
serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.zip
Server-side: Accept The Academy Island
Diffstat (limited to 'npc/027-1/statue.txt')
-rw-r--r--npc/027-1/statue.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/npc/027-1/statue.txt b/npc/027-1/statue.txt
new file mode 100644
index 000000000..dc21ef37a
--- /dev/null
+++ b/npc/027-1/statue.txt
@@ -0,0 +1,26 @@
+// TMW-2 Script
+// Author:
+// Jesusalva
+// Description:
+// These statues are of great honor to whoever have their name written in them!
+
+027-1,57,115,0 script Hero Statue#027-1 NPC_STATUE_ANDREI,{
+
+ mes l("In honor of %s, the greatest hero this world has even seen.", b("Andrei Sakar"));
+ mes "";
+ if ($MOST_HEROIC$ != "") {
+ mes l("In honor of %s, for their great deeds of recent bravery in face of impending doom.", $MOST_HEROIC$);
+ mes "";
+ }
+ mes l("In honor of %s, founder of this academy, whom built this academy WITH HIS OWN HANDS, WITH BLOOD SWEAT AND TEARS.", b("Jesusalva"));
+ mes "";
+ mes l("Also in honor of the other two sages, %s and %s. And finally, notable mention for the noble %s, %s and %s, for sponsoring this Academy.", b("Saulc"), b("Crazyfefe"), b("Micksha"), b("omatt"), b(rand_sponsor()));
+
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 4;
+ end;
+}
+