summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-04-16 20:14:11 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-04-16 20:14:11 +0000
commit969adac16bbaae97f4d96ade2b93cd09a2d456ea (patch)
treefcf6fa278954e9a21e987b4246e208ba863d7d1d /docs
parent23292470d9994a5e5d69451096343bc42cc37336 (diff)
downloadmana-client-969adac16bbaae97f4d96ade2b93cd09a2d456ea.tar.gz
mana-client-969adac16bbaae97f4d96ade2b93cd09a2d456ea.tar.bz2
mana-client-969adac16bbaae97f4d96ade2b93cd09a2d456ea.tar.xz
mana-client-969adac16bbaae97f4d96ade2b93cd09a2d456ea.zip
Updating some docs
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.txt15
-rw-r--r--docs/win32-release.txt3
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