<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Runspotrun</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Runspotrun"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Runspotrun"/>
	<updated>2026-05-09T21:24:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Pressure_plate&amp;diff=20476</id>
		<title>40d:Pressure plate</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Pressure_plate&amp;diff=20476"/>
		<updated>2007-12-09T16:47:53Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Closing a floodgate when submerged */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pressure plates work somewhat like [[lever]]s, but instead of being actively toggled, they're activated by the [[weight]] of something on them.&lt;br /&gt;
&lt;br /&gt;
Pressure plates are not configured during use, but upon placement. While placing a pressure plate, you can configure it to trigger when the following things are on it:&lt;br /&gt;
&lt;br /&gt;
* [[Water]]/[[Magma]] - choose minimum and maximum levels&lt;br /&gt;
* Creatures - choose minimum and maximum size; creatures of the size selected will be listed as example. You can pick whether your own citizens will trigger the plate or not.&lt;br /&gt;
&lt;br /&gt;
Pressure plates default to toggleable, where they send an On signal when the determined weight is upon them and send an Off signal when it's released. Pressing {{k|o}} will change them to one-use mode, where upon being activated, they do their work and cease to operate altogether.&lt;br /&gt;
&lt;br /&gt;
Pressure plates can be linked to all the same objects levers can. The effects are listed in the [[Lever]] page.&lt;br /&gt;
&lt;br /&gt;
A toggleable [[trap]] may prove useless when there is a large amount of invaders walking back and forth over it, as there will not be enough time for it to activate before it is switched again.  Berserk dwarves will set off pressure plates.&lt;br /&gt;
&lt;br /&gt;
It is possible to hook a toggleable pressure plate up to a device which makes its effect permanent until a lever is flipped. One way to do that is to build a water-sensing pressure plate in a 1x1 room, link that to your [[trap]] (a drawbridge, for example), build a hatch above it, link the hatch to the original pressure plate outside, and then put water on the hatch. When an enemy steps on the pressure plate, the hatch opens, the water falls onto the other pressure plate, and it raises the drawbridge. (To make it resettable, use pumps controlled by a lever or by dwarf-power to move the water back to where it started.)&lt;br /&gt;
&lt;br /&gt;
:Shortcut {{k|b}}-{{k|T}}-{{k|p}}&lt;br /&gt;
:Components used: [[Mechanism]]&lt;br /&gt;
&lt;br /&gt;
==Common procedures==&lt;br /&gt;
===Closing a floodgate when submerged===&lt;br /&gt;
&lt;br /&gt;
For this example, say we want to close a floodgate when a reservoir reaches a depth of 5.&lt;br /&gt;
&lt;br /&gt;
* Build the pressure plate, set to activate under water ({{key|w}}) from 0 ({{key|a}}, {{key|s}}) to 4 ({{Key|z}}, {{key|x}}). Set it to reset ({{key|o}}).&lt;br /&gt;
* Place the floodgate&lt;br /&gt;
* Connect a lever to the floodgate, and open it.&lt;br /&gt;
* Optionally remove the lever.&lt;br /&gt;
* Connect the pressure plate to the floodgate.&lt;br /&gt;
* Allow the pressure plate to be submerged.&lt;br /&gt;
&lt;br /&gt;
The floodgate should close a few seconds after the water reaches a depth of 5 or more, and open again when the depth falls to 4 or less.&lt;br /&gt;
&lt;br /&gt;
It's worth noting that the reaction time of the pressure plate-floodgate system is quite large - the reservoir may overflow before the floodgate shuts. In order to prevent this (for example, when building a well filled from a river or brook), build a large run-off pool. This allows the gate enough time to close, and will buffer any overflow. In my head, this made sense.&lt;br /&gt;
&lt;br /&gt;
{{Buildings}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Memory_hacking&amp;diff=3309</id>
		<title>40d Talk:Memory hacking</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Memory_hacking&amp;diff=3309"/>
		<updated>2007-12-09T00:25:04Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== New Release Updates ==&lt;br /&gt;
I'm just updating the main page as I figure new things out. Someone else will probably have to redo the formatting, since I don't really know the wiki formatting. --[[User:Zhentar|Zhentar]] 23:30, 29 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Creature Structure ==&lt;br /&gt;
I have a feeling that offset 0x00 is really a &amp;quot;next&amp;quot; pointer, forming a linked list.  The reason being is that I was able to take the 4 byte value and go to that address, and it would be another creature.  It progressed for a handful of creatures.  Seems logical to assume it does it for all creatures.  --[[User:AzureLightning|AzureLightning]] 00:24, 3 November 2007 (EDT)&lt;br /&gt;
: I would assume this is true as well, since earlier versions did not have vtables for creatures, only items did. --[[User:Rick|Rick]] 18:07, 4 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Memory Locations ==&lt;br /&gt;
&lt;br /&gt;
Does anyone know the memory location for the current unit focus? --[[User:AzureLightning|AzureLightning]] 14:05, 3 November 2007 (EDT)&lt;br /&gt;
:My automated tool says it's at current_unit_focus_loc == 00C36540 in .33c, verified by two search patterns, but not manually verified.  You probably should have asked this in the .33c subpage.&amp;lt;br/&amp;gt;&amp;amp;mdash;[[User:0x517A5D|0x517A5D]] 16:49, 30 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Questions==&lt;br /&gt;
&lt;br /&gt;
# Has anyone attempted to decode the memory for the &amp;quot;Choose Fortress Location&amp;quot; screen? Being able to generate a list of all local areas with magma vents would be useful. [[User:Palin88|Palin88]] 20:09, 29 November 2007 (EST)&lt;br /&gt;
:: This is a great idea. I suggest going one step further : Give the user a list of options (say : magma, flux, thick forest, chasm, underground river, pit, etc), and logically AND all parts of the map that have those features. That would save people hours of looking for their perfect start location. [[User:Runspotrun|Runspotrun]] 19:25, 8 December 2007 (EST)&lt;br /&gt;
# It could be important to some people, but the formats are only correct assuming that the dwarf fortress binary is built using release config.  Under debug config, std::string structure gains some more fat and the existing offset will be wrong.  Not a prob now, but I think it is good to know.  [[User:Sphr|Sphr]]&lt;br /&gt;
&lt;br /&gt;
== Version Identity ==&lt;br /&gt;
&lt;br /&gt;
Thought that the wiki should include some info on how to identify known versions.  For lack of a better choice atm, I'm using the version text block that is displayed on main menu.&lt;br /&gt;
The version string itself is the string to be expected at the offset.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 (&amp;quot;v0.27.169.33a&amp;quot;, 0x01BA29B0)&lt;br /&gt;
 (&amp;quot;v0.27.169.33b&amp;quot;, 0x01B99FF0)&lt;br /&gt;
 (&amp;quot;v0.27.169.33c&amp;quot;, 0x01BA29B0)&lt;br /&gt;
 (&amp;quot;v0.27.169.33d&amp;quot;, 0x01B78670)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[User:Sphr|Sphr]] 2007 Dec 9&lt;br /&gt;
&lt;br /&gt;
:Have you verified that these offsets are &amp;lt;u&amp;gt;always&amp;lt;/u&amp;gt; valid?  I ask because they are past the end of the static memory area, up in heap space.  I can easily see the allocator placing the memory block at different offsets on different computers, or even between different runs on the same computer.  I agree that we need a version ID, but at first glance, this doesn't look like a good way to me.&amp;lt;br/&amp;gt;&amp;amp;mdash;[[User:0x517A5D|0x517A5D]] 17:53, 8 December 2007 (EST)&lt;br /&gt;
:: I personally use the &amp;quot;Dwarf Fortress&amp;quot; string, with the address shifts I doubt there will be an issue with that. --[[User:Rick|Rick]] 18:33, 8 December 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Technical_tricks&amp;diff=22798</id>
		<title>40d Talk:Technical tricks</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Technical_tricks&amp;diff=22798"/>
		<updated>2007-12-08T21:14:45Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: Artifacts == moods?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Economy toggle ==&lt;br /&gt;
Can the dwarven economy be started in the present version?  There are strings in the binary that make me think so, but I haven't been able to activate it. [[User:Geekwad|Geekwad]] 20:19, 6 November 2007 (EST)&lt;br /&gt;
:No, I don't believe so. I've read that Toady made a few errors with the economy system, and has it disabled in the current version until he gets it fixed. [[User:Hesitris|Hesitris]] 8:55, 15 November 2007&lt;br /&gt;
:As of the .33b release, the economy can start.  Note that the conditions are currently unknown; minting coins is no longer the trigger, or is only one of the triggers.&amp;lt;br/&amp;gt;&amp;amp;mdash;[[User:0x517A5D|0x517A5D]] 00:48, 23 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Staying Inside? ==&lt;br /&gt;
&lt;br /&gt;
When I was hiding my fledgling fortress from a small ogre warband on the surface, I hunkered down behind my fortifications, set my orders to &amp;quot;dwarves stay inside&amp;quot;, and carried on with my development. My FPS was almost entirely at my cap, 100fps. When I turned it off, it almost immediately dropped to 60-70 fps. Has anybody else had this happen to them, and should it be posted on this page?&lt;br /&gt;
&lt;br /&gt;
:Sounds like &amp;quot;Dwarves Stay Inside&amp;quot; was complicating pathing. I think that's a lot more common in this version, the Z-axis complicates pathing greatly over the 2d version and the addition of traffic zones does the same thing. [[User:Kefkakrazy|Kefkakrazy]] 08:57, 15 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Don't you mean that it was uncomplicated the pathing? To me it reads as though he gets 100fps with dwarves stay inside set. This makes sense from a programming point of view and assuming that when routes are calculated the fact outside is allowed significantly increases the breathed of the search space. However either my understanding of exactly how much path finding is done is wrong or there is a flaw in Toady's code because pathing in this game adds way too much load on the system. --[[User:Shades|Shades]] 10:59, 15 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:::There are numerous bugs associated with the dwarves stay inside command, Toady mentioned several fixes coming on that issue. It seems they don't drop any outside goals when ordered inside, so they go just inside, stand right at the exit, and do nothing as they try to pathfind a way outside, sounds FPS expensive. [[User:Vanan|Vanan]] 12:06, 15 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Artifacts == moods? ==&lt;br /&gt;
&lt;br /&gt;
Might be worth mentioning in the article whether ARTIFACTS:NO will definitely also stop moods, or whether moods will still occur, but without resulting in artifacts. [[User:Runspotrun|Runspotrun]] 16:14, 8 December 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Tower-cap&amp;diff=8193</id>
		<title>40d:Tower-cap</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Tower-cap&amp;diff=8193"/>
		<updated>2007-12-08T21:01:43Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Tree Farms */ Changed &amp;lt;code&amp;gt; to &amp;lt;blockquote&amp;gt; which looks a little neater.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Tower caps''' are a type of [[tree]] which only grow underground (subterranean). Once fully grown (which takes 3 years?{{verify}}) they can be designated for wood cutting like other trees, and produce Tower Cap logs.&lt;br /&gt;
&lt;br /&gt;
== Tree Farms ==&lt;br /&gt;
&lt;br /&gt;
It is possible for tower caps to spontaneously grow in muddied subterranean areas &amp;lt;b&amp;gt;only if&amp;lt;/b&amp;gt; you have discovered an underground [[river]] or underground pond. Unfortunately this is currently extremely difficult to do.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On the subject of spawning Tower Caps, Toady said:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Right now, you can't plant towercaps or bring spawn along, so you need to find a cave river or cave pool, in which case they will start growing underground if it's all working. It's trickier to find such things, so it's mostly impossible to do. Later, you should be able to plant them. There are no arbitrary vegetation caps now.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;arbitrary vegetation caps&amp;quot; comment is referring to the old limit of 200 trees growing by the [[cave river]] in the mud.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Wood FAQ}}&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17742</id>
		<title>40d:Siege</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17742"/>
		<updated>2007-12-07T04:36:25Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: Agree with Mr Fire below; it should be 0.32a - the time of first failure. Was there even a .32d?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A siege is a special time in Fortress mode when an army attempts to attack and kill all of your dwarves. It is at this time you should activate your military, raise the draw bridges and pray you've enough food stocks to last the winter.&lt;br /&gt;
&lt;br /&gt;
During a siege, the option on the main menu 'Abandon Fortress' changes to 'Succumb to the Invasion'.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note: As of v0.27.169.32a, sieges are not functioning properly. The siege groups are content to sit at the edge of the map and wait there until some hapless dwarf wanders too close. After wiping the floor with the dwarf, they return to their spot on the edge of the map.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Siegers ==&lt;br /&gt;
&lt;br /&gt;
=== Goblins === &lt;br /&gt;
&lt;br /&gt;
[[Goblins]] will attack whenever they feel like it, after your fortress reaches a certain point. Possibly triggered by fortress wealth now rather than nobles. Sometimes they will even attack when a caravan arrives.&lt;br /&gt;
&lt;br /&gt;
They arrive in squads of about 15 goblins each, frequently led by individual goblin weapon masters (or even evil human mercenaries) and sometimes mounted on beak dogs, and occasionally accompanied by up to 3 squads of 5-8 trolls. They frequently are split into separate squads placed on different map edges.  The first siege you see with a given fort might consist of as little as a single unmounted squad with no trolls, but the goblin forces will escalate in size as the game progresses. Later on you may be seeing 100 or more goblins show up in a single siege, all mounted, with 10 to 20 trolls.&lt;br /&gt;
&lt;br /&gt;
[[Troll]]s are the goblin &amp;quot;siege engines&amp;quot;. They are faster than beak dogs, and will make for buildings and start demolishing. Locked doors will keep the goblins out, but can be demolished by trolls.&lt;br /&gt;
&lt;br /&gt;
If you deflect enough sieges, the ruler of the goblin nation may lead a squad. He's equipped with extra-good quality equipment.&lt;br /&gt;
&lt;br /&gt;
=== Humans ===&lt;br /&gt;
&lt;br /&gt;
Unknown if humans still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
=== Elves ===&lt;br /&gt;
&lt;br /&gt;
Unknown if elves still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
=== Kobolds ===&lt;br /&gt;
&lt;br /&gt;
[[Kobolds]] seem to arrive in small archer squads, and will pick off solitary [[hunter]]s, [[herbalist]]s, and [[woodcutter]]s foolish enough to work alone.  They appear to function similarly to the elven sieges in the previous version.  When they expend all their ammunition, they will retreat off the edge of the map.  It's unknown what exactly causes [[kobolds]] to attack, although killing a [[kobold]] master [[thief]] may cause an attack.&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
{{old|0.23.130.23a}}&lt;br /&gt;
===Active Defense===&lt;br /&gt;
*Put your entire [[military]] on duty. With luck, most of them are not sleeping, eating, or drinking. If a [[squad]] leader is is doing anything of that sort, replace him with a more alert squad member (the squad always clusters about the leader. If the leader's eating, the squad will guard the table). Place melee units at major choke points, so they can meet the enemy head on, but try to keep them out of direct fire from enemy missile users. Place your own marksdwarves where they can rain death down on the enemies. (This is why you build [[fortifications]].)&lt;br /&gt;
&lt;br /&gt;
*[[War dog]]s are valuable, but shouldn't be the first line of defense, because the enemy bowmen will quickly take care of them. Assign them to your military dwarves, or cage them before the siege, and [[Release the Hounds!|release]] them via lever/pressure plate as the enemy is rounding a blind corner. They're also useful for clearing the field once the siege ends.&lt;br /&gt;
&lt;br /&gt;
*[[Siege weapon]]s, catapults and ballistae, can be effective during a siege, but can also be entirely useless. They don't have a wide field of fire, so you'll need to design your fortress ahead of time to funnel your attackers into the weapons' field of fire and then delay them with winding passages while in range. To use them effectively, you really need trained Siege Operators for the task, since siege weapons take up to three real-time minutes for inexperienced operators to load, and the weapons cannot be fired at a precise time; they will fire whenever the operator shows up. Fire early and often: siege operators are civilians, and will run away once the oncoming hordes get too close.&lt;br /&gt;
&lt;br /&gt;
===Passive Defense===&lt;br /&gt;
*If you have no trust in your military's power, keep all the dwarves inside and pull the siegers into corridors with [[traps]]. Stone-fall traps are cheap and easy, but are one-shot traps with a long reload time; weapon traps require weapons, but reload themselves after a few seconds, until they eventually get stuck. A 10-square-long entry hall filled with weapons traps will break most [[goblin]] sieges without any help. (How boring!)&lt;br /&gt;
&lt;br /&gt;
*A moat may provide a decent defense when combined with a drawbridge to either keep the goblins from entering, or to drop them right into the water. Substitute magma for some far more lethal results. Even not filled 1-tile wide channel is a fast and effective way to stop siegers or to guide them into areas you want.&lt;br /&gt;
&lt;br /&gt;
=== Civilians ===&lt;br /&gt;
&lt;br /&gt;
* Your normal dwarves will still attempt to do their jobs during a siege. The [[Options]]-&amp;gt;Dwarves Stay Inside option will prevent them from going outside, but only after walking to the entrance. Since many of your major defenses will be inside the fortress, this is only somewhat useful. Dwarves will run from invaders, but only ''after'' getting within crossbow-range, so their self-preservation skills are lackluster when the enemy has ranged weapons. Therefore, your best bet is to draft the dwarves in question (or simply all civilians) into one citizen-squad and station them somewhere out of harm's way. However, if any of your citizens are set to carry weapons or armor, they may decide to go collect equipment from slain [[goblins]]/dwarves during the siege, which means they'll run out into the fray. Keep an eye on this, and turn off their [[weapons]]/[[armor]] accordingly.&lt;br /&gt;
&lt;br /&gt;
* Providing indoor pastimes (like [[sculpture garden]], [[zoo]], [[meeting hall]], or a meeting area zone) will make dwarves spend their break time in the fortress rather than outside. This will typically stop all dwarves from hanging around outside. Hunters, woodcutters, haulers and other dwarves who have business outside will still be at risk.&lt;br /&gt;
&lt;br /&gt;
[[Category:World]]&lt;br /&gt;
[[Category:Military]]&lt;br /&gt;
[[Category:Fortress Defense]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Clutter&amp;diff=22815</id>
		<title>40d:Clutter</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Clutter&amp;diff=22815"/>
		<updated>2007-12-04T18:59:53Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Furnaces and no clutter */ Eh? My wood furnace was cluttered as a... thing.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{old|0.23.130.23a}}&lt;br /&gt;
&lt;br /&gt;
[[Workshops]] will get '''cluttered''' when they become full of goods that are not [[hauling|haul]]ed away to [[stockpiles]]. A workshop that is cluttered will display &amp;lt;code&amp;gt;'''(CLT)'''&amp;lt;/code&amp;gt; when viewed via the {{key|q}} or {{key|t}} menus.&lt;br /&gt;
&lt;br /&gt;
Dwarves working in cluttered workshops will work more slowly: even the lowest level of clutter &amp;lt;font style=&amp;quot;color: #808080; background-color: #000; padding: 0.15em&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;'''(CLT)'''&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; doubles the time a workshop task takes. Each successive level of clutter increases the multiplier by one, so tasks performed in a completely cluttered workshop will take ten times as long.&lt;br /&gt;
&lt;br /&gt;
== Clutter levels ==&lt;br /&gt;
&lt;br /&gt;
With larger items (e.g. [[beds]], [[stone]]s, [[table]]s), clutter starts appearing when 15 of those are inside a shop. Every 3 small items counts as one large item, so a craft-making workshop isn't cluttered until there are 45 crafts littering the floors, tables, and possibly walls and ceilings. [[Siege engine]] components and ammo are especially large; the [[siege workshop]] can get cluttered after producing just 3 ballista arrows.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin: 0 auto; text-align: center; border-spacing: 4px&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;margin: 0 auto&amp;quot; | '''Levels of Clutter'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;color: #808080; background: #000&amp;quot; | &amp;lt;tt&amp;gt;(CLT)&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 15 Large Items&lt;br /&gt;
| : 2x slower&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;color: #c0c0c0; background: #000&amp;quot; | &amp;lt;tt&amp;gt;(CLT)&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 20 Large Items&lt;br /&gt;
| : 3x slower&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;color: #fff; background: #000&amp;quot; | &amp;lt;tt&amp;gt;(CLT)&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 25 Large Items&lt;br /&gt;
| : 4x slower&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;color: #ff0; background: #000&amp;quot; | &amp;lt;tt&amp;gt;(CLT)&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 30 Large Items&lt;br /&gt;
| : 5x slower&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;color: #800000; background: #000&amp;quot; | &amp;lt;tt&amp;gt;(CLT)&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 35 Large Items&lt;br /&gt;
| : 6x slower&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;color: #f00; background: #000&amp;quot; | &amp;lt;tt&amp;gt;(CLT)&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 40 Large Items&lt;br /&gt;
| : 7x slower&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;color: #f0f; background: #000&amp;quot; | &amp;lt;tt&amp;gt;(CLT)&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 45 Large Items&lt;br /&gt;
| : 8x slower&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;color: #f0f; background: #000&amp;quot; | &amp;lt;tt&amp;gt;*CLT*&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 50 Large Items&lt;br /&gt;
| : 9x slower&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;color: #f0f; background: #000&amp;quot; | &amp;lt;tt&amp;gt;☼CLT☼&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 55 Large Items&lt;br /&gt;
| : 10x slower&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To remedy clutter, be sure to have enough stockpile space of the appropriate kind (using [[bin]]s will increase stockpile efficiency), and employ enough dwarves with the appropriate [[hauling]] jobs (food/furniture/item/refuse/etc.) to get rid of the junk. In many cases it may be faster to build a new workshop, optionally destroying the old one (from the {{k|q}} or {{k|t}} menu).&lt;br /&gt;
&lt;br /&gt;
Certain workshops are more prone to clutter than others. A highly-skilled dwarf with plenty of materials nearby can clutter a workshop rapidly, even if you have many haulers employed. The [[Butcher's shop|butcher's workshop]] can get cluttered even after butchering a single animal: butchering a horse produces 9 meat, 9 chunks, 9 bones, 5 fat, one skull, and one skin.&lt;br /&gt;
&lt;br /&gt;
Similarly, a [[kitchen]] producing lavish meals using [[alcohol]], [[dwarven syrup]], or [[quarry bush]] leaves can produce a stack of 20 to 100+ prepared meals, which are large items. The kitchen will be cluttered even before the meals are produced: four barrels with 15 units of alcohol each is already 60 large items, causing meal production to take a very long time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Furnaces and no clutter ==&lt;br /&gt;
&lt;br /&gt;
As of 0.27.169.33c Furnaces can never get any level of clutter, it is unknown why{{verify}}.&lt;br /&gt;
&lt;br /&gt;
{{Workshops}}&lt;br /&gt;
[[Category:Workshops]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Butchering&amp;diff=30914</id>
		<title>Butchering</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Butchering&amp;diff=30914"/>
		<updated>2007-12-04T16:37:56Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Butchering is performed automatically at a [[butcher's shop]] only if there is an edible carcass created somewhere on the map, whether by hunting or by specifying an animal to be butchered using [z] -&amp;gt; [enter] on the &amp;quot;Animals&amp;quot; tab, and then hitting [b] to mark an animal for slaughter. Their status will say &amp;quot;Ready for slaughter.&amp;quot; Animals taken as pets by someone cannot be slaughtered, which poses a problem for reducing the number of animals, or trying to get food. You can circumvent this by killing the animal, by having it thrown into a deep pit or off a high cliff, using [[zones]] -&amp;gt; [[pit/pond]]. But this is not recommended unless you really need food, because losing a pet lowers happiness two whole units (Meaning going from exstatic to content, or happy to unhappy, or from content to miserable.)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Soldier&amp;diff=29869</id>
		<title>40d Talk:Soldier</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Soldier&amp;diff=29869"/>
		<updated>2007-12-04T00:31:23Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* No more sparring? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I currently have a champion who will not obey orders. She has picked a station herself and remains there no matter what I do. Is this a champion behavior in 2.7?--[[User:Mlcy]]&lt;br /&gt;
:Champions always behaved that way as far as I know. --[[User:Eagle of Fire|Eagle of Fire]] 14:40, 28 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== No more sparring? ==&lt;br /&gt;
&lt;br /&gt;
For some reason, my military has stopped sparring. I have 4 Wrestler Champions, 2 Wrestler Elites, 1 Wrestler, and they're all 'Soldier'ing. I now want to bring them all up to legendary Swordsdwarves too, but they just. Won't. Train. They have swords and a barracks, and they're not on duty. Still no training. Help? [[User:Runspotrun|Runspotrun]] 07:09, 3 December 2007 (EST)&lt;br /&gt;
:Make sure there is a barrack designated for them to train. You may have unconstructed one of the furniture from which you've designated the room, so you'd need to do it again. Also, dwarves need to train in pair, and they don't always train. They often take breaks. This mean that the biggest the amount of trainees you have, the greatest the chance two of them will head at the same time to the barracks to train. Also, they will never train unless you go in the military screen, enter each individual squad setting with {{K|v}} and then hit {{K|t}} to make them &amp;quot;stand down&amp;quot;. Don't forget to do exactly the same again to place them &amp;quot;on duty&amp;quot; if you ever want to send them fighting again. --[[User:Eagle of Fire|Eagle of Fire]] 14:26, 3 December 2007 (EST)&lt;br /&gt;
:: Viable barracks, check. Several pairs, check. Stood down, check. The weird thing is that they were sparring like nutters in order to get up to Champion, and then they all just lost interest and started Soldiering. I note above that Champions have a mind of their own - maybe they can't be trained to legendary in an additional weapon, or stop sparring altogether at legendary? Also, there's an unresolved post in the bug forum that suggests that dwarves only spar for 3 years. Odd. I'm not hugely bothered because there's nothing for the army to kill; no sieges and no megabeasts. Bit boring, really. [[User:Runspotrun|Runspotrun]] 19:31, 3 December 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Smelter&amp;diff=5678</id>
		<title>40d:Smelter</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Smelter&amp;diff=5678"/>
		<updated>2007-12-03T12:49:53Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Furnace|name=Smelter|key=s|job=[[Furnace operator]]&lt;br /&gt;
|construction=&lt;br /&gt;
1 of&lt;br /&gt;
* [[Stone]]&lt;br /&gt;
* [[Wood]]&lt;br /&gt;
* [[Block]]&lt;br /&gt;
|construction_job=&lt;br /&gt;
* [[Architecture]]&lt;br /&gt;
|use=&lt;br /&gt;
* Metal [[Ore]]&lt;br /&gt;
* [[Coke]] or [[Charcoal]]&lt;br /&gt;
* Meltable metal item&lt;br /&gt;
|production=&lt;br /&gt;
* Metal [[Bar]]s&lt;br /&gt;
}}&lt;br /&gt;
A '''smelter''' is a type of [[furnace]] used to process [[ore]] into more useful [[bar]]s, in a process called [[smelting]]. Smelting requires fuel ([[charcoal]] or [[coke]]).  A smelter requires one rock or block to build.  &lt;br /&gt;
The Smelter is also the place where dwarves take items to be melted back into bars. Smelting a masterpiece item results in a the creator of that item throwing a tantrum.&lt;br /&gt;
&lt;br /&gt;
There is also a [[Magma smelter|magma version]] of this building, which is built over [[magma]].  It requires one magma-proof rock or block to build.  It does not require charcoal or coke as fuel, although the process of making pig iron or steel will still need one unit of charcoal or coke per reaction, as a reagent.&lt;br /&gt;
&lt;br /&gt;
{{Workshops}}&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Soldier&amp;diff=29867</id>
		<title>40d Talk:Soldier</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Soldier&amp;diff=29867"/>
		<updated>2007-12-03T12:09:40Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: No more sparring?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I currently have a champion who will not obey orders. She has picked a station herself and remains there no matter what I do. Is this a champion behavior in 2.7?--[[User:Mlcy]]&lt;br /&gt;
:Champions always behaved that way as far as I know. --[[User:Eagle of Fire|Eagle of Fire]] 14:40, 28 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== No more sparring? ==&lt;br /&gt;
&lt;br /&gt;
For some reason, my military has stopped sparring. I have 4 Wrestler Champions, 2 Wrestler Elites, 1 Wrestler, and they're all 'Soldier'ing. I now want to bring them all up to legendary Swordsdwarves too, but they just. Won't. Train. They have swords and a barracks, and they're not on duty. Still no training. Help? [[User:Runspotrun|Runspotrun]] 07:09, 3 December 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Experience&amp;diff=26346</id>
		<title>40d Talk:Experience</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Experience&amp;diff=26346"/>
		<updated>2007-12-01T19:17:26Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Until experience points have been re-verified, this page should be marked as having been copied from the old Wiki.  I don't know how to do that and am too tired to research it right now.&lt;br /&gt;
&lt;br /&gt;
I will add that I intend to re-verify experience fairly soon.  &amp;amp;mdash;[[User:0x517A5D|0x517A5D]] 02:52, 14 November 2007 (EST)&lt;br /&gt;
:Done [[User:VengefulDonut|VengefulDonut]] 09:42, 14 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:Since I had a pile of Adamantine around, I decided to do the Extraction experiment.  It took a dwarf who had never extracted adamantine before 17 iterations to reach novice.  That makes it more than 29 and at most 32 xp per action.  I expect that it's a 30xp task, like so many others. [[User:Doctorlucky|Doctorlucky]] 05:07, 14 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:I've now taken the dwarf to named level (Strand Extractor) with exactly 37 tasks, so it's 30xp. [[User:Doctorlucky|Doctorlucky]] 18:14, 14 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:: Heh. On the Real Wiki, it's right about now that you'd be shot down for doing primary research! [[User:Runspotrun|Runspotrun]] 14:17, 1 December 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Strange_mood&amp;diff=9719</id>
		<title>40d:Strange mood</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Strange_mood&amp;diff=9719"/>
		<updated>2007-12-01T16:49:09Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Workshops */ English? I speaks it... sorta.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{old|v0.23.130.23a}}&lt;br /&gt;
