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/golbarez.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 npc/019-4-1/golbarez.txt (limited to 'npc/019-4-1/golbarez.txt') diff --git a/npc/019-4-1/golbarez.txt b/npc/019-4-1/golbarez.txt new file mode 100644 index 000000000..3cc343d79 --- /dev/null +++ b/npc/019-4-1/golbarez.txt @@ -0,0 +1,19 @@ +// TMW2/LoF scripts. +// Authors: +// TMW-LoF Team +// Jesusalva +// Description: +// Permanently repeatable quest, without any special limit +// NPC_GNOME_ABC NPC_LOF_RICH + +019-4-1,30,45,0 script Golbarez NPC_LOF_RICH,{ + mesn; + mesq l("The paradise!"); + close; + +OnInit: + .sex=G_MALE; + .distance=5; + end; +} + -- cgit v1.2.3-60-g2f50