ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pod/tutorial.pod
(Generate patch)

Comparing deliantra/Deliantra-Client/pod/tutorial.pod (file contents):
Revision 1.13 by pippijn, Tue Dec 23 18:52:54 2008 UTC vs.
Revision 1.15 by root, Sun Mar 11 14:32:09 2012 UTC

1=encoding utf-8
2
1=head1 Deliantra Client Tutorial - A gentle introduction to the game client 3=head1 Deliantra Client Tutorial - A gentle introduction to the game client
2 4
3=head2 What's Deliantra - Basic Game Concepts 5=head2 What's Deliantra - Basic Game Concepts
4 6
5Deliantra is a 2D MORPG (Multiplayer Online Role Playing Game). This means 7Deliantra is a 2D MORPG (Multiplayer Online Role Playing Game). This means
86 88
87And before you ask: No you can't disable them. 89And before you ask: No you can't disable them.
88 90
89=head3 Minimap 91=head3 Minimap
90 92
91=for image sc_minimap.png 93=for image sc_minimap.jpg
92 94
93This minimap can usually be found on the upper left of the client window, 95This minimap can usually be found on the upper left of the client window,
94it shows the rough layout of the map you are currently on. It can be helpful 96it shows the rough layout of the map you are currently on. It can be helpful
95to keep track of already explored areas. 97to keep track of already explored areas.
96 98
97=head3 Message Window 99=head3 Message Window
98 100
99Another very important window is the B<Message Window>: 101Another very important window is the B<Message Window>:
100 102
101=for image sc_message_window.png 103=for image sc_message_window.jpg
102 104
103It shows all the important textual information which occur in the game. 105It shows all the important textual information which occur in the game.
104The first tab, the B<Log> tab, usually shows status information about 106The first tab, the B<Log> tab, usually shows status information about
105the server for example the message of the day. 107the server for example the message of the day.
106 108
116occur while playing, for example stat changes (which for example happen 118occur while playing, for example stat changes (which for example happen
117when you get poisoned) or activity messages. 119when you get poisoned) or activity messages.
118 120
119This image shows the short log shortly after logging in: 121This image shows the short log shortly after logging in:
120 122
121=for image sc_short_log.png 123=for image sc_short_log.jpg
122 124
123=head3 Floorbox 125=head3 Floorbox
124 126
125The floorbox can be found on the bottom of the client window, 127The floorbox can be found on the bottom of the client window,
126right from the middle of the bottom border: 128right from the middle of the bottom border:
134=head3 Gauges 136=head3 Gauges
135 137
136The gauges on the bottom right of the client window display probably 138The gauges on the bottom right of the client window display probably
137the most interesting things while playing: 139the most interesting things while playing:
138 140
139=for image sc_gauges.png 141=for image sc_gauges.jpg
140 142
141The blue gauge shows your health. If this gauge hits the bottom you will 143The blue gauge shows your health. If this gauge hits the bottom you will
142die. The next, very shiny gauge, shows the amount of spell points you 144die. The next, very shiny gauge, shows the amount of spell points you
143can spend for casting magial spells. The bluish green gauge shows how 145can spend for casting magial spells. The bluish green gauge shows how
144many grace points you got for using prayers. The last gauge shows 146many grace points you got for using prayers. The last gauge shows

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines