diff options
Diffstat (limited to 'npc/019-4-1/golbarez.txt')
-rw-r--r-- | npc/019-4-1/golbarez.txt | 19 |
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; +} + |