diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | README | 27 | ||||
-rw-r--r-- | docs/FAQ.txt | 4 | ||||
-rw-r--r-- | docs/win32-release.txt | 1 |
5 files changed, 33 insertions, 2 deletions
@@ -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 == @@ -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 @@ -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) |