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.3 by root, Mon Aug 14 19:17:09 2006 UTC vs.
Revision 1.12 by root, Fri Apr 4 15:23:35 2008 UTC

1=head1 Game FAQ/Tips and Tricks 1=head1 FAQ, Tips and Tricks
2 2
3Here are some questions you might asked yourself over time. 3Here are some questions you might asked yourself over time.
4Also some nice Tips and Tricks are listed here, which you may find informative. 4Also some nice Tips and Tricks are listed here, which you may find informative.
5 5
6=head2 X<faq_igniteandthaw>How do I thaw icecubes? Or: How do I ignite a torch? 6=head2 Meta - About the Game and the Client
7 7
8There are a few options: 8=head3 What is the relation between Deliantra and Crossfire?
9The right-click context menu in the L<Inventory|playerbook_inventory> reveals
10B<ignite/thaw>, which will ignite something or thaw icecubes.
11You will need a B<flint & steel> L<$ARCH/light/flint_and_steel.base.111.png> for this
12to work!
13 9
14An alternative would be to use the L<mark|command/mark> and L<apply|command/apply> 10Deliantra was originally a Crossfire server, but by now most of the code
15commands like this: 11has been rewritten. Still most maps are very similar or identical to
12Crossfire maps, so the games share a lot.
16 13
17 mark icecube 14The major differences are a better client, better graphics, a stable
18 apply flint and steel 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
17and having a fully asynchronous design, and full support for sound effects
18and background music.
19 19
20If you need to something do this often, I recommend using the L<Bind
21Recorder|binding_recorder>.
22
23=head2 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?
24 21
25Most 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
26newer driver, or a driver from your hardware vendor, that features OpenGL 23newer driver, or a driver from your hardware vendor, that features OpenGL
27support. 24support.
28 25
34 31
35=item * B<Video Mode> should be set as low as possible (e.g. 640x480) 32=item * B<Video Mode> should be set as low as possible (e.g. 640x480)
36 33
37=item * Enable B<Fast & Ugly> mode 34=item * Enable B<Fast & Ugly> mode
38 35
39=item * Disable B<Fog of War> 36=item * Disable B<Fog of War> and C<Map Smoothing>
40 37
41=item * Increase B<Map Scale> 38=item * Increase B<Map Scale>
42 39
43=back 40=back
44 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
45=back 60=back
46 61
62Alternatively you can delete the F<.deliantra> or F<deliantra> directory
63itself, but this will also delete your settings and keybindings.
64
65
66=head2 Generic how do I...
67
68=head3 X<faq_igniteandthaw>How do I thaw icecubes? Or: How do I ignite a torch?
69
70The right-click context menu in the playerbook inventory has an entry
71B<ignite/thaw>, which will ignite something or thaw icecubes. You will
72need a B<flint & steel> L<$ARCH/flint_and_steel.x11> for
73this to work!
74
75An alternative would be to use the L<mark|command/mark> and
76L<apply|command/apply> commands like this:
77
78 mark icecube
79 apply flint and steel
80
81You can bind these commands to a key and invoke them repeatedly.
82
83=head3 How do I cast a cone spell all around me (burning hands, holy word etc.)?
84
85Use the C<5>-key on your keypad. This will cats spells "onto yourself"
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 four 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 I am stuck! can anybody let me out?
110
111=item say <message> (short: C<s>)
112
113This command can be used to talk to NPCs (without going through the NPC
114dialogue window), but all players anywhere on the same map can hear you as
115well.
116
117Example:
118
119 s good that schmorp cnanot hera us here!
120
121=item tell <playername> <message> (short: C<te>)
122
123This is your prototypical two-way, private, chat channel. You can talk to
124any other player that is currently logged in, and only he can hear you.
125
126=item gsay <message> (short: C<gs>)
127
128The group say command sends a message to every member of the party/group
129you are in. This is useful when playing in a team, to avoid cluttering the
130chat channel.
131
132=back
133
134=head3 Can I form parties? Which benefits does party-play have?
135
136You can form I<new> parties using the C<< party form <name> >> name
137command, and you can join I<existing> parties using the C<< party join
138<name> >> command. There are other party commands, use C<help party> to
139find out more.
140
141The main benefit of party-play is sharing experience: All experience you
142gain is distributed to all party members accoridng to their level (people
143with twice the level as you gain twice as much experience).
144
145This is great for training skills you are bad in, but somebody else is
146good in, and of course vice versa!
147
148
149=head2 Magic
150
151=head3 How can I summon a specific monster with C<summon pet monster>?
152
153Higher levels of L<skill_description/summoning> give you access to higher
154level monsters, but not all monsters have equal abilities. Instead of
155summoning the highest level monster allowed by your level you can also
156summon any other monster you had before by adding its I<archetype name>
157after the command, i.e. to summon bees you would use the C<cast summon pet
158monster bee> (short: C<cspm bee>) command.
159
160 Level Monster
161 1 bat
162 3 bird
163 4 spider
164 6 killer_bee
165 7 pixie
166 8 skeleton
167 9 stalker
168 11 devil
169 13 beholder
170 15 dark_elf
171 17 skull
172 20 angel
173 25 vampire
174 30 spectre
175 35 lich
176 40 demilich
177 50 hellhound
178 60 unusual_kobold
179 70 chicken
180 80 gr_hellhound
181 90 dave
182 100 laoch
183 105 snitchangel
184
185=head2 Praying, Gods and Cults
186
187=head3 X<how_tp_pray>How do I pray?
188
189First enter the "praying mode" by readying your L<skill_description/praying> skill
190(by default bound to C<Alt-P>, or by typing C<rspraying>), then hold and keep holding
191C<Shift> and a direction key (e.g. C<Shift-Up>).
192
193You will now pray as long as you keep pressing the keys.
194
195=head3 How can I summon a specific monster with C<summon cult monster>?
196
197You can't, your god selects the monsters for you.
198
199=head3 How do I join a cult/become a follower of a god?
200
201That is simple, just find an altar of a god of your choice and start
202L<skill_description/praying>. Eventually, the god will recognize
203you.
204
205=head3 How do I change gods?
206
207That is far more difficult: gods really hate it when you defect
208them. Expect to lose a lot of L<skill_description/praying> experience in
209the process.
210
211First you should pray long enough to your god, until you gain 95%
212resistancy to god power. Then quickly go to the altar of your newly-chosen
213god and pray on her/his altar. Your old god won't make it easy, but if you
214are persistent your old god will let you go at one point.
215
216=head2 Exploring
217
218=head3 What areas are there to explore?
219
220First, you should explore Scorn and find the port pass (and maybe also the
221gate pass). Make sure you don't miss out the old city of scorn, many
222a dangers, but also many treasures, cna be found there.
223
224When you finished most of the quests in Scorn you should investigate how
225the pirates escape from the prison. This will lead to a number of nice
226quests in and around Port Joseph.
227
228Another nice series of quests, from low to medium level, can be found in
229the King's Palace in Scorn. Who wouldn't want to meet the princess in
230person?
231
232The areas you can reach through the various transportation modes in Scorn
233are Pupland (which has a lot of puzzles and quests from very low to very
234high level), Stoneville and Santo Dominion (low and medium level quests,
235also nice shops), and the Aldwulf Archipelago (which is more dangerous).
236
237Through the gate you can reach Euthville and Santo Dominion to the north,
238Brest (medium level) and Lake Country (medium to high leve) to the south,
239and Navar (medium level quests) in the east (a long travel).
240
241From Navar you can travel to Darcap in the far north (medium level
242quests), near the mystical country of Azumauindo, to Wolfsburg somewhere
243on the ocean, a rather dangerous area with many thieves and pirates
244(medium level quests) and Valleynoy to the south, with medium and high
245level quests (did you find the southpole yet?).
246
247Also, it is said that Navar somehow has access to the mystical City
248de Clouds, the biggest city ever seen (high level and very high level
249quests). There are rumors about lands beyond (St. Bartholemew and other
250cities) and other even more mystical places, but little is known about
251that.
252

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines