diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:27:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:27:21 -0300 |
commit | 608514b4754311564713f219d4f92be9ca113032 (patch) | |
tree | 4fe52f359297d4eebf18f467bfd711023d7e780c /npc/005-1/vincent.txt | |
parent | a5604642235cfa35b9e3c41a2a32603b6c64f841 (diff) | |
download | serverdata-608514b4754311564713f219d4f92be9ca113032.tar.gz serverdata-608514b4754311564713f219d4f92be9ca113032.tar.bz2 serverdata-608514b4754311564713f219d4f92be9ca113032.tar.xz serverdata-608514b4754311564713f219d4f92be9ca113032.zip |
Vincent Tutorial: Explain about Seasonal Quests.
Diffstat (limited to 'npc/005-1/vincent.txt')
-rw-r--r-- | npc/005-1/vincent.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt index e23ed7b5f..d74560e3e 100644 --- a/npc/005-1/vincent.txt +++ b/npc/005-1/vincent.txt @@ -11,7 +11,7 @@ if (.@q == 2) goto L_QuestDone; speech S_LAST_BLANK_LINE, - l("I am making a figurin with Bug legs."), + l("I am making a figurin with Bug legs for the upcoming festival."), lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .LegsCount, getitemlink(BugLeg)); switch (select(l("Ok, I'll be back in no time."), @@ -57,6 +57,8 @@ L_QuestDone: speech l("Hey, @@!", strcharinfo(0)), l("My figurin is so nice!"); + tutmes l("Some quests and events, like the festival, are only available during specific times."); + tutmes l("Some will only repeat yearly, while other events happen weekly or monthly, or in some other time aspect."); close; OnInit: |