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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines