summaryrefslogtreecommitdiff
path: root/npc/019-4-1/golbarez.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-15 04:00:21 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-15 04:00:21 -0200
commit2d53be4b771aec1c91da67897b16d5b5d0b8c230 (patch)
treebe35b19a9045572a8d029066ae9c7d1fa871c8f4 /npc/019-4-1/golbarez.txt
parent54710b25d4b858bd7e17dac69ecd583438fc36c4 (diff)
downloadserverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.tar.gz
serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.tar.bz2
serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.tar.xz
serverdata-2d53be4b771aec1c91da67897b16d5b5d0b8c230.zip
This is how Christmas 2018 (and all successors) are supposed to go.
Simple, yet elegant.
Diffstat (limited to 'npc/019-4-1/golbarez.txt')
-rw-r--r--npc/019-4-1/golbarez.txt19
1 files changed, 19 insertions, 0 deletions
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;
+}
+