diff options
Diffstat (limited to 'npc/017-1/stranger.txt')
-rw-r--r-- | npc/017-1/stranger.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/017-1/stranger.txt b/npc/017-1/stranger.txt new file mode 100644 index 000000000..ac11e8c3f --- /dev/null +++ b/npc/017-1/stranger.txt @@ -0,0 +1,17 @@ +// TMW2/LoF scripts. +// Authors: +// TMW-LoF Team +// Jesusalva +// Description: +// Special quest, can be done every three months, on days 18~25. +// Months: January, April, July, October + +017-1,44,37,0 script Stranger#LoF NPC_LOF_STRANGER,{ + hello; + end; + +OnInit: + end; + +} + |