blob: e826e4ebb88ce8921533994c8ccbbef8c6947d1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
}
|