From 56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Aug 2018 10:42:32 -0300 Subject: Note on the Bar which makes more sense imo. --- npc/003-0-1/statues.txt | 5 +---- npc/012-2/_import.txt | 1 + npc/012-2/note.txt | 26 ++++++++++++++++++++++++++ npc/functions/scoreboards.txt | 9 +++++++++ 4 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 npc/012-2/note.txt diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt index 7133703d5..436348f52 100644 --- a/npc/003-0-1/statues.txt +++ b/npc/003-0-1/statues.txt @@ -60,10 +60,7 @@ OnInit: 003-0-1,60,26,0 script Worker Statue NPC_STATUE_CONTRIBUTOR,{ - mes l("This is in honor of all the [@@help://about-server|Contributors@@] who helped rebuilding this world, after the Monster War outbreak."); - mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure."); - mes l(""); - mes l("GonzoDark, Saulc."); + HallOfSponsor(); close; OnInit: diff --git a/npc/012-2/_import.txt b/npc/012-2/_import.txt index 01a6728a3..c8887f3cc 100644 --- a/npc/012-2/_import.txt +++ b/npc/012-2/_import.txt @@ -6,3 +6,4 @@ "npc/012-2/door.txt", "npc/012-2/helena.txt", "npc/012-2/melina.txt", +"npc/012-2/note.txt", diff --git a/npc/012-2/note.txt b/npc/012-2/note.txt new file mode 100644 index 000000000..471792c9e --- /dev/null +++ b/npc/012-2/note.txt @@ -0,0 +1,26 @@ +// TMW2 Script. +// Author: +// Jesusalva +// Description: +// Lena +// Variables: +// $HELENA_ST +// Tracks how many set of Treasure Keys were given by all players thus far. +// Affects beer prices on Hurnscald. +// HurnscaldQuest_Bandits +// q1 -> Current status +// q2 -> Treasure Key Timer +// q3 -> Bandit Hood Timer + +012-2,40,41,0 script Note#012-2 NPC_NO_SPRITE,{ + HallOfSponsor(); + if (!is_staff()) + close; + HallOfGMLog(); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index e419ba9c6..ed2d3d4bb 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -144,3 +144,12 @@ function script HallOfReferral { } + +function script HallOfSponsor { + mes l("This is in honor of all the [@@help://about-server|Contributors@@] who helped rebuilding this world, after the Monster War outbreak."); + mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure."); + mes l(""); + mes l("GonzoDark, Saulc."); + return; +} + -- cgit v1.2.3-60-g2f50