diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-14 11:12:35 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-14 11:12:35 -0200 |
commit | 47f276846625c7e86a201012d35b7ebb17af2691 (patch) | |
tree | 276d075e41ee620ae498ec17bad146dfae9b21d1 /npc | |
parent | 5cc1535c48a2f255e5449fd4b7cce62a37d46761 (diff) | |
download | serverdata-47f276846625c7e86a201012d35b7ebb17af2691.tar.gz serverdata-47f276846625c7e86a201012d35b7ebb17af2691.tar.bz2 serverdata-47f276846625c7e86a201012d35b7ebb17af2691.tar.xz serverdata-47f276846625c7e86a201012d35b7ebb17af2691.zip |
Explain our custom commands at Candor Trainer.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-7/trainer.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 52474c8c0..28aa71b59 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -402,6 +402,13 @@ L_Comandos: mes l("/ help explains how to use all client commands."); mes l("@commands lists even more advanced commands, but you can't use all of them."); next; + mes l("@resync will help when the client starts lagging. If you see an attack but no monsters, that's the cause."); + mes l("@lang allows you to change game language, anytime, anywhere."); + mes l("@rules will tell you all the rules once again."); + mes l("@toevent will warp you to event island, if an event is happening, of course."); + mes l("@discord allows you to setup Discord integration settings."); + mes l("@ucp allows you to manage your account, eg. recover lost email."); + next; goto L_Manaplus; L_Status: |