&lt;br /&gt;
'''Help! A crazy dwarf is in my metal shop and I need to make giant axe blades to fend off the [[Undead|skeletal]] [[carp]]s!'''&lt;br /&gt;
&lt;br /&gt;
Periodically, individual dwarves in your fortress will be struck with an idea for a [[legendary artifact]] and enter a '''strange mood'''.  Dwarves which enter a strange mood will stop whatever they are doing and pursue the construction of this artifact single-mindedly.  They will not stop to eat, drink, sleep, or even run away from dangerous creatures.  If they do not manage to begin construction of the artifact within three months or so, they will go [[Strange Mood#Failure|insane]] and die soon afterward.&lt;br /&gt;
&lt;br /&gt;
However, if a dwarf does manage to create an artifact, he or she will gain one [[legendary]] [[skill]] (with one exception: &amp;quot;possessed&amp;quot; dwarves will create an artifact but gain no skill from it).&lt;br /&gt;
&lt;br /&gt;
== Strange-mood behavior ==&lt;br /&gt;
&lt;br /&gt;
When a dwarf is struck by a strange mood, the game will automatically center the map on the moody dwarf, pause, and alert you to his or her particular mood.  While in a mood, a dwarf will display a blinking exclamation point (see [[status icons]]).&lt;br /&gt;
&lt;br /&gt;
=== Workshops ===&lt;br /&gt;
&lt;br /&gt;
After entering a mood, a dwarf will stop whatever he or she is doing, head to a [[workshop]], and &amp;quot;claim&amp;quot; it, kicking out any other dwarf who may be using it.  The workshop a dwarf takes over will usually depend upon the dwarf's highest &amp;quot;trade&amp;quot; [[skill]]: a Bone Carver, for instance, will generally take over a [[craftsdwarf's workshop]]; a Jeweler will take over a [[jeweler's workshop]]; a Mechanic will take over a [[mechanic's workshop]]; and a Metalsmith will take over a [[forge]].  &lt;br /&gt;
&lt;br /&gt;
Most farming-, fishing-, trapping-, and combat-related skills (grower, thresher, brewer, fish cleaner, animal trainer, axedwarf, etc.) do not count as &amp;quot;trade&amp;quot; skills (although Tanners can enter strange moods, and will take over a [[tanner's shop]]).&lt;br /&gt;
&lt;br /&gt;
Active [[soldiers]] can enter a strange mood if they have any trade skills from before they were conscripted.  A soldier will be removed from his or her [[squad]] during the course of a mood and returned to it upon successful completion of an artifact.  If a soldier has gained a legendary skill, you may wish to make use of it by removing that dwarf from the military.&lt;br /&gt;
&lt;br /&gt;
If the right workshop is not available, a moody dwarf will stand idle instead (in their bedroom, outside the fort, in a [[sculpture garden]] or [[meeting hall]], etc.) waiting for you to construct the right workshop.  You can usually tell which workshop a moody dwarf wants by {{key|v}}iewing their skills; their highest trade skill will dictate which workshop you should build for them. Be warned, however, that a moody dwarf will not help you construct a workshop. If you do not have another dwarf with the skills to construct it, you must enable the relevant skill on another dwarf.&lt;br /&gt;
&lt;br /&gt;
Moody Glassmakers will require a [[glass furnace]] instead of a workshop, but Furnace Operators will require a [[forge]].  If your miners have reached the [[magma flow]], any dwarf requiring a forge will insist on a [[magma forge]], and will ignore any existing charcoal-powered forges.{{verify}}  Glassmakers will use either a charcoal- or a magma-fuelled glass furnace.{{verify}}&lt;br /&gt;
&lt;br /&gt;
Moody dwarves will occasionally seize a random workshop and proceed to create their artifact there.  Following completion of the artifact, this workshop will often be converted into the type originally desired by the dwarf.{{verify}}&lt;br /&gt;
&lt;br /&gt;
=== Skills ===&lt;br /&gt;
&lt;br /&gt;
If a dwarf manages to successfully complete an artifact, the dwarf's highest trade skill will be elevated to &amp;quot;legendary&amp;quot;.  More specifically, 20,000 [[experience]] will be added to that skill.  This will also give the dwarf several [[attribute]] boosts.  (&amp;quot;Possessed&amp;quot; dwarves, however, gain no experience.)&lt;br /&gt;
&lt;br /&gt;
This fact can be utilized to maximize the possibility of getting dwarf with a legendary skill you want: where possible, make sure each dwarf's highest trade skill is one of the kinds you want.  Have all your peasants, growers, soldiers (you will have to temporarily deactivate them from the military), and other dwarves without trade skills do a tiny bit of work in the skill(s) you most want (Armorsmith is possibly the most-desired legendary skill); if a &amp;quot;dabbling&amp;quot; trade skill is the highest they have, that is the skill that will be used.&lt;br /&gt;
&lt;br /&gt;
The type of artifact created will also depend on the dwarf's highest trade skill.  Masons will always create some kind of [[stone]] object; Bone Carvers, a [[bone]] or [[shell]] object; Carpenters, a [[wood]] object, etc.&lt;br /&gt;
&lt;br /&gt;
For the purposes of strange moods, [[mining]] and [[engraving]] are considered trade skills: moody miners and engravers will usually take over a craftsdwarf's or mason's workshop, turn out a stone craft or piece of furniture, and gain legendary skill as miners or engravers respectively (not as stone crafters or masons).  Furnace operators will turn out a metal craft or piece of furniture and become legendary furnace operators. Weavers will take over a [[clothes maker's shop]] and produce an article of clothing.&lt;br /&gt;
&lt;br /&gt;
Dwarves with no trade skills whatsoever (including [[children]], sometimes) can go into strange moods.  Such dwarves generally gain one of the crafting skills (wood crafter, bone carver, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Materials ===&lt;br /&gt;
&lt;br /&gt;
In addition to requiring a specific workshop, dwarves will also demand specific raw [[material]]s in order to complete their artifact.  Each artifact will require between one and ten items to complete.{{verify}}&lt;br /&gt;
&lt;br /&gt;
After claiming a workshop, a moody dwarf will set about collecting these materials.  If the supplies are not at hand, the dwarf will sit in the workshop until the items become available, or go insane if they do not become available before long.&lt;br /&gt;
&lt;br /&gt;
Jewelers will usually only require one item: a rough [[gem]], which they will fashion into a &amp;quot;perfect&amp;quot; gem.  Metalsmiths will usually use [[ore]] (not [[metal bars]]).{{verify}}&lt;br /&gt;
&lt;br /&gt;
Glassmakers will always require at least one piece of raw glass, usually clear. Since they will usually take over your glass furnace, you will either have to build another glass furnace or make sure you have the right types of raw glass ahead of time.  The steps involved in glass production are fairly time-consuming: you must first collect sand, which requires an empty [[bag]] and an &amp;quot;Item [[hauling|Haul]]er&amp;quot; who is not busy hauling finished goods, then haul the sand to the furnace and melt it into glass.  Clear glass is even more time consuming (the above steps plus: make [[potash]] out of [[wood]], bake it into [[pearlash]] in a [[kiln]], haul it to the furnace).  It is therefore recommended you make several pieces of raw glass of each type as early as you can, reserved for use by moody dwarves. Furthermore, any dwarf may require raw glass, not just glassmakers. ''Why is this here? Make a seperate article about glassmaking. --[[User:Mizipzor|Mizipzor]] 06:19, 6 November 2007 (EST)''&lt;br /&gt;
&lt;br /&gt;
The first object grabbed by the dwarf will be the &amp;quot;primary&amp;quot; substance; all other materials will be used to decorate the artifact.  If a dwarf grabs onyx and makes a bed, for instance, it will be an &amp;quot;onyx bed&amp;quot;.  In addition to the primary substance, many other materials will often be used to construct an artifact.  An artifact can potentially be composed of bone, cloth, gems, leather, metal, shell, stone, and wood all at once.{{verify}}&lt;br /&gt;
&lt;br /&gt;
==== Demands ====&lt;br /&gt;
&lt;br /&gt;
While a moody dwarf is in a workshop, you can get an idea of what materials he or she wants by pressing {{k|q}} and moving the cursor over the workshop. (If the dwarf is busy fetching objects instead of &amp;quot;waiting&amp;quot; for unavailable materials, you can still see this display by catching the dwarf in the workshop just as he or she is dropping off an object.)&lt;br /&gt;
&lt;br /&gt;
The message will change every few seconds if the dwarf demands several different items. The dwarf will list all the materials he or she demands even if most of them have already been fetched. If a demand lasts longer than about 2 seconds, that means multiple items of that type will be required. Sometimes a dwarf will also mutter an unfamiliar word, such as &amp;quot;Kerging&amp;quot;. This word is the name of the artifact he or she intends to create.&lt;br /&gt;
&lt;br /&gt;
Moody dwarves collect their items in a fixed sequence, so if they have already collected at least one item (it will be lying in the workshop, viewable under the {{k|t}} menu), you can see what item in the sequence they will need next to continue. &lt;br /&gt;
&lt;br /&gt;
Things dwarves demand include:&lt;br /&gt;
&lt;br /&gt;
* [[Bones]] - &amp;quot;bones... yes&amp;quot;, &amp;quot;pictures of skeletons&amp;quot;&lt;br /&gt;
* [[Cloth]] (not thread) - &amp;quot;cloth... thread&amp;quot;, &amp;quot;pictures of stacked cloth&amp;quot;&lt;br /&gt;
* Cut [[gem]]s - &amp;quot;gems... shining&amp;quot;, &amp;quot;gems&amp;quot;. ''These must be ordinary cut gems, not &amp;quot;large&amp;quot; gems.''&lt;br /&gt;
* [[Leather]] - &amp;quot;leather... skin&amp;quot;, &amp;quot;pictures of stacked leather&amp;quot;&lt;br /&gt;
* Metal [[ore]] - &amp;quot;ore... particular ore&amp;quot;, &amp;quot;picture of an ore mine&amp;quot;, &amp;quot;the correct ore&amp;quot;&lt;br /&gt;
* Metal [[bar]]s - &amp;quot;shining bars... metal&amp;quot;, &amp;quot;shining bars of metal&amp;quot;&lt;br /&gt;
* Rough [[gem]]s - &amp;quot;rough... color&amp;quot;. ''Sometimes when they request rough gems they are looking for a specific type of raw [[glass]].''&lt;br /&gt;
* Raw crystal [[glass]] - &amp;quot;raw... crystal&amp;quot;, &amp;quot;rough gems and glass&amp;quot; (I think this is right.  I have raw types of both green and clear glass, but not crystal glass)&lt;br /&gt;
* Raw clear [[glass]] - &amp;quot;raw... clear&amp;quot;, &amp;quot;glass with burning wood&amp;quot;&lt;br /&gt;
* [[Shell]] - &amp;quot;a shell&amp;quot;&lt;br /&gt;
* [[Stone]] - &amp;quot;stone... rock&amp;quot;, &amp;quot;pictures of a quarry&amp;quot;, &amp;quot;the right stone&amp;quot;&lt;br /&gt;
* Stone [[block]]s - &amp;quot;blocks... bricks&amp;quot;, &amp;quot;the proper surface to work on&amp;quot;, &amp;quot;square blocks&amp;quot; &lt;br /&gt;
* [[Wood]] - &amp;quot;tree... life&amp;quot;, &amp;quot;pictures of a forest&amp;quot;, &amp;quot;a tree&amp;quot; &lt;br /&gt;
* Dwarven bones/[[refuse|remains]] - &amp;quot;things... certain things&amp;quot;. ''This demand is only seen during &amp;quot;Macabre&amp;quot; moods.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sometimes the required item(s) will be very specific (for instance, rough [[emerald]]s); other times, very general (leather from any type of creature). Sometimes when dwarves are waiting for a specific material, it will be listed in the dwarf's [[thought|thoughts and preferences]]. For instance, a dwarf that &amp;quot;likes platinum&amp;quot; will sometimes use one or more platinum nuggets in the construction of an artifact. This is not always the case, however, and they may want a completely unrelated item.{{verify}}&lt;br /&gt;
&lt;br /&gt;
Once the dwarf has assembled all the materials he or she needs, the game will announce that the dwarf &amp;quot;has begun a mysterious construction!&amp;quot;. The artifact should be completed within a day or two.&lt;br /&gt;
&lt;br /&gt;
Dwarves which have created an artifact will hold on to it for a very long time (or the loss of the limb in which it is held{{verify}}) after which one of three events can occur. &lt;br /&gt;
* The dwarf can become [[obsessed]] with the item and will keep hold of it until death.{{verify}}&lt;br /&gt;
* Become nervous and hide the artifact.{{verify}}&lt;br /&gt;
* Become uneasy and drop the artifact wherever he currently stands.{{verify}}&lt;br /&gt;
&lt;br /&gt;
If it is a heavy object (such as a floodgate), it will [[speed|slow]] them substantially unless they have several levels of [[strength]]. This is a bigger problem with a possessed dwarf, as the legendary status resulting from other moods will provide a good [[attributes|attribute]] boost.&lt;br /&gt;
&lt;br /&gt;
=== Failure ===&lt;br /&gt;
&lt;br /&gt;
If you can't provide all the required items within a couple of months, the dwarf will go insane and cancel the artifact.  This [[insanity]] can take several forms:&lt;br /&gt;
&lt;br /&gt;
* Become melancholy. The dwarf will either refuse to eat or drink until dead, or drown themselves at some point.  They may also hurl themselves into the [[river]], [[chasm]], or [[magma]] immediately.{{verify}}&lt;br /&gt;
* Become a babbling wreck.  A dwarf experiencing this will drop all the items he or she is wearing, one by one, and eventually starve to death.&lt;br /&gt;
* Go on a murderous rampage.&lt;br /&gt;
&lt;br /&gt;
The first two outcomes are harmless (except to the moody dwarf, who will die), but you may want to station a squad nearby or assign a few war dogs to the dwarf on the chance that they will lash out.  If you build your workshops inside enclosed rooms (with doors), you can also lock the moody dwarf in the room until he or she starves.&lt;br /&gt;
&lt;br /&gt;
Anything that would cause the dwarf to cancel the strange mood job (like being attacked or having the workshop destroyed) will cause [[insanity]]. Note that the [[insanity]] can happen even when the dwarf is not deadlocked on an item; there have been observed instances where a dwarf goes insane while in the process of carrying a required item back to the commandeered workshop.&lt;br /&gt;
&lt;br /&gt;
== Types of strange moods ==&lt;br /&gt;
&lt;br /&gt;
The first message in the following sections is how the mood is [[announcements|announced]]; the second message appears in the dwarf's profile when he or she is ['''v''']iewed.  All dwarves in a strange mood will have &amp;quot;Strange Mood&amp;quot; listed as their active task.&lt;br /&gt;
&lt;br /&gt;
=== Fey ===&lt;br /&gt;
&lt;br /&gt;
* ''Taken by a fey mood!''&lt;br /&gt;
* ''Has the aspect of one fey!''&lt;br /&gt;
&lt;br /&gt;
This is the basic strange mood.  Fey dwarves will clearly state their demands when the workshop they are in is examined.&lt;br /&gt;
&lt;br /&gt;
=== Secretive ===&lt;br /&gt;
&lt;br /&gt;
* ''Withdraws from society...''&lt;br /&gt;
* ''Peculiarly secretive...''&lt;br /&gt;
&lt;br /&gt;
Secretive moods are the same as fey moods, except instead of loudly proclaiming his demands, a secretive dwarf will sketch his or her ideas.&lt;br /&gt;
&lt;br /&gt;
=== Possessed ===&lt;br /&gt;
&lt;br /&gt;
* ''Has been possessed!''&lt;br /&gt;
* ''Possessed by unknown forces!''&lt;br /&gt;
&lt;br /&gt;
Possessed dwarves behave the same as fey dwarves, but will not gain any skill once the artifact is complete.  Their thoughts are also cryptic, but are harder to understand than dwarves who withdraw from society.&lt;br /&gt;
&lt;br /&gt;
=== Fell ===&lt;br /&gt;
&lt;br /&gt;
* ''Looses a roaring laughter, fell and terrible!''&lt;br /&gt;
* ''Has a horrible fell look!''&lt;br /&gt;
&lt;br /&gt;
A dwarf that goes into a fell mood will take over a [[butcher's shop]] or a [[tanner's shop]] instead of one of the craft shops. The dwarf will then ''murder'' the nearest dwarf, drag the corpse into the shop and make some sort of object out of dwarf [[leather]] or [[bone]]. Once the artifact is completed, the fell dwarf will become a legendary Bone Carver or Leatherworker.  Strangely, none of the other dwarves seem to mind the murder. &lt;br /&gt;
&lt;br /&gt;
Aside from the potential loss of an important dwarf in the wrong place at the wrong time, there doesn't seem to be any downside to a fell mood. The end result is always an artifact and a legendary craftsdwarf. Since the only ingredient used (a dwarf) is available in abundance, a fell mood will only &amp;quot;fail&amp;quot; if a hermit has a horrible fell look or if the proper workshop does not exist.&lt;br /&gt;
&lt;br /&gt;
=== Macabre ===&lt;br /&gt;
&lt;br /&gt;
* ''Begins to stalk and brood...''&lt;br /&gt;
* ''Brooding darkly...''&lt;br /&gt;
&lt;br /&gt;
Like a fell mood, above, but the dwarf will not murder a fellow dwarf.  A macabre dwarf may require dwarf bones, skulls, and chunks/remains; if you do not happen to have any, you will have to &amp;quot;make&amp;quot; some, or let the moody dwarf go insane.&lt;br /&gt;
&lt;br /&gt;
Fell and Macabre moods will only happen to dwarves which are [[Thoughts|unhappy]] at the time of entering a mood.&lt;br /&gt;
&lt;br /&gt;
== Multiple Moods ==&lt;br /&gt;
&lt;br /&gt;
Toady stated on [http://www.bay12games.com/cgi-local/ultimatebb.cgi?ubb=get_topic&amp;amp;f=7&amp;amp;t=000567 this] thread in the forum that two moods at once is a bug. Therefore, it is safe to assume that it is usually impossible to get more than one mood at once. Also, on the buglists: 000317 □ [dwarf mode][moods]   two mood dwarves at once&lt;br /&gt;
&lt;br /&gt;
== Unresolved questions ==&lt;br /&gt;
&lt;br /&gt;
* ''Does a larger number of dwarves in a fortress increase the chance of strange moods?''&lt;br /&gt;
** A fortress with a very small number of dwarves (1-3) can go many years without seeing any strange moods, so it would seem so.&lt;br /&gt;
* ''Can the same dwarf go into a strange mood more than once?''&lt;br /&gt;
** Presumably, they cannot.&lt;br /&gt;
* ''Can an already legendary dwarf go into a strange mood?''&lt;br /&gt;
** A Legendary dwarf that hasn't acquired legendary status via creating an artifact ''can'' go into a strange mood.&lt;br /&gt;
* ''How many strange moods can occur in a single fortress?''&lt;br /&gt;
** Apparently, an unlimited number.  Previously, the moods were thought to cease after the 15th successful artifact, but this has been disproven.&lt;br /&gt;
[[Category:Dwarves]]&lt;br /&gt;
[[Category:Thoughts]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Template:News&amp;diff=394</id>
		<title>Template:News</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Template:News&amp;diff=394"/>
		<updated>2007-11-30T23:53:01Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;center&amp;quot;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center; font-size: 125%; font-weight: bold; margin-bottom: 0.5em&amp;quot;&amp;gt;[http://www.bay12games.com/dwarves/index.html Download Dwarf Fortress]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;The latest version is '''v0.27.169.33d'''.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;[http://www.bay12games.com/dwarves/dev_now.html Changelog&amp;lt;noinclude&amp;gt; at Bay12 Games&amp;lt;/noinclude&amp;gt;]&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Main_Page&amp;diff=48</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Main_Page&amp;diff=48"/>
		<updated>2007-11-30T23:52:13Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 style=&amp;quot;text-align: center; margin-top: 1em&amp;quot;&amp;gt;The Dwarf Fortress Wiki&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Colored Notice Box|#00f|&lt;br /&gt;
  &amp;lt;p&amp;gt;'''The latest Dwarf Fortress version was released on 30 November 2007'''&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Please ensure that all information added is ''accurate for the new version''. The [http://archive.dwarffortresswiki.net/index.php/Main_Page archive of the old wiki] is still available.&amp;lt;/p&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;max-width: 48em; margin: 0 auto;&amp;quot;&amp;gt;&lt;br /&gt;
Welcome to the Dwarf Fortress Wiki! This is a collection of user-submitted guides, information and advice for the Roguelike game [http://www.bay12games.com/dwarves/ &amp;quot;Dwarf Fortress&amp;quot;]. Dwarf Fortress is a Windows game (though it can be played on other systems using Wine), developed by [http://www.bay12games.com/ Bay 12 Games] featuring two modes of play, a distinct, randomly-generated world (complete with terrain, wildlife and legends), gruesome combat mechanics and vicious schools of [[carp]].&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;max-width: 48em; margin: 0 auto; text-align: center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: left; margin-right: 1em&amp;quot;&amp;gt;{{Quote Box|If cow cheese is made from cow's milk, what is dwarven cheese made of?}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 1em&amp;quot;&amp;gt;{{Quote Box|'Leader' Igëratìr, Clerk has created Razuk Lanzil, a Obsidian Crown!&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;-&amp;quot;I think the leader business is getting to his head!}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{news}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 90%; max-width: 50em; margin: 0 auto; border-spacing: 1em; clear: both&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #fdc; border: 1px solid #a44; border-left-color:#faa; border-top-color:#faa; text-align: center&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #d66; border: 1px solid #a44; border-left-color:#faa; border-top-color:#faa; padding: 0.2em 0.5em&amp;quot; | '''New to Dwarf Fortress?'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[:Dwarf Fortress:About|About Dwarf Fortress]]&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | '''[[:Category:Guides|Tutorials and guides]]''' &amp;lt;!-- this is here since no good page has been written for it yet, but it should be replaced by a non-category page eventually once the list of tutorials and guides is more complete --&amp;gt;&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Starting builds]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Frequently Asked Questions]]&lt;br /&gt;
| style=&amp;quot;witdh: 33%&amp;quot; | * [[Your first fortress]] *&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Pregenerated worlds]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Important advice]]&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | * [[Indecisive's_illustrated_fortress_mode_tutorial|Indecisive's Illustrated Tutorial]] *&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Quickstart guide]] (older)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%; vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center; margin-bottom: 1em&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Playing Dwarf Fortress'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Dwarf Fortress mode|Fortress mode]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Reclaim fortress mode|Reclaim fortress]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Legends]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Design strategies]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Local map features]]&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:Bloodline_Games|Bloodline games]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Stories]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center; margin-bottom: 1em&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Gameplay elements'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Activity zone]]s&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Farming]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Building]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Combat]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Creatures]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[:Category:Designations|Designations]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Military]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Noble]]s&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Rooms]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Skill]]s&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Stockpile]]s&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Workshop]]s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width: 50%; vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center; margin-bottom: 1em&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Wiki articles by category'''&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:Dwarves|Dwarves]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:World|World]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:Buildings|Buildings]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:Modding|Modding]]&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;width:50%&amp;quot; | [[:Category:Items|Items]]&lt;br /&gt;
| style=&amp;quot;width:50%&amp;quot; | [[:Category:Interface|Interface]]&lt;br /&gt;
|- &lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | [[Special:Categories|All Categories]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Metagame editing and advice'''&lt;br /&gt;
|-&lt;br /&gt;
| [[Technical tricks]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Utilities]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Known bugs and issues]]&lt;br /&gt;
|- &lt;br /&gt;
| [[System requirements]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cheating]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ddd; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb;&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #999; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb; padding: 0.2em 0.5em; text-align: center&amp;quot; | '''Links'''&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Forums:&lt;br /&gt;
| [http://www.bay12games.com/cgi-local/ultimatebb.cgi?&amp;amp;category=3 Official Forums],  [http://forums.somethingawful.com/showthread.php?threadid=2677834 Something Awful Thread], [http://forums.penny-arcade.com/showthread.php?t=41106 Penny-Arcade Thread]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | IRC Channels:&lt;br /&gt;
| [irc://irc.worldirc.org/bay12games #bay12games] on worldirc.org, [irc://irc.synirc.net/df #df] on synirc.net&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Archives:&lt;br /&gt;
| [http://archive.dwarffortresswiki.net Old Wiki]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Other Wikis:&lt;br /&gt;
| [http://dwarffortress.free.fr/modules/news/ The French Wiki ], [http://band-chukei.ddo.jp/df/ The Japanese Wiki ]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Useful Links:&lt;br /&gt;
| [http://mkv25.net/dfma/ Dwarf Fortress Map Archive]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Trap&amp;diff=6502</id>
		<title>40d:Trap</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Trap&amp;diff=6502"/>
		<updated>2007-11-30T11:50:08Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(For traps used to catch vermin, see [[animal trap]]).&lt;br /&gt;
&lt;br /&gt;
Traps are a reliable and cost-effective method for defending any fortress. Unlike soldiers, they're always on duty, and don't need to be carefully managed. OOn the other hand, they are immobile and can only lie in wait for foes to walk over them. To build a trap, go to the {{k|b}}uild-&amp;gt;Traps/Levers menu. You'll generally need one [[mechanism]], and at least one other component depending on the type of trap. They can be built indoors or outdoors, and require a level ground square with no other constructions in them. Traps are not triggered by dwarves (except berserk/insane ones), pets, and enemies capable of sneaking, such as kobold thieves. Such creatures will pass over traps without triggering them.&lt;br /&gt;
&lt;br /&gt;
==Stone-fall Trap==&lt;br /&gt;
The simplest trap to construct, a stone-fall trap is essentially a stone suspended up in the air which is dropped on intruders when the trap is triggered. These are a popular defensive measure early on, as the components needed are readily available as soon as you start mining. A single stone trap will kill or severely maim most humanoid enemies although trolls, magmamen and hardier creatures may take two or three to drop. Mythical creatures such as dragons, hydras and titans will take upwards of five or six. After being used they need to be reloaded with another stone, a task which your dwarves will see to automatically. Stone traps can now be built outside.&lt;br /&gt;
:Shortcut {{k|s}}&lt;br /&gt;
:Components used: [[mechanism]] and an ordinary [[stone]]&lt;br /&gt;
&lt;br /&gt;
==Weapon Trap==&lt;br /&gt;
Weapon traps consist of any number of deadly instruments rigged to a mechanism. When an intruder sets off the trap, the weapons spring out and strike the poor sap. You can add up to 10 weapons to a weapon trap, and they will all attack together when set off. This gives the potential for dealing significant amounts of damage at once. There are also special giant weapon parts you can build that are specially designed for use in weapon traps. Unlike stone-fall traps, weapon traps automatically reset after being triggered, ready to splatter the intruder's friends. But there is a (20%?)chance that the trap will become jammed each time it is triggered. A nearby dwarf will automatically clean a jammed trap; this does not require the [[cleaning]] labor. If there are weapons that require ammunition in the trap, they will also have to be reloaded occasionally. Weapon traps using bows or crossbows will not require cleaning but do use ammo.&lt;br /&gt;
:Shortcut {{k|w}}&lt;br /&gt;
:Components used: [[mechanism]] and whatever [[weapon]]s you want.&lt;br /&gt;
&lt;br /&gt;
==Cage Trap==&lt;br /&gt;
Cage traps capture creatures that set them off in [[cage]]s. After a creature is captured it's stored, cage and all, in an appropriate animal stockpile. Then the trap is reloaded with another cage. You can do all sorts of fun things with [[captured creatures]]. Creatures in cages will be fed periodically.&lt;br /&gt;
:Shortcut {{k|c}}&lt;br /&gt;
:Components used: [[mechanism]] and a [[cage]].&lt;br /&gt;
&lt;br /&gt;
==Upright Spear/Spike==&lt;br /&gt;
These traps will be useless on their own, they must be linked up to a pressure plate or lever to become active, the fact that they do piercing damage makes them usefull against more powerfull foes, additionally their friendly fire means they make extremely usefull and effective anti-immigrant traps.&lt;br /&gt;
&lt;br /&gt;
:I did some testing, and as far as I can tell they don't cause any extra falling damage. I could be wrong about this as I only tested with wooden spikes and maybe they didn't add enough extra to be noticeable, but I doubt it.&lt;br /&gt;
&lt;br /&gt;
:they can, however, be linked to a lever. when pulled, the retract - when pulled again they shoot out doing a moderate amount of damage (5 mid-range wooden spikes pierced both lungs of an elephant and gave it a light liver wound in one shot). The best part is, the lever can be set to repeat which makes the spikes go up and down really fast and causes massive damage to anything walking over them.&lt;br /&gt;
&lt;br /&gt;
:stuff does get stuck in them, sort of. corpses will appear as an item inside the spikes 'building' when they are out (the same way mugs and whatnot appear inside workshops when you first make them). retracting the spikes lets the corpse out. I have no idea if a corpse stuck in them stops them from doing damage to other creatures walking over them.&lt;br /&gt;
&lt;br /&gt;
:a warning - spikes do friendly fire, and the 5 moderate wooden spikes mentioned above was enough to instagib some elven traders and one of my dwarves in 1 shot. ---- Taken from a forum post by BurnedToast [http://www.bay12games.com/cgi-local/ultimatebb.cgi?ubb=get_topic&amp;amp;f=7&amp;amp;t=001777]&lt;br /&gt;
&lt;br /&gt;
:Shortcut {{k|S}} (capitalized)&lt;br /&gt;
:Components used: [[spear]]s or [[spike]]s.&lt;br /&gt;
&lt;br /&gt;
==Other Traps==&lt;br /&gt;
You can create even more elaborate traps with imaginative use of pits, pressure plates, levers, grates, supports, water, magma, and whatever else you can think of. Watching those goblins try to find a way out of your drowning chamber as it begins to fill is really quite satisfying.&lt;br /&gt;
&lt;br /&gt;
{{Buildings}}&lt;br /&gt;
[[Category:Traps]]&lt;br /&gt;
[[Category:Fortress Defense]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Thought&amp;diff=21262</id>
		<title>40d:Thought</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Thought&amp;diff=21262"/>
		<updated>2007-11-29T17:53:38Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Unhappy thoughts */ I've seen this message from the Dungeon Master and other nobles.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dwarf psychology is not all that complex - various events cause dwarves to gain 'thoughts'. Thoughts have a [[happiness]]/unhappiness value. The value of all the thoughts a particular dwarf has is simply summed to determine how happy or unhappy they are. If dwarves are particularly unhappy, they may throw [[tantrum]]s, and may enter fell or macabre [[strange mood]]s.&lt;br /&gt;
&lt;br /&gt;
To view a dwarf's thoughts, press {{key|v}} on the dwarf. Then press {{key|p}}(preferences) -&amp;gt; {{key|z}} -&amp;gt; {{key|enter}}.&amp;lt;br/&amp;gt;&lt;br /&gt;
Now you will see descriptions on how the dwarf feels ''(Ecstatic, happy, content, unhappy, miserable)'', and what recent events made an impact on the dwarf. There are also some personal traits listed on the bottom.&lt;br /&gt;
&lt;br /&gt;
== Happy thoughts ==&lt;br /&gt;
A catalog of happy thoughts:&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Slept in a good quality [[bedroom]] recently&amp;quot;''' &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Dined in a good quality [[dining room]] lately&amp;quot;''' &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Had a pretty decent/fine/good/wonderful/truly decadent drink/meal lately&amp;quot;''' &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Is quite pleased with making an [[artifact]]&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Admired a fine craft/furniture/building lately&amp;quot;''' &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Admired a own fine craft/furniture/building lately&amp;quot;''' &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Made a friend recently&amp;quot;''' &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Talked with a friend lately&amp;quot;''' &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Received water recently&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Gave somebody water lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Made a satisfying acquisition lately.&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Has been satisfied at work lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Had a satisfying sparring session lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Pleased to have a mandate deadline met lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Conducted a meeting in a great setting recently&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was honored to join the Fortress Guard&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Took joy in slaughter lately&amp;quot;''' - Hammerer&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Beat somebody with a hammer recently&amp;quot;''' - Hammerer&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Unhappy thoughts ==&lt;br /&gt;
A catalog of unhappy thoughts:&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Slept without a [[bed]] / Slept in the mud&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Slept without a decent room lately&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Slept uneasily due to [[noise]] recently&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Complained of the lack of [[chair]]s / [[table]]s&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was upset to be wearing old/tattered clothing lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Complained about the [[military|draft]]&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Complained of thirst lately&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Has been dehydrated&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Has been starving lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Lost a good friend/husband/wife/child&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was knocked out during a cave-in lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Sustained minor injuries lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was annoyed by [[vermin]]&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Has been accosted by terrible vermin&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was disgusted by [[miasma]]&amp;quot;'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Has been annoyed by flies&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was [[Cave adaptation|nauseated]] by the sun lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Has witnessed death&amp;quot;''' - Philosopher&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Is depressed about being [[Justice|confined]]&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was unhappy with the lack of work last season&amp;quot;''' - Jeweler &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was unable to make suggestions about [[Outpost manager|work allocations]] lately&amp;quot;''' - Manager&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was unable to find someone to complain to about job scarcity lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was upset to have disappointed a noble recently&amp;quot;''' - Tax Collector &amp;lt;br /&amp;gt; &lt;br /&gt;
* '''&amp;quot;Was misinformed about a room for tax collection recently&amp;quot;''' - Tax Collector &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was worried not to have adequate protection lately&amp;quot;''' - Tax Collector &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was upset by having a mandate ignored lately&amp;quot;'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Conducted a meeting in an awful setting recently&amp;quot;''' - Mayor &amp;lt;br /&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was angered that nobody could be punished for a recent failure&amp;quot;''' - Count&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''&amp;quot;Was upset by a lesser's pretentious sleeping arrangements lately&amp;quot;'''&lt;br /&gt;
* '''&amp;quot;Was put off by a lesser's pretentious dining arrangements lately&amp;quot;'''- Countess&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=User_talk:Rick&amp;diff=25088</id>
		<title>User talk:Rick</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=User_talk:Rick&amp;diff=25088"/>
		<updated>2007-11-28T19:38:16Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* heal.exe bug? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requests ==&lt;br /&gt;
Hey there. Thanks for writing reveal.exe. It's made my dwarves' lives so much easier!&lt;br /&gt;
&lt;br /&gt;
Do you take requests?&lt;br /&gt;
&lt;br /&gt;
And is this the right place to ask? [[User:Runspotrun|Runspotrun]] 20:32, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
: Yes, and yes. --[[User:Rick|Rick]] 20:49, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Excellent! Now, I don't know how many people would use it, but I'd love to see a utility that would allow me to choose the temperature/forest/shrub/surroundings/neighbours when starting out. I like to stick to the same sort of areas, but it can be a pain finding them on the map - if they exist at all. Problem is, I think most people take what they're given, region-wise... so I don't think it'd have much of an audience. What do you think? [[User:Runspotrun|Runspotrun]] 20:55, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:: Er, I haven't just described startpoints.exe, have I? [[User:Runspotrun|Runspotrun]] 21:01, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Well, if you're not averse to requests...  A utility to activate the subterranean flag on indoor areas would be awesome for those of us who'd like to build surface castles in cold/freezing terrain without our dwarves dying of frostbite.  -[[User:EarthquakeDamage|EarthquakeDamage]] 22:45, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::I'd like a rock/gem/ore tool. Would be really neat. Especially the ore/gem one. Also, maybe water/magma creation tools if possible?--[[User:Spelguru|Spelguru]] 01:29, 11 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Something similar to the old skills.exe would be great! --[[User:Vanan|Vanan]] 11:44, 19 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Wild Praise ==&lt;br /&gt;
Thank you so much for your incredible work! Your applications add so much fun to the game! --[[User:Vanan|Vanan]] 13:56, 17 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== In reply to ==&lt;br /&gt;
Your statement to me on my page, &amp;quot;Don't subject your opinion unto others. (Though I think you were just trying to be funny...) --Rick 03:54, 31 October 2007 (EDT)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Of course I was. But some people have no real sense of humor. &lt;br /&gt;
&lt;br /&gt;
Also, some people believe they can do things they tell others NOT to do. Your statement is a perfect example of this. You tell me not to subject others to MY opinion, but in doing so you are subjecting me to YOUR opinion. Oh yes, you are one of the VIPs in the DF community, because you wrote a couple utilities. So I suppose I should be humble in your presence, and bow to someone so great. I would do that, but when I bow, I do it facing AWAY from that person, and I drop my trousers at the same time. Still want me to bow to your greatness?&lt;br /&gt;
&lt;br /&gt;
I read other contributions here that voice their opinions the same as I did. I wonder if you said the same thing to all of them as well? Tho since I was able to read the pages they wrote, you clearly did not delete their words as you did mine. And while other entries I made were either deleted or edited, as I expected them to be, since I am not a great wiki writer, you were the only one to send me a somewhat nasty note. &lt;br /&gt;
&lt;br /&gt;
Think whatever you like of me, but at least I was contributing, and trying to give a few smiles along the way. Seems to me tho, that DF is fun, and it's wiki should be too. And, from other pages I read, others feel the same way I do. Maybe you should take a look around at some of their pages, and lighten up yourself a bit? Maybe trade with the elves for a tame blue jay, and drop it down your shorts. If that doesnt get a giggle out of you, maybe you should go join the undead at one of their ruins?&lt;br /&gt;
&lt;br /&gt;
: Wow, way to blow up that up, I was just jesting. I think I'll leave your words here, [[User:Darknight|Darknight]]. --[[User:Rick|Rick]] 19:25, 17 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
: Oh, and for the record, I did not remove your message, someone else did that. Check the page history. --[[User:Rick|Rick]] 19:29, 17 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== heal.exe bug? ==&lt;br /&gt;
&lt;br /&gt;
Hmm... I've found that heal -hurt doesn't work on fire men, at least in 33b. It sets all their body parts to red, but the fire man just keeps wandering around and scaring my poor witless dwarves. I haven't found a living fire man yet in 33c so I can't check. [[User:Runspotrun|Runspotrun]] 06:59, 28 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
: Are firemen immune to pain? Hurt just nukes bodyparts, not kills creatures, most creatures who feel pain will die from that, but I guess ones who don't won't. --[[User:Rick|Rick]] 12:08, 28 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:: Just checked - yes they are. That'd explain it then, ta. [[User:Runspotrun|Runspotrun]] 14:38, 28 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=User_talk:Rick&amp;diff=25086</id>
		<title>User talk:Rick</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=User_talk:Rick&amp;diff=25086"/>
		<updated>2007-11-28T11:59:00Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: heal.exe bug?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requests ==&lt;br /&gt;
Hey there. Thanks for writing reveal.exe. It's made my dwarves' lives so much easier!&lt;br /&gt;
&lt;br /&gt;
Do you take requests?&lt;br /&gt;
&lt;br /&gt;
And is this the right place to ask? [[User:Runspotrun|Runspotrun]] 20:32, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
: Yes, and yes. --[[User:Rick|Rick]] 20:49, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Excellent! Now, I don't know how many people would use it, but I'd love to see a utility that would allow me to choose the temperature/forest/shrub/surroundings/neighbours when starting out. I like to stick to the same sort of areas, but it can be a pain finding them on the map - if they exist at all. Problem is, I think most people take what they're given, region-wise... so I don't think it'd have much of an audience. What do you think? [[User:Runspotrun|Runspotrun]] 20:55, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:: Er, I haven't just described startpoints.exe, have I? [[User:Runspotrun|Runspotrun]] 21:01, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Well, if you're not averse to requests...  A utility to activate the subterranean flag on indoor areas would be awesome for those of us who'd like to build surface castles in cold/freezing terrain without our dwarves dying of frostbite.  -[[User:EarthquakeDamage|EarthquakeDamage]] 22:45, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::I'd like a rock/gem/ore tool. Would be really neat. Especially the ore/gem one. Also, maybe water/magma creation tools if possible?--[[User:Spelguru|Spelguru]] 01:29, 11 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Something similar to the old skills.exe would be great! --[[User:Vanan|Vanan]] 11:44, 19 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Wild Praise ==&lt;br /&gt;
Thank you so much for your incredible work! Your applications add so much fun to the game! --[[User:Vanan|Vanan]] 13:56, 17 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== In reply to ==&lt;br /&gt;
Your statement to me on my page, &amp;quot;Don't subject your opinion unto others. (Though I think you were just trying to be funny...) --Rick 03:54, 31 October 2007 (EDT)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Of course I was. But some people have no real sense of humor. &lt;br /&gt;
&lt;br /&gt;
Also, some people believe they can do things they tell others NOT to do. Your statement is a perfect example of this. You tell me not to subject others to MY opinion, but in doing so you are subjecting me to YOUR opinion. Oh yes, you are one of the VIPs in the DF community, because you wrote a couple utilities. So I suppose I should be humble in your presence, and bow to someone so great. I would do that, but when I bow, I do it facing AWAY from that person, and I drop my trousers at the same time. Still want me to bow to your greatness?&lt;br /&gt;
&lt;br /&gt;
I read other contributions here that voice their opinions the same as I did. I wonder if you said the same thing to all of them as well? Tho since I was able to read the pages they wrote, you clearly did not delete their words as you did mine. And while other entries I made were either deleted or edited, as I expected them to be, since I am not a great wiki writer, you were the only one to send me a somewhat nasty note. &lt;br /&gt;
&lt;br /&gt;
Think whatever you like of me, but at least I was contributing, and trying to give a few smiles along the way. Seems to me tho, that DF is fun, and it's wiki should be too. And, from other pages I read, others feel the same way I do. Maybe you should take a look around at some of their pages, and lighten up yourself a bit? Maybe trade with the elves for a tame blue jay, and drop it down your shorts. If that doesnt get a giggle out of you, maybe you should go join the undead at one of their ruins?&lt;br /&gt;
&lt;br /&gt;
: Wow, way to blow up that up, I was just jesting. I think I'll leave your words here, [[User:Darknight|Darknight]]. --[[User:Rick|Rick]] 19:25, 17 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
: Oh, and for the record, I did not remove your message, someone else did that. Check the page history. --[[User:Rick|Rick]] 19:29, 17 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== heal.exe bug? ==&lt;br /&gt;
&lt;br /&gt;
Hmm... I've found that heal -hurt doesn't work on fire men, at least in 33b. It sets all their body parts to red, but the fire man just keeps wandering around and scaring my poor witless dwarves. I haven't found a living fire man yet in 33c so I can't check. [[User:Runspotrun|Runspotrun]] 06:59, 28 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Pressure_plate&amp;diff=23436</id>
		<title>40d Talk:Pressure plate</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Pressure_plate&amp;diff=23436"/>
		<updated>2007-11-27T22:00:05Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* More detailed instructions? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Approximately how long after a pressure plate is stepped on will it's effects happen?&lt;br /&gt;
For instance, I have a pressure plate. Two squares away is a pit trap linked to the plate. Will that work at all?--[[User:Tarsier|Tarsier]] 22:50, 7 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== More detailed instructions? ==&lt;br /&gt;
&lt;br /&gt;
Might be worth adding to the article instructions on common operations with pressure plates. For example, how do you use a plate to close a floodgate? Does the plate open, close or toggle the gate? Should it be set to activate when the water/magma level is low or high? etc. [[User:Runspotrun|Runspotrun]] 15:37, 27 November 2007 (EST)&lt;br /&gt;
:Heh. Just figured it out. Is it correct? [[User:Runspotrun|Runspotrun]] 17:00, 27 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Pressure_plate&amp;diff=20473</id>
		<title>40d:Pressure plate</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Pressure_plate&amp;diff=20473"/>
		<updated>2007-11-27T21:54:11Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pressure plates work somewhat like [[lever]]s, but instead of being actively toggled, they're activated by the [[weight]] of something on them.&lt;br /&gt;
&lt;br /&gt;
Pressure plates are not configured during use, but upon placement. While placing a pressure plate, you can configure it to trigger when the following things are on it:&lt;br /&gt;
&lt;br /&gt;
* [[Water]]/[[Magma]] - choose minimum and maximum levels&lt;br /&gt;
* Creatures - choose minimum and maximum size; creatures of the size selected will be listed as example. You can pick whether your own citizens will trigger the plate or not.&lt;br /&gt;
&lt;br /&gt;
Pressure plates default to toggleable, where they send an On signal when the determined weight is upon them and send an Off signal when it's released. Pressing {{k|o}} will change them to one-use mode, where upon being activated, they do their work and cease to operate altogether.&lt;br /&gt;
&lt;br /&gt;
Pressure plates can be linked to all the same objects levers can. The effects are listed in the [[Lever]] page.&lt;br /&gt;
&lt;br /&gt;
A toggleable [[trap]] may prove useless when there is a large amount of invaders walking back and forth over it, as there will not be enough time for it to activate before it is switched again.  Berserk dwarves will set off pressure plates.&lt;br /&gt;
&lt;br /&gt;
:Shortcut {{k|b}}-{{k|T}}-{{k|p}}&lt;br /&gt;
:Components used: [[Mechanism]]&lt;br /&gt;
&lt;br /&gt;
==Common procedures==&lt;br /&gt;
===Closing a floodgate when submerged===&lt;br /&gt;
&lt;br /&gt;
For this example, say we want to close a floodgate when a reservoir reaches a depth of 5.&lt;br /&gt;
&lt;br /&gt;
* Build the pressure plate, set to activate under water ({{key|w}}) from 0 ({{key|a}}, {{key|s}}) to 4 ({{Key|z}}, {{key|x}}). Set it to reset ({{key|o}}).&lt;br /&gt;
* Place the floodgate&lt;br /&gt;
* Connect a lever to the floodgate, and open it.&lt;br /&gt;
* Optionally remove the lever.&lt;br /&gt;
* Connect the pressure plate to the floodgate.&lt;br /&gt;
* Allow the pressure plate to be submerged.&lt;br /&gt;
&lt;br /&gt;
The floodgate should close a few seconds after the water reaches a depth of 5 or more, and open again when the depth falls to 4 or less.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Buildings}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Pressure_plate&amp;diff=23435</id>
		<title>40d Talk:Pressure plate</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Pressure_plate&amp;diff=23435"/>
		<updated>2007-11-27T20:37:34Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: More detailed instructions?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Approximately how long after a pressure plate is stepped on will it's effects happen?&lt;br /&gt;
For instance, I have a pressure plate. Two squares away is a pit trap linked to the plate. Will that work at all?--[[User:Tarsier|Tarsier]] 22:50, 7 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== More detailed instructions? ==&lt;br /&gt;
&lt;br /&gt;
Might be worth adding to the article instructions on common operations with pressure plates. For example, how do you use a plate to close a floodgate? Does the plate open, close or toggle the gate? Should it be set to activate when the water/magma level is low or high? etc. [[User:Runspotrun|Runspotrun]] 15:37, 27 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Pressure_plate&amp;diff=20472</id>
		<title>40d:Pressure plate</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Pressure_plate&amp;diff=20472"/>
		<updated>2007-11-27T20:35:06Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pressure plates work somewhat like [[lever]]s, but instead of being actively toggled, they're activated by the [[weight]] of something on them.&lt;br /&gt;
&lt;br /&gt;
Pressure plates are not configured during use, but upon placement. While placing a pressure plate, you can configure it to trigger when the following things are on it:&lt;br /&gt;
&lt;br /&gt;
* [[Water]]/[[Magma]] - choose minimum and maximum levels&lt;br /&gt;
* Creatures - choose minimum and maximum size; creatures of the size selected will be listed as example. You can pick whether your own citizens will trigger the plate or not.&lt;br /&gt;
&lt;br /&gt;
Pressure plates default to toggleable, where they send an On signal when the determined weight is upon them and send an Off signal when it's released. Pressing {{k|o}} will change them to one-use mode, where upon being activated, they do their work and cease to operate altogether.&lt;br /&gt;
&lt;br /&gt;
Pressure plates can be linked to all the same objects levers can. The effects are listed in the [[Lever]] page.&lt;br /&gt;
&lt;br /&gt;
A toggleable [[trap]] may prove useless when there is a large amount of invaders walking back and forth over it, as there will not be enough time for it to activate before it is switched again.  Berserk dwarves will set off pressure plates.&lt;br /&gt;
&lt;br /&gt;
:Shortcut {{k|b}}-{{k|T}}-{{k|p}}&lt;br /&gt;
:Components used: [[Mechanism]]&lt;br /&gt;
&lt;br /&gt;
{{Buildings}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Buildings]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Well&amp;diff=6337</id>
		<title>40d Talk:Well</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Well&amp;diff=6337"/>
		<updated>2007-11-26T11:08:25Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: Flooding?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Where can these be constructed? only near an aquifer?--[[User:Alc|Alc]] 14:16, 30 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
Open space probably refers to just that - a dug-out space below it that leads to water. Will have to test, though. --[[User:Tracker|Tracker]] 15:54, 30 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
Does it need to be a channel all the way down, on all levels below the well, or can you have normal floor below it all the way down to water?  Can you put one well directly above another well, and have them both work (if there's water below)?  --[[User:Sowelu|Sowelu]] 15:56, 30 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
:You don't need to have channels all the way down.  I haven't actually built any, but I don't see why it HAS to go all the way down, I just think there needs to be water there.&lt;br /&gt;
::Has it been verified that you need water down there? --[[User:Mitchy|Mitchy]] 11:22, 8 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
Does anyone know if it is okay to have a well like this?&amp;lt;br /&amp;gt;&lt;br /&gt;
(side view)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
_W_ &lt;br /&gt;
| |    &amp;lt;-- Empty space between water and well&lt;br /&gt;
|~|    &amp;lt;-- Water down here&lt;br /&gt;
---&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--[[User:Delton|Delton]] 16:07, 14 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
Confirmed that the above is a functional well.&lt;br /&gt;
--[[User:Delton|Delton]] 07:52, 19 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Flooding? ==&lt;br /&gt;
&lt;br /&gt;
Gah! Why do my wells keep flooding? How can I prevent this? [[User:Runspotrun|Runspotrun]] 06:08, 26 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17734</id>
		<title>40d:Siege</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17734"/>
		<updated>2007-11-25T06:15:54Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Active Defense */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A siege is a special time in Fortress mode when an army attempts to attack and kill all of your dwarves. It is at this time you should activate your military, raise the draw bridges and pray you've enough food stocks to last the winter.&lt;br /&gt;
&lt;br /&gt;
During a siege, the option on the main menu 'Abandon Fortress' changes to 'Succumb to the Invasion'.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note: As of v0.27.169.33b, sieges are not functioning properly. The siege groups are content to sit at the edge of the map and wait there until some hapless dwarf wanders too close. After wiping the floor with the dwarf, they return to their spot on the edge of the map.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Siegers ==&lt;br /&gt;
&lt;br /&gt;
=== Goblins === &lt;br /&gt;
&lt;br /&gt;
[[Goblins]] will attack whenever they feel like it, after your fortress reaches a certain point. Possibly triggered by fortress wealth now rather than nobles. Sometimes they will even attack when a caravan arrives.&lt;br /&gt;
&lt;br /&gt;
Come in squads of about 15 goblins each, frequently led by individual goblin weaponmasters (or even evil human mercenaries) and sometimes mounted on beak dogs, and ocassionally accompanied by up to 3 squads of 5-8 trolls. The first siege you see with a given fort might consist of as little as a single unmounted squad with no trolls, but the goblin forces will escalate in size as the game progresses. Later on you may be seeing 100 or more goblins show up in a single siege, all mounted, with 10 to 20 trolls.&lt;br /&gt;
&lt;br /&gt;
[[Troll]]s are the goblin &amp;quot;siege engines&amp;quot;. They are faster than beak dogs, and will make for buildings and start demolishing. Locked doors will keep the goblins out, but can be demolished by trolls.&lt;br /&gt;
&lt;br /&gt;
If you deflect enough sieges, the ruler of the goblin nation may lead a squad. He's equipped with extra-good quality equipment.&lt;br /&gt;
&lt;br /&gt;
=== Humans ===&lt;br /&gt;
&lt;br /&gt;
Unknown if humans still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
=== Elves ===&lt;br /&gt;
&lt;br /&gt;
Unknown if elves still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
{{old|0.23.130.23a}}&lt;br /&gt;
===Active Defense===&lt;br /&gt;
*Put your entire [[military]] on duty. With luck, most of them are not sleeping, eating, or drinking. If a [[squad]] leader is is doing anything of that sort, replace him with a more alert squad member (the squad always clusters about the leader. If the leader's eating, the squad will guard the table). Place melee units at major chokepoints, so they can meet the enemy head on, but try to keep them out of direct fire from enemy missile users. Place your own marksdwarves where they can rain death down on the enemies. (This is why you build [[fortifications]].)&lt;br /&gt;
&lt;br /&gt;
*[[War dog]]s are valuable, but shouldn't be the first line of defense, because the enemy bowmen will quickly take care of them. Assign them to your military dwarves, or cage them before the siege, and [[Release the Hounds!|release]] them via lever/pressure plate as the enemy is rounding a blind corner. They're also useful for clearing the field once the siege ends.&lt;br /&gt;
&lt;br /&gt;
*[[Siege Weapons]], catapults and ballistae, can be effective during a siege, but can also be entirely useless. They don't have a wide field of fire, so you'll need to design your fortress ahead of time to funnel your attackers into the weapons' field of fire and then delay them with winding passages while in range. To use them effectively, you really need trained Siege Operators for the task, since siege weapons take up to three real-time minutes for inexperienced operators to load, and the weapons cannot be fired at a precise time; they will fire whenever the operator shows up. Fire early and often: siege operators are civilians, and will run away once the oncoming hordes get too close.&lt;br /&gt;
&lt;br /&gt;
===Passive Defense===&lt;br /&gt;
*If you have no trust in your military's power, keep all the dwarves inside and pull the siegers into corridors with [[traps]]. Stone-fall traps are cheap and easy, but are one-shot traps with a long reload time; weapon traps require weapons, but reload themselves after a few seconds, until they eventually get stuck. A 10-square-long entry hall filled with weapons traps will break most [[goblin]] sieges without any help. (How boring!)&lt;br /&gt;
&lt;br /&gt;
*A moat may provide a decent defense when combined with a drawbridge to either keep the goblins from entering, or to drop them right into the water. Substitute magma for some far more lethal results.&lt;br /&gt;
&lt;br /&gt;
=== Civilians ===&lt;br /&gt;
&lt;br /&gt;
* Your normal dwarves will still attempt to do their jobs during a siege. The [[Options]]-&amp;gt;Dwarves Stay Inside option will prevent them from going outside, but only after walking to the entrance. Since many of your major defenses will be inside the fortress, this is only somewhat useful. Dwarves will run from invaders, but only ''after'' getting within crossbow-range, so their self-preservation skills are lackluster when the enemy has ranged weapons. Therefore, your best bet is to draft the dwarves in question (or simply all civilians) into one citizen-squad and station them somewhere out of harm's way. However, if any of your citizens are set to carry weapons or armor, they may decide to go collect equipment from slain goblins/dwarves during the siege, which means they'll run out into the fray. Keep an eye on this, and turn off their [[weapons]]/[[armor]] accordingly.&lt;br /&gt;
&lt;br /&gt;
* Providing indoor pastimes (like [[sculpture garden]], [[zoo]], [[meeting hall]], or a meeting area zone) will make dwarves spend their break time in the fortress rather than outside. This will typically stop all dwarves from hanging around outside. Hunters, woodcutters, haulers and other dwarves who have business outside will still be at risk.&lt;br /&gt;
&lt;br /&gt;
* Lock the front [[door]]s. If you still have valuable dwarves outside looking for a way in, you might try the [[Maxwell's Demon]] approach: keep locking and unlocking doors just as dwarves arrive so as to keep as many dwarves in as possible. If you don't understand why this is called Maxwell's Demon, read [http://en.wikipedia.org/wiki/Maxwell's_demon this Wikipedia Article].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:World]]&lt;br /&gt;
[[Category:Military]]&lt;br /&gt;
[[Category:Fortress Defense]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17733</id>
		<title>40d:Siege</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17733"/>
		<updated>2007-11-25T06:07:13Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Goblins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A siege is a special time in Fortress mode when an army attempts to attack and kill all of your dwarves. It is at this time you should activate your military, raise the draw bridges and pray you've enough food stocks to last the winter.&lt;br /&gt;
&lt;br /&gt;
During a siege, the option on the main menu 'Abandon Fortress' changes to 'Succumb to the Invasion'.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note: As of v0.27.169.33b, sieges are not functioning properly. The siege groups are content to sit at the edge of the map and wait there until some hapless dwarf wanders too close. After wiping the floor with the dwarf, they return to their spot on the edge of the map.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Siegers ==&lt;br /&gt;
&lt;br /&gt;
=== Goblins === &lt;br /&gt;
&lt;br /&gt;
[[Goblins]] will attack whenever they feel like it, after your fortress reaches a certain point. Possibly triggered by fortress wealth now rather than nobles. Sometimes they will even attack when a caravan arrives.&lt;br /&gt;
&lt;br /&gt;
Come in squads of about 15 goblins each, frequently led by individual goblin weaponmasters (or even evil human mercenaries) and sometimes mounted on beak dogs, and ocassionally accompanied by up to 3 squads of 5-8 trolls. The first siege you see with a given fort might consist of as little as a single unmounted squad with no trolls, but the goblin forces will escalate in size as the game progresses. Later on you may be seeing 100 or more goblins show up in a single siege, all mounted, with 10 to 20 trolls.&lt;br /&gt;
&lt;br /&gt;
[[Troll]]s are the goblin &amp;quot;siege engines&amp;quot;. They are faster than beak dogs, and will make for buildings and start demolishing. Locked doors will keep the goblins out, but can be demolished by trolls.&lt;br /&gt;
&lt;br /&gt;
If you deflect enough sieges, the ruler of the goblin nation may lead a squad. He's equipped with extra-good quality equipment.&lt;br /&gt;
&lt;br /&gt;
=== Humans ===&lt;br /&gt;
&lt;br /&gt;
Unknown if humans still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
=== Elves ===&lt;br /&gt;
&lt;br /&gt;
Unknown if elves still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
{{old|0.23.130.23a}}&lt;br /&gt;
===Active Defense===&lt;br /&gt;
*Put your entire [[military]] on duty. With luck, most of them are not sleeping, eating, or drinking. If a [[squad]] leader is is doing anything of that sort, replace him with a more alert squad member (the squad always clusters about the leader. If the leader's eating, the squad will guard the table). Place melee units at major chokepoints, so they can meet the enemy head on, but try to keep them out of direct fire from enemy missile users. Place your own marksdwarves where they can rain death down on the enemies. (This is why you build [[fortifications]].)&lt;br /&gt;
&lt;br /&gt;
*War [[dogs]] are valuable, but shouldn't be the first line of defense, because the enemy bowmen will quickly take care of them. Assign them to your military dwarves, or cage them before the siege, and [[Release the Hounds!|release]] them via lever/pressure plate as the enemy is rounding a blind corner. They're also useful for clearing the field once the siege ends.&lt;br /&gt;
&lt;br /&gt;
*[[Siege Weapons]], catapults and ballistae, can be effective during a siege, but can also be entirely useless. They don't have a wide field of fire, so you'll need to design your fortress ahead of time to funnel your attackers into the weapons' field of fire and then delay them with winding passages while in range. To use them effectively, you really need trained Siege Operators for the task, since siege weapons take up to three real-time minutes for inexperienced operators to load, and the weapons cannot be fired at a precise time; they will fire whenever the operator shows up. Fire early and often: siege operators are civilians, and will run away once the oncoming hordes get too close.&lt;br /&gt;
&lt;br /&gt;
===Passive Defense===&lt;br /&gt;
*If you have no trust in your military's power, keep all the dwarves inside and pull the siegers into corridors with [[traps]]. Stone-fall traps are cheap and easy, but are one-shot traps with a long reload time; weapon traps require weapons, but reload themselves after a few seconds, until they eventually get stuck. A 10-square-long entry hall filled with weapons traps will break most [[goblin]] sieges without any help. (How boring!)&lt;br /&gt;
&lt;br /&gt;
*A moat may provide a decent defense when combined with a drawbridge to either keep the goblins from entering, or to drop them right into the water. Substitute magma for some far more lethal results.&lt;br /&gt;
&lt;br /&gt;
=== Civilians ===&lt;br /&gt;
&lt;br /&gt;
* Your normal dwarves will still attempt to do their jobs during a siege. The [[Options]]-&amp;gt;Dwarves Stay Inside option will prevent them from going outside, but only after walking to the entrance. Since many of your major defenses will be inside the fortress, this is only somewhat useful. Dwarves will run from invaders, but only ''after'' getting within crossbow-range, so their self-preservation skills are lackluster when the enemy has ranged weapons. Therefore, your best bet is to draft the dwarves in question (or simply all civilians) into one citizen-squad and station them somewhere out of harm's way. However, if any of your citizens are set to carry weapons or armor, they may decide to go collect equipment from slain goblins/dwarves during the siege, which means they'll run out into the fray. Keep an eye on this, and turn off their [[weapons]]/[[armor]] accordingly.&lt;br /&gt;
&lt;br /&gt;
* Providing indoor pastimes (like [[sculpture garden]], [[zoo]], [[meeting hall]], or a meeting area zone) will make dwarves spend their break time in the fortress rather than outside. This will typically stop all dwarves from hanging around outside. Hunters, woodcutters, haulers and other dwarves who have business outside will still be at risk.&lt;br /&gt;
&lt;br /&gt;
* Lock the front [[door]]s. If you still have valuable dwarves outside looking for a way in, you might try the [[Maxwell's Demon]] approach: keep locking and unlocking doors just as dwarves arrive so as to keep as many dwarves in as possible. If you don't understand why this is called Maxwell's Demon, read [http://en.wikipedia.org/wiki/Maxwell's_demon this Wikipedia Article].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:World]]&lt;br /&gt;
[[Category:Military]]&lt;br /&gt;
[[Category:Fortress Defense]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17732</id>
		<title>40d:Siege</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17732"/>
		<updated>2007-11-25T06:06:38Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: Siege withdrawal... &amp;lt;twitch&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A siege is a special time in Fortress mode when an army attempts to attack and kill all of your dwarves. It is at this time you should activate your military, raise the draw bridges and pray you've enough food stocks to last the winter.&lt;br /&gt;
&lt;br /&gt;
During a siege, the option on the main menu 'Abandon Fortress' changes to 'Succumb to the Invasion'.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note: As of v0.27.169.33b, sieges are not functioning properly. The siege groups are content to sit at the edge of the map and wait there until some hapless dwarf wanders too close. After wiping the floor with the dwarf, they return to their spot on the edge of the map.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Siegers ==&lt;br /&gt;
&lt;br /&gt;
=== Goblins === &lt;br /&gt;
&lt;br /&gt;
[[Goblins]] will attack whenever they feel like it, after your fortress reaches a certain point. Possibly triggered by fortress wealth now rather than nobles. Sometimes they will even attack when a caravan arrives.&lt;br /&gt;
&lt;br /&gt;
Come in squads of about 15 goblins each, frequently led by individual goblin weaponmasters (or even evil human mercenaries) and sometimes mounted on beak dogs, and ocassionally accompanied by up to 3 squads of 5-8 trolls. The first siege you see with a given fort might consist of as little as a single unmounted squad with no trolls, but the goblin forces will escalate in size as the game progresses. Later on you may be seeing 100 or more goblins show up in a single siege, all mounted, with 10 to 20 trolls.&lt;br /&gt;
&lt;br /&gt;
[[Trolls]] are the goblin &amp;quot;siege engines&amp;quot;. They are faster than beak dogs, and will make for buildings and start demolishing. Locked doors will keep the goblins out, but can be demolished by trolls.&lt;br /&gt;
&lt;br /&gt;
If you deflect enough sieges, the ruler of the goblin nation may lead a squad. He's equipped with extra-good quality equipment.&lt;br /&gt;
&lt;br /&gt;
=== Humans ===&lt;br /&gt;
&lt;br /&gt;
Unknown if humans still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
=== Elves ===&lt;br /&gt;
&lt;br /&gt;
Unknown if elves still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
{{old|0.23.130.23a}}&lt;br /&gt;
===Active Defense===&lt;br /&gt;
*Put your entire [[military]] on duty. With luck, most of them are not sleeping, eating, or drinking. If a [[squad]] leader is is doing anything of that sort, replace him with a more alert squad member (the squad always clusters about the leader. If the leader's eating, the squad will guard the table). Place melee units at major chokepoints, so they can meet the enemy head on, but try to keep them out of direct fire from enemy missile users. Place your own marksdwarves where they can rain death down on the enemies. (This is why you build [[fortifications]].)&lt;br /&gt;
&lt;br /&gt;
*War [[dogs]] are valuable, but shouldn't be the first line of defense, because the enemy bowmen will quickly take care of them. Assign them to your military dwarves, or cage them before the siege, and [[Release the Hounds!|release]] them via lever/pressure plate as the enemy is rounding a blind corner. They're also useful for clearing the field once the siege ends.&lt;br /&gt;
&lt;br /&gt;
*[[Siege Weapons]], catapults and ballistae, can be effective during a siege, but can also be entirely useless. They don't have a wide field of fire, so you'll need to design your fortress ahead of time to funnel your attackers into the weapons' field of fire and then delay them with winding passages while in range. To use them effectively, you really need trained Siege Operators for the task, since siege weapons take up to three real-time minutes for inexperienced operators to load, and the weapons cannot be fired at a precise time; they will fire whenever the operator shows up. Fire early and often: siege operators are civilians, and will run away once the oncoming hordes get too close.&lt;br /&gt;
&lt;br /&gt;
===Passive Defense===&lt;br /&gt;
*If you have no trust in your military's power, keep all the dwarves inside and pull the siegers into corridors with [[traps]]. Stone-fall traps are cheap and easy, but are one-shot traps with a long reload time; weapon traps require weapons, but reload themselves after a few seconds, until they eventually get stuck. A 10-square-long entry hall filled with weapons traps will break most [[goblin]] sieges without any help. (How boring!)&lt;br /&gt;
&lt;br /&gt;
*A moat may provide a decent defense when combined with a drawbridge to either keep the goblins from entering, or to drop them right into the water. Substitute magma for some far more lethal results.&lt;br /&gt;
&lt;br /&gt;
=== Civilians ===&lt;br /&gt;
&lt;br /&gt;
* Your normal dwarves will still attempt to do their jobs during a siege. The [[Options]]-&amp;gt;Dwarves Stay Inside option will prevent them from going outside, but only after walking to the entrance. Since many of your major defenses will be inside the fortress, this is only somewhat useful. Dwarves will run from invaders, but only ''after'' getting within crossbow-range, so their self-preservation skills are lackluster when the enemy has ranged weapons. Therefore, your best bet is to draft the dwarves in question (or simply all civilians) into one citizen-squad and station them somewhere out of harm's way. However, if any of your citizens are set to carry weapons or armor, they may decide to go collect equipment from slain goblins/dwarves during the siege, which means they'll run out into the fray. Keep an eye on this, and turn off their [[weapons]]/[[armor]] accordingly.&lt;br /&gt;
&lt;br /&gt;
* Providing indoor pastimes (like [[sculpture garden]], [[zoo]], [[meeting hall]], or a meeting area zone) will make dwarves spend their break time in the fortress rather than outside. This will typically stop all dwarves from hanging around outside. Hunters, woodcutters, haulers and other dwarves who have business outside will still be at risk.&lt;br /&gt;
&lt;br /&gt;
* Lock the front [[door]]s. If you still have valuable dwarves outside looking for a way in, you might try the [[Maxwell's Demon]] approach: keep locking and unlocking doors just as dwarves arrive so as to keep as many dwarves in as possible. If you don't understand why this is called Maxwell's Demon, read [http://en.wikipedia.org/wiki/Maxwell's_demon this Wikipedia Article].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:World]]&lt;br /&gt;
[[Category:Military]]&lt;br /&gt;
[[Category:Fortress Defense]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Known_bugs_and_issues&amp;diff=9211</id>
		<title>40d:Known bugs and issues</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Known_bugs_and_issues&amp;diff=9211"/>
		<updated>2007-11-22T09:39:13Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Progressive Aristocracy */ Hiding my shame.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Bugfix log for 0.27.169.33b:==&lt;br /&gt;
* 11/15/2007: Fixed lag caused by creatures wandering in liquid, tweaked pathfinding, fixed lag associated to wilderness creatures&lt;br /&gt;
* 11/14/2007: Stopped miasma from escaping coffins, stopped floor removal over constructed walls from leaving empty space, stopped channeling a floor over a constructed wall from leaving empty space, fixed some cases of liquid flows not starting up properly, fixed problem with windows and vision, caused some buildings to block vermin, cleaned residual jobs on site saves, stopped buildings from destroying ramps/stairs, fixed connectivity problem from ramp digging, fixed a problem with constructed stair placement, stopped appointment of leader position, gave threadable stones economic status, fixed a few problems with counter offers&lt;br /&gt;
* 11/13/2007: Fixed trap component/anvil metal use issues, stopped live vermin from being eaten all the time, stopped square trampling from removing dig designations, stopped stockpiles from removing liquids on placement&lt;br /&gt;
* 11/12/2007: Fixed crash bug from archery training, fixed a problem with wagon pathing, fixed problem with wagon speed, handled problem with 3D projectile targeting, capped reclaim squad number, stopped vegetation from growing on ramps/stairs, stopped innate swimmers from gaining swim skill, fixed some material typos, stopped 2 mayors from being present at once, fixed a problem with blood hanging in the air, handled problem with caveins involving stairs and ramps&lt;br /&gt;
* 11/09/2007: Fixed scrolling problem on load screen, fixed crash caused by viewing the inventories of additional units, fixed problem with traded armor items not being recognized, fixed problem with moods not getting started, fixed problem with list update on stockpile mode paging, handled some of the problems keeping dwarves stuck on unpathable terrain&lt;br /&gt;
* 11/08/2007: Fixed embark crash in cliff areas, fixed crash caused by seed trade valuation, fixed lockup from dry wells, fixed crash from sewing cloth images, handled a reclaim/adv mode crash, added a bit of text to wells, fixed problem with edge construction restriction, eliminated a tantrum lag/freeze problem&lt;br /&gt;
* 11/06/2007: Fixed problem with fortress advancement&lt;br /&gt;
* 11/01/2007: Fixed a few typos&lt;br /&gt;
&lt;br /&gt;
==Bugfix log for 0.27.169.33a:==&lt;br /&gt;
* 10/31/2007: Fixed problem with work quota validations not being saved, fixed various typos, fixed problem with count promotion, made damp stone warning do diagonals, fixed lag from creatures passing each other, fixed problem with smelter metal counts, added fuel notification for smelter, fixed problem with caravan weight calculations involving seeds and animal corpses, fixed problem with walls turning into soil upon being carved into fortifications, tweaked embark warnings, fixed problem with building material temperature checks, fixed problem with cookable raw fish not being recognized once they are brought to the kitchen, handled water table designation on dig, made main layer stones default to unrestricted even if they are economic, fixed problem with blinking designations, automatically freed broker from depot upon merchant departure, added wooden blocks, fixed various forge jobs, fixed problem with creatures not taking fall damage from hitting the bottom of the playable area&lt;br /&gt;
* 10/30/2007: Fixed embark screen abort crash bug, got rid of some duplicate entity links, fixed handling of abandoned fortress migrant entry links and corresponding reclaim crash, fixed displayed affiliation of previous settlers, stopped previous settlers from being in ambush, fixed well crash bug, fixed broken smelter jobs, changed how hidden tiles are displayed, fixed accumulated midmap cleaner&lt;br /&gt;
* 10/29/2007: Fixed spelling of negotiator&lt;br /&gt;
&lt;br /&gt;
=Current Bugs=&lt;br /&gt;
&lt;br /&gt;
==Miners Stuck==&lt;br /&gt;
(needs testing in latest version)&lt;br /&gt;
My Miners, after they mind a floor down and then started mining to the left, stopped and tried to move the boulders that were left behind but when they did they couldn't find their way. What I did was I mined to the right a little then I made two ramps right next to each other, on the lower level, and then I mined to the left. Some stone was present and so my miners tried to move it to the stock pile but they couldn't find the way back to the surface. They were stuck in an infinite loop of not finding there path.&lt;br /&gt;
&lt;br /&gt;
== Floating Dwarves and etc ==&lt;br /&gt;
(needs testing in latest version)&lt;br /&gt;
Certain situations can occur that will break pathfinding on a dwarf and leave him stranded in the air.  Building a stairs to his location doesn't seem to help.&lt;br /&gt;
&lt;br /&gt;
== Floating Boulders ==&lt;br /&gt;
(needs testing in latest version)&lt;br /&gt;
If you dig an up ramp to a tile with boulders, then remove the up ramp, the boulders may end up floating in midair.&lt;br /&gt;
:If you get this you can build a floor underneath the boulder (on the higher level of course) and it fixes the problem.&lt;br /&gt;
&lt;br /&gt;
== Rewalling Quirks ==&lt;br /&gt;
&lt;br /&gt;
# Diagonal rewalling is silently pathblocked.&lt;br /&gt;
# Rewalling from the top of a ramp is apparently silently pathblocked.&lt;br /&gt;
# Walls made by rewalling start out smoothed, but cannot be engraved.&lt;br /&gt;
&lt;br /&gt;
== Optimal pathfinding ==&lt;br /&gt;
&lt;br /&gt;
When digging an area from two ends (ie. farm from outside river and inside hallway) dwarves sometimes choose to start digging from the other end, causing them to run back and forth, digging just one rock at a time in worst case.&lt;br /&gt;
&lt;br /&gt;
It is also common for digging/item placement to start with the tile to the right of the dwarf, even if the path is closer using another direction.  Keep this in mind when placing floodgates or digging out areas where you could paint yourself in a corner.&lt;br /&gt;
&lt;br /&gt;
== The Most Dangerous Game ==&lt;br /&gt;
&lt;br /&gt;
If you have two or more miners digging a channel, they ''will'' try to dig it under each other's feet, sending their fellows plummeting into the hole. (If you only designate channels on un-mined squares, this won't happen, as the dwarves seem to mine both levels' tiles out at the same time)&lt;br /&gt;
&lt;br /&gt;
Even a single miner digging a channel can get into trouble.  Miners may &amp;quot;paint themselves into a corner&amp;quot; and end up surrounded by channel tiles, unable to remove the last channel tile under their own feet.&lt;br /&gt;
&lt;br /&gt;
Related but not really: If you ask a dwarf to remove a floor you've built, he will -stand on it- while removing it. Problematic if, say, it's over a hundred-yard cliff, but still a good way to get the sand down covering the floor at the magma forge 6 levels down.&lt;br /&gt;
&lt;br /&gt;
== We All Fall Down==&lt;br /&gt;
&lt;br /&gt;
If a dwarf goes to remove a floor, he removes it while standing on it, and will subsequently fall down if there's no ground underneath. --[[User:Plasma|Plasma]] 20:23, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
: This also occurs when removing staircases. --[[User:JT|JT]] 20:26, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Weight Issues ==&lt;br /&gt;
Are steel bolts supposed to weigh 10 units each? It makes a quiver of 25 three times as heavy as the crossbow [[User:HeckRuler|HeckRuler]] 17:09, 1 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Startup - Civilization Selection ==&lt;br /&gt;
When you are choosing you starting location, if you move the starting zone on the local (leftmost) map, cycle to the Civ Selection tab (rightmost), and change Civ, the area selected on the left will default to original location and size.&lt;br /&gt;
&lt;br /&gt;
[[User:Rylen|Rylen]]  23:21, 1 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Theft in Adventure Mode ==&lt;br /&gt;
In the 2D version, you had to actually reach the edge of the map to lay permanent claim to your five-fingered discounts, which was fine.  In the 3D version, the area maps are seamless, but the game still seems to think you have to touch a seam before you can own your five-fingered discounts, which very obviously causes problems for would-be thieves and other sorts who would just like to enjoy their newfound treasures in peace.  Note that it is *not* a bug that you have to walk over to things you purchase in shops and pick them up yourself, despite the behavior being different in just about every other game out there (for those who know not what I mean, other games magically transport that new sword right into your backpack after your purchase, and sometimes even right into your hands). --[[User:BDR|BDR]] 08:41, 2 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Love Conquers All ==&lt;br /&gt;
&lt;br /&gt;
A chained animal, when they spot their original trainer, will break free of their chains and go to greet him/her. Hence chaining animals is practically useless.&lt;br /&gt;
&lt;br /&gt;
== Outpost liason ==&lt;br /&gt;
The npc dwarf that arrives the first autumn never leaves for me. He eventually gets hungry and goes rampage. Although the [[expedition leader]] has no other tasks, he seems to not be able to fully complete the meeting with the liason. I discussed this in the irc channel and it seems to be some wierd bug.&lt;br /&gt;
&lt;br /&gt;
''The liason is following the expedition leader around trying to talk to him. Atleast in my game, whenever the exp.leader has a idle moment, part of the meeting takes place until he has idled enough times to finish the meeting completely. (edit by: Uberubert)''&lt;br /&gt;
&lt;br /&gt;
''Apparently it sometimes happens even if the liason finishes the meeting. Best answer I've seen is that the liason forgets how to use stairs after the meeting, so maybe try to keep your noble's office or other meeting place on the &amp;quot;ground floor.&amp;quot; (edit by: Rabid Llama)''&lt;br /&gt;
&lt;br /&gt;
''I had a meeting place outdoors and this still happened. It doesn't matter where the meeting takes place. Assuming you can get the meeting to actually occur - which takes some work - if it doesn't properly conclude, the liason will be stuck. (edit by: Captain Failmore)''&lt;br /&gt;
&lt;br /&gt;
''Oh, also, for the meeting to even take place or properly conclude, your broker has to have ALL OTHER LABOR turned off. Leave their labors off until the meeting concludes in full. (That is, you've been 'shown the documents' twice and the liaison wishes you well before leaving.) If you let the meeting conclude in full without assigning labor to your broker (who may and probably will wander about aimlessly for some time while the meeting is taking place for reasons I don't know) the liaison WILL leave.&lt;br /&gt;
&lt;br /&gt;
==A Time To Wait==&lt;br /&gt;
Sieges completely do not work, and goblins will just mill around aimlessly at the edge of the map waiting for your dwarves to come and kill them.  Toady has said something about the AI for sieges being broken.&lt;br /&gt;
&lt;br /&gt;
Sometimes you can get the goblins to approach by sacrificing a dwarf.  Send him near enough for them to notice him, then have him withdraw.  Note that if he is a soldier, you need to set the military option &amp;quot;squad stays close to station&amp;quot; for him to withdraw instead of charging the goblins.  It may be easier to remove him from the military so that he will flee, but this stands the chance that he will not notice the goblins until he is full of arrows.&lt;br /&gt;
&lt;br /&gt;
==Sticky Keys==&lt;br /&gt;
Sometimes when you are scrolling on the map the keys will seem to stick, and you will keep scrolling forever. This happens when you release a key out of the order in which it was pressed.&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
*{{key|8}}&lt;br /&gt;
*{{key|Shift}}+{{key|8}}&lt;br /&gt;
*{{key|Shift}}&lt;br /&gt;
*No key pressed.&lt;br /&gt;
&lt;br /&gt;
After holding the above keys you will continue going up until you press the following or {{key|Alt}}+{{key|Tab}}.&lt;br /&gt;
&lt;br /&gt;
*{{key|Shift}}+{{key|8}}&lt;br /&gt;
*{{key|Shift}}&lt;br /&gt;
*{{key|8}}&lt;br /&gt;
&lt;br /&gt;
This will clear out the pressed key flag in the game.&lt;br /&gt;
&lt;br /&gt;
:I've found if you merely press the direction key of the scrolling on the numpad this scrolling stops.  No need to fiddle with the shift or in what order the shift key is pressed.--[[User:Mylon|Mylon]] 17:35, 13 November 2007 (EST)&lt;br /&gt;
::That won't work if you were using shift to accelerate your move speed. You have to tap the key with shift pressed to clear out the shift+key then press just key to clear it out as well.--[[User:Ikkonoishi|Ikkonoishi]] 21:38, 13 November 2007 (EST)&lt;br /&gt;
:Switch Numlock off, fixes it for me --[[User:AdaIsDead|AdaIsDead]] 18:59, 16 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Thawing stairs==&lt;br /&gt;
I have a brook that freezes in the winter. Awesome. I dug a down-stairs down into it and started diggin about in the ice. When the thaw came, the ice broke up and the flow resumed, but the stairs remained. Unfortunetly, this is on the old version .32a [[User:HeckRuler|HeckRuler]] 17:44, 15 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Picky Elves==&lt;br /&gt;
The elves will not trade for Orthoclase or Gabbro rock crafts because the crafts were once alive.&lt;br /&gt;
&lt;br /&gt;
==Bottomless Waterskin==&lt;br /&gt;
Whenever my soldiers fill their water from the well, it is always stagnant, even though it's connected directly to the fresh-water brook. They seem to be unsatisfied with this, so they return to the well and fill it again with stagnant water. They continue to do this, and seeing as the waterskin seems to have no limit, they carry around 300+ cups of useless water, which slows them down considerably. It's possible to undraft them and have them dump the flasks, but then I don't know how I can have them carry water around.&lt;br /&gt;
&lt;br /&gt;
==Rags and Riches==&lt;br /&gt;
Clothing is completely bugged, in that as clothes wear out, dwarves will get unhappy thoughts from the fact, without ever doing anything about it.  They will occasionally claim new clothes as they become available, but will often simply wear the new clothes over the nasty rags which are giving them unhappy thoughts.  It is much better to simply never provide clothes for dwarves and let their clothes rot off once and for all.  Dwarves get no unhappy thoughts from being naked, and this stops the constant unhappiness from wearing old clothes.&lt;br /&gt;
&lt;br /&gt;
== Progressive Aristocracy ==&lt;br /&gt;
While no other dwarf can have a same-sex consort, the King ''can'' arrive with a King Consort.&lt;br /&gt;
:Monarch's prerogative, I say. Royalty often marries for political reasons rather than love.--[[User:Trukkle|Trukkle]] 02:08, 22 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
=Fixed Bugs=&lt;br /&gt;
&lt;br /&gt;
== You and what army? ==&lt;br /&gt;
(fixed in 0.27.169.33b by capping number of dwarves in reclaim squad)&lt;br /&gt;
Reclaiming a fortress built next-to/beneath/near a goblin or kobold colony will cause all the items in said monster colony to be counted toward your fortress wealth, and will cause a ridiculous number of dwarves to be spawned in the reclaim squad, often over 150. This would make overrunning the goblin/kobold fort much easier, at least, but is still a bug.&lt;br /&gt;
&lt;br /&gt;
== Fatal crash on embark ==&lt;br /&gt;
(partially fixed in 0.27.169.33a)&lt;br /&gt;
(fully? fixed in 0.27.169.33b)&lt;br /&gt;
The first fortress I tried to create resulted in the program's hard crash right after the disembarkment screen. I has manually selected the location (sorry I don't remember it's features) and equipment. I swapped out the anvil for a LOT of items: extra barrels, food, crossbows and bolts. I also swapped the copper pick out for a steel pick. The fortress was not created in the files. I think it also refused to save the world map, but that might be user error. The next default fortress worked fine. [[User:HeckRuler|HeckRuler]] 15:27, 1 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Hole in a Wall ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b)&lt;br /&gt;
If a dwarf removes a floor that's on top of a wall, the dwarf will get stuck, and the Visualisation reveals that the floor tile of that wall is completely missing. --[[User:Plasma|Plasma]] 20:23, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Multiple Mayors ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b, ability to designate leader was also removed?)&lt;br /&gt;
You can end up with multiple mayors in your fortress: One from the expedition leader, and one elected later when the population gets high enough. These positions should probably be seperate jobs, or the elected one should replace the original mayor/leader, and he/she should become 'mayor emeritus' or something.&lt;br /&gt;
&lt;br /&gt;
From what I have seen there is only 'one' active Mayor (whoever is on the noble screen as having the job) but the dwarves retain the title when they are removed from office. I have 6 mayors running around but only one (the current one) does the mayor's work. It's confusing as hell --[[User:Gorfob|Gorfob]] 22:35, 8 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Infinite [[Blood]] aka Wipe your feet==&lt;br /&gt;
(temporary? fix in 0.27.169.33b by autocleaning all tiles at end of each season)&lt;br /&gt;
For some reason, blood is constantly 'growing'. Blood from an accident in the centre of the village (wooden buildings) seems to be spreading further and further without dissapearing. --[[User:Plasma|Plasma]] 20:23, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Don't you know?  Your dwarves are building a shrine to Armok. -[[User:EarthquakeDamage|EarthquakeDamage]] 11:10, 2 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
related:  not that mine's disappearing, but my fortress has a cleaning jobspam related to the blood - &amp;quot;such and such cancels job - can't find path x23490872340982734098273409283&amp;quot;, just like empty archer traps in old-school df.  any help?  or do I have to abuse traffic designations (and my main hut) to get rid of the damned stuff?&lt;br /&gt;
&lt;br /&gt;
::For both problems, try designating a single dwarf to cleaning jobs only. Let me know if that helps, because I had similar problems but the blood was dealt with eventually and cleaned. [[User:Schm0|Schm0]] 11:58, 11 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
Related to the above issue, [[mud]] can be tracked through your fortress by dwarves stepping over it. The tracked mud is treated like fresh mud, and will thus take a very long time to dry. Dwarves stepping over this new mud will then track it elsewhere, causing the mud to eventually take over your fortress. Dwarves stepping onto a [[bridge]] will stop tracking mud around, so it may be possible to stop the spread of mud by building a bridge outside of the muddy area.&lt;br /&gt;
&lt;br /&gt;
==Sew plant fiber image crash==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b)&lt;br /&gt;
Ordering plant fiber image in Clothier's Shop reliably crashes the game.&lt;br /&gt;
:Fixed, according to the dev blog.--[[User:Mylon|Mylon]] 17:36, 13 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Buff Swimmers==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b)&lt;br /&gt;
All creatures get stat boosts by training up skills.  This is normal.  Aquatic creatures can train swimming simply by being on the map.  This leads to some very buff carp or lizardmen or other creatures if they've been in water for a significant amount of time.&lt;br /&gt;
:According to the dev blog, this has been fixed.&lt;br /&gt;
&lt;br /&gt;
== Ducky Go Down The Hoooole  ==	 &lt;br /&gt;
(partially fixed in 0.27.169.33a)&lt;br /&gt;
(fully? fixed in 0.27.169.33b)&lt;br /&gt;
Wells crash the game now and then.&lt;br /&gt;
&lt;br /&gt;
In 33a, I had a crash on my well the moment a dwarf hit it up for water when the stream under had frozen or reduced height, one or the other. --arr&lt;br /&gt;
&lt;br /&gt;
==Trading crash==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b, had to do with seed prices)&lt;br /&gt;
Sometimes offering a trade to traders the game crashes. Sometimes looking at the inventory of traders using the view units screen crashes the game.&lt;br /&gt;
&lt;br /&gt;
== Contents Under Pressure  ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33a)&lt;br /&gt;
Melting metal items produces a crapload of metal.&lt;br /&gt;
&lt;br /&gt;
Assumed to be a code error involving the repacement of a / with a * (i.e. multiplying by 30 instead of dividing, in the case of metal bolts).&lt;br /&gt;
&lt;br /&gt;
== Making Metal Bars ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33a)&lt;br /&gt;
At [[Talk:Galena]] a bug is mentioned that apparently gives you fewer metal bars than you should have when producing them at a smelter. I havent confirmed it though. --[[User:Mizipzor|Mizipzor]] 17:35, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
:This refers to alloys.  When making an alloy, only one bar is created, instead of the 2-4 that are supposed to show up.  Avoid alloys until the version after 0.27.169.32a is released.--[[User:McFrugal|McFrugal]] 20:08, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
=Bugs that aren't REALLY bugs=&lt;br /&gt;
&lt;br /&gt;
==Too tired to sleep==	 &lt;br /&gt;
If a wounded dwarf continually falls unconscious due to their wounds, it will disrupt their sleep, so they eventually go mad of sleep deprivation.&lt;br /&gt;
:Should be checked. In 32a, I played with my sherif who was a wounded retired hunter. He kept falling unconscious due to brain injury which never healed, and it really looked like falling unconscious was taken as some part of sleep in itself. I noticed often that unit going to sleep, falling uncouncious, then doing 2-3 other tasks when he waked up and went to his quarter to sleep again. Of course, it made for him some very short sleep patterns, so he was often going in for sleep and hardly ever finished a sleep cycle. --[[User:Eagle of Fire|Eagle of Fire]] 01:06, 18 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Magma Flow ==&lt;br /&gt;
Magma will not flow UP stairs. It will flow DOWN them just fine.&lt;br /&gt;
Update: Toady mentioned this has to do with magma using the 'chunky' fluid flow, which does not respect pressure.&lt;br /&gt;
&lt;br /&gt;
== Perfect Swimming ==&lt;br /&gt;
&amp;quot;Brook&amp;quot; tiles are treated as floor instead of the open space they're supposed to be.  Dwarves, animals, even--that's right--wagons can travel over rivers.&lt;br /&gt;
(was this fixed on 0.27.169.33a?)&lt;br /&gt;
:This isn't a bug.  There's just no good way to represent a shallow river with the current depth system.  Think of the water tiles below the brook as being an aquifer of sorts.  Solid ground, but containing water.--[[User:McFrugal|McFrugal]] 01:37, 2 November 2007 (EDT)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Known_bugs_and_issues&amp;diff=9210</id>
		<title>40d:Known bugs and issues</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Known_bugs_and_issues&amp;diff=9210"/>
		<updated>2007-11-22T09:37:43Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Progressive Aristocracy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Bugfix log for 0.27.169.33b:==&lt;br /&gt;
