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.8 by root, Wed Apr 2 13:52:43 2008 UTC vs.
Revision 1.35 by sf-asarth, Sun Nov 16 21:50:12 2008 UTC

1=head1 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 Meta - About the Game and the Client 6=head2 Meta - About the Game and the Client
7 7
8=head3 What is the relation between Deliantra and Crossfire? 8=head3 What is the relation between Deliantra and Crossfire?
9 9
10Deliantra was originally a Crossfire server, but by now most of the code 10Deliantra was originally a Crossfire server, but by now most of the code
11has been rewritten. Still most maps are very similar or identical to 11has been rewritten. Still, most maps are very similar or identical to
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, and full support for sound effects 17and having a fully asynchronous design, and full support for sound effects
18and background music. 18and background music.
19 19
20=head3 I found a bug, how can I report it/what do I do?
21
22Mail us at support@deliantra.net , which is best, unless it is a small,
23temporary, or urgent issue. If it is, then tell schmorp, elmex, or Asarth.
24
20=head3 The client is very sluggish and slow, what can I do about this? 25=head3 The client is very sluggish and slow, what can I do about this?
21 26
22Most likely, you don't have accelerated OpenGL support. Try to find a 27Most likely, you don't have accelerated OpenGL support. Try to find a
23newer driver, or a driver from your hardware vendor, that features OpenGL 28newer driver, or a driver from your hardware vendor, that features OpenGL
24support. 29support.
37 42
38=item * Increase B<Map Scale> 43=item * Increase B<Map Scale>
39 44
40=back 45=back
41 46
47=head3 The client doesn't correctly react to keypresses or mouseclicks.
48
49=over 4
50
51=item Make sure Numlock is off.
52
53Some Microsoft Windows versions/keyboard layouts do not report modifiers for the
54numerical keypad keys while Numlock is active.
55
56=item Make sure no other Modifier is "pressed".
57
58Mircosoft Windows versions have some accessability features that could
59interfere with games like Deliantra. You might want to switch these off in
60the keyboard settings. Sometimes modifiers can be "unstuck" by pressing
61them down once.
62
63=item Fullscreen switches confuse the keyboard modifiers.
64
65Fullscreen switches on Microsoft Windows sometimes confuse which keys are
66pressed and which aren't. Doing another switch to/from fullscreen might
67help.
68
69=back
70
42=head3 My client doesn't start anymore/graphics are corrupted! 71=head3 My client doesn't start anymore/graphics are corrupted!
43 72
44Sometimes you hit a bug in the client. To reset the state of your client 73Sometimes 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 74you can delete your client database directory (your client will have to
46re-download music and images and you will lose your minimap contents). 75re-download music and images and you will lose your minimap contents).
61 90
62Alternatively you can delete the F<.deliantra> or F<deliantra> directory 91Alternatively you can delete the F<.deliantra> or F<deliantra> directory
63itself, but this will also delete your settings and keybindings. 92itself, but this will also delete your settings and keybindings.
64 93
65 94
95=head2 Game Mechanics
96
97=head3 What is this place I go to when I die?
98
99When you die, you go to a place called the nimbus. In the nimbus, you are
100able to play minesweeper for your experience. If you win and have applied
101all the spaces except for bombs, you will automatically be teleported to
102a hallway you can walk down to be teleported back to life, with your
103experience intact.
104
105If you lose by applying a bomb, you are teleported to a hallway
106with a flower, and you can walk down to be teleported back to life,
107without your experience you lost when you died. There are rumors
108that the Key to Life can let the losers walk in the winner's
109hallway, however...
110
111=head3 I lose health, but I can't see why! Or how do I cure diseases/depletion/poison?
112
113Here are the typical reasons why you lose health:
114
115=over 4
116
117=item * You are being attacked.
118
119Sounds obvious, but sometimes you can't see the monster attacking
120you. Check the C<Log> tab, as you usually get a message when this happens.
121
122=item * You are out of food.
123
124When your food reaches C<0> you will start to lose health. Eating (good)
125food will replenish your food level.
126
127=item * You are poisoned.
128
129Poison will reduce your health. When your body heals fast enough it will
130eventually get over the poison, otherwise you should seek professional
131help such as the House of Healing in Scorn, or a player with the C<cure
132poison> spell. It is rumored that neko san might sometimes cure poison.
133
134=item * You have a disease.
135
136Some diseases have such drastic effects on your organism that you can lose
137health. Get help in the House of Healing in Scorn, or ask a player who can
138cast C<cure disease> on you.
139
140=item * Your stats change.
141
142Switching items or being restored from depletion can affect your stats,
143which in turn can affect your healthpoints. While this is not a regular
144effect (it only happens when you change items or are restored from
145depletion), it can sometimes look as if you are losing health. You can
146restore depletion by drinking a potion of life.
147
148=back
149
150=head3 How do diseases work?
151
152Diseases are obtained by things like traps or spells. Usually, they
153will reduce some of your attributes, like strength. They might also
154cause damage to you, or slow you down. Some of them infect monsters
155and players around you, spreading the disease.
156
157If your disease can be cured naturally, and if you do wait until
158it is cured naturally, you develop immunity for that level of
159disease. Higher level forms of that disease will still infect
160you, but you can wait it out to get better immunity.
161
162Some diseases, like rabies, cannot be cured by waiting.
163Instead, you will have to cure it magically. For information on how
164to do that, see the above entry.
165
166=head3 I lost an item! How?
167
168Well, we don't know. If you don't know, either, here is a partial list of
169ways people typically lose stuff:
170
171=over 4
172
173=item You accidentally dropped it in a shop (or elswehere).
174
175If in a shop, if it was money, you can just go there and pick it up again:
176shops do not "buy" money. For other items you will have to buy it back.
177
178=item Thieves or monsters stole your items.
179
180Yes, thieves and many other monsters (such as demons) can actually steal
181stuff. They can steal about anything that you don't currently wield, and
182if they are good, you don't even notice it. Your only chance of getting
183the item back is to kill the thief or steal the item back with the steal
184skill before the map he is in resets.
185
186Many adventurers find that the old road to Navar harbours a lot of thieves
187and is best avoided by the beginning adventurers.
188
189=back
190
191=head3 How do I uncurse/undamn items?
192
193You need a spell to uncurse or undamn items, but luckily, magic shops
194commonly have scrolls of remove curse or remove damnation. In addition,
195all of the gods except the Devourers can remove curses, and Gnarg,
196Lythander, Mostrai, Gaea, and Valriel can remove damnation. Gaea also
197grants the remove damnation spell at 300 grace.
198
199To actually remove the curse or damnation with a scroll, you need to
200L<mark> the item, and then L<apply> the scroll.
201
202=head3 When I log-in, I keep dying! Why is this?
203
204What happened is that you died of a cave-in. Cave-ins kill you when you
205unsafely log out. An unsafe log out is when you disconnect without using a
206bed to reality, or when you time out (after 10-20 seconds without reply,
207the server automatically kicks players). Safe log outs are when you log
208out using a bed to realtiy, or when you are disconnected when the server
209crashes or restarts.
210
211If the disconnection was safe, then you will appear where you were before
212you got logged out. If it was unsafe, and more than 1 hour has passed, you
213will die of a cave-in. If the map you were in reset, but 1 hour has not
214passed, then you will be recalled to your bed to reality.
215
216=head3 Where do I find beds to reality?
217
218Inns usually have them, and apartments almost always have beds to
219reality. Almost every city has an inn. Taverns sometimes have them, and
220they might be in surprising places. Scorn has an inn that is located in
221the southern area.
222
223=head3 How does the I<identify> spell work?
224
225The I<identify> spell identifies your items, making it give it's full
226description. The spell goes through your inventory in a psuedo-random
227order, skipping past identified items. If it identifies all the items
228in your inventory, or they are already identified, it then checks for
229identified items on the ground, again in a psuedo-random order. If it
230identifies all the items on the ground, then the remaining power is
231wasted.
232
233The I<identify> spell counts stacks of items, such as arrows or gems, as
234one 'item'. It can only identify a certain amount of items. Therefore, the
235only way to choose what it identifies is by dropping what you don't want
236identified on the ground.
237
238=head3 What do altars do?
239
240There are different types of altars. Altars found in churches and
241chapels are aligned to gods; they usually have decoration based
242on the god they are aligned to. You can pray at these altars to
243start worshipping the god the altar is aligned to, or pray to
244get over your normal grace limit, get grace faster, or any
245other effects the altar might have.
246
247Pink altars usually require a sacrifice, which can be seen by
248rolling your mouse over it at the bottom of the screen. If you
249drop the sacrifiice, it will activate something, like a gate, or
250maybe it will teleport something.
251
252=head3 How come I don't get any change from an altar?
253
254Altars do not give change. This means that you might drop a platinum piece
255on a table that identifies for 2 gold, or equivalent, and get only one
256identify. The equivalent means that you can make the price up in smaller
257currency, like 200 silver, but higher currency won't get you any more
258identifies.
259
260=head3 Where can I use building materials?
261
262You can only use them in tiles that are buildable. These tiles are found in
263guild storages, and in some apartments.
264
265=head3 How can I Prepare/Improve/Enchant Weapons?
266
267This is done in two steps: first you have to I<prepare> your weapon
268for the desired number of enchantments, then you apply the enchanments
269(weapons remember how many times they can be enchanted further).
270
271To prepare a weapon, wield it and L<mark> (e.g. using the popup menu in
272the inventory) it. Then, as a sacrifice, drop some diamonds on the floor
273then read the I<Prepare Weapon> scroll. The square root of the total
274number of diamonds sacrificed this way determines the number of
275enchantments the weapon accepts: one diamond for one enchanment, nine
276diamonds for three enchantments, 100 diamonds for ten enchantments,
277and so on.
278
279Remember, once you prepare the weapon, it can only be wielded by you.
280
281After that, you can apply improvement and enchantnment scrolls:
282
283=over 4
284
285=item Improve Damage
286
287Each scroll read will increase the damage by five points, and likewise the
288weight by five kilograms.
289
290=item Lower Weight
291
292This "improves" the weight of your weapon: each scroll reduces the weight
293by one fifth (20%). It will not, however, create weightless weapons.
294
295=item Enchant Weapon
296
297Each scroll read increases the magic by one point.
298
299=item Improve Stat
300
301This scroll improves one of the basic stat improvements (Strength,
302Dexterity and so on). For this it needs a further sacrifice in form of
303stat potions. The stat potions must be of the same type and will determine
304which stat gets improved.
305
306The number of stat potions you need to improve it is twice the number of
307stat points the weapon currently gives, plus one (the minimum is two stat
308potions, however). That is, a weapon which gives no stat bonus needs two
309(C<0 × 2 + 1 = 1> which is less than two, so two) stat potion, one that
310already gives I<Str +2> and I<Int +1> will need seven (C<3 × 2 + 1>) stat
311potions. Negative stats are summed normally, so I<Str +4> and I<Int -2>
312will result in needing five stat potions only (C<2 × 2 + 1>).
313
314=back
315
316Keep in mind, however, that your character can only handle a limited
317number of weapon improvements, see the L<skills> command. Item power will
318also increase.
319
320=head3 How can I enchant Armour?
321
322Enchanting armour is easy: each time you read an I<Enchant Armour> scroll,
323the magic value will be increased by one, the speed, armour (physical
324resistance) and weight are increased by some amount, as well as the item
325power.
326
327=head3 What is this item power business?
328
329In general, the more interesting/powerful items have higher item power
330values. Your character can handle only handle only a limited amount of
331power - for each overall level you can handle C<1.25> item power points,
332so if you are level 16 you can handle a total of 20 item power points (see
333the L<skills> command for your current limit and remaining item power
334points).
335
336All the equipment you wear adds to this limit, so if you wield a weapon of
337item power 30 plus two rings of item power 14 each you will need 58 item
338power (and a level of 47).
339
340
66=head2 Generic how do I... 341=head2 Generic how do I...
342
343=head3 How do I uncurse/undamn items or unwear cursed/damned items?
344
345You need a spell to uncurse or undamn items, but luckily, magic shops
346commonly have scrolls of remove curse or remove damnation. In addition,
347all of the gods except the Devourers can remove curses, and Gnarg,
348Lythander, Mostrai, Gaea, and Valriel can remove damnation. Gaea also
349grants the remove damnation spell at 300 grace.
350
351To actually remove the curse or damnation with a scroll, you need to
352L<mark> the item, and then L<apply> the scroll. Once the curse or
353damnation is removed, you can unwear the item.
354
355=head3 How do I use range weapons such as bows?
356
357First, you have to L<apply> the bow, then it will show up in the lower
358right corner in the C<Range:> slot. If it is already shown as C<(applied)>
359but not in the C<Range:> slot you have to unapply and reaply it.
360
361When you have a bow (or similar weapons like guns or crossbows) applied,
362you just shoot as with spells or other range attacks - C<Shift>+direction
363key.
364
365You need to have arrows (shells, bolts etc.) in your inventory or an
366active container for this to work.
367
368You can influence how you shoot via the L<Bow Mode|bowmode> in the C<<
369Playerbook => Settings >> tab.
67 370
68=head3 X<faq_igniteandthaw>How do I thaw icecubes? Or: How do I ignite a torch? 371=head3 X<faq_igniteandthaw>How do I thaw icecubes? Or: How do I ignite a torch?
69 372
70The right-click context menu in the playerbook inventory has an entry 373The right-click context menu in the playerbook inventory has an entry
71B<ignite/thaw>, which will ignite something or thaw icecubes. You will 374B<ignite/thaw>, which will ignite something or thaw icecubes. You will
72need a B<flint & steel> L<$ARCH/light/flint_and_steel.base.111.png> for 375need a B<flint & steel> L<$ARCH/flint_and_steel.x11> for
73this to work! 376this to work!
74 377
75An alternative would be to use the L<mark|command/mark> and 378An alternative would be to use the L<mark|command/mark> and
76L<apply|command/apply> commands like this: 379L<apply|command/apply> commands like this:
77 380
83=head3 How do I cast a cone spell all around me (burning hands, holy word etc.)? 386=head3 How do I cast a cone spell all around me (burning hands, holy word etc.)?
84 387
85Use the C<5>-key on your keypad. This will cats spells "onto yourself" 388Use the C<5>-key on your keypad. This will cats spells "onto yourself"
86which has the desired effect with cone spells. 389which has the desired effect with cone spells.
87 390
391=head3 How do I pay for items from a shop?
392
393You need to have the unpaid item in your inventory, and then walk out of
394the store with the shop mat. It will automatically pay for the item, if
395you have enough money. If you don't, you will be prevented from leaving,
396until you drop the unpaid item, or if you obtain enough money.
397
398=head3 How do I sell items to a shop?
399
400Just drop the item in a shop. Some tiles in a shop might not be shop
401tiles; usually, shop tiles are white brick floors. Try going over one of
402them and dropping the item. If the shop is not interested, the item will
403not leave your inventory.
404
405=head3 How do I increase my attributes?
406
407To increase your attributes (strength, dexterity, etc.) you can wear items
408that can increase them as long as you have them worn. You can get your
409attributes up to 30 like this. To increase them permanently, you can
410drink a stat potion, which have special colors and a letter on the potion
411named 'potion of <attribute>'. These potions can increase your attributes
412up to the natural maximum of your race; which can be viewd with the
413statistics command. It increases your 'natural' attribute, up to the
414'maximum' attribute.
415
416=head3 How do I get my literacy experience up?
417
418You need to read books and scrolls to get literacy experience. You can
419also use the literacy skill to identify scrolls and books. Identifying
420them gives you literacy experience, and you are still able to read them
421once you identify them.
422
423=head3 How do I rent and maintain an apartment?
424
425Payment for an apartment is done in 3 steps. First, there is an entry fee
426in the apartment map that you need to pay only once. Then, the apartment
427rental fee depends on the apartment model, not you. The taxes depend on
428your character level, and need to be paid, even while you are offline (the
429rental fee is only paid while you are online.)
430
431You can rent apartments in Scorn's Apartment Shop, and the hourly fees are
432deducted from your bank account.
433
434=head3 How do I use passes/keys?
435
436Whatever looks at your pass or key opens automatically, if you have it in
437your inventory or in an applied container. Some keys might just open a
438locked door, not a gate, and can be used by moving into the locked door.
439
440=head3 How do I find out where the key is to a locked door?
441
442Usually, bumping into the locked door will tell you what kind of key
443you need. This key is probably hidden somewhere in the same or close maps.
444Some of the characters near by might give you hints or explain something.
445
446=head3 How do I see how much an altar or table costs to use?
447
448You can move your mouse over it, and it will tell you how much currency it
449needs.
450
451=head3 How do I drop items?
452
453To drop items, you can right click on the item in your inventory screen in
454the playerbook, which you can get by pressing F5 or the Playerbook tab,
455and selecting drop. You can also shift + left click an item to drop it, or
456enter the command
457
458 drop <item>
459
460This command drops items with the names that have <item> in it. If you are
461unable to drop an item, this will probably be because it is locked. You
462can unlock it by right clicking the item in your inventory, and selecting
463unlock.
464
465=head3 How do I pick up items?
466
467You can pick up items by pressing the comma key (,) or by right clicking
468the item on the floor, and selecting 'take'. You can also type the
469
470 take <item>
471
472command.
473
474=head3 How do I make money, fast?!
475
476You should identify the items you sell. Unidentified items sell MUCH
477lower. Make sure you have the bargaining skill. It lets you save lots of
478money when you buy stuff, and gain more money when you sell stuff. You can
479level it up by buying items or selling expensive items. The higher it is
480priced, the more experience. You can get a scroll of bargaining in Scorn's
481gem shop.
482
483Quests also might give you something valuable as a reward.
484
485=head2 Playing Together
486
487=head3 How can I communicate with other players?
488
489There are five commands you can use to talk to others. All of them can
490be entered by just typing them in, followed by the message, followed by
491C<Return>, e.g. C<chat hey guys, what's up?>. If you have a I<tab> open
492in your message window you can also just type a text in there followed
493by C<Return> (this is especially handy as C<Return> also activates the
494current chat tab as well).
495
496=over 4
497
498=item chat <message> (short: C<c>)
499
500The most-used communications command. Whatever you I<chat> will end up
501in the I<Chat> tab of everybody else who is currently logged in.
502
503Example:
504
505 c uh, that anchovis almost killed me
506
507=item shout <message>
508
509This is like C<chat>, but "louder". Everybody will get your message in red
510in their C<Chat> tabs. You should not use C<shout> unless you are in an
511emergency or there is something really important to be said, otherwise you
512risk being ignored by people.
513
514Example:
515
516 sh I am stuck! can anybody let me out?
517
518=item say <message> (short: C<s>)
519
520This command can be used to talk to NPCs (without going through the NPC
521dialogue window), but all players anywhere on the same map can hear you as
522well.
523
524Example:
525
526 s good that schmorp cnanot hera us here!
527
528=item tell <playername> <message> (short: C<te>)
529
530This is your prototypical two-way, private, chat channel. You can talk to
531any other player that is currently logged in, and only he can hear you.
532
533=item gsay <message> (short: C<gs>)
534
535The group say command sends a message to every member of the party/group
536you are in. This is useful when playing in a team, to avoid cluttering the
537chat channel.
538
539=back
540
541In addition to these, there are a large number of emotes you can use, use
542the L<help> command to get a list.
543
544=head3 Can I form parties? Which benefits does party-play have?
545
546You can form I<new> parties using the C<< party form <name> >> name
547command, and you can join I<existing> parties using the C<< party join
548<name> >> command. There are other party commands, use C<help party> to
549find out more.
550
551The main benefit of party-play is sharing experience: All experience you
552gain is distributed to all party members accoridng to their level (people
553with twice the level as you gain twice as much experience).
554
555This is great for training skills you are bad in, but somebody else is
556good in, and of course vice versa!
557
88 558
89=head2 Magic 559=head2 Magic
90 560
561=head3 How does an improvement potion work?
562
563An improvement potion increases your hitpoints, spellpoints, or your grace,
564permanently. It does this by rerolling the rolls for your hitpoints, spellpoints,
565or grace, and increasing it. This way, if you drink enough improvement
566potions, your hitpoints, spellpoints, or grace would be as if you rolled perfectly.
567
568However, only lower levels roll for hitpoints, spellpoints, or grace. After level
56910, skills increase hitpoints, spellpoints, or grace by a certain fixed amount.
570
571=head3 How do I control golems I summon?
572
573You can control golems by holding down shift + a direction key. It moves in the
574direction you are holding.
575
91=head3 How can I summon a specific monster with C<summon pet monster>? 576=head3 How can I summon a specific monster with C<summon pet monster>?
92 577
93Higher levels of L<skill_description/summoning> give you access to higher 578Higher (effective) casting levels of L<skill_description/summoning> give
94level monsters, but not all monsters have equal abilities. Instead of 579you access to higher level monsters, but not all monsters have equal
95summoning the highest level monster allowed by your level you can also 580abilities. Instead of summoning the highest level monster allowed by your
96summon any other monster you had before by adding its I<archetype name> 581level you can also summon any other monster you had before by adding its
97after the command, i.e. to summon bees you would use the C<cast summon pet 582I<archetype name> after the command, i.e. to summon bees you would use the
98monster bee> (short: C<cspm bee>) command. 583C<cast summon pet monster bee> (short: C<cspm bee>) command.
99 584
100 Level Monster 585 Level Monster
101 1 bat 586 1 bat
102 3 bird 587 3 bird
103 4 spider 588 4 spider
120 80 gr_hellhound 605 80 gr_hellhound
121 90 dave 606 90 dave
122 100 laoch 607 100 laoch
123 105 snitchangel 608 105 snitchangel
124 609
610=head3 How does being attuned/repelled/denied affect casting level?
611
612Some spells are attuned to one or more spell classes (such as wounding,
613summoning, fire and so on). The player can likewise be attuned to some of
614these classes, giving a bonus, or repelled to them, giving a malus, or
615denied to them, making her unable to cast the spell at all.
616
617The skill level is the level of the skill that the spell uses (e.g.
618summoning or sorcery).
619
620When attuned, the bonus is up to 16 levels, but never higher than the
621skill level itself, i.e. at level 2, the bonus is 4, at level 5, the
622bonus is 10 and at level 50, the bonus is 16.
623
624When repelled, the malus is 16 levels always.
625
626These are added (or subtracted) to the skill level when checking whether
627the player can cast the spell and when calculating the effective casting
628level.
629
630The effect on strength is as if the minimum spell level is lower (when
631attuned) or higher (when repelled), and the strength will increase the
632same as without any attunement.
633
634=head3 What is the "effective" casting level?
635
636Effective casting levels start at 1 (lowest spell strength) and go up to
637100 (highest nominal spell strength). Higher levels are also possible and
638make the spell correspondingly stronger.
639
640The effective casting level is calculated from the skill level, after
641adding/subtracting any bonus from attunements.
642
643If the skill level plus bonus is lower than 100, then the minimum spell
644level comes into play: the minimum level is not only the minimum level
645a caster is required to have, it is also the level where the effective
646casting level equals 1. From there it grows till it reaches casting level
647100, whre the effective level will also be 100.
648
649If the skill level plus bonus is 100 or higher, then this is the effective
650spell level.
651
652That means, when you have a spell with a minimum level of 90, then it's
653effective range will be spread evenly over the 90..100 range, e.g. when
654you cast this spell at skill level 90, the effective casting level will
655be 1 (lowest). Casting at level 91 gives casting level 11, skill level
65698 gives effective level 80, up to skill level 100, which then gives
657effective level 100.
658
659
125=head2 Praying, Gods and Cults 660=head2 Praying, Gods and Cults
126 661
127=head3 How do I pray? 662=head3 X<how_to_pray>How do I pray or get the praying skill?
128 663
129First enter the "praying mode" by readying your L<skill_description/praying> skill 664First enter the "praying mode" by readying your L<skill_description/praying> skill
130(by default bound to C<Alt-P>, or by typing C<rspraying>), then hold and keep holding 665(by default bound to C<Alt-P>, or by typing C<rspraying>), then hold and keep holding
131C<Shift> and a direction key (e.g. C<Shift-Up>). 666C<Shift> and a direction key (e.g. C<Shift-Up>).
132 667
133You will now pray as long as you keep pressing the keys. 668You will now pray as long as you keep pressing the keys.
134 669
670However, if you do not have the praying skill, you can obtain it by
671reading a scroll of praying. This will let you learn the praying skill
672depending on your intelligence. You can also use a holy symbol to use the
673praying skill, as long as you have the holy symbol in your inventory. Holy
674symbols can be found in shops and random dungeons.
675
135=head3 How can I summon a specific monster with C<summon cult monster>? 676=head3 How can I summon a specific monster with C<summon cult monster>?
136 677
137You can't, your god selects the monsters for you. 678You can't, your god selects the monsters for you.
138 679
139=head3 How do I join a cult/become a follower of a god? 680=head3 How do I join a cult/become a follower of a god?
147That is far more difficult: gods really hate it when you defect 688That is far more difficult: gods really hate it when you defect
148them. Expect to lose a lot of L<skill_description/praying> experience in 689them. Expect to lose a lot of L<skill_description/praying> experience in
149the process. 690the process.
150 691
151First you should pray long enough to your god, until you gain 95% 692First you should pray long enough to your god, until you gain 95%
152resistancy to god power. Then quickly go to the altar of your newly-chosen 693resistance to god power. Then quickly go to the altar of your newly-chosen
153god and pray on her/his altar. Your old god won't make it easy, but if you 694god and pray on her/his altar. Your old god won't make it easy, but if you
154are persistent your old god will let you go at one point. 695are persistent your old god will let you go at one point.
155 696
697
156=head2 Exploring 698=head2 Exploring / Quests
157 699
158=head3 What areas are there to explore? 700=head3 What areas are there to explore?
159 701
160First, you should explore Scorn and find the port pass (and maybe also the 702First, you should explore Scorn and find the port pass (and maybe also the
161gate pass). 703gate pass). Make sure you don't miss out the old city of scorn, many
704a dangers, but also many treasures, can be found there.
162 705
163When you finished most of the quests in Scorn you should investigate how 706When you finished most of the quests in Scorn you should investigate how
164the pirates escape from the prison. This will lead to a number of nice 707the pirates escape from the prison. This will lead to a number of nice
165quests in and around Port Joseph. 708quests in and around Port Joseph.
166 709
172are Pupland (which has a lot of puzzles and quests from very low to very 715are Pupland (which has a lot of puzzles and quests from very low to very
173high level), Stoneville and Santo Dominion (low and medium level quests, 716high level), Stoneville and Santo Dominion (low and medium level quests,
174also nice shops), and the Aldwulf Archipelago (which is more dangerous). 717also nice shops), and the Aldwulf Archipelago (which is more dangerous).
175 718
176Through the gate you can reach Euthville and Santo Dominion to the north, 719Through the gate you can reach Euthville and Santo Dominion to the north,
177Brest (medium level) and Lake Country (medium to high leve) to the south, 720Brest (medium level) and Lake Country (medium to high level) to the south,
178and Navar (medium level quests) in the east (a long travel). 721and Navar (medium level quests) in the east (a long travel).
179 722
180From Navar you can travel to Darcap in the far north (medium level 723From Navar you can travel to Darcap in the far north (medium level
181quests), near the mystical country of Azumauindo, to Wolfsburg somewhere 724quests), near the mystical country of Azumauindo, to Wolfsburg somewhere
182on the ocean, a rather dangerous area with many thieves and pirates 725on the ocean, a rather dangerous area with many thieves and pirates
187de Clouds, the biggest city ever seen (high level and very high level 730de Clouds, the biggest city ever seen (high level and very high level
188quests). There are rumors about lands beyond (St. Bartholemew and other 731quests). There are rumors about lands beyond (St. Bartholemew and other
189cities) and other even more mystical places, but little is known about 732cities) and other even more mystical places, but little is known about
190that. 733that.
191 734
735=head3 Where is that damn Goblin Chief?
736
737In his cave to the north-east of the Scorn Gate. It is the one that starts
738with a random maze (yes, there are multiple caves). Keep in mind that the
739Goblin Chief's Head is fastened to his body, so you have to find and kill
740him first.
741
742=head3 Where can I find the I<comet> spell?
743
744In the tower of stars, which is almost directly south of Scorn (but not
745too near to it). You have to talk to people to solve this quest, and it
746does not involve a random maze.
747
748
749=head1 Authors
750
751The following people contributed to this document: Robin Redeker, John O'Donnell
752and Marc Lehmann.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines