diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.txt | 15 | ||||
-rw-r--r-- | docs/win32-release.txt | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/FAQ.txt b/docs/FAQ.txt index a5989731..27ac9e4a 100644 --- a/docs/FAQ.txt +++ b/docs/FAQ.txt @@ -43,6 +43,21 @@ Q: I always get "Wrong password" but I'm sure I typed it right, why? A: If is the first time you login be sure you're not adding _M at the end of your username. Else please send an e-mail to umperio@users.sourceforge.net. +Q: How can I talk to NPCs? + +A: Did you read README? Are you really sure? If not go read it and you'll find + all the known commands. If you notice the README is not up to date/wrong, + please report it to the developers. + +Q: I just typed /<command> in the chat window and then I saw "Your account has + been banished until ..." and TMW closed. Now when I try to log in nothing + happens? + +A: That's because /<commands> are not implemented at the moment of writing. + Please avoid using such commands (i.e. /help) until they're added. + Anyway the ban is temp, just wait some minutes and you should be able to + connect again. + DEVELOPMENT diff --git a/docs/win32-release.txt b/docs/win32-release.txt index af43d38b..8ef87d07 100644 --- a/docs/win32-release.txt +++ b/docs/win32-release.txt @@ -33,4 +33,7 @@ Every Win32 releaser should follow this checklist when creating a new package. * !define PRODUCT_VERSION * OutFile * all the required files (install/uninstall) + - Test the script with a fresh installation (uninstall and delete + previous installations). Test also uninstall process to check if + it removes all the files.
\ No newline at end of file |