diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-02-02 00:49:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-02-02 00:49:39 -0300 |
commit | 0b90bddd62f0037aed0d8b1711c91a1611badd3b (patch) | |
tree | 934ab23fec2c64f7e9078b35b7b2488313866d30 | |
parent | 9d863ea65ad22583e8d9c70452578cb3377c183f (diff) | |
download | serverdata-0b90bddd62f0037aed0d8b1711c91a1611badd3b.tar.gz serverdata-0b90bddd62f0037aed0d8b1711c91a1611badd3b.tar.bz2 serverdata-0b90bddd62f0037aed0d8b1711c91a1611badd3b.tar.xz serverdata-0b90bddd62f0037aed0d8b1711c91a1611badd3b.zip |
[skip ci] Improve the tutorial message
-rw-r--r-- | npc/002-1/arpan.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index 2e0646c07..21161f7c4 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -215,6 +215,7 @@ L_Magic: if (getskilllv(TMW2_PARLORTRICK) == 1) { mesc l("* Magic Arpan teached you a parlor trick!"); tutmes l("You can press %s to show all your skills. It is advised to drag the skill to the quick bar (%s) so you can use the skill with the associated shortcut.\n\n%s", b("F5"), b("F8"), l("Do note that the cooldown is not currently displayed on quick menu.")); + tutmes l("There are over %d skills, but most of these require magic which you will not have access for a while. However, if you proceed in the game, you'll naturally learn if magic is or isn't so difficult as the world populace believes.", 80); //tutmes l("Talk to the %s and %s in Candor for a more detailed explanation on using skills!", b(l("Trainer")), b(l("Morgan"))); } else { mesc l("* Magic Arpan improved your trick!"); |