diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-03 14:03:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-03 14:03:08 -0300 |
commit | b2e3e6db76946203375ce83def764bb5800c5751 (patch) | |
tree | 4322b322cef6f998af15b375f555ec09343ca7fa /npc/042-0/arthur.txt | |
parent | dc7ac20a35937914893fdcec7c9797c5bdc0b417 (diff) | |
download | serverdata-b2e3e6db76946203375ce83def764bb5800c5751.tar.gz serverdata-b2e3e6db76946203375ce83def764bb5800c5751.tar.bz2 serverdata-b2e3e6db76946203375ce83def764bb5800c5751.tar.xz serverdata-b2e3e6db76946203375ce83def764bb5800c5751.zip |
Don't trust the code, bring lockpicks
Diffstat (limited to 'npc/042-0/arthur.txt')
-rw-r--r-- | npc/042-0/arthur.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index b0d1fba82..793d496ac 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -159,12 +159,13 @@ L_Tutorial: mes l("Once the quest is started, entrance will be closed."); mes l("No one can go out during the quest, so ensure every guild member has proper equipment, potions, and time for this dungeon."); next; - mes l("Additionally, for the optimal experience, ensure your party has at least the following members:"); + mes l("Additionally, for the optimal experience, ensure your party has at least the following members and items:"); mes ""; mes l("* Thief"); mes l("* Mage"); + mes l("* %s", getitemlink(TreasureKey)); + mes l("* %s", getitemlink(Lockpicks)); mes ""; - mes l("You should also bring plenty of %s!", getitemlink(TreasureKey)); next; mes b(".:: VICTORY REWARDS ::."); mes l("Victory prizes include guild experience, guild money, and guild bound items."); |