* 11/15/2007: Fixed lag caused by creatures wandering in liquid, tweaked pathfinding, fixed lag associated to wilderness creatures&lt;br /&gt;
* 11/14/2007: Stopped miasma from escaping coffins, stopped floor removal over constructed walls from leaving empty space, stopped channeling a floor over a constructed wall from leaving empty space, fixed some cases of liquid flows not starting up properly, fixed problem with windows and vision, caused some buildings to block vermin, cleaned residual jobs on site saves, stopped buildings from destroying ramps/stairs, fixed connectivity problem from ramp digging, fixed a problem with constructed stair placement, stopped appointment of leader position, gave threadable stones economic status, fixed a few problems with counter offers&lt;br /&gt;
* 11/13/2007: Fixed trap component/anvil metal use issues, stopped live vermin from being eaten all the time, stopped square trampling from removing dig designations, stopped stockpiles from removing liquids on placement&lt;br /&gt;
* 11/12/2007: Fixed crash bug from archery training, fixed a problem with wagon pathing, fixed problem with wagon speed, handled problem with 3D projectile targeting, capped reclaim squad number, stopped vegetation from growing on ramps/stairs, stopped innate swimmers from gaining swim skill, fixed some material typos, stopped 2 mayors from being present at once, fixed a problem with blood hanging in the air, handled problem with caveins involving stairs and ramps&lt;br /&gt;
* 11/09/2007: Fixed scrolling problem on load screen, fixed crash caused by viewing the inventories of additional units, fixed problem with traded armor items not being recognized, fixed problem with moods not getting started, fixed problem with list update on stockpile mode paging, handled some of the problems keeping dwarves stuck on unpathable terrain&lt;br /&gt;
* 11/08/2007: Fixed embark crash in cliff areas, fixed crash caused by seed trade valuation, fixed lockup from dry wells, fixed crash from sewing cloth images, handled a reclaim/adv mode crash, added a bit of text to wells, fixed problem with edge construction restriction, eliminated a tantrum lag/freeze problem&lt;br /&gt;
* 11/06/2007: Fixed problem with fortress advancement&lt;br /&gt;
* 11/01/2007: Fixed a few typos&lt;br /&gt;
&lt;br /&gt;
==Bugfix log for 0.27.169.33a:==&lt;br /&gt;
* 10/31/2007: Fixed problem with work quota validations not being saved, fixed various typos, fixed problem with count promotion, made damp stone warning do diagonals, fixed lag from creatures passing each other, fixed problem with smelter metal counts, added fuel notification for smelter, fixed problem with caravan weight calculations involving seeds and animal corpses, fixed problem with walls turning into soil upon being carved into fortifications, tweaked embark warnings, fixed problem with building material temperature checks, fixed problem with cookable raw fish not being recognized once they are brought to the kitchen, handled water table designation on dig, made main layer stones default to unrestricted even if they are economic, fixed problem with blinking designations, automatically freed broker from depot upon merchant departure, added wooden blocks, fixed various forge jobs, fixed problem with creatures not taking fall damage from hitting the bottom of the playable area&lt;br /&gt;
* 10/30/2007: Fixed embark screen abort crash bug, got rid of some duplicate entity links, fixed handling of abandoned fortress migrant entry links and corresponding reclaim crash, fixed displayed affiliation of previous settlers, stopped previous settlers from being in ambush, fixed well crash bug, fixed broken smelter jobs, changed how hidden tiles are displayed, fixed accumulated midmap cleaner&lt;br /&gt;
* 10/29/2007: Fixed spelling of negotiator&lt;br /&gt;
&lt;br /&gt;
=Current Bugs=&lt;br /&gt;
&lt;br /&gt;
==Miners Stuck==&lt;br /&gt;
(needs testing in latest version)&lt;br /&gt;
My Miners, after they mind a floor down and then started mining to the left, stopped and tried to move the boulders that were left behind but when they did they couldn't find their way. What I did was I mined to the right a little then I made two ramps right next to each other, on the lower level, and then I mined to the left. Some stone was present and so my miners tried to move it to the stock pile but they couldn't find the way back to the surface. They were stuck in an infinite loop of not finding there path.&lt;br /&gt;
&lt;br /&gt;
== Floating Dwarves and etc ==&lt;br /&gt;
(needs testing in latest version)&lt;br /&gt;
Certain situations can occur that will break pathfinding on a dwarf and leave him stranded in the air.  Building a stairs to his location doesn't seem to help.&lt;br /&gt;
&lt;br /&gt;
== Floating Boulders ==&lt;br /&gt;
(needs testing in latest version)&lt;br /&gt;
If you dig an up ramp to a tile with boulders, then remove the up ramp, the boulders may end up floating in midair.&lt;br /&gt;
:If you get this you can build a floor underneath the boulder (on the higher level of course) and it fixes the problem.&lt;br /&gt;
&lt;br /&gt;
== Rewalling Quirks ==&lt;br /&gt;
&lt;br /&gt;
# Diagonal rewalling is silently pathblocked.&lt;br /&gt;
# Rewalling from the top of a ramp is apparently silently pathblocked.&lt;br /&gt;
# Walls made by rewalling start out smoothed, but cannot be engraved.&lt;br /&gt;
&lt;br /&gt;
== Optimal pathfinding ==&lt;br /&gt;
&lt;br /&gt;
When digging an area from two ends (ie. farm from outside river and inside hallway) dwarves sometimes choose to start digging from the other end, causing them to run back and forth, digging just one rock at a time in worst case.&lt;br /&gt;
&lt;br /&gt;
It is also common for digging/item placement to start with the tile to the right of the dwarf, even if the path is closer using another direction.  Keep this in mind when placing floodgates or digging out areas where you could paint yourself in a corner.&lt;br /&gt;
&lt;br /&gt;
== The Most Dangerous Game ==&lt;br /&gt;
&lt;br /&gt;
If you have two or more miners digging a channel, they ''will'' try to dig it under each other's feet, sending their fellows plummeting into the hole. (If you only designate channels on un-mined squares, this won't happen, as the dwarves seem to mine both levels' tiles out at the same time)&lt;br /&gt;
&lt;br /&gt;
Even a single miner digging a channel can get into trouble.  Miners may &amp;quot;paint themselves into a corner&amp;quot; and end up surrounded by channel tiles, unable to remove the last channel tile under their own feet.&lt;br /&gt;
&lt;br /&gt;
Related but not really: If you ask a dwarf to remove a floor you've built, he will -stand on it- while removing it. Problematic if, say, it's over a hundred-yard cliff, but still a good way to get the sand down covering the floor at the magma forge 6 levels down.&lt;br /&gt;
&lt;br /&gt;
== We All Fall Down==&lt;br /&gt;
&lt;br /&gt;
If a dwarf goes to remove a floor, he removes it while standing on it, and will subsequently fall down if there's no ground underneath. --[[User:Plasma|Plasma]] 20:23, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
: This also occurs when removing staircases. --[[User:JT|JT]] 20:26, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Weight Issues ==&lt;br /&gt;
Are steel bolts supposed to weigh 10 units each? It makes a quiver of 25 three times as heavy as the crossbow [[User:HeckRuler|HeckRuler]] 17:09, 1 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Startup - Civilization Selection ==&lt;br /&gt;
When you are choosing you starting location, if you move the starting zone on the local (leftmost) map, cycle to the Civ Selection tab (rightmost), and change Civ, the area selected on the left will default to original location and size.&lt;br /&gt;
&lt;br /&gt;
[[User:Rylen|Rylen]]  23:21, 1 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Theft in Adventure Mode ==&lt;br /&gt;
In the 2D version, you had to actually reach the edge of the map to lay permanent claim to your five-fingered discounts, which was fine.  In the 3D version, the area maps are seamless, but the game still seems to think you have to touch a seam before you can own your five-fingered discounts, which very obviously causes problems for would-be thieves and other sorts who would just like to enjoy their newfound treasures in peace.  Note that it is *not* a bug that you have to walk over to things you purchase in shops and pick them up yourself, despite the behavior being different in just about every other game out there (for those who know not what I mean, other games magically transport that new sword right into your backpack after your purchase, and sometimes even right into your hands). --[[User:BDR|BDR]] 08:41, 2 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Love Conquers All ==&lt;br /&gt;
&lt;br /&gt;
A chained animal, when they spot their original trainer, will break free of their chains and go to greet him/her. Hence chaining animals is practically useless.&lt;br /&gt;
&lt;br /&gt;
== Outpost liason ==&lt;br /&gt;
The npc dwarf that arrives the first autumn never leaves for me. He eventually gets hungry and goes rampage. Although the [[expedition leader]] has no other tasks, he seems to not be able to fully complete the meeting with the liason. I discussed this in the irc channel and it seems to be some wierd bug.&lt;br /&gt;
&lt;br /&gt;
''The liason is following the expedition leader around trying to talk to him. Atleast in my game, whenever the exp.leader has a idle moment, part of the meeting takes place until he has idled enough times to finish the meeting completely. (edit by: Uberubert)''&lt;br /&gt;
&lt;br /&gt;
''Apparently it sometimes happens even if the liason finishes the meeting. Best answer I've seen is that the liason forgets how to use stairs after the meeting, so maybe try to keep your noble's office or other meeting place on the &amp;quot;ground floor.&amp;quot; (edit by: Rabid Llama)''&lt;br /&gt;
&lt;br /&gt;
''I had a meeting place outdoors and this still happened. It doesn't matter where the meeting takes place. Assuming you can get the meeting to actually occur - which takes some work - if it doesn't properly conclude, the liason will be stuck. (edit by: Captain Failmore)''&lt;br /&gt;
&lt;br /&gt;
''Oh, also, for the meeting to even take place or properly conclude, your broker has to have ALL OTHER LABOR turned off. Leave their labors off until the meeting concludes in full. (That is, you've been 'shown the documents' twice and the liaison wishes you well before leaving.) If you let the meeting conclude in full without assigning labor to your broker (who may and probably will wander about aimlessly for some time while the meeting is taking place for reasons I don't know) the liaison WILL leave.&lt;br /&gt;
&lt;br /&gt;
==A Time To Wait==&lt;br /&gt;
Sieges completely do not work, and goblins will just mill around aimlessly at the edge of the map waiting for your dwarves to come and kill them.  Toady has said something about the AI for sieges being broken.&lt;br /&gt;
&lt;br /&gt;
Sometimes you can get the goblins to approach by sacrificing a dwarf.  Send him near enough for them to notice him, then have him withdraw.  Note that if he is a soldier, you need to set the military option &amp;quot;squad stays close to station&amp;quot; for him to withdraw instead of charging the goblins.  It may be easier to remove him from the military so that he will flee, but this stands the chance that he will not notice the goblins until he is full of arrows.&lt;br /&gt;
&lt;br /&gt;
==Sticky Keys==&lt;br /&gt;
Sometimes when you are scrolling on the map the keys will seem to stick, and you will keep scrolling forever. This happens when you release a key out of the order in which it was pressed.&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
*{{key|8}}&lt;br /&gt;
*{{key|Shift}}+{{key|8}}&lt;br /&gt;
*{{key|Shift}}&lt;br /&gt;
*No key pressed.&lt;br /&gt;
&lt;br /&gt;
After holding the above keys you will continue going up until you press the following or {{key|Alt}}+{{key|Tab}}.&lt;br /&gt;
&lt;br /&gt;
*{{key|Shift}}+{{key|8}}&lt;br /&gt;
*{{key|Shift}}&lt;br /&gt;
*{{key|8}}&lt;br /&gt;
&lt;br /&gt;
This will clear out the pressed key flag in the game.&lt;br /&gt;
&lt;br /&gt;
:I've found if you merely press the direction key of the scrolling on the numpad this scrolling stops.  No need to fiddle with the shift or in what order the shift key is pressed.--[[User:Mylon|Mylon]] 17:35, 13 November 2007 (EST)&lt;br /&gt;
::That won't work if you were using shift to accelerate your move speed. You have to tap the key with shift pressed to clear out the shift+key then press just key to clear it out as well.--[[User:Ikkonoishi|Ikkonoishi]] 21:38, 13 November 2007 (EST)&lt;br /&gt;
:Switch Numlock off, fixes it for me --[[User:AdaIsDead|AdaIsDead]] 18:59, 16 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Thawing stairs==&lt;br /&gt;
I have a brook that freezes in the winter. Awesome. I dug a down-stairs down into it and started diggin about in the ice. When the thaw came, the ice broke up and the flow resumed, but the stairs remained. Unfortunetly, this is on the old version .32a [[User:HeckRuler|HeckRuler]] 17:44, 15 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Picky Elves==&lt;br /&gt;
The elves will not trade for Orthoclase or Gabbro rock crafts because the crafts were once alive.&lt;br /&gt;
&lt;br /&gt;
==Bottomless Waterskin==&lt;br /&gt;
Whenever my soldiers fill their water from the well, it is always stagnant, even though it's connected directly to the fresh-water brook. They seem to be unsatisfied with this, so they return to the well and fill it again with stagnant water. They continue to do this, and seeing as the waterskin seems to have no limit, they carry around 300+ cups of useless water, which slows them down considerably. It's possible to undraft them and have them dump the flasks, but then I don't know how I can have them carry water around.&lt;br /&gt;
&lt;br /&gt;
==Rags and Riches==&lt;br /&gt;
Clothing is completely bugged, in that as clothes wear out, dwarves will get unhappy thoughts from the fact, without ever doing anything about it.  They will occasionally claim new clothes as they become available, but will often simply wear the new clothes over the nasty rags which are giving them unhappy thoughts.  It is much better to simply never provide clothes for dwarves and let their clothes rot off once and for all.  Dwarves get no unhappy thoughts from being naked, and this stops the constant unhappiness from wearing old clothes.&lt;br /&gt;
&lt;br /&gt;
== Progressive Aristocracy ==&lt;br /&gt;
While no other dwarf can have a same-sex consort, the King ''can'' arrive with a King Consort.&lt;br /&gt;
:Monarch's prerogative, I say. Royalty often marries for political reasons rather than love.--[[User:Trukkle|Trukkle]] 02:08, 22 November 2007 (EST)&lt;br /&gt;
::OED says consort can be either husband or wife; it just suggest that the consort doesn't 'inherit' rank or status. [[User:Runspotrun|Runspotrun]] 04:35, 22 November 2007 (EST)&lt;br /&gt;
:::Whoops, I'm an idiot. The wife of a king would of course be a Queen-consort. Just ignore me. [[User:Runspotrun|Runspotrun]] 04:37, 22 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
=Fixed Bugs=&lt;br /&gt;
&lt;br /&gt;
== You and what army? ==&lt;br /&gt;
(fixed in 0.27.169.33b by capping number of dwarves in reclaim squad)&lt;br /&gt;
Reclaiming a fortress built next-to/beneath/near a goblin or kobold colony will cause all the items in said monster colony to be counted toward your fortress wealth, and will cause a ridiculous number of dwarves to be spawned in the reclaim squad, often over 150. This would make overrunning the goblin/kobold fort much easier, at least, but is still a bug.&lt;br /&gt;
&lt;br /&gt;
== Fatal crash on embark ==&lt;br /&gt;
(partially fixed in 0.27.169.33a)&lt;br /&gt;
(fully? fixed in 0.27.169.33b)&lt;br /&gt;
The first fortress I tried to create resulted in the program's hard crash right after the disembarkment screen. I has manually selected the location (sorry I don't remember it's features) and equipment. I swapped out the anvil for a LOT of items: extra barrels, food, crossbows and bolts. I also swapped the copper pick out for a steel pick. The fortress was not created in the files. I think it also refused to save the world map, but that might be user error. The next default fortress worked fine. [[User:HeckRuler|HeckRuler]] 15:27, 1 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Hole in a Wall ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b)&lt;br /&gt;
If a dwarf removes a floor that's on top of a wall, the dwarf will get stuck, and the Visualisation reveals that the floor tile of that wall is completely missing. --[[User:Plasma|Plasma]] 20:23, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Multiple Mayors ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b, ability to designate leader was also removed?)&lt;br /&gt;
You can end up with multiple mayors in your fortress: One from the expedition leader, and one elected later when the population gets high enough. These positions should probably be seperate jobs, or the elected one should replace the original mayor/leader, and he/she should become 'mayor emeritus' or something.&lt;br /&gt;
&lt;br /&gt;
From what I have seen there is only 'one' active Mayor (whoever is on the noble screen as having the job) but the dwarves retain the title when they are removed from office. I have 6 mayors running around but only one (the current one) does the mayor's work. It's confusing as hell --[[User:Gorfob|Gorfob]] 22:35, 8 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Infinite [[Blood]] aka Wipe your feet==&lt;br /&gt;
(temporary? fix in 0.27.169.33b by autocleaning all tiles at end of each season)&lt;br /&gt;
For some reason, blood is constantly 'growing'. Blood from an accident in the centre of the village (wooden buildings) seems to be spreading further and further without dissapearing. --[[User:Plasma|Plasma]] 20:23, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Don't you know?  Your dwarves are building a shrine to Armok. -[[User:EarthquakeDamage|EarthquakeDamage]] 11:10, 2 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
related:  not that mine's disappearing, but my fortress has a cleaning jobspam related to the blood - &amp;quot;such and such cancels job - can't find path x23490872340982734098273409283&amp;quot;, just like empty archer traps in old-school df.  any help?  or do I have to abuse traffic designations (and my main hut) to get rid of the damned stuff?&lt;br /&gt;
&lt;br /&gt;
::For both problems, try designating a single dwarf to cleaning jobs only. Let me know if that helps, because I had similar problems but the blood was dealt with eventually and cleaned. [[User:Schm0|Schm0]] 11:58, 11 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
Related to the above issue, [[mud]] can be tracked through your fortress by dwarves stepping over it. The tracked mud is treated like fresh mud, and will thus take a very long time to dry. Dwarves stepping over this new mud will then track it elsewhere, causing the mud to eventually take over your fortress. Dwarves stepping onto a [[bridge]] will stop tracking mud around, so it may be possible to stop the spread of mud by building a bridge outside of the muddy area.&lt;br /&gt;
&lt;br /&gt;
==Sew plant fiber image crash==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b)&lt;br /&gt;
Ordering plant fiber image in Clothier's Shop reliably crashes the game.&lt;br /&gt;
:Fixed, according to the dev blog.--[[User:Mylon|Mylon]] 17:36, 13 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Buff Swimmers==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b)&lt;br /&gt;
All creatures get stat boosts by training up skills.  This is normal.  Aquatic creatures can train swimming simply by being on the map.  This leads to some very buff carp or lizardmen or other creatures if they've been in water for a significant amount of time.&lt;br /&gt;
:According to the dev blog, this has been fixed.&lt;br /&gt;
&lt;br /&gt;
== Ducky Go Down The Hoooole  ==	 &lt;br /&gt;
(partially fixed in 0.27.169.33a)&lt;br /&gt;
(fully? fixed in 0.27.169.33b)&lt;br /&gt;
Wells crash the game now and then.&lt;br /&gt;
&lt;br /&gt;
In 33a, I had a crash on my well the moment a dwarf hit it up for water when the stream under had frozen or reduced height, one or the other. --arr&lt;br /&gt;
&lt;br /&gt;
==Trading crash==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b, had to do with seed prices)&lt;br /&gt;
Sometimes offering a trade to traders the game crashes. Sometimes looking at the inventory of traders using the view units screen crashes the game.&lt;br /&gt;
&lt;br /&gt;
== Contents Under Pressure  ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33a)&lt;br /&gt;
Melting metal items produces a crapload of metal.&lt;br /&gt;
&lt;br /&gt;
Assumed to be a code error involving the repacement of a / with a * (i.e. multiplying by 30 instead of dividing, in the case of metal bolts).&lt;br /&gt;
&lt;br /&gt;
== Making Metal Bars ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33a)&lt;br /&gt;
At [[Talk:Galena]] a bug is mentioned that apparently gives you fewer metal bars than you should have when producing them at a smelter. I havent confirmed it though. --[[User:Mizipzor|Mizipzor]] 17:35, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
:This refers to alloys.  When making an alloy, only one bar is created, instead of the 2-4 that are supposed to show up.  Avoid alloys until the version after 0.27.169.32a is released.--[[User:McFrugal|McFrugal]] 20:08, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
=Bugs that aren't REALLY bugs=&lt;br /&gt;
&lt;br /&gt;
==Too tired to sleep==	 &lt;br /&gt;
If a wounded dwarf continually falls unconscious due to their wounds, it will disrupt their sleep, so they eventually go mad of sleep deprivation.&lt;br /&gt;
:Should be checked. In 32a, I played with my sherif who was a wounded retired hunter. He kept falling unconscious due to brain injury which never healed, and it really looked like falling unconscious was taken as some part of sleep in itself. I noticed often that unit going to sleep, falling uncouncious, then doing 2-3 other tasks when he waked up and went to his quarter to sleep again. Of course, it made for him some very short sleep patterns, so he was often going in for sleep and hardly ever finished a sleep cycle. --[[User:Eagle of Fire|Eagle of Fire]] 01:06, 18 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Magma Flow ==&lt;br /&gt;
Magma will not flow UP stairs. It will flow DOWN them just fine.&lt;br /&gt;
Update: Toady mentioned this has to do with magma using the 'chunky' fluid flow, which does not respect pressure.&lt;br /&gt;
&lt;br /&gt;
== Perfect Swimming ==&lt;br /&gt;
&amp;quot;Brook&amp;quot; tiles are treated as floor instead of the open space they're supposed to be.  Dwarves, animals, even--that's right--wagons can travel over rivers.&lt;br /&gt;
(was this fixed on 0.27.169.33a?)&lt;br /&gt;
:This isn't a bug.  There's just no good way to represent a shallow river with the current depth system.  Think of the water tiles below the brook as being an aquifer of sorts.  Solid ground, but containing water.--[[User:McFrugal|McFrugal]] 01:37, 2 November 2007 (EDT)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Known_bugs_and_issues&amp;diff=9209</id>
		<title>40d:Known bugs and issues</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Known_bugs_and_issues&amp;diff=9209"/>
		<updated>2007-11-22T09:35:25Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Progressive Aristocracy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Bugfix log for 0.27.169.33b:==&lt;br /&gt;
* 11/15/2007: Fixed lag caused by creatures wandering in liquid, tweaked pathfinding, fixed lag associated to wilderness creatures&lt;br /&gt;
* 11/14/2007: Stopped miasma from escaping coffins, stopped floor removal over constructed walls from leaving empty space, stopped channeling a floor over a constructed wall from leaving empty space, fixed some cases of liquid flows not starting up properly, fixed problem with windows and vision, caused some buildings to block vermin, cleaned residual jobs on site saves, stopped buildings from destroying ramps/stairs, fixed connectivity problem from ramp digging, fixed a problem with constructed stair placement, stopped appointment of leader position, gave threadable stones economic status, fixed a few problems with counter offers&lt;br /&gt;
* 11/13/2007: Fixed trap component/anvil metal use issues, stopped live vermin from being eaten all the time, stopped square trampling from removing dig designations, stopped stockpiles from removing liquids on placement&lt;br /&gt;
* 11/12/2007: Fixed crash bug from archery training, fixed a problem with wagon pathing, fixed problem with wagon speed, handled problem with 3D projectile targeting, capped reclaim squad number, stopped vegetation from growing on ramps/stairs, stopped innate swimmers from gaining swim skill, fixed some material typos, stopped 2 mayors from being present at once, fixed a problem with blood hanging in the air, handled problem with caveins involving stairs and ramps&lt;br /&gt;
* 11/09/2007: Fixed scrolling problem on load screen, fixed crash caused by viewing the inventories of additional units, fixed problem with traded armor items not being recognized, fixed problem with moods not getting started, fixed problem with list update on stockpile mode paging, handled some of the problems keeping dwarves stuck on unpathable terrain&lt;br /&gt;
* 11/08/2007: Fixed embark crash in cliff areas, fixed crash caused by seed trade valuation, fixed lockup from dry wells, fixed crash from sewing cloth images, handled a reclaim/adv mode crash, added a bit of text to wells, fixed problem with edge construction restriction, eliminated a tantrum lag/freeze problem&lt;br /&gt;
* 11/06/2007: Fixed problem with fortress advancement&lt;br /&gt;
* 11/01/2007: Fixed a few typos&lt;br /&gt;
&lt;br /&gt;
==Bugfix log for 0.27.169.33a:==&lt;br /&gt;
* 10/31/2007: Fixed problem with work quota validations not being saved, fixed various typos, fixed problem with count promotion, made damp stone warning do diagonals, fixed lag from creatures passing each other, fixed problem with smelter metal counts, added fuel notification for smelter, fixed problem with caravan weight calculations involving seeds and animal corpses, fixed problem with walls turning into soil upon being carved into fortifications, tweaked embark warnings, fixed problem with building material temperature checks, fixed problem with cookable raw fish not being recognized once they are brought to the kitchen, handled water table designation on dig, made main layer stones default to unrestricted even if they are economic, fixed problem with blinking designations, automatically freed broker from depot upon merchant departure, added wooden blocks, fixed various forge jobs, fixed problem with creatures not taking fall damage from hitting the bottom of the playable area&lt;br /&gt;
* 10/30/2007: Fixed embark screen abort crash bug, got rid of some duplicate entity links, fixed handling of abandoned fortress migrant entry links and corresponding reclaim crash, fixed displayed affiliation of previous settlers, stopped previous settlers from being in ambush, fixed well crash bug, fixed broken smelter jobs, changed how hidden tiles are displayed, fixed accumulated midmap cleaner&lt;br /&gt;
* 10/29/2007: Fixed spelling of negotiator&lt;br /&gt;
&lt;br /&gt;
=Current Bugs=&lt;br /&gt;
&lt;br /&gt;
==Miners Stuck==&lt;br /&gt;
(needs testing in latest version)&lt;br /&gt;
My Miners, after they mind a floor down and then started mining to the left, stopped and tried to move the boulders that were left behind but when they did they couldn't find their way. What I did was I mined to the right a little then I made two ramps right next to each other, on the lower level, and then I mined to the left. Some stone was present and so my miners tried to move it to the stock pile but they couldn't find the way back to the surface. They were stuck in an infinite loop of not finding there path.&lt;br /&gt;
&lt;br /&gt;
== Floating Dwarves and etc ==&lt;br /&gt;
(needs testing in latest version)&lt;br /&gt;
Certain situations can occur that will break pathfinding on a dwarf and leave him stranded in the air.  Building a stairs to his location doesn't seem to help.&lt;br /&gt;
&lt;br /&gt;
== Floating Boulders ==&lt;br /&gt;
(needs testing in latest version)&lt;br /&gt;
If you dig an up ramp to a tile with boulders, then remove the up ramp, the boulders may end up floating in midair.&lt;br /&gt;
:If you get this you can build a floor underneath the boulder (on the higher level of course) and it fixes the problem.&lt;br /&gt;
&lt;br /&gt;
== Rewalling Quirks ==&lt;br /&gt;
&lt;br /&gt;
# Diagonal rewalling is silently pathblocked.&lt;br /&gt;
# Rewalling from the top of a ramp is apparently silently pathblocked.&lt;br /&gt;
# Walls made by rewalling start out smoothed, but cannot be engraved.&lt;br /&gt;
&lt;br /&gt;
== Optimal pathfinding ==&lt;br /&gt;
&lt;br /&gt;
When digging an area from two ends (ie. farm from outside river and inside hallway) dwarves sometimes choose to start digging from the other end, causing them to run back and forth, digging just one rock at a time in worst case.&lt;br /&gt;
&lt;br /&gt;
It is also common for digging/item placement to start with the tile to the right of the dwarf, even if the path is closer using another direction.  Keep this in mind when placing floodgates or digging out areas where you could paint yourself in a corner.&lt;br /&gt;
&lt;br /&gt;
== The Most Dangerous Game ==&lt;br /&gt;
&lt;br /&gt;
If you have two or more miners digging a channel, they ''will'' try to dig it under each other's feet, sending their fellows plummeting into the hole. (If you only designate channels on un-mined squares, this won't happen, as the dwarves seem to mine both levels' tiles out at the same time)&lt;br /&gt;
&lt;br /&gt;
Even a single miner digging a channel can get into trouble.  Miners may &amp;quot;paint themselves into a corner&amp;quot; and end up surrounded by channel tiles, unable to remove the last channel tile under their own feet.&lt;br /&gt;
&lt;br /&gt;
Related but not really: If you ask a dwarf to remove a floor you've built, he will -stand on it- while removing it. Problematic if, say, it's over a hundred-yard cliff, but still a good way to get the sand down covering the floor at the magma forge 6 levels down.&lt;br /&gt;
&lt;br /&gt;
== We All Fall Down==&lt;br /&gt;
&lt;br /&gt;
If a dwarf goes to remove a floor, he removes it while standing on it, and will subsequently fall down if there's no ground underneath. --[[User:Plasma|Plasma]] 20:23, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
: This also occurs when removing staircases. --[[User:JT|JT]] 20:26, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Weight Issues ==&lt;br /&gt;
Are steel bolts supposed to weigh 10 units each? It makes a quiver of 25 three times as heavy as the crossbow [[User:HeckRuler|HeckRuler]] 17:09, 1 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Startup - Civilization Selection ==&lt;br /&gt;
When you are choosing you starting location, if you move the starting zone on the local (leftmost) map, cycle to the Civ Selection tab (rightmost), and change Civ, the area selected on the left will default to original location and size.&lt;br /&gt;
&lt;br /&gt;
[[User:Rylen|Rylen]]  23:21, 1 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Theft in Adventure Mode ==&lt;br /&gt;
In the 2D version, you had to actually reach the edge of the map to lay permanent claim to your five-fingered discounts, which was fine.  In the 3D version, the area maps are seamless, but the game still seems to think you have to touch a seam before you can own your five-fingered discounts, which very obviously causes problems for would-be thieves and other sorts who would just like to enjoy their newfound treasures in peace.  Note that it is *not* a bug that you have to walk over to things you purchase in shops and pick them up yourself, despite the behavior being different in just about every other game out there (for those who know not what I mean, other games magically transport that new sword right into your backpack after your purchase, and sometimes even right into your hands). --[[User:BDR|BDR]] 08:41, 2 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Love Conquers All ==&lt;br /&gt;
&lt;br /&gt;
A chained animal, when they spot their original trainer, will break free of their chains and go to greet him/her. Hence chaining animals is practically useless.&lt;br /&gt;
&lt;br /&gt;
== Outpost liason ==&lt;br /&gt;
The npc dwarf that arrives the first autumn never leaves for me. He eventually gets hungry and goes rampage. Although the [[expedition leader]] has no other tasks, he seems to not be able to fully complete the meeting with the liason. I discussed this in the irc channel and it seems to be some wierd bug.&lt;br /&gt;
&lt;br /&gt;
''The liason is following the expedition leader around trying to talk to him. Atleast in my game, whenever the exp.leader has a idle moment, part of the meeting takes place until he has idled enough times to finish the meeting completely. (edit by: Uberubert)''&lt;br /&gt;
&lt;br /&gt;
''Apparently it sometimes happens even if the liason finishes the meeting. Best answer I've seen is that the liason forgets how to use stairs after the meeting, so maybe try to keep your noble's office or other meeting place on the &amp;quot;ground floor.&amp;quot; (edit by: Rabid Llama)''&lt;br /&gt;
&lt;br /&gt;
''I had a meeting place outdoors and this still happened. It doesn't matter where the meeting takes place. Assuming you can get the meeting to actually occur - which takes some work - if it doesn't properly conclude, the liason will be stuck. (edit by: Captain Failmore)''&lt;br /&gt;
&lt;br /&gt;
''Oh, also, for the meeting to even take place or properly conclude, your broker has to have ALL OTHER LABOR turned off. Leave their labors off until the meeting concludes in full. (That is, you've been 'shown the documents' twice and the liaison wishes you well before leaving.) If you let the meeting conclude in full without assigning labor to your broker (who may and probably will wander about aimlessly for some time while the meeting is taking place for reasons I don't know) the liaison WILL leave.&lt;br /&gt;
&lt;br /&gt;
==A Time To Wait==&lt;br /&gt;
Sieges completely do not work, and goblins will just mill around aimlessly at the edge of the map waiting for your dwarves to come and kill them.  Toady has said something about the AI for sieges being broken.&lt;br /&gt;
&lt;br /&gt;
Sometimes you can get the goblins to approach by sacrificing a dwarf.  Send him near enough for them to notice him, then have him withdraw.  Note that if he is a soldier, you need to set the military option &amp;quot;squad stays close to station&amp;quot; for him to withdraw instead of charging the goblins.  It may be easier to remove him from the military so that he will flee, but this stands the chance that he will not notice the goblins until he is full of arrows.&lt;br /&gt;
&lt;br /&gt;
==Sticky Keys==&lt;br /&gt;
Sometimes when you are scrolling on the map the keys will seem to stick, and you will keep scrolling forever. This happens when you release a key out of the order in which it was pressed.&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
*{{key|8}}&lt;br /&gt;
*{{key|Shift}}+{{key|8}}&lt;br /&gt;
*{{key|Shift}}&lt;br /&gt;
*No key pressed.&lt;br /&gt;
&lt;br /&gt;
After holding the above keys you will continue going up until you press the following or {{key|Alt}}+{{key|Tab}}.&lt;br /&gt;
&lt;br /&gt;
*{{key|Shift}}+{{key|8}}&lt;br /&gt;
*{{key|Shift}}&lt;br /&gt;
*{{key|8}}&lt;br /&gt;
&lt;br /&gt;
This will clear out the pressed key flag in the game.&lt;br /&gt;
&lt;br /&gt;
:I've found if you merely press the direction key of the scrolling on the numpad this scrolling stops.  No need to fiddle with the shift or in what order the shift key is pressed.--[[User:Mylon|Mylon]] 17:35, 13 November 2007 (EST)&lt;br /&gt;
::That won't work if you were using shift to accelerate your move speed. You have to tap the key with shift pressed to clear out the shift+key then press just key to clear it out as well.--[[User:Ikkonoishi|Ikkonoishi]] 21:38, 13 November 2007 (EST)&lt;br /&gt;
:Switch Numlock off, fixes it for me --[[User:AdaIsDead|AdaIsDead]] 18:59, 16 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Thawing stairs==&lt;br /&gt;
I have a brook that freezes in the winter. Awesome. I dug a down-stairs down into it and started diggin about in the ice. When the thaw came, the ice broke up and the flow resumed, but the stairs remained. Unfortunetly, this is on the old version .32a [[User:HeckRuler|HeckRuler]] 17:44, 15 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Picky Elves==&lt;br /&gt;
The elves will not trade for Orthoclase or Gabbro rock crafts because the crafts were once alive.&lt;br /&gt;
&lt;br /&gt;
==Bottomless Waterskin==&lt;br /&gt;
Whenever my soldiers fill their water from the well, it is always stagnant, even though it's connected directly to the fresh-water brook. They seem to be unsatisfied with this, so they return to the well and fill it again with stagnant water. They continue to do this, and seeing as the waterskin seems to have no limit, they carry around 300+ cups of useless water, which slows them down considerably. It's possible to undraft them and have them dump the flasks, but then I don't know how I can have them carry water around.&lt;br /&gt;
&lt;br /&gt;
==Rags and Riches==&lt;br /&gt;
Clothing is completely bugged, in that as clothes wear out, dwarves will get unhappy thoughts from the fact, without ever doing anything about it.  They will occasionally claim new clothes as they become available, but will often simply wear the new clothes over the nasty rags which are giving them unhappy thoughts.  It is much better to simply never provide clothes for dwarves and let their clothes rot off once and for all.  Dwarves get no unhappy thoughts from being naked, and this stops the constant unhappiness from wearing old clothes.&lt;br /&gt;
&lt;br /&gt;
== Progressive Aristocracy ==&lt;br /&gt;
While no other dwarf can have a same-sex consort, the King ''can'' arrive with a King Consort.&lt;br /&gt;
:Monarch's prerogative, I say. Royalty often marries for political reasons rather than love.--[[User:Trukkle|Trukkle]] 02:08, 22 November 2007 (EST)&lt;br /&gt;
::OED says consort can be either husband or wife; it just suggest that the consort doesn't 'inherit' rank or status. [[User:Runspotrun|Runspotrun]] 04:35, 22 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
=Fixed Bugs=&lt;br /&gt;
&lt;br /&gt;
== You and what army? ==&lt;br /&gt;
(fixed in 0.27.169.33b by capping number of dwarves in reclaim squad)&lt;br /&gt;
Reclaiming a fortress built next-to/beneath/near a goblin or kobold colony will cause all the items in said monster colony to be counted toward your fortress wealth, and will cause a ridiculous number of dwarves to be spawned in the reclaim squad, often over 150. This would make overrunning the goblin/kobold fort much easier, at least, but is still a bug.&lt;br /&gt;
&lt;br /&gt;
== Fatal crash on embark ==&lt;br /&gt;
(partially fixed in 0.27.169.33a)&lt;br /&gt;
(fully? fixed in 0.27.169.33b)&lt;br /&gt;
The first fortress I tried to create resulted in the program's hard crash right after the disembarkment screen. I has manually selected the location (sorry I don't remember it's features) and equipment. I swapped out the anvil for a LOT of items: extra barrels, food, crossbows and bolts. I also swapped the copper pick out for a steel pick. The fortress was not created in the files. I think it also refused to save the world map, but that might be user error. The next default fortress worked fine. [[User:HeckRuler|HeckRuler]] 15:27, 1 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Hole in a Wall ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b)&lt;br /&gt;
If a dwarf removes a floor that's on top of a wall, the dwarf will get stuck, and the Visualisation reveals that the floor tile of that wall is completely missing. --[[User:Plasma|Plasma]] 20:23, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Multiple Mayors ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b, ability to designate leader was also removed?)&lt;br /&gt;
You can end up with multiple mayors in your fortress: One from the expedition leader, and one elected later when the population gets high enough. These positions should probably be seperate jobs, or the elected one should replace the original mayor/leader, and he/she should become 'mayor emeritus' or something.&lt;br /&gt;
&lt;br /&gt;
From what I have seen there is only 'one' active Mayor (whoever is on the noble screen as having the job) but the dwarves retain the title when they are removed from office. I have 6 mayors running around but only one (the current one) does the mayor's work. It's confusing as hell --[[User:Gorfob|Gorfob]] 22:35, 8 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Infinite [[Blood]] aka Wipe your feet==&lt;br /&gt;
(temporary? fix in 0.27.169.33b by autocleaning all tiles at end of each season)&lt;br /&gt;
For some reason, blood is constantly 'growing'. Blood from an accident in the centre of the village (wooden buildings) seems to be spreading further and further without dissapearing. --[[User:Plasma|Plasma]] 20:23, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Don't you know?  Your dwarves are building a shrine to Armok. -[[User:EarthquakeDamage|EarthquakeDamage]] 11:10, 2 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
related:  not that mine's disappearing, but my fortress has a cleaning jobspam related to the blood - &amp;quot;such and such cancels job - can't find path x23490872340982734098273409283&amp;quot;, just like empty archer traps in old-school df.  any help?  or do I have to abuse traffic designations (and my main hut) to get rid of the damned stuff?&lt;br /&gt;
&lt;br /&gt;
::For both problems, try designating a single dwarf to cleaning jobs only. Let me know if that helps, because I had similar problems but the blood was dealt with eventually and cleaned. [[User:Schm0|Schm0]] 11:58, 11 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
Related to the above issue, [[mud]] can be tracked through your fortress by dwarves stepping over it. The tracked mud is treated like fresh mud, and will thus take a very long time to dry. Dwarves stepping over this new mud will then track it elsewhere, causing the mud to eventually take over your fortress. Dwarves stepping onto a [[bridge]] will stop tracking mud around, so it may be possible to stop the spread of mud by building a bridge outside of the muddy area.&lt;br /&gt;
&lt;br /&gt;
==Sew plant fiber image crash==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b)&lt;br /&gt;
Ordering plant fiber image in Clothier's Shop reliably crashes the game.&lt;br /&gt;
:Fixed, according to the dev blog.--[[User:Mylon|Mylon]] 17:36, 13 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Buff Swimmers==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b)&lt;br /&gt;
All creatures get stat boosts by training up skills.  This is normal.  Aquatic creatures can train swimming simply by being on the map.  This leads to some very buff carp or lizardmen or other creatures if they've been in water for a significant amount of time.&lt;br /&gt;
:According to the dev blog, this has been fixed.&lt;br /&gt;
&lt;br /&gt;
== Ducky Go Down The Hoooole  ==	 &lt;br /&gt;
(partially fixed in 0.27.169.33a)&lt;br /&gt;
(fully? fixed in 0.27.169.33b)&lt;br /&gt;
Wells crash the game now and then.&lt;br /&gt;
&lt;br /&gt;
In 33a, I had a crash on my well the moment a dwarf hit it up for water when the stream under had frozen or reduced height, one or the other. --arr&lt;br /&gt;
&lt;br /&gt;
==Trading crash==&lt;br /&gt;
(explicitly fixed in 0.27.169.33b, had to do with seed prices)&lt;br /&gt;
Sometimes offering a trade to traders the game crashes. Sometimes looking at the inventory of traders using the view units screen crashes the game.&lt;br /&gt;
&lt;br /&gt;
== Contents Under Pressure  ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33a)&lt;br /&gt;
Melting metal items produces a crapload of metal.&lt;br /&gt;
&lt;br /&gt;
Assumed to be a code error involving the repacement of a / with a * (i.e. multiplying by 30 instead of dividing, in the case of metal bolts).&lt;br /&gt;
&lt;br /&gt;
== Making Metal Bars ==&lt;br /&gt;
(explicitly fixed in 0.27.169.33a)&lt;br /&gt;
At [[Talk:Galena]] a bug is mentioned that apparently gives you fewer metal bars than you should have when producing them at a smelter. I havent confirmed it though. --[[User:Mizipzor|Mizipzor]] 17:35, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
:This refers to alloys.  When making an alloy, only one bar is created, instead of the 2-4 that are supposed to show up.  Avoid alloys until the version after 0.27.169.32a is released.--[[User:McFrugal|McFrugal]] 20:08, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
=Bugs that aren't REALLY bugs=&lt;br /&gt;
&lt;br /&gt;
==Too tired to sleep==	 &lt;br /&gt;
If a wounded dwarf continually falls unconscious due to their wounds, it will disrupt their sleep, so they eventually go mad of sleep deprivation.&lt;br /&gt;
:Should be checked. In 32a, I played with my sherif who was a wounded retired hunter. He kept falling unconscious due to brain injury which never healed, and it really looked like falling unconscious was taken as some part of sleep in itself. I noticed often that unit going to sleep, falling uncouncious, then doing 2-3 other tasks when he waked up and went to his quarter to sleep again. Of course, it made for him some very short sleep patterns, so he was often going in for sleep and hardly ever finished a sleep cycle. --[[User:Eagle of Fire|Eagle of Fire]] 01:06, 18 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Magma Flow ==&lt;br /&gt;
Magma will not flow UP stairs. It will flow DOWN them just fine.&lt;br /&gt;
Update: Toady mentioned this has to do with magma using the 'chunky' fluid flow, which does not respect pressure.&lt;br /&gt;
&lt;br /&gt;
== Perfect Swimming ==&lt;br /&gt;
&amp;quot;Brook&amp;quot; tiles are treated as floor instead of the open space they're supposed to be.  Dwarves, animals, even--that's right--wagons can travel over rivers.&lt;br /&gt;
(was this fixed on 0.27.169.33a?)&lt;br /&gt;
:This isn't a bug.  There's just no good way to represent a shallow river with the current depth system.  Think of the water tiles below the brook as being an aquifer of sorts.  Solid ground, but containing water.--[[User:McFrugal|McFrugal]] 01:37, 2 November 2007 (EDT)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Glass&amp;diff=28324</id>
		<title>40d Talk:Glass</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Glass&amp;diff=28324"/>
		<updated>2007-11-22T09:31:16Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With v 33b, I have successfully made trap components without difficulty, so I've deleted the reference to bars being required.  This raises the issue, however, of what damage rating the various sorts of glass get.  As far as I can tell, glass doesn't appear in the mat glosses, so I'm not sure how to determine what the actual value is.  Anyone have a suggestion? [[User:Doctorlucky|Doctorlucky]] 01:46, 22 November 2007 (EST)&lt;br /&gt;
:I can't answer your question of getting the data from the files, but apparently someone has confirmed glass as having 50% damage, so I removed your verify tag and pointed to my source. [[User:Runspotrun|Runspotrun]] 04:31, 22 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Glass&amp;diff=7555</id>
		<title>40d:Glass</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Glass&amp;diff=7555"/>
		<updated>2007-11-22T09:30:06Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Properties */ Confirmed!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Glass is an interesting material with widespread uses.  Glass is manufactured in a [[Glass furnace]] or [[Magma glass furnace]].  There are three types of glass: Green, Clear and Crystal.&lt;br /&gt;
&lt;br /&gt;
Green glass is manufactured from [[sand]].  Clear glass uses both sand and [[pearlash]], while crystal glass is manufactured from [[Rock crystal]]s and pearlash.&lt;br /&gt;
&lt;br /&gt;
Sand can be gathered in bags using a task available at a glass furnace.  You must designate a sand-gathering zone in order for this task to succeed.&lt;br /&gt;
&lt;br /&gt;
==Products==&lt;br /&gt;
Glass can be manufactured into a wide variety of products:  &lt;br /&gt;
&lt;br /&gt;
*Raw glass is essentially a low-value [[gem]], a frequent request of dwarves undergoing a [[strange mood]].  Given its abundance, raw green glass makes an excellent training material for practicing the [[gem cutting]] skill.&lt;br /&gt;
*Glass can be formed into [[block]]s which can then be used for most building purposes.  Although this is much more labor-intensive than simple using raw or block stone, some people feel that it has an aesthetic appeal; for example, see Leerok the Lacerta's [http://www.bay12games.com/cgi-local/ultimatebb.cgi?ubb=get_topic&amp;amp;f=2&amp;amp;t=001365 Glass tower]&lt;br /&gt;
*Glass can be used to manufacture a number of [[furniture]] items, including [[armor stand]]s, [[chest|boxes]], [[floodgate]]s, [[hatch cover]]s, [[grate]]s, [[door|portals]], [[statue]]s, [[table]]s, [[throne]]s and [[weapon rack]]s.&lt;br /&gt;
*In addition, Glass can be converted into [[Trap]] components, such as [[large, spiked ball]]s or [[giant axe]]s.  Unlike their metal counterparts, glass trap mechanisms each utilize only single units of their component materials.  For example, a giant green glass axe blade requires only a bag of sand in order to manufacture.  Since sand, if present on the map, if effectively an infinite resource, this is a very cheap way to fully outfit a fortress with weapon traps. &lt;br /&gt;
*Glass windows can be made at a [[glass furnace]] as an alternative to making windows from gems.&lt;br /&gt;
*Outside of [[Metal]] and [[Wood]], Glass is the only readily available material for [[Cage]] construction.  A glass cage is called a terrarium, and is unique among cages in that it may be converted into an [[aquarium]] using the an option in the building tasks/prefs menu{{key|q}}{{key|w}}.  Terraria may not be used for justice applications.&lt;br /&gt;
*Glass [[vial]]s are used in some types of plant processing, and are required to build an [[Alchemist's laboratory]]&lt;br /&gt;
*Glass can be formed into a variety of crafts.&lt;br /&gt;
&lt;br /&gt;
Glass items often have unique names:&lt;br /&gt;
*A glass [[chest]] is called a box.&lt;br /&gt;
*A glass [[door]] is called a portal.&lt;br /&gt;
*A glass [[pipe]] is called a tube.&lt;br /&gt;
*A glass [[cage]] is called a terrarium.&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
Green glass has a material value of 2.&lt;br /&gt;
Clear glass has a material value of 5.&lt;br /&gt;
Crystal glass has a material value of 10.&lt;br /&gt;
&lt;br /&gt;
The damage value of green glass is 50% (confirmed at [[Gem#Glass]]).&lt;br /&gt;
&lt;br /&gt;
[[Category:Materials]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Cage&amp;diff=18581</id>
		<title>40d:Cage</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Cage&amp;diff=18581"/>
		<updated>2007-11-21T18:59:25Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A '''cage''' is a holding device. Cages cannot be made of [[stone]], but can be made of [[wood]] and [[metal]].  A cage made of [[glass]] is called a terrarium. Cages can hold an unlimited number of [[animals]] and captured [[vermin]] at once. Placing animals in a cage can reduce lag and reduce [[traffic]] in your hallways.&lt;br /&gt;
&lt;br /&gt;
The cage can be used in a few ways:&lt;br /&gt;
&lt;br /&gt;
* A [[jail]], where you designate its location to be used for [[justice]], and a [[sheriff]] will detain any unruly dwarves.&lt;br /&gt;
* Animal restraining device, where you simply plant it and allocate any animals you want in it. Particularly handy for keeping track of mating animals. Just assign ({{k|q}} on a cage that has been built ({{k|b}}-{{k|j}}) in a room) all the animals of one type in a cage and let them sit. Soon stray deer fawns will be all over your fortress&lt;br /&gt;
** This is also how you go about making a makeshift [[zoo]] for [[trapped]] animals.&lt;br /&gt;
* A [[Traps#Cage_Trap|cage trap]] needs a cage as one of its components.&lt;br /&gt;
&lt;br /&gt;
{{Buildings}}&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17731</id>
		<title>40d:Siege</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Siege&amp;diff=17731"/>
		<updated>2007-11-21T18:57:46Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A siege is a special time in Fortress mode when an army attempts to attack and kill all of your dwarves. It is at this time you should activate your military, raise the draw bridges and pray you've enough food stocks to last the winter.&lt;br /&gt;
&lt;br /&gt;
During a siege, the option on the main menu 'Abandon Fortress' changes to 'Succumb to the Invasion'.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Note: As of the current release{{ver|0.27.169.33b}}, sieges are not functioning properly. The siege groups are content to sit at the edge of the map and wait there until some hapless dwarf wanders too close. After wiping the floor with the dwarf, they return to their spot on the edge of the map.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Siegers ==&lt;br /&gt;
&lt;br /&gt;
=== Goblins === &lt;br /&gt;
&lt;br /&gt;
[[Goblins]] will attack whenever they feel like it, after your fortress reaches a certain point. Possibly triggered by fortress wealth now rather than nobles. Sometimes they will even attack when a caravan arrives.&lt;br /&gt;
&lt;br /&gt;
Come in squads of about 15 goblins each, frequently led by individual goblin weaponmasters (or even evil human mercenaries) and sometimes mounted on beak dogs, and ocassionally accompanied by up to 3 squads of 5-8 trolls. The first siege you see with a given fort might consist of as little as a single unmounted squad with no trolls, but the goblin forces will escalate in size as the game progresses. Later on you may be seeing 100 or more goblins show up in a single siege, all mounted, with 10 to 20 trolls.&lt;br /&gt;
&lt;br /&gt;
[[Trolls]] are the goblin &amp;quot;siege engines&amp;quot;. They are faster than beak dogs, and will make for buildings and start demolishing. Locked doors will keep the goblins out, but can be demolished by trolls.&lt;br /&gt;
&lt;br /&gt;
If you deflect enough sieges, the ruler of the goblin nation may lead a squad. He's equipped with extra-good quality equipment.&lt;br /&gt;
&lt;br /&gt;
=== Humans ===&lt;br /&gt;
&lt;br /&gt;
Unknown if humans still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
=== Elves ===&lt;br /&gt;
&lt;br /&gt;
Unknown if elves still siege this version, someone confirm.&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
{{old|0.23.130.23a}}&lt;br /&gt;
===Active Defense===&lt;br /&gt;
*Put your entire [[military]] on duty. With luck, most of them are not sleeping, eating, or drinking. If a [[squad]] leader is is doing anything of that sort, replace him with a more alert squad member (the squad always clusters about the leader. If the leader's eating, the squad will guard the table). Place melee units at major chokepoints, so they can meet the enemy head on, but try to keep them out of direct fire from enemy missile users. Place your own marksdwarves where they can rain death down on the enemies. (This is why you build [[fortifications]].)&lt;br /&gt;
&lt;br /&gt;
*War [[dogs]] are valuable, but shouldn't be the first line of defense, because the enemy bowmen will quickly take care of them. Assign them to your military dwarves, or cage them before the siege, and [[Release the Hounds!|release]] them via lever/pressure plate as the enemy is rounding a blind corner. They're also useful for clearing the field once the siege ends.&lt;br /&gt;
&lt;br /&gt;
*[[Siege Weapons]], catapults and ballistae, can be effective during a siege, but can also be entirely useless. They don't have a wide field of fire, so you'll need to design your fortress ahead of time to funnel your attackers into the weapons' field of fire and then delay them with winding passages while in range. To use them effectively, you really need trained Siege Operators for the task, since siege weapons take up to three real-time minutes for inexperienced operators to load, and the weapons cannot be fired at a precise time; they will fire whenever the operator shows up. Fire early and often: siege operators are civilians, and will run away once the oncoming hordes get too close.&lt;br /&gt;
&lt;br /&gt;
===Passive Defense===&lt;br /&gt;
*If you have no trust in your military's power, keep all the dwarves inside and pull the siegers into corridors with [[traps]]. Stone-fall traps are cheap and easy, but are one-shot traps with a long reload time; weapon traps require weapons, but reload themselves after a few seconds, until they eventually get stuck. A 10-square-long entry hall filled with weapons traps will break most [[goblin]] sieges without any help. (How boring!)&lt;br /&gt;
&lt;br /&gt;
*A moat may provide a decent defense when combined with a drawbridge to either keep the goblins from entering, or to drop them right into the water. Substitute magma for some far more lethal results.&lt;br /&gt;
&lt;br /&gt;
=== Civilians ===&lt;br /&gt;
&lt;br /&gt;
* Your normal dwarves will still attempt to do their jobs during a siege. The [[Options]]-&amp;gt;Dwarves Stay Inside option will prevent them from going outside, but only after walking to the entrance. Since many of your major defenses will be inside the fortress, this is only somewhat useful. Dwarves will run from invaders, but only ''after'' getting within crossbow-range, so their self-preservation skills are lackluster when the enemy has ranged weapons. Therefore, your best bet is to draft the dwarves in question (or simply all civilians) into one citizen-squad and station them somewhere out of harm's way. However, if any of your citizens are set to carry weapons or armor, they may decide to go collect equipment from slain goblins/dwarves during the siege, which means they'll run out into the fray. Keep an eye on this, and turn off their [[weapons]]/[[armor]] accordingly.&lt;br /&gt;
&lt;br /&gt;
* Providing indoor pastimes (like [[sculpture garden]], [[zoo]], [[meeting hall]], or a meeting area zone) will make dwarves spend their break time in the fortress rather than outside. This will typically stop all dwarves from hanging around outside. Hunters, woodcutters, haulers and other dwarves who have business outside will still be at risk.&lt;br /&gt;
&lt;br /&gt;
* Lock the front [[door]]s. If you still have valuable dwarves outside looking for a way in, you might try the [[Maxwell's Demon]] approach: keep locking and unlocking doors just as dwarves arrive so as to keep as many dwarves in as possible. If you don't understand why this is called Maxwell's Demon, read [http://en.wikipedia.org/wiki/Maxwell's_demon this Wikipedia Article].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:World]]&lt;br /&gt;
[[Category:Military]]&lt;br /&gt;
[[Category:Fortress Defense]]&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Kitchen&amp;diff=27175</id>
		<title>40d Talk:Kitchen</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Kitchen&amp;diff=27175"/>
		<updated>2007-11-20T06:38:37Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Best way to boost skill? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What makes something &amp;quot;minced?&amp;quot; And what are the values for each type of prepared meal? [[User:Schm0|Schm0]] 07:34, 18 November 2007 (EST)&lt;br /&gt;
:&amp;quot;Minced&amp;quot; is simply a description of food items that get added to a meal. If a cook grabs a plump helmet and a turtle, the resulting meal would be described as having &amp;quot;minced plump helmet&amp;quot; and &amp;quot;minced turtle&amp;quot;, or &amp;quot;finely minced&amp;quot; etc. based on the skill of the cook. [[User:Rpb|Rpb]] 12:48, 18 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Best way to boost skill? ==&lt;br /&gt;
&lt;br /&gt;
Given that lavish meals will usually clutter the kitchen due to number of ingredients, what's the best way to boost a cook's skill? Repeatedly make easy or lavish meals? In fact, do the various levels of meal give different XP? [[User:Runspotrun|Runspotrun]] 01:37, 20 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
Never mind! Answered in [[Cook]]. [[User:Runspotrun|Runspotrun]] 01:38, 20 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Kitchen&amp;diff=27174</id>
		<title>40d Talk:Kitchen</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Kitchen&amp;diff=27174"/>
		<updated>2007-11-20T06:37:33Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: Best way to boost skill?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What makes something &amp;quot;minced?&amp;quot; And what are the values for each type of prepared meal? [[User:Schm0|Schm0]] 07:34, 18 November 2007 (EST)&lt;br /&gt;
:&amp;quot;Minced&amp;quot; is simply a description of food items that get added to a meal. If a cook grabs a plump helmet and a turtle, the resulting meal would be described as having &amp;quot;minced plump helmet&amp;quot; and &amp;quot;minced turtle&amp;quot;, or &amp;quot;finely minced&amp;quot; etc. based on the skill of the cook. [[User:Rpb|Rpb]] 12:48, 18 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Best way to boost skill? ==&lt;br /&gt;
&lt;br /&gt;
Given that lavish meals will usually clutter the kitchen due to number of ingredients, what's the best way to boost a cook's skill? Repeatedly make easy or lavish meals? In fact, do the various levels of meal give different XP? [[User:Runspotrun|Runspotrun]] 01:37, 20 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Tax_collector&amp;diff=27307</id>
		<title>40d:Tax collector</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Tax_collector&amp;diff=27307"/>
		<updated>2007-11-19T04:36:25Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Upon receiving this noble from immigration, the [[Dwarven Economy]] begins and you can now construct [[Shop]]s.&lt;br /&gt;
&lt;br /&gt;
The trigger for the arrival of the Tax Collector is unknown, but it's not the minting of coins; possibly created or exported wealth.&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Tax_collector&amp;diff=27374</id>
		<title>40d Talk:Tax collector</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Tax_collector&amp;diff=27374"/>
		<updated>2007-11-19T04:34:56Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: New page: I never minted a single coin and still got a Tax Collector in about my 5th year - perhaps the trigger is wealth created or exported? --GameHat  :Moved that from the article, Mr Hat. Anyway...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I never minted a single coin and still got a Tax Collector in about my 5th year - perhaps the trigger is wealth created or exported? --GameHat&lt;br /&gt;
&lt;br /&gt;
:Moved that from the article, Mr Hat. Anyway, I agree. I never minted a coin, and still got the Tax Collector. [[User:Runspotrun|Runspotrun]] 23:34, 18 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Siege&amp;diff=24124</id>
		<title>40d Talk:Siege</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Siege&amp;diff=24124"/>
		<updated>2007-11-19T00:52:37Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: Still bugged?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Trigger?===&lt;br /&gt;
Just noticed that I got my first (Goblin) siege at 100000 wealth. Anyone else confirm that this is the trigger? [[User:Runspotrun|Runspotrun]] 00:06, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:I had my first goblin siege at about 600k wealth. They sieged me at 15 levels above ground level, where I had a stairway to my fortress. They loitered around for a season and left. [[User:Kaivosukeltaja|Kaivosukeltaja]] 07:31, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Thanks. I removed my addition from the article. [[User:Runspotrun|Runspotrun]] 09:35, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
I think part of the trigger is killing a Goblin. I'd captured several Goblin thieves, but it was only after I'd dispatched them that I was besieged. So, (wealth &amp;gt; certain amount) and (has killed Goblins) maybe? [[User:Runspotrun|Runspotrun]] 23:09, 12 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Troll squads ==&lt;br /&gt;
&lt;br /&gt;
I had 3 troll squads of exactly 8 trolls in each during a siege. Had a goblin king that time but no beak dogs. Can it be that no beak dogs in goblin civ=better chance for trolls?&lt;br /&gt;
&lt;br /&gt;
== Mounts ==&lt;br /&gt;
&lt;br /&gt;
Woe betide those who anger humans.  I added a second human race with [BABYSNATCHER] instead of [SIEGER]  for barbarian raiding action.  When they sieged, every last one of them was riding a horse.  When I approached the buggers kept running away and going all Parthian shot on me, too.  It was pretty bad ass.  -[[User:EarthquakeDamage|EarthquakeDamage]] 02:23, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Still bugged? ==&lt;br /&gt;
&lt;br /&gt;
Are sieges still bugged in 33b? If someone knows for certain, could they add the version number to the statement in the article? Ta. [[User:Runspotrun|Runspotrun]] 19:52, 18 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Armor&amp;diff=24834</id>
		<title>40d Talk:Armor</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Armor&amp;diff=24834"/>
		<updated>2007-11-18T20:17:10Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Does anyone know the rules of where you can wear each piece of armor? For example, can you wear a high boot and leggings? or only low boots with leggings? Do you need to make two boots? --[[User:Mitchy|Mitchy]] 20:30, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
: You can wear high boots with leggings.  Leggings and high boots have different layers. --[[User:JT|JT]] 17:15, 11 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On a similar note, what's the difference between steel leggings and steel greaves? I would've thought leggings would cover below the knee as well. Do I need both to provide maximum Xtreme protection? [[User:Runspotrun|Runspotrun]] 15:17, 18 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Soldier==&lt;br /&gt;
&lt;br /&gt;
I think some of this article, specifically that stuff in the Using armor section, should be moved over to an article more dedicated to soldier preferences.  As it is, it's describing everything about arming civilians with weapons instead of simply talking about armoring civilians; that content seems more appropriate for an article about soldiers or the hunting article. --[[User:JT|JT]] 17:15, 11 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Verified==&lt;br /&gt;
&lt;br /&gt;
I can verify that whan setting dwarves to chain, they wear gauntlets  --[[User:Nog|Nog]] 16:21, 12 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Main_Page&amp;diff=43</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Main_Page&amp;diff=43"/>
		<updated>2007-11-16T12:43:57Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: 11th of January? Any objections to 8601?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 style=&amp;quot;text-align: center; margin-top: 1em&amp;quot;&amp;gt;The Dwarf Fortress Wiki&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Colored Notice Box|#00f|&lt;br /&gt;
  &amp;lt;p&amp;gt;'''The latest Dwarf Fortress version was released on 2007/11/01'''&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Please ensure that all information added is ''accurate for the new version''. The [http://archive.dwarffortresswiki.net/index.php/Main_Page archive of the old wiki] is still available.&amp;lt;/p&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;max-width: 48em; margin: 0 auto;&amp;quot;&amp;gt;&lt;br /&gt;
Welcome to the Dwarf Fortress Wiki! This is a collection of user-submitted guides, information and advice for the Roguelike game [http://www.bay12games.com/dwarves/ &amp;quot;Dwarf Fortress&amp;quot;]. Dwarf Fortress is a Windows game (though it can be played on other systems using Wine), developed by [http://www.bay12games.com/ Bay 12 Games] featuring two modes of play, a distinct, randomly-generated world (complete with terrain, wildlife and legends), gruesome combat mechanics and vicious hordes of [[carp]].&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;max-width: 48em; margin: 0 auto; text-align: center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: left; margin-right: 1em&amp;quot;&amp;gt;{{Quote Box|Iron [[screw pump]] exercise equipment.  Pump iron and get superdwarvenly strong!}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 1em&amp;quot;&amp;gt;{{Quote Box|'Leader' Igëratìr, Clerk has created Razuk Lanzil, a Obsidian Crown!&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;-&amp;quot;I think the leader business is getting to his head!}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{news}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 90%; max-width: 50em; margin: 0 auto; border-spacing: 1em; clear: both&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #fdc; border: 1px solid #a44; border-left-color:#faa; border-top-color:#faa; text-align: center&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #d66; border: 1px solid #a44; border-left-color:#faa; border-top-color:#faa; padding: 0.2em 0.5em&amp;quot; | '''New to Dwarf Fortress?'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[:Dwarf Fortress:About|About Dwarf Fortress]]&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | '''[[:Category:Guides|Tutorials and guides]]''' &amp;lt;!-- this is here since no good page has been written for it yet, but it should be replaced by a non-category page eventually once the list of tutorials and guides is more complete --&amp;gt;&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Starting builds]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Frequently Asked Questions]]&lt;br /&gt;
| style=&amp;quot;witdh: 33%&amp;quot; | * [[Your first fortress]] *&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Pregenerated worlds]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Important advice]]&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | * [[Indecisive's_illustrated_fortress_mode_tutorial|Indecisive's Illustrated Tutorial]] *&lt;br /&gt;
| style=&amp;quot;width: 33%&amp;quot; | [[Quickstart guide]] (older)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%; vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center; margin-bottom: 1em&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Playing Dwarf Fortress'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Dwarf Fortress mode|Fortress mode]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Reclaim fortress mode|Reclaim fortress]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Legends]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Design strategies]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Local map features]]&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:Bloodline_Games|Bloodline games]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[Stories]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center; margin-bottom: 1em&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Gameplay elements'''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Activity zone]]s&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Farming]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Building]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Combat]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Creatures]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[:Category:Designations|Designations]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Military]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Noble]]s&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Rooms]]&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Skill]]s&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Stockpile]]s&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot; | [[Workshop]]s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width: 50%; vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center; margin-bottom: 1em&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Wiki articles by category'''&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:Dwarves|Dwarves]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:World|World]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:Buildings|Buildings]]&lt;br /&gt;
| style=&amp;quot;witdh: 50%&amp;quot; | [[:Category:Modding|Modding]]&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;width:50%&amp;quot; | [[:Category:Items|Items]]&lt;br /&gt;
| style=&amp;quot;width:50%&amp;quot; | [[:Category:Interface|Interface]]&lt;br /&gt;
|- &lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | [[Special:Categories|All Categories]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ccf; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; text-align: center&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #46c; border: 1px solid #24a; border-left-color:#79f; border-top-color:#79f; padding: 0.2em 0.5em&amp;quot; | '''Metagame editing and advice'''&lt;br /&gt;
|-&lt;br /&gt;
| [[Technical tricks]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Utilities]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Known bugs and issues]]&lt;br /&gt;
|- &lt;br /&gt;
| [[System requirements]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cheating]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align: top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; background: #ddd; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb;&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color: #fff; background: #999; border: 1px solid #777; border-left-color:#bbb; border-top-color:#bbb; padding: 0.2em 0.5em; text-align: center&amp;quot; | '''Links'''&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Forums:&lt;br /&gt;
| [http://www.bay12games.com/cgi-local/ultimatebb.cgi?&amp;amp;category=3 Official Forums],  [http://forums.somethingawful.com/showthread.php?threadid=2677834 Something Awful Thread], [http://forums.penny-arcade.com/showthread.php?t=41106 Penny-Arcade Thread]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | IRC Channels:&lt;br /&gt;
| [irc://irc.worldirc.org/bay12games #bay12games] on worldirc.org, [irc://irc.synirc.net/df #df] on synirc.net&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Archives:&lt;br /&gt;
| [http://archive.dwarffortresswiki.net Old Wiki]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Other Wikis:&lt;br /&gt;
| [http://dwarffortress.free.fr/modules/news/ The French Wiki ], [http://band-chukei.ddo.jp/df/ The Japanese Wiki ]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left; padding: 0.1em 0.5em&amp;quot; | Useful Links:&lt;br /&gt;
| [http://mkv25.net/dfma/ Dwarf Fortress Map Archive]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Cage&amp;diff=24578</id>
		<title>40d Talk:Cage</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Cage&amp;diff=24578"/>
		<updated>2007-11-14T02:15:35Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: Possible addition&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How do you put more than one animal in a cage? [[User:Runspotrun|Runspotrun]] 11:41, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:Once you hit (A)ssign, you should have a list of all tame animals in your fort. From here you can toggle whether or not a given animal is assigned to that cage by hitting Enter. You can do this for a number of creatures at once. Creatures already assigned to a cage or chain will have [A] out to the right of their listing. IIRC, there is a limit on the number of critters in a cage, but it's pretty high. One nice benefit is that if you put a male and female of the same species in a cage together, they can still breed.--[[User:RedKing|RedKing]] 12:25, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Um...&lt;br /&gt;
::(A)ssign? Uh, I don't see that. (a) is announcements, and (A) does nothing. I can see a list of animals with both (u) and (z)-&amp;gt;Animals, but they only let me assign to owners, slaughter, etc. Do I need a specific noble? [[User:Runspotrun|Runspotrun]] 12:41, 9 November 2007 (EST)&lt;br /&gt;
::Ah, hold on. I appear to have only caught untamable creatures (yay... I guess). Does (A)ssign only work if I have caged, tame creatures? [[User:Runspotrun|Runspotrun]] 12:45, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Cage options menu, I think {{k|q}} or {{k|t}}. --[[User:Savok|Savok]] 12:48, 9 November 2007 (EST)&lt;br /&gt;
::::Wow, I'm being really awkward here. Sorry. {{k|q}} and {{k|t}} both give me options about the animal stockpile the cages are sitting on, or the ground below that. [[User:Runspotrun|Runspotrun]] 12:55, 9 November 2007 (EST)&lt;br /&gt;
:::::Ahh, now I see the problem. You have to {{k|b}}uild the cage first, which moves it from the stockpile to whatever location you specify, then you can assign animals to it. Animal stockpiles just serve as collection points for your trappers to dump off their catch, or for new animals bought from caravans.--[[User:RedKing|RedKing]] 13:19, 9 November 2007 (EST)&lt;br /&gt;
::::::AHA! I see it now. Thanks for your help! [[User:Runspotrun|Runspotrun]] 13:37, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Possible addition ==&lt;br /&gt;
&lt;br /&gt;
Maybe worth adding to the article : How do you empty cages of bones and seeds? What's the best way to get rid an untameable creature in a cage? [[User:Runspotrun|Runspotrun]] 21:15, 13 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Fishing&amp;diff=22917</id>
		<title>40d Talk:Fishing</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Fishing&amp;diff=22917"/>
		<updated>2007-11-13T14:24:55Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Useful stuff to add to article. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most of this was taken from the old wiki as it all seems applicable here. Whether or not fish can be depleted or not I do not know - at this point it seems that the turtle supply is endless.--[[User:Decanter|Decanter]] 05:03, 7 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:I had a 'there is nothing to catch in the swamps' message a few times. so it is possible to deplete all the fish in a pond, but haven't been able to get rid of all the fish. --[[User:Soyweiser|Soyweiser]] 06:40, 7 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Useful stuff to add to article. ==&lt;br /&gt;
&lt;br /&gt;
Are brooks fishable? Streams? Are swamps depleted permanently or temporarily? [[User:Runspotrun|Runspotrun]] 09:24, 13 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Fishing&amp;diff=22916</id>
		<title>40d Talk:Fishing</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Fishing&amp;diff=22916"/>
		<updated>2007-11-13T14:24:41Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: Useful stuff to add to article.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most of this was taken from the old wiki as it all seems applicable here. Whether or not fish can be depleted or not I do not know - at this point it seems that the turtle supply is endless.--[[User:Decanter|Decanter]] 05:03, 7 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:I had a 'there is nothing to catch in the swamps' message a few times. so it is possible to deplete all the fish in a pond, but haven't been able to get rid of all the fish. --[[User:Soyweiser|Soyweiser]] 06:40, 7 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Useful stuff to add to article. ==&lt;br /&gt;
&lt;br /&gt;
Useful stuff...Are brooks fishable? Streams? Are swamps depleted permanently or temporarily? [[User:Runspotrun|Runspotrun]] 09:24, 13 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Design_strategies&amp;diff=7416</id>
		<title>40d Talk:Design strategies</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Design_strategies&amp;diff=7416"/>
		<updated>2007-11-13T14:24:12Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: Nifty designs?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Perhaps these explanations of how the various mining commands work should go under a Mining article. &amp;quot;Design strategies&amp;quot; seems like it would be more about layouts for kitchens and pump systems and whatnot. --[[User:BahamutZERO|BahamutZERO]] 19:43, 30 October 2007 (EDT)&lt;br /&gt;
: I have inadvetently written an article on [[Digging]] which complements the work on this page. I suggest they be reviewed and relevant parts merged. This page will have a use in future for players to post their designs. I agree with '''BahamutZERO''' that this isn't the place to talk about Mining. --[[User:Markavian|Markavian]] 22:41, 31 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Flooded Entrance ==&lt;br /&gt;
&lt;br /&gt;
I'd like to see some sample shots of that Flooded Entrance setup. It's my understanding that the screw pump only pulls water up, not pump it down. Maybe he meant a floodgate for dropping the water down a level. --[[User:Vinic|Vinic]] 16:27, 2 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
:I think what he had was two rooms--one is the actual entrance way, sealed by doors--that have pumps on the level above, dumping thier output into a channel that leads into the room they aren't pumping from.--[[User:Draco18s|Draco18s]] 16:43, 2 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
::Sorry if I was ambiguous in my wording. Hopefully the accompanying screenshot removes any confusion in how it works. --[[User:Lucid|Lucid]] 11:38, 3 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Choice of location ==&lt;br /&gt;
&lt;br /&gt;
I think we should get some information up here on selecting a ''proper'' site to start digging your fortress. Sort of a list of ideal criteria to look for on the actual map after you've arrived, taking into account things like elevation, natural rock formations, water and magma, and accessibility. Sort of a guide to the ultimate defense, I suppose. --[[User:Xazak|Xazak]] 14:47, 3 November 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Seconded. That would be indeed useful. --[[User:UltimaPhantom|UltimaPhantom]] 13:43, 8 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
==Defense Designs== &lt;br /&gt;
I think we should have separate page for defense schemes such as the new trap designs using machines and wall patterns and such. [[User:Jikor|Jikor]] 06:29, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Nifty designs? ==&lt;br /&gt;
&lt;br /&gt;
Not sure if this is right page, but I'd love a step-by-step about building arenas. [[User:Runspotrun|Runspotrun]] 09:24, 13 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Goblin&amp;diff=25857</id>
		<title>40d Talk:Goblin</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Goblin&amp;diff=25857"/>
		<updated>2007-11-13T14:23:15Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: New page: ==== Thieves &amp;amp; cage traps ==== Not sure that Goblin (master) thieves /can/ evade traps. I've caught a bucketful in cage traps. Didn't know what to do with them, mind... ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Thieves &amp;amp; cage traps ====&lt;br /&gt;
Not sure that Goblin (master) thieves /can/ evade traps. I've caught a bucketful in cage traps. Didn't know what to do with them, mind... [[User:Runspotrun|Runspotrun]] 09:23, 13 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Siege&amp;diff=24123</id>
		<title>40d Talk:Siege</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Siege&amp;diff=24123"/>
		<updated>2007-11-13T14:20:55Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Trigger? */ Correcting my own English.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Trigger?===&lt;br /&gt;
Just noticed that I got my first (Goblin) siege at 100000 wealth. Anyone else confirm that this is the trigger? [[User:Runspotrun|Runspotrun]] 00:06, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:I had my first goblin siege at about 600k wealth. They sieged me at 15 levels above ground level, where I had a stairway to my fortress. They loitered around for a season and left. [[User:Kaivosukeltaja|Kaivosukeltaja]] 07:31, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Thanks. I removed my addition from the article. [[User:Runspotrun|Runspotrun]] 09:35, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
I think part of the trigger is killing a Goblin. I'd captured several Goblin thieves, but it was only after I'd dispatched them that I was besieged. So, (wealth &amp;gt; certain amount) and (has killed Goblins) maybe? [[User:Runspotrun|Runspotrun]] 23:09, 12 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Troll squads ==&lt;br /&gt;
&lt;br /&gt;
I had 3 troll squads of exactly 8 trolls in each during a siege. Had a goblin king that time but no beak dogs. Can it be that no beak dogs in goblin civ=better chance for trolls?&lt;br /&gt;
&lt;br /&gt;
== Mounts ==&lt;br /&gt;
&lt;br /&gt;
Woe betide those who anger humans.  I added a second human race with [BABYSNATCHER] instead of [SIEGER]  for barbarian raiding action.  When they sieged, every last one of them was riding a horse.  When I approached the buggers kept running away and going all Parthian shot on me, too.  It was pretty bad ass.  -[[User:EarthquakeDamage|EarthquakeDamage]] 02:23, 10 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Siege&amp;diff=24122</id>
		<title>40d Talk:Siege</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Siege&amp;diff=24122"/>
		<updated>2007-11-13T04:09:17Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Trigger? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Trigger?===&lt;br /&gt;
Just noticed that I got my first (Goblin) siege at 100000 wealth. Anyone else confirm that this is the trigger? [[User:Runspotrun|Runspotrun]] 00:06, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:I had my first goblin siege at about 600k wealth. They sieged me at 15 levels above ground level, where I had a stairway to my fortress. They loitered around for a season and left. [[User:Kaivosukeltaja|Kaivosukeltaja]] 07:31, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Thanks. I removed my addition from the article. [[User:Runspotrun|Runspotrun]] 09:35, 9 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
I think part of the trigger is killing a goblin. I'd captured several Goblin thieves, but it was only after I'd dispatched them that I was sieged. So, (wealth &amp;gt; certain amount) and (has killed Goblins) maybe? [[User:Runspotrun|Runspotrun]] 23:09, 12 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
== Troll squads ==&lt;br /&gt;
&lt;br /&gt;
I had 3 troll squads of exactly 8 trolls in each during a siege. Had a goblin king that time but no beak dogs. Can it be that no beak dogs in goblin civ=better chance for trolls?&lt;br /&gt;
&lt;br /&gt;
== Mounts ==&lt;br /&gt;
&lt;br /&gt;
Woe betide those who anger humans.  I added a second human race with [BABYSNATCHER] instead of [SIEGER]  for barbarian raiding action.  When they sieged, every last one of them was riding a horse.  When I approached the buggers kept running away and going all Parthian shot on me, too.  It was pretty bad ass.  -[[User:EarthquakeDamage|EarthquakeDamage]] 02:23, 10 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Creatures&amp;diff=25392</id>
		<title>40d Talk:Creatures</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Creatures&amp;diff=25392"/>
		<updated>2007-11-11T21:47:11Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: New page: ===Here kitty!=== What are the triggers for semi- and megabeasts? Is there any way to encourage them? ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Here kitty!===&lt;br /&gt;
What are the triggers for semi- and megabeasts? Is there any way to encourage them? [[User:Runspotrun|Runspotrun]] 16:47, 11 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Brook&amp;diff=25366</id>
		<title>40d Talk:Brook</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Brook&amp;diff=25366"/>
		<updated>2007-11-11T21:31:24Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: New page: ===Fishable?=== Might be worth mentioning if brooks are normal water with respect to fishability, or whether a channel needs to be dug first. ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Fishable?===&lt;br /&gt;
Might be worth mentioning if brooks are normal water with respect to fishability, or whether a channel needs to be dug first. [[User:Runspotrun|Runspotrun]] 16:31, 11 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=User_talk:Rick&amp;diff=25077</id>
		<title>User talk:Rick</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=User_talk:Rick&amp;diff=25077"/>
		<updated>2007-11-11T02:01:18Z</updated>

		<summary type="html">&lt;p&gt;Runspotrun: /* Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requests ==&lt;br /&gt;
Hey there. Thanks for writing reveal.exe. It's made my dwarves' lives so much easier!&lt;br /&gt;
&lt;br /&gt;
Do you take requests?&lt;br /&gt;
&lt;br /&gt;
And is this the right place to ask? [[User:Runspotrun|Runspotrun]] 20:32, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
: Yes, and yes. --[[User:Rick|Rick]] 20:49, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Excellent! Now, I don't know how many people would use it, but I'd love to see a utility that would allow me to choose the temperature/forest/shrub/surroundings/neighbours when starting out. I like to stick to the same sort of areas, but it can be a pain finding them on the map - if they exist at all. Problem is, I think most people take what they're given, region-wise... so I don't think it'd have much of an audience. What do you think? [[User:Runspotrun|Runspotrun]] 20:55, 10 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:: Er, I haven't just described startpoints.exe, have I? [[User:Runspotrun|Runspotrun]] 21:01, 10 November 2007 (EST)&lt;/div&gt;</summary>
		<author><name>Runspotrun</name></author>
	</entry>
</feed>