diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-08 20:04:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-08 20:04:22 -0300 |
commit | eff232cac3e17a4f37d95deaeb4dee8f1eba3d8e (patch) | |
tree | cbeea2bcff9e238b52b1ca2330ff3ae6a8312bef | |
parent | 44d0a714acdf0e4e0c0ddce8fd32138637b86b60 (diff) | |
download | serverdata-eff232cac3e17a4f37d95deaeb4dee8f1eba3d8e.tar.gz serverdata-eff232cac3e17a4f37d95deaeb4dee8f1eba3d8e.tar.bz2 serverdata-eff232cac3e17a4f37d95deaeb4dee8f1eba3d8e.tar.xz serverdata-eff232cac3e17a4f37d95deaeb4dee8f1eba3d8e.zip |
Saxso Chest: Tutorial part
-rw-r--r-- | npc/005-2/saxsochest.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/005-2/saxsochest.txt b/npc/005-2/saxsochest.txt index 61a13d509..591372e4f 100644 --- a/npc/005-2/saxsochest.txt +++ b/npc/005-2/saxsochest.txt @@ -24,6 +24,10 @@ } else { speech S_FIRST_BLANK_LINE, l("You don't have the key."); + tutmes l("In the world, you may find several treasure boxes. Different treasure boxes need different keys."), l("Treasure!"); + tutmes l("The most common treasure box uses %s and can opened many times. However, this is a special treasure box. You'll need a %s to open it.", getitemlink(TreasureKey), getitemlink(.key)), l("Treasure!"); + tutmes l("This key is dropped by the Saxso Ghost. Did you knew you can obtain info about the monster drop rates and strength?"), l("Monster Information!"); + tutmes l("Use %s (name in english) to obtain this info. You don't need the full name either, so go ahead and try it!", b("@monsterinfo Saxso")), l("Monster Information!"); close; } } |