From 2d53be4b771aec1c91da67897b16d5b5d0b8c230 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Dec 2018 04:00:21 -0200 Subject: This is how Christmas 2018 (and all successors) are supposed to go. Simple, yet elegant. --- npc/019-4-1/chief.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 npc/019-4-1/chief.txt (limited to 'npc/019-4-1/chief.txt') diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt new file mode 100644 index 000000000..e826e4ebb --- /dev/null +++ b/npc/019-4-1/chief.txt @@ -0,0 +1,24 @@ +// TMW2/LoF scripts. +// Authors: +// TMW-LoF Team +// Jesusalva +// Description: +// Christmas Quest +// Closed Christmas Boxes have been stolen! Give him any you find for the +// ranking (and ranking based rewards). The global amount of delivered boxes +// will determine the gifts (and amount of gifts) handled by Santa! +// +// Rewards: Santa Hat, Gnome Hat, Santa Bearded Hat, Ugly Christmas Sweater, +// Turtle Neck Sweater, Santa Globe, Snowman Globe, Red Stocking. + +019-4-1,56,33,0 script Christmas Chief NPC_GNOME_A,{ + mesn; + mesq l("The stolen empty boxes!! Christmas is RUINED!!!"); + close; + +OnInit: + .sex=G_MALE; + .distance=5; + end; +} + -- cgit v1.2.3-70-g09d2