<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wurmpedia.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daray</id>
	<title>Wurmpedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.wurmpedia.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daray"/>
	<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php/Special:Contributions/Daray"/>
	<updated>2026-06-04T07:48:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Key_bindings&amp;diff=78389</id>
		<title>Key bindings</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Key_bindings&amp;diff=78389"/>
		<updated>2013-03-05T07:16:17Z</updated>

		<summary type="html">&lt;p&gt;Daray: Added link to examples section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Key bindings are defined in the ''keybindings.txt'' file, which is automatically updated if you rebind keys while playing. Binds in ''autorun.txt'' will be executed on startup and these will overwrite any in ''keybindings.txt''. These files can be found in the Wurm game directory under ''configs''. e.g. C:\Games\Wurm\configs\default&lt;br /&gt;
&lt;br /&gt;
Additionally, key binds can be combined with the Exec [[console]] command to enable a player to perform a wide range of tasks with only a few keys, swapping keybinds on the fly. See [[quickswitch hotkeys]] for more information and examples.&lt;br /&gt;
&lt;br /&gt;
To access the console, press {{key|F1}} (by default). You can also press {{key|ESC}} and then click on &amp;quot;Console.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Key binds ==&lt;br /&gt;
Key binds allow quick &amp;quot;hotkey&amp;quot; access to common [[command]]s and [[action]]s. The bind command requires special values as input.&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;lt;action&amp;gt;&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;&amp;lt;[[Console#Commands|console command]]&amp;gt;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;key&amp;gt;''' is based on Java key constants. Letters and numbers represent themselves. For other keys, if you can't guess the correct name search [http://docs.oracle.com/javase/7/docs/api/java/awt/event/KeyEvent.html the full KeyEvent list]. Meta keys can also be specified, e.g. &amp;lt;tt&amp;gt;shift-tab&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;ctrl-alt-w&amp;lt;/tt&amp;gt;. Available meta keys are Ctrl, Shift, and Alt. The {{key|Alt Gr}} key is treated as {{key|Alt}} (if your keyboard has one). The non-meta key must always be the last key in the combination. It is not possible to bind only meta keys.&lt;br /&gt;
&lt;br /&gt;
(The numpad keys can be tricky, as they duplicate other keys on the main keyboard. They are: numpad[0-9], add, subtract, multiply, divide and decimal.)&lt;br /&gt;
&lt;br /&gt;
It is also possible to bind an action to the middle mouse button, Mouse2.&lt;br /&gt;
&lt;br /&gt;
NB: It's reported that mouse3 and mouse4 work for the &amp;quot;forward/back&amp;quot; buttons on a 5 button mouse.&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;action&amp;gt;''' is a bindable action as listed in the table below. &lt;br /&gt;
&lt;br /&gt;
 bind M MINE_FORWARD&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;console command&amp;gt;''' can be any console command. The console command has to be in quotes.&lt;br /&gt;
&lt;br /&gt;
 bind F2 &amp;quot;toggle inventory&amp;quot;&lt;br /&gt;
&lt;br /&gt;
To see the current key bind you can issue the command with only the key name&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To remove a key bind assign an empty command&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can bind keys to say things, in local chat and in other available chats.&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say guards!&amp;quot;&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say /shout Hello kingdom people!&amp;quot;&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say /vil Hello village people!&amp;quot;&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say /t &amp;lt;name&amp;gt; Enemies in local run awayyyy!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You may also choose to change certain chat-function-based bindings like /sleep to different keys&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say /sleep&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can view a list of most &amp;quot;say&amp;quot; bindings by saying /help in game.&lt;br /&gt;
&lt;br /&gt;
To list all key binds use the console command&lt;br /&gt;
 &lt;br /&gt;
 dump binds&lt;br /&gt;
&lt;br /&gt;
Keys bound to actions are sensitive to the mouse cursor's hover location/position and object highlight. So, if the cursor is hovering over an item in an [[inventory]] or highlighting an item on the ground (or a [[tile]] itself for other binds), and the &amp;lt;tt&amp;gt;TAKE&amp;lt;/tt&amp;gt; bind key is pressed, that item will be taken. It is not necessary to left-click the mouse button in order to select an item first either; just hovering the mouse over something will allow the key bind to affect it.&lt;br /&gt;
&lt;br /&gt;
===Table===&lt;br /&gt;
This table lists actions only. For commands check the [[console]] and [[chat commands]] pages.&lt;br /&gt;
&amp;lt;table width=95%&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=top&amp;gt;&amp;lt;td width=50%&amp;gt;&lt;br /&gt;
{| cellpadding=2 cellspacing=4 class=sortable&lt;br /&gt;
|+ Bindable actions&lt;br /&gt;
!Bind !!Category !!Notes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CENTER_VIEW&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;GLANCE_LEFT&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;GLANCE_RIGHT&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_DOWN&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_UP&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AUTORUN&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_LEFT&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_RIGHT&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MOVE_FORWARD&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MOVE_BACK&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MOVE_LEFT&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MOVE_RIGHT&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STRAFE&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;CLIMB_UP&amp;lt;/tt&amp;gt; || [[Player]] movement || For ladders in multi-floor houses&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CLIMB_DOWN&amp;lt;/tt&amp;gt; || [[Player]] movement || For ladders in multi-floor houses&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FIGHT_DEFENSIVE&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FIGHT_NORMAL&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FIGHT_AGGRESSIVELY&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;NO_TARGET&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TARGET&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_LOWER_LEFT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_LOWER_MIDDLE &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_LOWER_RIGHT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_LEFT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_MIDDLE &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_RIGHT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_UPPER_LEFT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_UPPER_MIDDLE &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_UPPER_RIGHT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FOCUS &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;SHIELD_BASH &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DEFEND_LEFT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DEFEND_UPPER&amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DEFEND_LOWER &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DEFEND_RIGHT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move1 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move2 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move3 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move4 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move5 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;NEXT_TAB&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PREVIOUS_TAB&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;NEXT_WINDOW&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PREVIOUS_WINDOW&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CHAT&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CHARACTER_WINDOW&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CLIMB&amp;lt;/tt&amp;gt; || [[Climbing]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_FAITHFUL&amp;lt;/tt&amp;gt; || [[Religion]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_LAWFUL&amp;lt;/tt&amp;gt; || Morality&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL1&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL2&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL3&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL4&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL5&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL6&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL7&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL8&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL9&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL10&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_FIGHT_SPAM&amp;lt;/tt&amp;gt; || [[Spam mode]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DRAG&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STOP_DRAGGING&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PUSH&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_CLOCKWISE&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_COUNTERCLOCKWISE&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PULL&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;EXAMINE&amp;lt;/tt&amp;gt; || Item manipulation &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE&amp;lt;/tt&amp;gt; || Item manipulation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TAKE&amp;lt;/tt&amp;gt; || Item manipulation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DROP&amp;lt;/tt&amp;gt; || Item manipulation || This also pours liquids.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;REPAIR&amp;lt;/tt&amp;gt; || Item manipulation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;IMPROVE&amp;lt;/tt&amp;gt; || Item manipulation || Used when 'imping' items. Activate relevant tool, then use this command.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FINISH &amp;lt;/tt&amp;gt; || Item manipulation || Used when finishing 'unfinished' hammers, spindles, minedoors, etc. Activate relevant tool, then use this command.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CONTINUE &amp;lt;/tt&amp;gt; || Item manipulation || Used when attaching additional items to i.e. unfinished bsb's, ships, etc. Activate the needed item, then use this command. Does not work with house walls or fences where the item to be attached isn't activated.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DIG&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DREDGE&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FLATTEN&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PACK&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CULTIVATE&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;SOW&amp;lt;/tt&amp;gt; || [[Farming]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;HARVEST&amp;lt;/tt&amp;gt; || [[Farming]] || Also works for cutting [[grass]], [[reed]], and [[kelp]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FARM&amp;lt;/tt&amp;gt; || [[Farming]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_FORWARD&amp;lt;/tt&amp;gt; || [[Mining]] || Also works for MINE_SURFACE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_UP&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_DOWN&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_SURFACE&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_TUNNEL&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PROSPECT&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PICK_SPROUT&amp;lt;/tt&amp;gt; || [[Forestry]] || This also works for PICK_FLOWERS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PRUNE&amp;lt;/tt&amp;gt; || [[Forestry]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CUT_DOWN&amp;lt;/tt&amp;gt; || [[Woodcutting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CHOP_UP&amp;lt;/tt&amp;gt; || [[Woodcutting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TAME&amp;lt;/tt&amp;gt; || [[Animal taming]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LEAD&amp;lt;/tt&amp;gt; || [[Animals]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STOP_LEADING&amp;lt;/tt&amp;gt; || [[Animals]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FEED&amp;lt;/tt&amp;gt; || [[Animals]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ABSORB&amp;lt;/tt&amp;gt; || [[Mycelium]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BREED&amp;lt;/tt&amp;gt; || [[Animal husbandry]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;GROOM&amp;lt;/tt&amp;gt; || [[Animal husbandry]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE&amp;lt;/tt&amp;gt; || [[Foraging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE&amp;lt;/tt&amp;gt; || [[Botanizing]] || Works for [[Rummaging]] on [[rock]] tiles&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PICK_FLOWERS&amp;lt;/tt&amp;gt; || [[Gardening]] || This also works for PICK_SPROUT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FISH&amp;lt;/tt&amp;gt; || [[Fishing]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TRACK&amp;lt;/tt&amp;gt; || [[Tracking]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;OPEN &amp;lt;/tt&amp;gt; ||[[Container]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CLOSE &amp;lt;/tt&amp;gt; ||[[Container]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STOP_OR_MAIN_MENU &amp;lt;/tt&amp;gt; || Actions&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STOP&amp;lt;/tt&amp;gt; || Actions || Much more effective at stopping certain actions than STOP_OR_MAIN_MENU&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MAIN_MENU &amp;lt;/tt&amp;gt; || Actions&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PRAY &amp;lt;/tt&amp;gt; || [[Praying]] &lt;br /&gt;
&amp;lt;!-- Disabled commands&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_HOUSE_WALL &amp;lt;/tt&amp;gt; || [[House]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_HOUSE_WINDOW &amp;lt;/tt&amp;gt; || [[House]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_HOUSE_DOOR &amp;lt;/tt&amp;gt; || [[House]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_STONE_WALL &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_TALL_STONE_WALL &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_PALISADE &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_FENCE &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_PALISADE_GATE &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_FENCE_GATE &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CONTINUE_BUILDING &amp;lt;/tt&amp;gt; || [[Fence]]s &lt;br /&gt;
|- &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:A note specifically about the in-game wiki.  This command is bound by default to the H key.  If you've managed to unbind it, you can put it back by using the bind command in your console with &amp;quot;toggle wikisearch&amp;quot; as your bound action.  So if you wanted to bind {{key|H}} to the wiki search, you would open your console and type in exactly as below:&lt;br /&gt;
 bind h &amp;quot;toggle wikisearch&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Key names ===&lt;br /&gt;
In case you want to bind more keys than the regular keys&lt;br /&gt;
&amp;lt;table width=50%&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=top&amp;gt;&amp;lt;td width=50%&amp;gt;&lt;br /&gt;
{| cellpadding=2 cellspacing=3 class=sortable&lt;br /&gt;
!&amp;lt;key&amp;gt; Name !!standard !!german keyboard&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;slash&amp;lt;/tt&amp;gt; || / || #&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;apostrophe&amp;lt;/tt&amp;gt; || ' || ä&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;period&amp;lt;/tt&amp;gt; || . || .&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;semicolon&amp;lt;/tt&amp;gt; || ; || ü&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;equals&amp;lt;/tt&amp;gt; || = || *&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;comma&amp;lt;/tt&amp;gt; || , || ,&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;minus&amp;lt;/tt&amp;gt; || - || -&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;plus&amp;lt;/tt&amp;gt; || + || ; (or numpad +)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;grave&amp;lt;/tt&amp;gt; || ` || ö&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;RBRACKET&amp;lt;/tt&amp;gt; || ] || ´&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LBRACKET&amp;lt;/tt&amp;gt; || [ || ß&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;backslash&amp;lt;/tt&amp;gt; || \ || ^&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;decimal&amp;lt;/tt&amp;gt; || (numpad) , || (numpad) ,&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;divide&amp;lt;/tt&amp;gt; || (numpad) / || (numpad) /&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;multiply&amp;lt;/tt&amp;gt; || (numpad) * || (numpad) *&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;mouse2&amp;lt;/tt&amp;gt; || ||&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;at&amp;lt;/tt&amp;gt; || @ ||&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;colon&amp;lt;/tt&amp;gt; || : || &lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;circumflex&amp;lt;/tt&amp;gt; || ^ ||  &lt;br /&gt;
|- &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
For examples of how key bindings can help you, see [[quickswitch hotkeys]] and this [http://forum.wurmonline.com/index.php?/topic/76025-darays-keyboard-guide/ forum thread].&lt;br /&gt;
&lt;br /&gt;
== Additional autorun.txt uses ==&lt;br /&gt;
&lt;br /&gt;
''autorun.txt'' can be used in several other useful ways.&lt;br /&gt;
&lt;br /&gt;
The following opens windows when the client loads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
toggle skills&lt;br /&gt;
toggle inventory&lt;br /&gt;
toggle stats&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This stops kingdom chat from loading when the game starts, but sometimes someone gets in a message before it takes effect. Placing it at the top of the file may help.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
say /kchat&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You could add this to know how much sleep bonus you have when you log in. This works best at the bottom of the file.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
say /sleep&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You could add this to know how long the server has been up. This works best at the bottom of the file.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
say /uptime&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Defaults ==&lt;br /&gt;
If you want to reset your key bindings to their default state simply delete the keybindings file. A new one will be created with the default values.&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical Details]]&lt;br /&gt;
[[Category:Babel/C]]&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Talk:Planned_features&amp;diff=73868</id>
		<title>Talk:Planned features</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Talk:Planned_features&amp;diff=73868"/>
		<updated>2012-07-14T12:41:16Z</updated>

		<summary type="html">&lt;p&gt;Daray: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Could we add citations to all of the features on this list? :) -Docterchese&lt;br /&gt;
&lt;br /&gt;
I was thinking more like a Poll on the forum, have everyone pick their top 5 ideas or something like that :) Citations could be done by just searching the forum (i would be willing to start from the top or bottom if someone else starts at the other end)..Also, how may I go about adding to this list.--[[User:ChrisNYC|ChrisNYC]] 19:35, 22 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
I removed the features that has obviously been implemented. Many of them were implemented in the 3.1 update. Also I added the citations I could find from the dev blog and mail announcements. Can somebody confirm whether the epic mission-feature has been implemented?&lt;br /&gt;
&amp;lt;br/&amp;gt;--[[User:Daray|Daray]] 13:35, 14 July 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Category:Freedom_settlements&amp;diff=73864</id>
		<title>Category:Freedom settlements</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Category:Freedom_settlements&amp;diff=73864"/>
		<updated>2012-07-13T23:54:59Z</updated>

		<summary type="html">&lt;p&gt;Daray: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] :: [[:Category:Settlements|Settlements]] :: [[:Category:Freedom settlements|Freedom settlements]]&lt;br /&gt;
&lt;br /&gt;
Category for settlements on the [[Freedom Isles]].&lt;br /&gt;
&lt;br /&gt;
To add a settlement to the category, put &amp;lt;nowiki&amp;gt; {{s-freedom}} &amp;lt;/nowiki&amp;gt; in the settlement's Wiki page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Settlements]][[Category:Babel/F]]&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Template:S-freedom&amp;diff=73863</id>
		<title>Template:S-freedom</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Template:S-freedom&amp;diff=73863"/>
		<updated>2012-07-13T23:52:50Z</updated>

		<summary type="html">&lt;p&gt;Daray: Changed to Freedom Isles, as there are more than one Freedom server now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div {{boxstyle|width=600px|bgcolor=#EE8|bordercolor=#000|align=center}} &amp;gt;&lt;br /&gt;
[[Image:Smallfreedom.png|left]]&lt;br /&gt;
'''[[:Category:Freedom settlements|Freedom settlement]]'''&lt;br /&gt;
&lt;br /&gt;
This is a settlement on the [[Freedom Isles]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Freedom settlements]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;See [[:Category:Freedom settlements]] for a list of settlements using this template. [[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Tap_Dance&amp;diff=73862</id>
		<title>Settlement:Tap Dance</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Tap_Dance&amp;diff=73862"/>
		<updated>2012-07-13T23:46:24Z</updated>

		<summary type="html">&lt;p&gt;Daray: Created a stub for Tap Dance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{s-freedom}}&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name=Tap Dance&lt;br /&gt;
|type=village&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Tap Dance''' is the starter [[town]] for the [[Freedom Isles|Celebration]] server. It is located at coordinates 33x 26y on the [http://noizeviolation.com/wurm/celeb.png Community Map].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/T]]&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Wurmpedia:Current_events&amp;diff=73861</id>
		<title>Wurmpedia:Current events</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Wurmpedia:Current_events&amp;diff=73861"/>
		<updated>2012-07-13T23:24:59Z</updated>

		<summary type="html">&lt;p&gt;Daray: Added entry on Celebration&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;[[Image:Wurmbanner2.jpg]]&amp;lt;/center&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[Image:Current events icon.png|35px]] &amp;lt;span style=&amp;quot;text-shadow: #000000 10px -5px 1px;&amp;quot;&amp;gt;Current Events in Wurm Online&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Feel free to add an event/news story but please keep everything tidy.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A Fourth Freedom Server has been launched - Celebration ====&lt;br /&gt;
&lt;br /&gt;
From Rolf (mail): &amp;quot;All this means that it's time for Celebration, so we're opening a new Freedom server with that name tomorrow! Isn't that great?&lt;br /&gt;
&lt;br /&gt;
The new server will be located on the south border of Exodus. The opening is scheduled at 15.00 hrs CET on the 31st of May and hopefully everything goes as smooth as I expect. Wish me luck!&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;--[[User:Daray|Daray]] 00:20, 14 July 2012 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A Third Freedom Server has been launched - Exodus ====&lt;br /&gt;
&lt;br /&gt;
From Rolf (blog): &amp;quot;The Deliverance server is still being settled, and I’ve decide to release even more land south of it. The Exodus server will be made available tomorrow at 18.00 CET (September 15, 2011).&lt;br /&gt;
&lt;br /&gt;
The idea is that it will cater for those who felt they missed out on the soft spots of Deliverance. I think Exodus is a beautiful server personally, but I may be shooting off the target with it because it’s so infested with creatures that I fear people will die. Instead of successfully settling the land, they will respawn at the start village without their tools and weapons, surrounded by equally fragile newbies.&lt;br /&gt;
&lt;br /&gt;
If you decide to go there, do not blame me for leading you on! I have tried to warn you. You will need to survive long enough to settle down. Then again, backing up into the water or onto the boat should suffice in most situations I guess.&lt;br /&gt;
&lt;br /&gt;
What you who start as newbies somewhere in the center area will do I don’t know. I think you will have to slowly wear down the wall of critters with your own wall of meat and maybe build some towers to help clear the way.&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;--[[User:Mirabelle|Mirabelle]] 11:42, 23 September 2011 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A Second Freedom Server has been launched - Deliverance ====&lt;br /&gt;
&lt;br /&gt;
Due to congestion and the relative difficulty of finding virgin lands on the current Independence server, we’ve decided that it is time to release a new Freedom server. We shall call it Deliverance and it will be the new default server for newbies.&lt;br /&gt;
This historical land rush event – the first in several years – is scheduled Tuesday at 18.00 hrs CET (the 6th of Sept). The new lands will be located south of the existing Independence server and you will be able to sail there. The only portal that leads to it will be from the tutorial server. Due to technical difficulties the launch was postponed for 1 day.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;--[[User:Mirabelle|Mirabelle]] 01:07, 14 September 2011 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 50/50 ratio for aggressive and non-aggressive animals ====&lt;br /&gt;
&lt;br /&gt;
To help remedy the controversy between Wurmian hunters and breeders, the creature spawning/breeding now has two pools where 50% is reserved for aggressive animals and 50% for non-aggressive. This should even out over time. When a cap is reached you will not be able to breed more animals, but already pregnant animals will still give birth. See [[Wurm Server Release History#110426 Long awaited client and server update|here for a more details]]. &amp;lt;br&amp;gt;&amp;lt;small&amp;gt;--[[User:Mirabelle|Mirabelle]] 08:24, 29 April 2011 (UTC)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Goodbye Home Servers ====&lt;br /&gt;
&lt;br /&gt;
A melancholy day in Wurm Online as the much loved home servers are removed for good. Such is the price of progress however, as the new Freedom server has been booming in player activity, reaching a peak player count of over two-hundred. Characters on Jenn-Kellon and Mol-Rehan home who have had premium in the past but who didn't migrate have now been moved to the wild server, and the others who have never been premium were deleted. In unrelated news, the artifacts on the wild server have been reset and the race is on once again to find them. &amp;lt;br&amp;gt;&amp;lt;small&amp;gt;[[User:Robert|Jup]] 04:19, 16 July 2009 (CDT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Freedom Server ====&lt;br /&gt;
&lt;br /&gt;
New lands exist to be explored! The [[Freedom]] server has no player versus player combat, no resource [[QL]] cap, and is [[premium]] only. You can find this exciting new server by sailing south of the home servers or taking a [[Item:Freedom_stones|freedom stone]]. The home servers will both be shutting down in a few weeks, cutting Freedom off from [[Wild]]. Other changes include new player models for Freedom, new ground textures, and much more!&amp;lt;br&amp;gt;&lt;br /&gt;
--&amp;lt;small&amp;gt;[[User:Thorgot|thorgot]] 10:17, 23 June 2009 (CDT)&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Mounts and Sounds ====&lt;br /&gt;
&lt;br /&gt;
Wurm has now the ability to ride animals and to let them drag [[Large_cart|large carts]].&lt;br /&gt;
For a list of rideable animals and useful tips look at the [[Mounts|the mount page]].&amp;lt;br&amp;gt;&lt;br /&gt;
Also there are now realistic ambient sounds.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;--[[user:Mirjam|Mirjam]] 13:14, 25 April 2009&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== New Sandbox/Tutorial Server ====&lt;br /&gt;
&lt;br /&gt;
A new server has been launched to help players new to Wurm become more easily acquainted with the Game. Also Jenn-Kellon home is no longer free-to-play.&amp;lt;br/&amp;gt;&lt;br /&gt;
See [[Wurm Server Release History#090114|here for a more detailed list]] of the changes.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;--http://img86.imageshack.us/img86/8964/duckieta2.gif[[User:Lainiwakura|Lain Iwakura]] 12:34, 15 January 2009 (CST)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Mol-Rehan Home ====&lt;br /&gt;
&lt;br /&gt;
There is now a second home server, this one is for the kingdom of Mol-Rehan and is premium only. It is located to the west of the wild server and is a completely new land mass.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Mollsmolyneux|Mollsmolyneux]] 14:26, 21 July 2008 (CDT)&amp;lt;/small&amp;gt;&lt;br /&gt;
==== Boats and Ships ====&lt;br /&gt;
&lt;br /&gt;
Boats and ships can now be made on the main servers. They require a lot of parts to be made though, so you will need more than one person working on one to complete it!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;--[[Player:Godly|Godly]] 15:50, 28 June 2008 (GMT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Test Server - Boats ====&lt;br /&gt;
&lt;br /&gt;
Boats are currently in pubilc testing on the [[test server]], so to help Rolf finish the code and get them implemented into the main servers test them and post bugs in the City Hall topic on boats. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Mollsmolyneux|Mollsmolyneux]] 17:51, 19 April 2008 (CDT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Forums back up ====&lt;br /&gt;
&lt;br /&gt;
The Wurm Online forums are back up, unfortunately they were wiped, so re-register and get posting. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Mollsmolyneux|Mollsmolyneux]] 14:05, 2 March 2008 (GMT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Web server hacked ====&lt;br /&gt;
&lt;br /&gt;
The Wurm Online web server has been hacked, it is strongly encouraged you change your password using the in-game /password command.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Ancient|Ancient/Graham Edgecombe]] 12:50, 27 February 2008 (CST)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Mol-Rehan on wild! ====&lt;br /&gt;
&lt;br /&gt;
A new kingdom is being introduced to the wild server, the long awaited Mol-Rehan. It will be enemies with Jenn-Kellon and Horde of the Summoned. Free converts and teleports to the MR starting place from Sunday 3rd February 2008 to Wednesday 6th February 2008!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Godly|Godly]] 13:50, 2 February 2008 (GMT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Christmas in Wurm, AGAIN! ====&lt;br /&gt;
&lt;br /&gt;
Go to Newtown or the Landing, and look for Santa! You can find him by following the cloud of colored smoke that shoots up into the air. You can see it from anywhere on the servers. You can visit him between the 24th and the 26th, in Swedish time. If you're hungry, don't forget to look into his bag of julbord!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Lordtemplar|Lordtemplar]] 19:30, 24 December 2007 (CST)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Wurm is back! ====&lt;br /&gt;
&lt;br /&gt;
Wurm is back from the dead, be sure to get your reimbursements!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Sppt|Sppt]] 07:09, 12 May 2007 (CDT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Wurm will be back soon! ====&lt;br /&gt;
&lt;br /&gt;
Wurm will be back on the 5th of May at 12:00pm, CET!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Ancient|Ancient/Graham Edgecombe]] 10:14, 27 April 2007 (CDT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Wurmaggeddon has begun! ====&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;quot;The world collapsed with two fire metors fell to the ground...A new world began to take birth one tile at a time.&amp;quot; Unfortunatley, a horrid server explosion made Wurm have a Map Reset.  Although EVERYONE is waiting for a new map and a fresh start.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;--[[User:Mojo|Mojo]] 10:04, 27 April 2007 (CDT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Animation! ====&lt;br /&gt;
With the [[Wurm_Client_Release_History#2.2.0|latest client]] and pack updates, Wurm now finally has a long [[Planned features|wished-for]] feature. Congratulations to Mojang on a [http://youtube.com/watch?v=usgMQdPv8FY huge leap forward] for Wurm. {{smiley}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;small&amp;gt;--http://img86.imageshack.us/img86/8964/duckieta2.gif[[User:Lainiwakura|Lain Iwakura]] 10:48, 22 February 2007 (CST)&amp;lt;/small&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Christmas time in the World of Wurm ====&lt;br /&gt;
&lt;br /&gt;
Make sure to visit Santa Claus between the 24th-26th [http://www.timeanddate.com/worldclock/city.html?n=239 Swedish time] if you are a premium player! Santa will be handing out a special gift. {{smiley}} &lt;br /&gt;
&amp;lt;small&amp;gt;--http://img86.imageshack.us/img86/8964/duckieta2.gif[[User:Lainiwakura|Lain Iwakura]] 07:03, 21 December 2006 (CST)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Player Petition Successful ====&lt;br /&gt;
&lt;br /&gt;
A [http://www.wurmonline.com/forum/viewtopic.php?t=5534 petition started] by a group of players unhappy with the brightness of the grass in the game was succesful.&amp;lt;br/&amp;gt; This shows that the developers of Wurm do listen to the community. Yay for [http://i14.photobucket.com/albums/a344/Mortimar/new-grass.jpg grass that doesn't look radioactive!]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- This news post was sponsored by Squeezy String Cheese, the yummylicious cheese for the whole family! :P --&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;--http://img157.imageshack.us/img157/1144/duckie0fq.gif[[User:Lainiwakura|Lain Iwakura]] 09:17, 7 August 2006 (CDT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== BoK and &amp;quot;Ageless&amp;quot; Title Given Out ====&lt;br /&gt;
&lt;br /&gt;
The BoK and &amp;quot;Ageless&amp;quot; title have been given out. There's no chance to get one now (for the moment at least).&lt;br /&gt;
&lt;br /&gt;
--[[User:Ancient|Ancient]] 09:54, 15 June 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==== Main Page Re-design ====&lt;br /&gt;
&lt;br /&gt;
I've re-designed the [[Main Page]]. I've worked on it for a while and I think it's a great, clean change to the old, slightly messed up one.&lt;br /&gt;
&lt;br /&gt;
I nearly did the whole thing in HTML, if anyone wants to they can convert it to wiki code.&lt;br /&gt;
&lt;br /&gt;
If anyone adds a link then please keep it tidy.&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
--[[User:Ancient|Ancient]] 13:54, 13 June 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==== 13th of June 2006 ====&lt;br /&gt;
&lt;br /&gt;
Everyone who wants to receive a [[bag of keeping]] and &amp;quot;Beta Tester&amp;quot; title should get a paying account by this time. They will be given out and after this date nobody else will be able to get the title and get a [[bag of keeping]] easily.&lt;br /&gt;
&lt;br /&gt;
--[[User:Ancient|Ancient]] 14:38, 6 June 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
==== Gone Gold! ====&lt;br /&gt;
&lt;br /&gt;
The game has gone gold! Congratulations to all the developers, gms and people who helped them! You can register an account at [http://register.wurmonline.com register.wurmonline.com] and buy a premium account/coins at [http://store.wurmonline.com store.wurmonline.com]. After a skillgain bug with free players everything is now working fine!&lt;br /&gt;
&lt;br /&gt;
--[[User:Ancient|Ancient]] 14:24, 6 June 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
--[[User:Sppt|Sppt]] 09:13, 12 June 2006 (CDT) Fixed the dates&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/C]]&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=User:Daray&amp;diff=73860</id>
		<title>User:Daray</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=User:Daray&amp;diff=73860"/>
		<updated>2012-07-13T23:16:45Z</updated>

		<summary type="html">&lt;p&gt;Daray: Created page with &amp;quot;{{Player |name=Daray |server=Celebration |kingdom=Freedom |settlement=New Jutland Plains |alts=Aros, Moric}}  == About ==  I started playing Wurm in May 2012, where I joined t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Player&lt;br /&gt;
|name=Daray&lt;br /&gt;
|server=Celebration&lt;br /&gt;
|kingdom=Freedom&lt;br /&gt;
|settlement=New Jutland Plains&lt;br /&gt;
|alts=Aros, Moric}}&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
I started playing Wurm in May 2012, where I joined the Arcanum village on Exodus. &lt;br /&gt;
&lt;br /&gt;
Since then, I have made my own deed, New Jutland Plains, on Celebration together with my brother, [[User:Stenen|Stenen]].&lt;br /&gt;
&lt;br /&gt;
== Alts ==&lt;br /&gt;
&lt;br /&gt;
* Aros: Vynora priest.&lt;br /&gt;
* Moric: Non-premium alt for mining and digging.&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Template:Player&amp;diff=73859</id>
		<title>Template:Player</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Template:Player&amp;diff=73859"/>
		<updated>2012-07-13T23:06:05Z</updated>

		<summary type="html">&lt;p&gt;Daray: Added Celebration as a valid server&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{| style=&amp;quot;float:right; margin:1em; width:150px;&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;5&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#FFE4C4;&amp;quot; | Player&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''{{{name}}}'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFE4C4;&amp;quot; | Kingdom&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''{{#switch: {{{kingdom}}}&lt;br /&gt;
|jk&lt;br /&gt;
|jenn-kellon&lt;br /&gt;
|Jenn-Kellon = [[Jenn-Kellon]]&lt;br /&gt;
|mr&lt;br /&gt;
|mol-rehan&lt;br /&gt;
|Mol-Rehan = [[Mol-Rehan]]&lt;br /&gt;
|hots&lt;br /&gt;
|HoTS&lt;br /&gt;
|horde of the summoned&lt;br /&gt;
|Horde of The Summoned = [[Horde of The Summoned]]&lt;br /&gt;
|freedom&lt;br /&gt;
|Freedom = [[Freedom]]&lt;br /&gt;
|#default = {{{kingdom}}}&lt;br /&gt;
}}'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFE4C4;&amp;quot; | Server&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | '''{{#switch: {{{server}}}&lt;br /&gt;
|Wild&lt;br /&gt;
|wild = [[Wild]]&lt;br /&gt;
|Independence&lt;br /&gt;
|independence = [[Freedom|Independence]]&lt;br /&gt;
|Deliverance&lt;br /&gt;
|deliverance = [[Freedom|Deliverance]]&lt;br /&gt;
|Exodus&lt;br /&gt;
|exodus = [[Freedom|Exodus]]&lt;br /&gt;
|Celebration&lt;br /&gt;
|celebration = [[Freedom|Celebration]]&lt;br /&gt;
|gv&lt;br /&gt;
|Golden Valley&lt;br /&gt;
|golden valley = [[Golden Valley]]&lt;br /&gt;
|elevation&lt;br /&gt;
|Elevation = [[Epic|Elevation]]&lt;br /&gt;
|serenity&lt;br /&gt;
|Serenity = [[Epic|Serenity]]&lt;br /&gt;
|affliction&lt;br /&gt;
|Affliction = [[Epic|Affliction]]&lt;br /&gt;
|desertion&lt;br /&gt;
|Desertion = [[Epic|Desertion]]&lt;br /&gt;
|#default = ''Unknown''&lt;br /&gt;
}}'''&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFE4C4;&amp;quot; | Settlement&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; | {{{settlement|''None/unknown''}}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFE4C4;&amp;quot; | Alts&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{{alts|''None''}}}&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Players]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Player&lt;br /&gt;
|name=Misterangry&lt;br /&gt;
|kingdom=freedom&lt;br /&gt;
|server=independence&lt;br /&gt;
|settlement=[[Volcano Forest]]&lt;br /&gt;
|alts=*Ctrlaltdelete&lt;br /&gt;
*Yoplitein&lt;br /&gt;
}}&lt;br /&gt;
Adds a little box with basic info to your player page.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Player&lt;br /&gt;
|name=Misterangry&lt;br /&gt;
|kingdom=freedom&lt;br /&gt;
|server=independence&lt;br /&gt;
|settlement=[[Volcano Forest]]&lt;br /&gt;
|alts=*Ctrlaltdelete&lt;br /&gt;
*Yoplitein&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copypasta:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Player&lt;br /&gt;
|name=&lt;br /&gt;
|kingdom=&lt;br /&gt;
|server=&lt;br /&gt;
|settlement=&lt;br /&gt;
|alts=&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Valid values==&lt;br /&gt;
&lt;br /&gt;
If the respective value does not contain text in this list, it will show up as &amp;quot;''Unknown'',&amp;quot; except kingdoms. If it isn't in this list it'll show up exactly as typed. This is for support of player-made kingdoms.&lt;br /&gt;
&lt;br /&gt;
===Kingdom===&lt;br /&gt;
&lt;br /&gt;
'''Jenn-Kellon'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
jk&lt;br /&gt;
jenn-kellon&lt;br /&gt;
Jenn-Kellon&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Mol-Rehan'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mr&lt;br /&gt;
mol-rehan&lt;br /&gt;
Mol-Rehan&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''HoTS'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
hots&lt;br /&gt;
HoTS&lt;br /&gt;
horde of the summoned&lt;br /&gt;
Horde of The Summoned&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Freedom'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
freedom&lt;br /&gt;
Freedom&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Server===&lt;br /&gt;
&lt;br /&gt;
'''Wild'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wild&lt;br /&gt;
Wild&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Freedom Isles'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
independence&lt;br /&gt;
Independence&lt;br /&gt;
deliverance&lt;br /&gt;
Deliverance&lt;br /&gt;
exodus&lt;br /&gt;
Exodus&lt;br /&gt;
celebration&lt;br /&gt;
Celebration&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Epic'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
elevation&lt;br /&gt;
Elevation&lt;br /&gt;
serenity&lt;br /&gt;
Serenity&lt;br /&gt;
affliction&lt;br /&gt;
Affliction&lt;br /&gt;
desertion&lt;br /&gt;
Desertion&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Golden Valley'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gv&lt;br /&gt;
golden valley&lt;br /&gt;
Golden Valley&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Talk:Animals&amp;diff=73858</id>
		<title>Talk:Animals</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Talk:Animals&amp;diff=73858"/>
		<updated>2012-07-13T22:44:33Z</updated>

		<summary type="html">&lt;p&gt;Daray: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Work in progress. - Lain&lt;br /&gt;
&lt;br /&gt;
please dont edit my work unless you know what your talking about.you dont get a club from a troll when butchering it drops a 45ql club when it dies.doctorchaos.&lt;br /&gt;
&lt;br /&gt;
can someone also include the fs that one can start to kill these creatures at safely [[User:Stika 1|Stika 1]] 20:31, 14 May 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
Agreed. This page could have another few columns showing what fs is needed, and what types of armor/weapons increase your odds against the beast. I don't have the knowledge of this information.  --[[User:Silverhammers|Silverhammers]] 01:46, 14 March 2009 (CDT)&lt;br /&gt;
&lt;br /&gt;
: That's a rather complicated equation, and the table is already quite crowded. Seems better to leave it for the dedicated animal pages. - [[User:Dashiva|Dashiva]] 05:01, 14 March 2009 (CDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can someone please explain the yellow-ish cells? I'm guessing they mean &amp;quot;under certain circumstances&amp;quot; such as the horse can swim if led... and so on. Also, I'd like to see a row added 1/2 way through the list to repeat the headers. On my PC at home I'm able to fit the entire list on the screen, however my mobile phone &amp;amp; laptop cut off about 2/3 down and I have to scroll up to check each column header. --[[User:Marni|purp]] 10:08, 15 May 2009 (CDT)&lt;br /&gt;
: Well, I think yellow-ish cells most certainly refer to the information in the &amp;quot;Special&amp;quot; column. As for the horse, I would think you're right, that was my first thought, too. --[[User:Ulviirala|Ulviirala]] 10:28, 15 May 2009 (CDT)&lt;br /&gt;
&lt;br /&gt;
Is there a reason for the extra title column in the middle or the table? - KyleBooze&lt;br /&gt;
: Hi Kyle, if you read my talk above you will see why this has been added. It's quite helpful for people who don't have really big screen resolutions. It's good web-etiquette to repeat headers when tables are too large to fit on a 1024x768 screen. --[[User:Marni|purp]] 04:09, 16 May 2009 (CDT)&lt;br /&gt;
&lt;br /&gt;
added FS to the table based on wiki articles of animals... but seems to be horribly inaccurate. NEEDS TESTING. Also, I'm not familiar with wiki formatting but the sorting needs to be tweaked a bit (i.e. doesn't sort names right). -Kinoftheflames&lt;br /&gt;
&lt;br /&gt;
I suggest we move this page content to the page &amp;quot;Creatures&amp;quot; since animals, humans/wurmians, and monsters fall under this category, while the term &amp;quot;Animals&amp;quot; doesn't exactly cover humans/wurmians or monsters but they are still on this page anyway. -Kinoftheflames&lt;br /&gt;
: I agree with this, the page should be named Creatures, Animals should direct here. The index is fine, but trolls, goblins and similar humanoid fiends are not really animals. -- [[User:Anseth|Anseth]] 23:44, 9 September 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
The table doesn't reorder the FS correctly.  To fix, 1 should be 01 and 5 should be 05.  Not pretty, but it works. -- [[User:Kanif|Kanif]] 13:48, 14 November 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
Slowly adding Weights of corpses to list - Helps Lib Priest for choosing Zombie corpses. --[[User:Axeblade|Axeblade]] 14:24, 6 December 2011 (UTC)&lt;br /&gt;
:Most of the weights are on the [[corpse]] page. --[[User:Thorgot|thorgot]] 18:29, 6 December 2011 (UTC)&lt;br /&gt;
::Thank you will add them in as its a easy refrenace then - din`t even know about corpses weight.&lt;br /&gt;
::: Added them but I see [[corpse]] list is incomplete. --[[User:Axeblade|Axeblade]] 06:36, 7 December 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
I formatted the code for the table to make it easier to edit (hopefully). If anybody has objection to the vertical alignment of the code I can remove it again. --[[User:Daray|Daray]] 23:43, 14 July 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Animals&amp;diff=73857</id>
		<title>Animals</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Animals&amp;diff=73857"/>
		<updated>2012-07-13T22:33:07Z</updated>

		<summary type="html">&lt;p&gt;Daray: Formatted the code for the table, hopefully making it easier to edit in the future.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
[[Wurm]] is full of '''animals'''/'''creatures'''/'''monsters'''--some harmless and others quite dangerous.&lt;br /&gt;
&lt;br /&gt;
== Spawning and behavior ==&lt;br /&gt;
* There are basically two types of creatures in Wurm: normal animals which can be [[Animal taming|tamed]] (and are usually based on real-world domesticated animals) and monsters which cannot be tamed (and are sometimes also known in the real world) but can often be [[dominate]]d. &lt;br /&gt;
* Most creatures [[spawn]] in [[lair]]s. Some can also be [[animal husbandry|bred]] by players.&lt;br /&gt;
* Most creatures like to avoid civilized areas and will have a reduced spawn rate near such areas.&lt;br /&gt;
* Animals are attracted to food sources. Creatures such as [[huge spider]]s may come to piles of [[meat]], while unicorns may come to piles of [[seed]].&lt;br /&gt;
* Some animals have various [[animal conditions|conditions]] that affect their strengths and weaknesses.&lt;br /&gt;
* Bred animals can have traits that normally spawned animals do not have.&lt;br /&gt;
* Most animals have [[age]]s of young, adolescent, mature, aged, old, or venerable.&lt;br /&gt;
* Animal can be normally fed, fat, or [[starving]]. Starving animals will not give any meat when [[butcher]]ed, and they can die of starvation.&lt;br /&gt;
&lt;br /&gt;
== Table ==&lt;br /&gt;
: ''[[Fighting skill]] (FS) ranking estimated; proceed with caution. The amount of skill required to kill an animal will also vary greatly depending on the [[player]]'s [[equip]]ped [[weapon]]s and their [[quality level]]s.''&lt;br /&gt;
{| border=1 class=sortable&lt;br /&gt;
! Animal Name !! [[fight skill|FS]]   !! Hostile      !! [[Taming|Tamable]] !! [[Animal husbandry|Groomable]]&lt;br /&gt;
! Can Swim    !! Unique               !! [[Meat]], kg !! [[Paw]]            !! [[Fur]]&lt;br /&gt;
! [[Tooth]]   !! [[Animal hide|Hide]] !! [[Eye]]      !! [[Bladder]]        !! [[Pelt]]&lt;br /&gt;
! [[Tail]]    !! [[Hoof]]             !! [[Fat]]      !! [[Gland]]          !! Special&lt;br /&gt;
! [[Weight]]*&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Anaconda]]                     || 40-50                      || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 1.50       ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || -&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Avatars|Avenger of the light]] || ???                        || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 1.20       ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || Avatar of ''&amp;quot;[[Gods|Deity]]&amp;quot;''&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Bison]]                        || ???                        ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || -Butchering products unknown&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Black bear]]                   || 25                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || -&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Wolf | Black wolf]]            || 15                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 0.90       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || -&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Brown bear]]                   || 20                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || -&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Bull]]                         || 05                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || -&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Calf]]                         || 01                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; ||                                       ||                            || Grows up into a [[cow]] (she) or [[bull]] (he)&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Cave bug]]                     || 10                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 0.30       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || [[Cochineal]]&lt;br /&gt;
| 19.28&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Chicken]]                      || 01                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Grows up into a [[hen]] (she) or [[rooster]] (he)&lt;br /&gt;
| 15.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Cow]]                          || 01                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 1.20       ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || -&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Crocodile]]                    || 30-35                      || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || -&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Deer]]                         || 01                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 1.20       ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || Must be tamed to lead&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Dog]]                          || 05                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            ||                                       ||                            || Must be tamed to lead&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Dragon | Red dragon]]          || ???                        || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || [[Titles#Special_titles|Title]] 'Dragonslayer'. [[Dragon scale]]&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Dragon | Dragon hatchlings]]   || ???                        || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Title 'Dragonslayer'. [[drake hide]]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Foal]]                         || 01                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 0.90       ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || Grows up into a [[horse]]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Forest giant]]                 || ???                        || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Title 'Giantslayer'. 65ql [[huge shod club]]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Goblin]]                       || 10                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Loots weapon&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Goblin leader]]                || ???                        || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Title 'Fearless'. Group leader, loots weapons. 45ql [[short sword]], 45ql [[iron shield]]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Hen]]                          || 01                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Chickens follow hens, hens follow roosters&lt;br /&gt;
| 0.36*&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Horse]]                        || 05                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 1.20       ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || -&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Hell horse]]                   || 40                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;/Can be Led || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Can be Bred&lt;br /&gt;
| 50.00?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Hell hound]]                   || 40                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Hell scorpious]]               || 40                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Huge spider]]                  || 25-30                      || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 0.90       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || -&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Kyklops]]                      || ???                        || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Title 'Giantslayer'. 65ql huge club&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Large rat]]                    || 01                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 0.30       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || -&lt;br /&gt;
| 7.14&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Lava fiend]]                   || 40-45                      || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || On fire. [[Charcoal]], [[flint]], [[heart]]&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Lava spider]]                  || 30                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || On fire. Charcoal&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Mountain gorilla]]             || 40                         || bgcolor=&amp;quot;#CCCC00&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Hostile to [[Horde of the Summoned]], spawns in [[Jenn-Kellon]] and [[Mol-Rehan]]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Mountain lion]]                || 10                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            ||                                       ||                            || -&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Pheasant]]                     || 01                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || ?&lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || -&lt;br /&gt;
| 15.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Pig]]                          || 01                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || -&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Rabid hyena]]                  || 50-60                      || bgcolor=&amp;quot;#CCCC00&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Hostile to [[Jenn-Kellon]] and [[Mol-Rehan]], spawns in [[Horde of the Summoned]]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Rooster]]                      || 01                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Followed by hens&lt;br /&gt;
| 15.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Scorpion]]                     || 30                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || [[Cochineal]]&lt;br /&gt;
| 50.00&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Shark]]                        || 90+                        || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 1.50       ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 2          ||                            || &lt;br /&gt;
|                                  ||                            ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || Only found in the ocean&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Tower guard]]                  || 35-40                      || bgcolor=&amp;quot;#CCCC00&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Hostile to the opposing [[kingdom]], only gives meat to [[blacklighter]]s&lt;br /&gt;
| ? / +- 90&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Troll]]                        || 60-70                      || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; 1.20       ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || 45ql huge shod club&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Troll king]]                   || ???                        || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || Group leader. 65ql huge club&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Unicorn]]                      || 25                         ||                                       || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; ||                                       ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || [[Twisted unicorn horn]]. Must be tamed to lead&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Wild boar]]                    || 50-60                      || bgcolor=&amp;quot;#CCCC00&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
| bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;       ||                            ||                                       ||                            || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || Hostile to [[Horde of the Summoned]], spawns in [[Jenn-Kellon]] and [[Mol-Rehan]]&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Wild cat]]                     || 05                         || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf; || &lt;br /&gt;
|                                  ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;            ||                            || &lt;br /&gt;
|                                  ||                            ||                                       ||                            || bgcolor=&amp;quot;#CC0000&amp;quot;|&amp;amp;#x25cf;&lt;br /&gt;
|                                  ||                            ||                                       ||                            || -&lt;br /&gt;
| 7.14&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(*) Weights requires update or confirmation as of undocumented January 2012 update, all corpses except human ones max is now 50.00kg.&lt;br /&gt;
&lt;br /&gt;
==[[Image:Information_icon.png|15px]] Notes ==&lt;br /&gt;
* Creatures can be [[examine]]d to determine their [[wound]]s, if any (look at their [[Inventory#Body|equipment]] to see the body with wounds).&lt;br /&gt;
* Some rare creatures will drop unique items when killed, some of which are highly valuable.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Animal conditions]]&lt;br /&gt;
* [[:Category:Bestiary|Bestiary]]&lt;br /&gt;
* [[Butchering]]&lt;br /&gt;
* [[Dominate]]&lt;br /&gt;
* [[Fighting]]&lt;br /&gt;
* [[Lair]]&lt;br /&gt;
* [[Taming]]&lt;br /&gt;
* [[Pet]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [[Wikipedia:Mob (computer gaming)|Wikipedia: Mobs]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/A]]&lt;br /&gt;
[[Category:Bestiary| ]]&lt;/div&gt;</summary>
		<author><name>Daray</name></author>
		
	</entry>
</feed>