diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-08 10:42:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-08 10:42:32 -0300 |
commit | 56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c (patch) | |
tree | be4811fc80131f0cd8758b0c6ebd20c4a90f8019 /npc/012-2 | |
parent | 804c6151a5b67d2c31901421b48d0474df50e775 (diff) | |
download | serverdata-56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c.tar.gz serverdata-56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c.tar.bz2 serverdata-56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c.tar.xz serverdata-56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c.zip |
Note on the Bar which makes more sense imo.
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/012-2/note.txt | 26 |
2 files changed, 27 insertions, 0 deletions
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; +} |