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

Comparing deliantra/Deliantra-Client/pod/faq.pod (file contents):
Revision 1.6 by root, Wed Apr 2 13:27:55 2008 UTC vs.
Revision 1.13 by root, Sat Apr 5 16:25:42 2008 UTC

12Crossfire maps, so the games share a lot. 12Crossfire maps, so the games share a lot.
13 13
14The major differences are a better client, better graphics, a stable 14The major differences are a better client, better graphics, a stable
15server (i.e. no crashes every few hours with players and maps getting 15server (i.e. no crashes every few hours with players and maps getting
16reset) and the ability to let more players play, by using less resources 16reset) and the ability to let more players play, by using less resources
17and having a fully asynchronous design. 17and having a fully asynchronous design, and full support for sound effects
18and background music.
18 19
19=head3 The client is very sluggish and slow, what can I do about this? 20=head3 The client is very sluggish and slow, what can I do about this?
20 21
21Most likely, you don't have accelerated OpenGL support. Try to find a 22Most likely, you don't have accelerated OpenGL support. Try to find a
22newer driver, or a driver from your hardware vendor, that features OpenGL 23newer driver, or a driver from your hardware vendor, that features OpenGL
36 37
37=item * Increase B<Map Scale> 38=item * Increase B<Map Scale>
38 39
39=back 40=back
40 41
42=head3 My client doesn't start anymore/graphics are corrupted!
43
44Sometimes you hit a bug in the client. To reset the state of your client
45you can delete your client database directory (your client will have to
46re-download music and images and you will lose your minimap contents).
47
48=over 4
49
50To do that, on Unix:
51
52 rm -rf ~/.deliantra/client-*
53
54On windows:
55
56Do C<< Start => Run >>, enter F<%APPDATA%>, press return, and in the
57window that will open, first open F<deliantra>, then delete the directory
58starting with F<client->.
59
60=back
61
62Alternatively you can delete the F<.deliantra> or F<deliantra> directory
63itself, but this will also delete your settings and keybindings.
64
65
41=head2 Generic how do I... 66=head2 Generic how do I...
42 67
43=head3 X<faq_igniteandthaw>How do I thaw icecubes? Or: How do I ignite a torch? 68=head3 X<faq_igniteandthaw>How do I thaw icecubes? Or: How do I ignite a torch?
44 69
45The right-click context menu in the playerbook inventory has an entry 70The right-click context menu in the playerbook inventory has an entry
46B<ignite/thaw>, which will ignite something or thaw icecubes. You will 71B<ignite/thaw>, which will ignite something or thaw icecubes. You will
47need a B<flint & steel> L<$ARCH/light/flint_and_steel.base.111.png> for 72need a B<flint & steel> L<$ARCH/flint_and_steel.x11> for
48this to work! 73this to work!
49 74
50An alternative would be to use the L<mark|command/mark> and 75An alternative would be to use the L<mark|command/mark> and
51L<apply|command/apply> commands like this: 76L<apply|command/apply> commands like this:
52 77
57 82
58=head3 How do I cast a cone spell all around me (burning hands, holy word etc.)? 83=head3 How do I cast a cone spell all around me (burning hands, holy word etc.)?
59 84
60Use the C<5>-key on your keypad. This will cats spells "onto yourself" 85Use the C<5>-key on your keypad. This will cats spells "onto yourself"
61which has the desired effect with cone spells. 86which has the desired effect with cone spells.
87
88
89=head2 Playing Together
90
91=head3 How can I communicate with other players?
92
93There are five commands you can use to talk to others. All of them can
94be entered by just typing them in, followed by the message, followed by
95C<Return>, e.g. C<chat hey guys, what's up?>. If you have a I<tab> open
96in your message window you can also just type a text in there followed
97by C<Return> (this is especially handy as C<Return> also activates the
98current chat tab as well).
99
100=over 4
101
102=item chat <message> (short: C<c>)
103
104The most-used communications command. Whatever you I<chat> will end up
105in the I<Chat> tab of everybody else who is currently logged in.
106
107Example:
108
109 c uh, that anchovis almost killed me
110
111=item shout <message>
112
113This is like C<chat>, but "louder". Everybody will get your message in red
114in their C<Chat> tabs. You should not use C<shout> unless you are in an
115emergency or there is something really important to be said, otherwise you
116risk being ignored by people.
117
118Example:
119
120 sh I am stuck! can anybody let me out?
121
122=item say <message> (short: C<s>)
123
124This command can be used to talk to NPCs (without going through the NPC
125dialogue window), but all players anywhere on the same map can hear you as
126well.
127
128Example:
129
130 s good that schmorp cnanot hera us here!
131
132=item tell <playername> <message> (short: C<te>)
133
134This is your prototypical two-way, private, chat channel. You can talk to
135any other player that is currently logged in, and only he can hear you.
136
137=item gsay <message> (short: C<gs>)
138
139The group say command sends a message to every member of the party/group
140you are in. This is useful when playing in a team, to avoid cluttering the
141chat channel.
142
143=back
144
145=head3 Can I form parties? Which benefits does party-play have?
146
147You can form I<new> parties using the C<< party form <name> >> name
148command, and you can join I<existing> parties using the C<< party join
149<name> >> command. There are other party commands, use C<help party> to
150find out more.
151
152The main benefit of party-play is sharing experience: All experience you
153gain is distributed to all party members accoridng to their level (people
154with twice the level as you gain twice as much experience).
155
156This is great for training skills you are bad in, but somebody else is
157good in, and of course vice versa!
158
62 159
63=head2 Magic 160=head2 Magic
64 161
65=head3 How can I summon a specific monster with C<summon pet monster>? 162=head3 How can I summon a specific monster with C<summon pet monster>?
66 163
96 100 laoch 193 100 laoch
97 105 snitchangel 194 105 snitchangel
98 195
99=head2 Praying, Gods and Cults 196=head2 Praying, Gods and Cults
100 197
101=head3 How do I pray? 198=head3 X<how_tp_pray>How do I pray?
102 199
103First enter the "praying mode" by readying your L<skill_description/praying> skill 200First enter the "praying mode" by readying your L<skill_description/praying> skill
104(by default bound to C<Alt-P>, or by typing C<rspraying>), then hold and keep holding 201(by default bound to C<Alt-P>, or by typing C<rspraying>), then hold and keep holding
105C<Shift> and a direction key (e.g. C<Shift-Up>). 202C<Shift> and a direction key (e.g. C<Shift-Up>).
106 203
107You will now pray as long as you keep pressing the keys. 204You will now pray as long as you keep pressing the keys.
108 205
109=head3 How can I summon a specific monster with C<summon cult monster> 206=head3 How can I summon a specific monster with C<summon cult monster>?
110 207
111You can't, your god selects the monsters for you. 208You can't, your god selects the monsters for you.
112 209
113=head3 How do I join a cult (become a follower of a god)? 210=head3 How do I join a cult/become a follower of a god?
114 211
115That is simple, just find an altar of a god of your choice and start 212That is simple, just find an altar of a god of your choice and start
116L<skill_description/praying>. Eventually, the god will recognize 213L<skill_description/praying>. Eventually, the god will recognize
117you. 214you.
118 215
125First you should pray long enough to your god, until you gain 95% 222First you should pray long enough to your god, until you gain 95%
126resistancy to god power. Then quickly go to the altar of your newly-chosen 223resistancy to god power. Then quickly go to the altar of your newly-chosen
127god and pray on her/his altar. Your old god won't make it easy, but if you 224god and pray on her/his altar. Your old god won't make it easy, but if you
128are persistent your old god will let you go at one point. 225are persistent your old god will let you go at one point.
129 226
227=head2 Exploring
228
229=head3 What areas are there to explore?
230
231First, you should explore Scorn and find the port pass (and maybe also the
232gate pass). Make sure you don't miss out the old city of scorn, many
233a dangers, but also many treasures, cna be found there.
234
235When you finished most of the quests in Scorn you should investigate how
236the pirates escape from the prison. This will lead to a number of nice
237quests in and around Port Joseph.
238
239Another nice series of quests, from low to medium level, can be found in
240the King's Palace in Scorn. Who wouldn't want to meet the princess in
241person?
242
243The areas you can reach through the various transportation modes in Scorn
244are Pupland (which has a lot of puzzles and quests from very low to very
245high level), Stoneville and Santo Dominion (low and medium level quests,
246also nice shops), and the Aldwulf Archipelago (which is more dangerous).
247
248Through the gate you can reach Euthville and Santo Dominion to the north,
249Brest (medium level) and Lake Country (medium to high leve) to the south,
250and Navar (medium level quests) in the east (a long travel).
251
252From Navar you can travel to Darcap in the far north (medium level
253quests), near the mystical country of Azumauindo, to Wolfsburg somewhere
254on the ocean, a rather dangerous area with many thieves and pirates
255(medium level quests) and Valleynoy to the south, with medium and high
256level quests (did you find the southpole yet?).
257
258Also, it is said that Navar somehow has access to the mystical City
259de Clouds, the biggest city ever seen (high level and very high level
260quests). There are rumors about lands beyond (St. Bartholemew and other
261cities) and other even more mystical places, but little is known about
262that.
263

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines