1
THE MANA WORLD
2
==============
3
4
 Version: 0.0.29.1       Date: 09/06/2009
5
6
 Development team:
7
  - See AUTHORS file for a list
8
9
 Powered by:
10
11
  - SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework)
12
  - Guichan (GUI framework)
13
  - libxml2 (XML parsing and writing)
14
  - PhysFS (Data files)
15
  - ENet (UDP networking library)
16
  - libcurl (HTTP downloads)
17
  - zlib (Archives)
18
19
20
0. Index
21
--------
22
23
1. Account
24
2. Commands
25
3. Skills
26
4. Support
27
28
1. Account
29
----------
30
31
To create an account, when you login for the first time enter the desired
32
username and a password of your choice then press the "Register button".
33
Remember that the server is only for demo and development purposes.
34
35
2. Commands
36
-----------
37
38
KEYBOARD:
39
40
Use arrow keys to move around. Other keys:
41
42
- Ctrl               attack
43
- F1                 toggle the online help
44
- F2                 toggle profile window
45
- F3                 toggle inventory window
46
- F4                 toggle equipment window
47
- F5                 toggle skills window
48
- F6                 toggle minimap
49
- F7                 toggle chat window
50
- F8                 toggle shortcut window
51
- F9                 show setup window
52
- F10                toggle debug window
53
- Alt + 0-9          show emotions / usuable at skill level 2.
54
- Alt + S            sit down / stand up / usuable at skill level 3.
55
- Alt + F            toggle debug pathfinding feature
56
- Alt + P            take screenshot
57
- Alt + T            turns on anti-trade function / usuable at skill level 1.
58
- A                  target nearest monster
59
- H                  hide all non-sticky windows
60
- G or Z             pick up item
61
- Enter              focus chat window / send message
62
63
MOUSE:
64
65
Left click to execute default action: walk, pick up an item, attack a monster
66
and talk to NPCs (be sure to click on their feet). Right click to show up a
67
context menu. Holding [Left Shift] prevents from walking when attacking.
68
69
/Commands:
70
71
- /help              Displays the list of commands
72
- /announce          broadcasts a global msg(Gm Cammand only)
73
- /clear             clears the chat window 
74
- /who               shows how many players are online
75
- /where             displays the map name your currently on 
76
- /whisper           send a private msg to another player
77
                        (format: /whisper <charname> <message>)
78
                     If the <nick> has spaces in it, enclose it in double
79
                        quotes e.g. /whisper "char name" <message>
80
- /record            Records the Chat output 
81
                     (format: /record <filename to write to> starts the record
82
                        session /record again 
83
                      stops the session)
84
- /party             <command> <params>: Party commands
85
 - /party new         creates a new party /party new <party name>
86
 - /party create      creates a new party /party create <party name>
87
 - /party prefix      This commands sets the party prefix character
88
                         /party prefix <prefix-char>
89
                      "/party prefix" reports the current party prefix
90
                         character
91
 - /party leave       This command causes the player to leave the party.
92
Type /help party <option> for further help.
93
- /present           This command gets a list of players within hearing
94
- /toggle            make the chatlog lose focus on a blank line or after
95
                       message. (format: /toggle <option>, where option can be
96
                       '1', 'y' or 't' to make the chatlog lose focus on a
97
                       blank line, and '0', 'n' or 'f' to make the chatlog lose
98
                       focus after every message.  /toggle displays the status)
99
For more information, type /help <command>
100
101
3. Skills
102
---------
103
104
You can improve your skills by increasing job level. Each job level gives you 1
105
point to spend on skills.
106
107
BASIC SKILLS:
108
109
Level 1:  enables the ability to trade with others
110
Level 2:  enables the ability to express emotions
111
Level 3:  enables character to sit
112
Level 4:  enables not used 
113
level 5:  enables the ability to join a party 
114
level 6:  enables not used 
115
level 7:  enables the ability to create a party 
116
level 8:  enables not used
117
level 9:  enables not used
118
level 10: enables not used
119
120
4. Support
121
----------
122
123
If you're having troubles, please first of all read the FAQ.
124
If you can't find a solution to your problem, feel free to check our
125
Bugs/Support section of the forum:
126
- http://themanaworld.org/phpBB2/viewforum.php?f=3
127
or come visit us on our IRC channel:
128
- #themanaworld @ irc.freenode.net
129
130
Otherwise check the AUTHORS file to have a list of developers and how to
131
contact them.