summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-04-19 18:21:54 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-04-19 18:21:54 +0000
commit08762b727553d92b767ab6f32f199d4f04ff58d9 (patch)
tree9db1e43347ab721e8090ad4c870763d75bbad4d2
parent9450e7c72ff962ad749ae3336353f15a1f4fb499 (diff)
downloadmana-client-08762b727553d92b767ab6f32f199d4f04ff58d9.tar.gz
mana-client-08762b727553d92b767ab6f32f199d4f04ff58d9.tar.bz2
mana-client-08762b727553d92b767ab6f32f199d4f04ff58d9.tar.xz
mana-client-08762b727553d92b767ab6f32f199d4f04ff58d9.zip
useful and useless docs updates
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog1
-rw-r--r--README27
-rw-r--r--docs/FAQ.txt4
-rw-r--r--docs/win32-release.txt1
5 files changed, 33 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index e50decfd..101d0969 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
The Mana World Dev Team
-----------------------
- ElvenProgrammer aka Eugenio Favalli (umperio@users.sourceforge.net)
+ ElvenProgrammer aka Eugenio Favalli (elvenprogrammer@gmail.com)
Project leader, programmer
== Programmers ==
diff --git a/ChangeLog b/ChangeLog
index 7475bfdc..c92ca85b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
0.0.12 (? May 2005)
+- Fixed crash when map server is down
- New map (Shimris dungeon)
- New monsters (yellow and red slime, black scorpion)
- Dynamic loading of monstersets
diff --git a/README b/README
index 615e48bd..d045f584 100644
--- a/README
+++ b/README
@@ -20,6 +20,8 @@ THE MANA WORLD
1. Account
2. Commands
+3. Skills
+4. Support
1. Account
----------
@@ -48,4 +50,27 @@ over NPC's feet to talk to them. Other keys:
- Alt + E show equipment
- Alt + C show setup window
-Please read docs/faq.txt if you're having troubles.
+3. Skills
+---------
+
+You can improve your skills by increasing job level. Each job level gives you 1
+point to spend on basic skills.
+
+Level 1: enables the ability to trade with others
+Level 2: enables the ability to express emotions
+Level 3:enables character to sit
+
+Other levels are still not implemented.
+
+4. Support
+----------
+
+If you're having troubles, plase first of all read the FAQ.
+If you can't find a solution to your problem, feel free to check our
+Bugs/Support section of the forum:
+- http://themanaworld.org/phpBB2/viewforum.php?f=3
+or come visit us on our IRC channel:
+- #manaworld @ irc.freenode.net
+
+Otherwise check the AUTHORS file to have a list of developers and how to
+contact them. \ No newline at end of file
diff --git a/docs/FAQ.txt b/docs/FAQ.txt
index 27ac9e4a..57084427 100644
--- a/docs/FAQ.txt
+++ b/docs/FAQ.txt
@@ -58,6 +58,10 @@ A: That's because /<commands> are not implemented at the moment of writing.
Anyway the ban is temp, just wait some minutes and you should be able to
connect again.
+Q: I can't recover HP anymore.
+
+A: Check your inventory, if you've got lots of stuff probably you're overweight, try to give away some of them.
+
DEVELOPMENT
diff --git a/docs/win32-release.txt b/docs/win32-release.txt
index 8ef87d07..60d30f4d 100644
--- a/docs/win32-release.txt
+++ b/docs/win32-release.txt
@@ -9,6 +9,7 @@ Every Win32 releaser should follow this checklist when creating a new package.
* File version
* Product version
* Eventually Legal Copyright
+- Update README and ChangeLog if not already
- Compile OpenGL version (Using -DUSE_OPENGL option) and rename the executable
from tmw.exe to tmw_opengl.exe
- Compile normal version (Do not use special flags as __DEBUG or USE_OPENGL)