<?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=Object</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=Object"/>
	<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php/Special:Contributions/Object"/>
	<updated>2026-06-04T05:29:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Key_bindings&amp;diff=85725</id>
		<title>Key bindings</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Key_bindings&amp;diff=85725"/>
		<updated>2014-04-15T20:47:46Z</updated>

		<summary type="html">&lt;p&gt;Object: &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;&amp;quot;TOGGLE MOUSELOOK&amp;quot;&amp;lt;/tt&amp;gt; || Camera || (requires the &amp;quot;&amp;quot; to work)&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;FIRSTAID &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&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 INVENTORY&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;EQUIP&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;EQUIP_LEFT&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;EQUIP_RIGHT&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;UNEQUIP&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_MAP&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CRAFTING&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ADD_TO_CRAFTING_WINDOW&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CRAFTING_RECIPES&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;SELL&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;Lock&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;UNLOCK&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PLAN_BUILDING&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FINALIZE_BUILDING&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUTCHER&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PREACH&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LISTEN&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LINK&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TREAT&amp;lt;/tt&amp;gt; || [[Interaction]]&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;COMBINE&amp;lt;/tt&amp;gt; || Item manipulation&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, house floors 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;FLATTEN_BORDER&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LEVEL&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;BURY&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;ANALYSE&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]] || also works for [[Rummaging]] on [[rock]] tiles&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE_VEG&amp;lt;/tt&amp;gt; || [[Foraging]] || foraging filter for vegetables&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE_RESOURCE&amp;lt;/tt&amp;gt; || [[Foraging]] || foraging filter for resource items&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE_BERRIES&amp;lt;/tt&amp;gt; || [[Foraging]] || foraging filter for berries&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE&amp;lt;/tt&amp;gt; || [[Botanizing]] || &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE_SEEDS&amp;lt;/tt&amp;gt; || [[Botanizing]] || botanizing filter for seeds&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE_HERBS&amp;lt;/tt&amp;gt; || [[Botanizing]] || botanizing filter for herbs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE_RESOURCE&amp;lt;/tt&amp;gt; || [[Botanizing]] || botanizing filter for resource items&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;subtract&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>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Key_bindings&amp;diff=85724</id>
		<title>Key bindings</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Key_bindings&amp;diff=85724"/>
		<updated>2014-04-15T20:46:18Z</updated>

		<summary type="html">&lt;p&gt;Object: &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;&amp;quot;TOGGLE MOUSELOOK&amp;quot; (requires the &amp;quot;&amp;quot; to work)&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;FIRSTAID &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&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 INVENTORY&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;EQUIP&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;EQUIP_LEFT&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;EQUIP_RIGHT&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;UNEQUIP&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_MAP&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CRAFTING&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ADD_TO_CRAFTING_WINDOW&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CRAFTING_RECIPES&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;SELL&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;Lock&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;UNLOCK&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PLAN_BUILDING&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FINALIZE_BUILDING&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUTCHER&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PREACH&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LISTEN&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LINK&amp;lt;/tt&amp;gt; || [[Interaction]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TREAT&amp;lt;/tt&amp;gt; || [[Interaction]]&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;COMBINE&amp;lt;/tt&amp;gt; || Item manipulation&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, house floors 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;FLATTEN_BORDER&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LEVEL&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;BURY&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;ANALYSE&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]] || also works for [[Rummaging]] on [[rock]] tiles&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE_VEG&amp;lt;/tt&amp;gt; || [[Foraging]] || foraging filter for vegetables&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE_RESOURCE&amp;lt;/tt&amp;gt; || [[Foraging]] || foraging filter for resource items&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE_BERRIES&amp;lt;/tt&amp;gt; || [[Foraging]] || foraging filter for berries&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE&amp;lt;/tt&amp;gt; || [[Botanizing]] || &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE_SEEDS&amp;lt;/tt&amp;gt; || [[Botanizing]] || botanizing filter for seeds&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE_HERBS&amp;lt;/tt&amp;gt; || [[Botanizing]] || botanizing filter for herbs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE_RESOURCE&amp;lt;/tt&amp;gt; || [[Botanizing]] || botanizing filter for resource items&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;subtract&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>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Chat_commands&amp;diff=85548</id>
		<title>Chat commands</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Chat_commands&amp;diff=85548"/>
		<updated>2014-04-05T05:18:32Z</updated>

		<summary type="html">&lt;p&gt;Object: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] :: [[Chat commands]]&lt;br /&gt;
&lt;br /&gt;
'''Chat commmands''' are commands for use in [[chat]]. Do not confuse them with [[IRC]] or [[console]] commands.&lt;br /&gt;
:;The triangular brackets should not be included in any of these chat commands when you use them. They are here to clarify the different parts of the message only.&lt;br /&gt;
&lt;br /&gt;
==Commands==&lt;br /&gt;
&lt;br /&gt;
:; /help or /? : Lists most of these chat commands in the :Help tab&lt;br /&gt;
&lt;br /&gt;
=== Chat and channel commands ===&lt;br /&gt;
:; /alliance (also /ally or /all) &amp;lt;message&amp;gt; : Opens and sends message to your Alliance channel, if you are in one.&lt;br /&gt;
:; /ca : Toggles the [[Community Assistant]] (CA Help) channel window.&lt;br /&gt;
:; /gchat : Toggles Global channel on / off.&lt;br /&gt;
:; /kchat : Toggles Kingdom channel on / off.&lt;br /&gt;
:; /gshout &amp;lt;message&amp;gt; : Opens and sends message to your Global channel.&lt;br /&gt;
:; /me &amp;lt;message&amp;gt; : Chat message without &amp;lt;&amp;gt; around your name, in a yellow color (aka Emote). Works in all channels except Kingdom. &amp;lt;br /&amp;gt;Example: '/me dances' produces 'Bob dances' when Bob types it.&lt;br /&gt;
:; /shout &amp;lt;message&amp;gt; :  Opens and sends message to your Kingdom channel.&lt;br /&gt;
:; /support &amp;lt;message&amp;gt; : Sends message to the chat moderator and game master channel on your server when you need support. (Replacement for /dev).&lt;br /&gt;
:; /team &amp;lt;message&amp;gt; :  Opens and sends message to your Team channel, if you are in one.&lt;br /&gt;
:; /tell &amp;lt;person&amp;gt; &amp;lt;message&amp;gt; : Open and sends message to a private chat channel with the &amp;lt;person&amp;gt; account.  They must be on the same server as you are.&lt;br /&gt;
:; /village (or /vil) &amp;lt;message&amp;gt; : Opens and sends message to your Village channel, if you are in one.&lt;br /&gt;
&lt;br /&gt;
=== Information commands ===&lt;br /&gt;
:; /attackers : Displays what you have been [[fighting]] the last five minutes.&lt;br /&gt;
:; /caringfor :  Displays a list of all the animals you are currently [[Animal husbandry#Caring|caring]] for.&lt;br /&gt;
:; /converts : Displays how many times you have changed [[kingdom]], and when you can [[convert]] again.&lt;br /&gt;
:; /fatigue : Displays how much time you have left to perform [[fatigue|fatiguing]] tasks.&lt;br /&gt;
:; /fl : Displays your current [[focus]] level.&lt;br /&gt;
:; /ignore : Displays the list of accounts that you are currently ignoring.&lt;br /&gt;
:; /kingdoms : Displays [[kingdom]] influence on the [[server]].&lt;br /&gt;
:; /lives : Displays how many lives ([[respawn]]s) remain for a [[Champion player|champion]].&lt;br /&gt;
:; /lotime : Displays logout time; how long your session will last if you lose your connection with the server.  This includes logging out.&lt;br /&gt;
:; /mission : Displays the list of active missions.  Only useful on an Epic server.&lt;br /&gt;
:; /playtime : Displays information about the time you have played. Including your remaining [[premium]] time.&lt;br /&gt;
:; /rank : Displays your current [[battle rank]].&lt;br /&gt;
:; /ranks : Displays the top battle ranks on the server.&lt;br /&gt;
:; /reputation : Displays your current [[reputation]].&lt;br /&gt;
:; /sleep : Displays your current remaining [[sleep bonus]], and if it's frozen or not.&lt;br /&gt;
:; /time : Displays current game [[time]] and date.&lt;br /&gt;
:; /title : Displays your current [[title]].&lt;br /&gt;
:; /uptime : Displays the time since the last server reboot.&lt;br /&gt;
:; /warnings : Displays information about your official moderation warnings.  These do not include any mute warnings issued by CM's or GM's.&lt;br /&gt;
:; /weather : Displays the current [[wind]] direction and speed&lt;br /&gt;
:; /who : Displays the number of players currently logged in on your server, your server name, and the total Wurm players online.&lt;br /&gt;
&lt;br /&gt;
=== Control commands ===&lt;br /&gt;
:; /afk &amp;lt;message&amp;gt; : Toggles away-from-keyboard mode, with optional message.&lt;br /&gt;
:; /changeemail &amp;lt;newemail&amp;gt; &amp;lt;password&amp;gt; : Changes the registered e-mail address for this account. &amp;lt;br /&amp;gt; Do not include the Triangular Brackets (&amp;lt; and &amp;gt;) when using this or any other command. The password needs to be for an account already using the new e-mail, to ensure that the owner of that e-mail agrees to the addition of your account. If the new e-mail already owns several accounts, any of their passwords will work.&amp;lt;br /&amp;gt;If you want to use an e-mail that is unknown to Wurm, you'll need to register a new account first on the web page to set up the recovery question.&amp;lt;br /&amp;gt;(See [[#Example_cm|Examples]])&lt;br /&gt;
:; /fsleep : Toggles [[sleep bonus]] on and off. Set to Off when you log on. May be toggled every 5 minutes.&lt;br /&gt;
:; /ignore &amp;lt;player&amp;gt; : Add [[player]] to your ignore list, or removes them they are being ignored. Other person will get an event message when (s)he /tells you. It also adds to [[mute]] vote if used by many people at the same time.&lt;br /&gt;
:; /invitations : Toggles whether you allow people to invite you to join their [[kingdom]] or [[religion]].  Set to Off when you log on.&lt;br /&gt;
:; /password &amp;lt;oldpassword&amp;gt; &amp;lt;newpassword&amp;gt; : Changes your password. The triangle brackets should not be included (no &amp;lt; or &amp;gt;)&lt;br /&gt;
:; /random &amp;lt;number&amp;gt; : broadcasts a random number up to max &amp;lt;number&amp;gt; a few tiles.&lt;br /&gt;
:; /refer (or /referals) : Displays window allowing you to either award your [[referral]], or use and see the ones you have received yourself.&lt;br /&gt;
:; /release corpse : Makes all your current [[corpse]]s [[loot]]able by anyone from your kingdom. Normally, people from same kingdom who aren't [[friend]]s, fellow citizens, or allies cannot loot your corpses.&lt;br /&gt;
:; /remove &amp;lt;person&amp;gt; : Removes the person from your [[friend]]s list.&lt;br /&gt;
:; /respawn : Displays the [[respawn]] dialog. For use when you are dead.&lt;br /&gt;
:; /revoke &amp;lt;village name&amp;gt; : Revokes your citizenship of the specified [[village]] (i.e. allows you to leave without being kicked out by the [[mayor]]).&lt;br /&gt;
:; /snipe &amp;lt;person&amp;gt; : (premium only) will mute the person if enough people issue this command at roughly the same time. You have only one snipe per time period.&lt;br /&gt;
:; /stopcaring : Frees all the animal husbandry slots for [[Animal husbandry#Caring|caring]].&lt;br /&gt;
:; /stuck : Helps you getting out from trees and such that you are stuck in.&lt;br /&gt;
:; /suicide : Presents a [[suicide]] dialog.&lt;br /&gt;
:; /titles : Displays all your achieved titles and lets you choose which to display.&lt;br /&gt;
:; /transfer: Brings a very old player from Wild to Freedom for free with all its items intact.&lt;br /&gt;
:; /tweet : Sends your tweet to your village [[twitter]], if enabled.&lt;br /&gt;
:; /villageinvite &amp;lt;playername&amp;gt; and /vinvite &amp;lt;playername&amp;gt;: Invites someone into your village&lt;br /&gt;
:; /vote &amp;lt;citizen&amp;gt; : Vote for citizen as village mayor.&lt;br /&gt;
;; /vteleport : Allows you to use your one free village teleport. One use only per character, not one use per village that character is joining.&lt;br /&gt;
&lt;br /&gt;
'''Examples :'''&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;span id=&amp;quot;Example_cm&amp;quot;&amp;gt;''Change email''&amp;lt;/span&amp;gt;&lt;br /&gt;
::* Account ADAM wants to change their e-mail to eve@eden.com, and that e-mail is already registered to account EVE and LILITH.  When ADAM issues the /changeemail command, they need to use EVE's or LILITH's logon password.&lt;br /&gt;
::* Account CAIN wants to change their e-mail to able@eden.com, but that e-mail is not already registered to a Wurm account.  CAIN needs to register a new account ABLE using able@eden.com first to set up the e-mail in the database, and then use ABLE's password for the /changeemail command.  They do not need to ever log on to ABLE though, and it will be deleted in a few months.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;span id=&amp;quot;Example_cm2&amp;quot;&amp;gt;''Change password''&amp;lt;/span&amp;gt;&lt;br /&gt;
::* Account GOD accidentally told somebody their password. To make sure their account is secure, they change their password by using the command &amp;quot;/password password1 password2&amp;quot;. Sadly, Satan could guess the new password pretty easily once he'd seen the old one! Pick your passwords carefully!&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Console]]&lt;br /&gt;
* [[IRC]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Misc]]&lt;br /&gt;
[[Category:Babel/C]]&lt;/div&gt;</summary>
		<author><name>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Animal_husbandry&amp;diff=85432</id>
		<title>Animal husbandry</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Animal_husbandry&amp;diff=85432"/>
		<updated>2014-04-02T04:46:15Z</updated>

		<summary type="html">&lt;p&gt;Object: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[:Category:Skills|Skills]] / [[Nature]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
''Animal husbandry'' allows for the production (breeding) of new creatures, sometimes with increased quality, without the need to wait for new [[spawn]]s.&lt;br /&gt;
&lt;br /&gt;
====Characteristics gained====&lt;br /&gt;
Soul / [[Soul depth]]&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
*Both of the [[animals]] you wish to breed must be not hungry. One must be a male and the other one a female. Lead one of them with a [[rope]] (note that some animals must be [[animal taming|tamed]] to be led) and move it close to the other one. Right-click on the animal you are '''not''' leading and select the &amp;quot;Breed&amp;quot; option.&lt;br /&gt;
*Grooming also gives animal husbandry skill gains. Activate a [[grooming brush]] and select ''groom'' while right-clicking on a groomable creature. You can groom animals once per hour.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* Animals must be of the same species.&lt;br /&gt;
* If breeding fails, you will receive a message that the male &amp;quot;shys away and interrupts the action&amp;quot;.&lt;br /&gt;
* If breeding fails or is successful and you attempt to breed again, the male animal will show that he's &amp;quot;not in the mood&amp;quot; until 45 real life minutes pass.&lt;br /&gt;
* Females will not breed while they are pregnant. Once the female gives birth, she will not be in mood for breeding for 24 more hours, after which breeding may resume.&lt;br /&gt;
* Animals do not have to be &amp;quot;fat&amp;quot; to breed, only &amp;quot;no longer interested in food&amp;quot; (when trying to feed them). Grass eaters will typically be in this state after a minute or 2 on grass or crops.&lt;br /&gt;
* [[Age]] is a factor in breeding: [[calves]] or [[foal]]s will not breed, neither will young/early adolescent animals.&lt;br /&gt;
* Breeding increases a player's [[soul depth]].&lt;br /&gt;
* Pregnancy times varies from 5-11 wurm [[Time|weeks]], regardless of species. &lt;br /&gt;
* Examining the animal will show the remaining wurm weeks left until birth. eg. ''She will deliver in about 4''&lt;br /&gt;
* Animals can have miscarriages which can kill the mother with no child spawned. Starving, off-deed, or on-deed below 15 ratio are known as the reasons for miscarriages.&lt;br /&gt;
* If too hungry or low on fat animals can die when giving birth.&lt;br /&gt;
* Breeding female animals with [[animal conditions|conditions]] such as Champion will provide a chance that the offspring will also have that characteristic. This chance is dramatically increased when breeding two animals with the same condition together. (Two Champions for example.)&lt;br /&gt;
* Breeding two animals with the same trait greatly increases the chance that the offspring will have the trait.&lt;br /&gt;
* The name is determined at birth, the traits are determined at breeding (noticed on a server revert on 2011-03-01)&lt;br /&gt;
* The horse's color from birth is determined based on 1/3 by the mother, 1/3 by the father, and 1/3 by random.&lt;br /&gt;
&lt;br /&gt;
== Traits ==&lt;br /&gt;
Bred animals have a chance of having traits.(Enhancement/Deformity). Animals can have multiple traits. Traits are gained based on mechanics below:&lt;br /&gt;
* All traits are put into the gene pool.&lt;br /&gt;
* Parents' trait then add %chance that traits from parents will appear. if both parents have same trait, this %chance is even a lot higher.&lt;br /&gt;
* Inbreeding add %chance that bad traits will appear.&lt;br /&gt;
* Animal Husbandry is only partially on the Curve.  The curved value (effective skill) allows you see traits at that level (not true for bred in captivity trait which requires 60 numerical to see even on epic).  But the actual value (numerical) is used for computing the number of traits you can breed.&lt;br /&gt;
* Lastly, breeder's Animal Husbandry affects the minimum and maximum number of traits that will appear in a horse. (Currently the maximum number of traits experienced on one animal in game is 9 at 90+ AH)&lt;br /&gt;
&lt;br /&gt;
Examining an animal will show traits, if one has the required skill level:&lt;br /&gt;
&lt;br /&gt;
[[Freedom]] Skill Level ([[Epic]] Skill [[Curve]] Level) 'skill': &amp;quot;Trait name&amp;quot; (Suspected function)&lt;br /&gt;
*  0 skill: Horse's color is considered a trait. (Although it DOES NOT go against the trait limit.)&lt;br /&gt;
* 20 (10.56) skill: &amp;quot;It will fight fiercely.&amp;quot; (Higher fighting skill?)&lt;br /&gt;
* 21 (11.12) skill: &amp;quot;It has fleeter movement than normal.&amp;quot; (Minor speed boost.)&lt;br /&gt;
* 22 (11.68) skill: &amp;quot;It is a tough bugger.&amp;quot; (Withstands more damage.)&lt;br /&gt;
* 23 (12.25) skill: &amp;quot;It has a strong body.&amp;quot; (Bonus to maintaining top speed.)&lt;br /&gt;
* 24 (12.82) skill: &amp;quot;It has lightning movement.&amp;quot; (Randomly increases speed for a short duration.)&lt;br /&gt;
* 25 (13.40) skill: &amp;quot;It can carry more than average.&amp;quot; (Less penalty to speed due to high load.)&lt;br /&gt;
* 26 (13.98) skill: &amp;quot;It has very strong leg muscles.&amp;quot; (Less penalty to speed due to slope? Does not currently do this.)&lt;br /&gt;
* 27 (14.56) skill: &amp;quot;It has keen senses.&amp;quot; (Increased aggression range, or possibly harder to tame?)&lt;br /&gt;
* 28 (15.15) skill: &amp;quot;It has malformed hindlegs.&amp;quot; (Minor speed penalty)*&lt;br /&gt;
* 29 (15.74) skill: &amp;quot;The legs are of different length.&amp;quot; (Major speed penalty)*&lt;br /&gt;
* 30 (16.33) skill: &amp;quot;It seems overly aggressive.&amp;quot; (Goes into frenzy when attacked)*&lt;br /&gt;
* 31 (16.93) skill: &amp;quot;It looks very unmotivated.&amp;quot; (Seldom uses speed boosts?)*&lt;br /&gt;
* 32 (17.54) skill: &amp;quot;It is unusually strong willed.&amp;quot; (Will stop being led at random.)*&lt;br /&gt;
* 33 (18.15) skill: &amp;quot;It has some illness.&amp;quot; (Body strength will slowly reduce over time, which will eventually making the animal unrideable. Note: Genesis will cause it to slowly regain strength up to it's old level.)*&lt;br /&gt;
* 34 (18.76) skill: &amp;quot;It looks constantly hungry.&amp;quot; (is twice as fast to become hungry again.)*&lt;br /&gt;
* 39 (21.90) skill: &amp;quot;It looks feeble and unhealthy.&amp;quot; (Prone to catching a disease.)*&lt;br /&gt;
* 40 (22.54) skill: &amp;quot;It looks unusually strong and healthy.&amp;quot; (Has a higher resistance to disease.)&lt;br /&gt;
* 41 (23.19) skill: &amp;quot;It has a certain spark in its eyes.&amp;quot; (Affects breeding? &amp;lt;s&amp;gt;Will not die of old age?&amp;lt;/s&amp;gt; Disproved, see talk.)&lt;br /&gt;
* 60 (60) skill: &amp;quot;Bred in captivity.&amp;quot;&lt;br /&gt;
(All &amp;quot;?&amp;quot; are unconfirmed, traits with a * are removed by a [[Genesis]] cast)&lt;br /&gt;
&lt;br /&gt;
=== Inbreeding ===&lt;br /&gt;
&lt;br /&gt;
Inbreeding has a negative effect. It adds extra negative traits that don't count against the regular traits pool.&lt;br /&gt;
&lt;br /&gt;
Inbreeding is mating with the father or mother or when the two animals have the same father or mother. Basically if you only can find two horses you'll be ok in three generations. But it might be better to mate your horses with your neighbors horses.&lt;br /&gt;
&lt;br /&gt;
====Important to note====&lt;br /&gt;
&lt;br /&gt;
Players have observed that dead parents don't count towards the 'inbreeding' check:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;I have often used it as a method of breeding, to kill the old parents when I had too many horses that had a parent in common.  After the parents are dead, you can breed and get normal horses.  Leave the parents alive and you get lots of bad traited animals.&amp;quot; [http://forum.wurmonline.com/index.php?/topic/65441-split-off-from-animal-congestion-fix/page__st__20#entry643716 Source]&lt;br /&gt;
&lt;br /&gt;
== Caring ==&lt;br /&gt;
&lt;br /&gt;
To prolong venerable animals from dying of old age you can care for them. To start caring stand next to the animal, right click the animal and select ''Care for''. If you start caring for that animal you'll get the message:&lt;br /&gt;
 You now care specially for Aged fat Tearbabe, to ensure longevity. You may care for 1 more creatures.&lt;br /&gt;
&lt;br /&gt;
The amount of animals you can care for is limited by the animal husbandry skill of the player. If you can't care for more animals you'll get the message&lt;br /&gt;
 You may not care for any more creatures right now. You are already caring for 1 creatures.&lt;br /&gt;
&lt;br /&gt;
You can care for 1 animal and 1 extra animal for every 10 skill in animal husbandry. So at 40 Animal husbandry skill you can care for 5 animals.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Non-premium players can only care for 1 animal.&lt;br /&gt;
&lt;br /&gt;
To stop caring for all cared animals type the command ''/stopcaring'' in the chat window. You'll get the message&lt;br /&gt;
 You no longer care for the one creature you used to.&lt;br /&gt;
&lt;br /&gt;
To stop caring for a specific animal, you will need to right click the animal and 'care for' again.&lt;br /&gt;
&lt;br /&gt;
You can get a list of all the animals you are currently caring for by using the command ''/caringfor''&lt;br /&gt;
&lt;br /&gt;
==[[Titles]]==&lt;br /&gt;
* Drover at 50 skill&lt;br /&gt;
* Granger at 70 skill&lt;br /&gt;
* Rancher at 90 skill&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/A]]&lt;br /&gt;
[[Category:Skills]]&lt;/div&gt;</summary>
		<author><name>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Large_cart&amp;diff=84267</id>
		<title>Large cart</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Large_cart&amp;diff=84267"/>
		<updated>2014-02-21T20:17:37Z</updated>

		<summary type="html">&lt;p&gt;Object: /* Useful capacity quantities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Carpentry]] / [[Fine carpentry]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
{{Item&lt;br /&gt;
|name=Large cart&lt;br /&gt;
|image=Large cart.jpg&lt;br /&gt;
|active=[[plank]] (2.00 kg)&lt;br /&gt;
|passive=[[small wheel axle]]&lt;br /&gt;
|group=Carts&lt;br /&gt;
|materials=* 15 [[plank]]&lt;br /&gt;
* 2 [[shaft]] (1.00 kg)&lt;br /&gt;
* 4 [[small nails]]&lt;br /&gt;
* 1 [[yoke]]&lt;br /&gt;
|result=* '''{{PAGENAME}}'''&lt;br /&gt;
|skill=fine carpentry}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
''A fairly large two wheel cart designed to be dragged by an animal.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;'''Large carts now requires 20.10 [[mind logic]] to be commanded, but they can still be dragged at any skill level.'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A '''large cart''' is a mobile [[container]] used to transport cargo or [[player]]. It has a larger capacity than its smaller counterpart [[small cart]], it can be [[drag]]ged by a player or led by up to two [[animals]], and it can be locked with a [[large padlock]]. A large cart can have a commander and up to three additional passengers.  A large cart must be at least 10 quality for passengers to ride it.&lt;br /&gt;
&lt;br /&gt;
== Subcomponents ==&lt;br /&gt;
* 1x [[small wheel axle]]&lt;br /&gt;
&lt;br /&gt;
=== Total Materials ===&lt;br /&gt;
* 7 [[shaft]]&lt;br /&gt;
* 22 [[plank|planks]]&lt;br /&gt;
* 4 [[small nails]]&lt;br /&gt;
* 1 [[yoke]]&lt;br /&gt;
&lt;br /&gt;
Large carts can be difficult to start and continue at very low [[fine carpentry]] skill.&lt;br /&gt;
&lt;br /&gt;
The last piece of wood will determine wood type of cart when attached.&lt;br /&gt;
&lt;br /&gt;
== Hitching ==&lt;br /&gt;
*To hitch an animal to a cart, lead it with [[rope]], right-click the cart, and select &amp;quot;Hitch&amp;quot;.&lt;br /&gt;
*To unhitch one of the animals, embark the cart as commander, right-click that animal and choose &amp;quot;Unhitch&amp;quot;.&lt;br /&gt;
*To unhitch both animals from the cart, right-click the cart and select &amp;quot;Unhitch&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Hitching Notes ===&lt;br /&gt;
* 20.10 [[mind logic]] is needed to hitch animals.&lt;br /&gt;
* The large cart needs to be at least 10 [[quality]] before animals can be hitched to it.&lt;br /&gt;
* Hitching any animal will allow you to move the the cart slowly. Weight doesn't matter, only quantity. A second animal only makes it faster.&lt;br /&gt;
* [[Hell horse]]s are the fastest hitched animals yet discovered (use to be [[brown bear]]s)&lt;br /&gt;
* Carts do not gain a speed advantage from travelling downhill, but are slowed when going uphill as with mounted creatures.&lt;br /&gt;
* Animals cannot drag a cart over tiles that have a total [[slope]] of any two adjacent edges over 39.&lt;br /&gt;
* All the usual animal traits and statuses like hurting will affect their cart-dragging speed.&lt;br /&gt;
* Driver [[stamina]] is drained while driving the cart.  Running out of stamina has no effect on the speed.&lt;br /&gt;
* Animals remain hitched during a server restart.&lt;br /&gt;
&lt;br /&gt;
=== Animals that can be hitched ===&lt;br /&gt;
* [[Horse]] (adult, not foal)&lt;br /&gt;
* [[Bull]] (not cows)&lt;br /&gt;
* [[Bison]]&lt;br /&gt;
* [[Hell horse]] (young and adolescent, fastest known)&lt;br /&gt;
* [[Brown bear]] when tamed (young and adolescent)&lt;br /&gt;
* [[Black bear]] when tamed (young and adolescent)&lt;br /&gt;
* [[Troll]] when dominated (young and adolescent)&lt;br /&gt;
&lt;br /&gt;
Note : the strength of a creature can prevent it from being hitched - [[Animal conditions|conditions]] such as &amp;quot;greenish&amp;quot; affect their strength.&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
Upon finishing the large cart, the last person who had the unfinished cart in the [[inventory]] becomes the owner. However if it was finished in the inventory no owner is set and the ''Manage vehicle'' option is not available even to the player who finished the large cart. Ownership can be transferred by the owner to any other player in the vehicle management window. ''*The no owner bug has been fixed.''&lt;br /&gt;
&lt;br /&gt;
The owner and any person with the ''Manage'' right can manage the usage permissions through a window available via the ''Manage vehicle'' menu option. &lt;br /&gt;
&lt;br /&gt;
The permissions control ''drive'' (embarking as commander), ''mount'' (embarking as a passenger), ''accessing the inventory hold'' of the cart and ''managing the settings''. &lt;br /&gt;
Each of these rights can be granted or denied to ''all friends'', ''all villagers'' and ''everyone''. The owner always has all permissions. &amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;'''The settings only take affect if the cart is locked, however.'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The owner of the large cart can attach a [[large padlock]] to it to enable permissions. The lock can be removed by everyone in possession of the key, but only the owner can attach it again.&lt;br /&gt;
&lt;br /&gt;
Another player can drag an unhitched locked cart regardless of what [[large padlock]] enabled management settings are used. Three simple solutions are 1) Leave it with an hitched animal or 2) put heavy things in your cart or 3) store the cart in a secure area. As an example, if you were to put a [[small barrel]] in a cart and then a bunch of 100 kg unfinished [[charcoal pile]]s in the barrel, it would make dragging more difficult. Furthermore, management option will prevent these others from accessing the inventory or using animals to drive the cart away.&lt;br /&gt;
&lt;br /&gt;
On [[Freedom]] carts can not be [[Lockpicking|lockpicked]] unless you are the owner. Trying to do so will result in the following message: ''Stealing carts is punished with death penalty here. You decide not to''.&lt;br /&gt;
&lt;br /&gt;
== Useful capacity quantities ==&lt;br /&gt;
&lt;br /&gt;
The capacity of a large cart can be adjusted by stacking other [[container]]s, such as [[raft]]s, inside.  Up to 7 rafts can be added to a large cart.  Some items, such as felled trees, cannot fit in rafts, and are indicated as such below.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; |&lt;br /&gt;
! Item !! No containers !! With 6 rafts !! With 7 rafts !! With 5 S.Crates &amp;amp; raft  !! With Large Crates  !! With BSBs&lt;br /&gt;
|-&lt;br /&gt;
| Any of:&lt;br /&gt;
*[[Dirt]]&lt;br /&gt;
*[[Heap of sand]]&lt;br /&gt;
*[[Peat]]&lt;br /&gt;
*[[Ore]]s&lt;br /&gt;
*[[Rock shards]]&lt;br /&gt;
| 100 || 312 || 312 || 750+40(1 raft)+7 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| Finished [[support beam]] || 7&lt;br /&gt;
| bgcolor=&amp;quot;#FF8888&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | Does not fit in rafts?&lt;br /&gt;
|-&lt;br /&gt;
| [[Felled tree]] || 18 || 12+1 (2 per) || 14+?&lt;br /&gt;
|-&lt;br /&gt;
| [[Slab]] || 59 || 42+13 (7 per) || 49+6&lt;br /&gt;
|-&lt;br /&gt;
| [[Log]] || 73 || 71 || 70&lt;br /&gt;
|-&lt;br /&gt;
| [[Plank]] || 100 || 600+94 (100 per) || 700+93&lt;br /&gt;
|-&lt;br /&gt;
| [[Stone brick]] || 100 || 564+94 (94 per) || 658+76&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Quantities ending in a question mark are estimated or otherwise unconfirmed.  Quantities denoted as &amp;quot;??&amp;quot; are unknown and need to be tested.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* The type of wood currently does not effect the texture or color of the cart.&lt;br /&gt;
* The [[quality]] of the cart affects its [[decay]] rate; there is no other bonuses from increasing the quality of carts.&lt;br /&gt;
* The volume of items will affect what fits in the cart. See the [[container]] page for a item volume list.&lt;br /&gt;
* Although carts cannot be dragged in [[water tile]]s, they can be pushed.  They can be dragged through tiles with 5 slope of water or less.&lt;br /&gt;
* 26.65 kg of [[dye]] is needed to paint a large cart. &lt;br /&gt;
* The maximum weight a player can drag in a large cart is determined by the formula: ([[strength|body strength]] * 7 - carried weight) * 10 - 240.&lt;br /&gt;
*'''As of 1.0 it is no longer known if the following is true. Use caution when building in carts:''' Items can be stowed in large carts during construction, but will drop out when too heavy and will encumber the cart during construction. If the item becomes too heavy to remove and too heavy to finish, the cart will be useless and the item cannot be removed. If boats are being made in it, then it is advisable to take the cart to the water before finishing the boat.&lt;br /&gt;
&lt;br /&gt;
[[Category:Containers]]&lt;br /&gt;
[[Category:Babel/L]]&lt;/div&gt;</summary>
		<author><name>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Large_cart&amp;diff=84266</id>
		<title>Large cart</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Large_cart&amp;diff=84266"/>
		<updated>2014-02-21T20:15:48Z</updated>

		<summary type="html">&lt;p&gt;Object: /* Useful capacity quantities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Carpentry]] / [[Fine carpentry]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
{{Item&lt;br /&gt;
|name=Large cart&lt;br /&gt;
|image=Large cart.jpg&lt;br /&gt;
|active=[[plank]] (2.00 kg)&lt;br /&gt;
|passive=[[small wheel axle]]&lt;br /&gt;
|group=Carts&lt;br /&gt;
|materials=* 15 [[plank]]&lt;br /&gt;
* 2 [[shaft]] (1.00 kg)&lt;br /&gt;
* 4 [[small nails]]&lt;br /&gt;
* 1 [[yoke]]&lt;br /&gt;
|result=* '''{{PAGENAME}}'''&lt;br /&gt;
|skill=fine carpentry}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
''A fairly large two wheel cart designed to be dragged by an animal.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;'''Large carts now requires 20.10 [[mind logic]] to be commanded, but they can still be dragged at any skill level.'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A '''large cart''' is a mobile [[container]] used to transport cargo or [[player]]. It has a larger capacity than its smaller counterpart [[small cart]], it can be [[drag]]ged by a player or led by up to two [[animals]], and it can be locked with a [[large padlock]]. A large cart can have a commander and up to three additional passengers.  A large cart must be at least 10 quality for passengers to ride it.&lt;br /&gt;
&lt;br /&gt;
== Subcomponents ==&lt;br /&gt;
* 1x [[small wheel axle]]&lt;br /&gt;
&lt;br /&gt;
=== Total Materials ===&lt;br /&gt;
* 7 [[shaft]]&lt;br /&gt;
* 22 [[plank|planks]]&lt;br /&gt;
* 4 [[small nails]]&lt;br /&gt;
* 1 [[yoke]]&lt;br /&gt;
&lt;br /&gt;
Large carts can be difficult to start and continue at very low [[fine carpentry]] skill.&lt;br /&gt;
&lt;br /&gt;
The last piece of wood will determine wood type of cart when attached.&lt;br /&gt;
&lt;br /&gt;
== Hitching ==&lt;br /&gt;
*To hitch an animal to a cart, lead it with [[rope]], right-click the cart, and select &amp;quot;Hitch&amp;quot;.&lt;br /&gt;
*To unhitch one of the animals, embark the cart as commander, right-click that animal and choose &amp;quot;Unhitch&amp;quot;.&lt;br /&gt;
*To unhitch both animals from the cart, right-click the cart and select &amp;quot;Unhitch&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Hitching Notes ===&lt;br /&gt;
* 20.10 [[mind logic]] is needed to hitch animals.&lt;br /&gt;
* The large cart needs to be at least 10 [[quality]] before animals can be hitched to it.&lt;br /&gt;
* Hitching any animal will allow you to move the the cart slowly. Weight doesn't matter, only quantity. A second animal only makes it faster.&lt;br /&gt;
* [[Hell horse]]s are the fastest hitched animals yet discovered (use to be [[brown bear]]s)&lt;br /&gt;
* Carts do not gain a speed advantage from travelling downhill, but are slowed when going uphill as with mounted creatures.&lt;br /&gt;
* Animals cannot drag a cart over tiles that have a total [[slope]] of any two adjacent edges over 39.&lt;br /&gt;
* All the usual animal traits and statuses like hurting will affect their cart-dragging speed.&lt;br /&gt;
* Driver [[stamina]] is drained while driving the cart.  Running out of stamina has no effect on the speed.&lt;br /&gt;
* Animals remain hitched during a server restart.&lt;br /&gt;
&lt;br /&gt;
=== Animals that can be hitched ===&lt;br /&gt;
* [[Horse]] (adult, not foal)&lt;br /&gt;
* [[Bull]] (not cows)&lt;br /&gt;
* [[Bison]]&lt;br /&gt;
* [[Hell horse]] (young and adolescent, fastest known)&lt;br /&gt;
* [[Brown bear]] when tamed (young and adolescent)&lt;br /&gt;
* [[Black bear]] when tamed (young and adolescent)&lt;br /&gt;
* [[Troll]] when dominated (young and adolescent)&lt;br /&gt;
&lt;br /&gt;
Note : the strength of a creature can prevent it from being hitched - [[Animal conditions|conditions]] such as &amp;quot;greenish&amp;quot; affect their strength.&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
Upon finishing the large cart, the last person who had the unfinished cart in the [[inventory]] becomes the owner. However if it was finished in the inventory no owner is set and the ''Manage vehicle'' option is not available even to the player who finished the large cart. Ownership can be transferred by the owner to any other player in the vehicle management window. ''*The no owner bug has been fixed.''&lt;br /&gt;
&lt;br /&gt;
The owner and any person with the ''Manage'' right can manage the usage permissions through a window available via the ''Manage vehicle'' menu option. &lt;br /&gt;
&lt;br /&gt;
The permissions control ''drive'' (embarking as commander), ''mount'' (embarking as a passenger), ''accessing the inventory hold'' of the cart and ''managing the settings''. &lt;br /&gt;
Each of these rights can be granted or denied to ''all friends'', ''all villagers'' and ''everyone''. The owner always has all permissions. &amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;'''The settings only take affect if the cart is locked, however.'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The owner of the large cart can attach a [[large padlock]] to it to enable permissions. The lock can be removed by everyone in possession of the key, but only the owner can attach it again.&lt;br /&gt;
&lt;br /&gt;
Another player can drag an unhitched locked cart regardless of what [[large padlock]] enabled management settings are used. Three simple solutions are 1) Leave it with an hitched animal or 2) put heavy things in your cart or 3) store the cart in a secure area. As an example, if you were to put a [[small barrel]] in a cart and then a bunch of 100 kg unfinished [[charcoal pile]]s in the barrel, it would make dragging more difficult. Furthermore, management option will prevent these others from accessing the inventory or using animals to drive the cart away.&lt;br /&gt;
&lt;br /&gt;
On [[Freedom]] carts can not be [[Lockpicking|lockpicked]] unless you are the owner. Trying to do so will result in the following message: ''Stealing carts is punished with death penalty here. You decide not to''.&lt;br /&gt;
&lt;br /&gt;
== Useful capacity quantities ==&lt;br /&gt;
&lt;br /&gt;
The capacity of a large cart can be adjusted by stacking other [[container]]s, such as [[raft]]s, inside.  Up to 7 rafts can be added to a large cart.  Some items, such as felled trees, cannot fit in rafts, and are indicated as such below.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; |&lt;br /&gt;
! Item !! No containers !! With 6 rafts !! With 7 rafts !! With 5 S.Crates &amp;amp; raft  !! With Large Crates  !! With BSBs&lt;br /&gt;
|-&lt;br /&gt;
| Any of:&lt;br /&gt;
*[[Dirt]]&lt;br /&gt;
*[[Heap of sand]]&lt;br /&gt;
*[[Peat]]&lt;br /&gt;
*[[Ore]]s&lt;br /&gt;
*[[Rock shards]]&lt;br /&gt;
| 100 || 312 || 312 || 500?+40(1 raft)+7 || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| Finished [[support beam]] || 7&lt;br /&gt;
| bgcolor=&amp;quot;#FF8888&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | Does not fit in rafts?&lt;br /&gt;
|-&lt;br /&gt;
| [[Felled tree]] || 18 || 12+1 (2 per) || 14+?&lt;br /&gt;
|-&lt;br /&gt;
| [[Slab]] || 59 || 42+13 (7 per) || 49+6&lt;br /&gt;
|-&lt;br /&gt;
| [[Log]] || 73 || 71 || 70&lt;br /&gt;
|-&lt;br /&gt;
| [[Plank]] || 100 || 600+94 (100 per) || 700+93&lt;br /&gt;
|-&lt;br /&gt;
| [[Stone brick]] || 100 || 564+94 (94 per) || 658+76&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Quantities ending in a question mark are estimated or otherwise unconfirmed.  Quantities denoted as &amp;quot;??&amp;quot; are unknown and need to be tested.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* The type of wood currently does not effect the texture or color of the cart.&lt;br /&gt;
* The [[quality]] of the cart affects its [[decay]] rate; there is no other bonuses from increasing the quality of carts.&lt;br /&gt;
* The volume of items will affect what fits in the cart. See the [[container]] page for a item volume list.&lt;br /&gt;
* Although carts cannot be dragged in [[water tile]]s, they can be pushed.  They can be dragged through tiles with 5 slope of water or less.&lt;br /&gt;
* 26.65 kg of [[dye]] is needed to paint a large cart. &lt;br /&gt;
* The maximum weight a player can drag in a large cart is determined by the formula: ([[strength|body strength]] * 7 - carried weight) * 10 - 240.&lt;br /&gt;
*'''As of 1.0 it is no longer known if the following is true. Use caution when building in carts:''' Items can be stowed in large carts during construction, but will drop out when too heavy and will encumber the cart during construction. If the item becomes too heavy to remove and too heavy to finish, the cart will be useless and the item cannot be removed. If boats are being made in it, then it is advisable to take the cart to the water before finishing the boat.&lt;br /&gt;
&lt;br /&gt;
[[Category:Containers]]&lt;br /&gt;
[[Category:Babel/L]]&lt;/div&gt;</summary>
		<author><name>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Large_cart&amp;diff=84264</id>
		<title>Large cart</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Large_cart&amp;diff=84264"/>
		<updated>2014-02-21T19:18:04Z</updated>

		<summary type="html">&lt;p&gt;Object: /* Useful capacity quantities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Carpentry]] / [[Fine carpentry]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
{{Item&lt;br /&gt;
|name=Large cart&lt;br /&gt;
|image=Large cart.jpg&lt;br /&gt;
|active=[[plank]] (2.00 kg)&lt;br /&gt;
|passive=[[small wheel axle]]&lt;br /&gt;
|group=Carts&lt;br /&gt;
|materials=* 15 [[plank]]&lt;br /&gt;
* 2 [[shaft]] (1.00 kg)&lt;br /&gt;
* 4 [[small nails]]&lt;br /&gt;
* 1 [[yoke]]&lt;br /&gt;
|result=* '''{{PAGENAME}}'''&lt;br /&gt;
|skill=fine carpentry}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
''A fairly large two wheel cart designed to be dragged by an animal.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;'''Large carts now requires 20.10 [[mind logic]] to be commanded, but they can still be dragged at any skill level.'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A '''large cart''' is a mobile [[container]] used to transport cargo or [[player]]. It has a larger capacity than its smaller counterpart [[small cart]], it can be [[drag]]ged by a player or led by up to two [[animals]], and it can be locked with a [[large padlock]]. A large cart can have a commander and up to three additional passengers.  A large cart must be at least 10 quality for passengers to ride it.&lt;br /&gt;
&lt;br /&gt;
== Subcomponents ==&lt;br /&gt;
* 1x [[small wheel axle]]&lt;br /&gt;
&lt;br /&gt;
=== Total Materials ===&lt;br /&gt;
* 7 [[shaft]]&lt;br /&gt;
* 22 [[plank|planks]]&lt;br /&gt;
* 4 [[small nails]]&lt;br /&gt;
* 1 [[yoke]]&lt;br /&gt;
&lt;br /&gt;
Large carts can be difficult to start and continue at very low [[fine carpentry]] skill.&lt;br /&gt;
&lt;br /&gt;
The last piece of wood will determine wood type of cart when attached.&lt;br /&gt;
&lt;br /&gt;
== Hitching ==&lt;br /&gt;
*To hitch an animal to a cart, lead it with [[rope]], right-click the cart, and select &amp;quot;Hitch&amp;quot;.&lt;br /&gt;
*To unhitch one of the animals, embark the cart as commander, right-click that animal and choose &amp;quot;Unhitch&amp;quot;.&lt;br /&gt;
*To unhitch both animals from the cart, right-click the cart and select &amp;quot;Unhitch&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Hitching Notes ===&lt;br /&gt;
* 20.10 [[mind logic]] is needed to hitch animals.&lt;br /&gt;
* The large cart needs to be at least 10 [[quality]] before animals can be hitched to it.&lt;br /&gt;
* Hitching any animal will allow you to move the the cart slowly. Weight doesn't matter, only quantity. A second animal only makes it faster.&lt;br /&gt;
* [[Hell horse]]s are the fastest hitched animals yet discovered (use to be [[brown bear]]s)&lt;br /&gt;
* Carts do not gain a speed advantage from travelling downhill, but are slowed when going uphill as with mounted creatures.&lt;br /&gt;
* Animals cannot drag a cart over tiles that have a total [[slope]] of any two adjacent edges over 39.&lt;br /&gt;
* All the usual animal traits and statuses like hurting will affect their cart-dragging speed.&lt;br /&gt;
* Driver [[stamina]] is drained while driving the cart.  Running out of stamina has no effect on the speed.&lt;br /&gt;
* Animals remain hitched during a server restart.&lt;br /&gt;
&lt;br /&gt;
=== Animals that can be hitched ===&lt;br /&gt;
* [[Horse]] (adult, not foal)&lt;br /&gt;
* [[Bull]] (not cows)&lt;br /&gt;
* [[Bison]]&lt;br /&gt;
* [[Hell horse]] (young and adolescent, fastest known)&lt;br /&gt;
* [[Brown bear]] when tamed (young and adolescent)&lt;br /&gt;
* [[Black bear]] when tamed (young and adolescent)&lt;br /&gt;
* [[Troll]] when dominated (young and adolescent)&lt;br /&gt;
&lt;br /&gt;
Note : the strength of a creature can prevent it from being hitched - [[Animal conditions|conditions]] such as &amp;quot;greenish&amp;quot; affect their strength.&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
Upon finishing the large cart, the last person who had the unfinished cart in the [[inventory]] becomes the owner. However if it was finished in the inventory no owner is set and the ''Manage vehicle'' option is not available even to the player who finished the large cart. Ownership can be transferred by the owner to any other player in the vehicle management window. ''*The no owner bug has been fixed.''&lt;br /&gt;
&lt;br /&gt;
The owner and any person with the ''Manage'' right can manage the usage permissions through a window available via the ''Manage vehicle'' menu option. &lt;br /&gt;
&lt;br /&gt;
The permissions control ''drive'' (embarking as commander), ''mount'' (embarking as a passenger), ''accessing the inventory hold'' of the cart and ''managing the settings''. &lt;br /&gt;
Each of these rights can be granted or denied to ''all friends'', ''all villagers'' and ''everyone''. The owner always has all permissions. &amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;'''The settings only take affect if the cart is locked, however.'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The owner of the large cart can attach a [[large padlock]] to it to enable permissions. The lock can be removed by everyone in possession of the key, but only the owner can attach it again.&lt;br /&gt;
&lt;br /&gt;
Another player can drag an unhitched locked cart regardless of what [[large padlock]] enabled management settings are used. Three simple solutions are 1) Leave it with an hitched animal or 2) put heavy things in your cart or 3) store the cart in a secure area. As an example, if you were to put a [[small barrel]] in a cart and then a bunch of 100 kg unfinished [[charcoal pile]]s in the barrel, it would make dragging more difficult. Furthermore, management option will prevent these others from accessing the inventory or using animals to drive the cart away.&lt;br /&gt;
&lt;br /&gt;
On [[Freedom]] carts can not be [[Lockpicking|lockpicked]] unless you are the owner. Trying to do so will result in the following message: ''Stealing carts is punished with death penalty here. You decide not to''.&lt;br /&gt;
&lt;br /&gt;
== Useful capacity quantities ==&lt;br /&gt;
&lt;br /&gt;
The capacity of a large cart can be adjusted by stacking other [[container]]s, such as [[raft]]s, inside.  Up to 7 rafts can be added to a large cart.  Some items, such as felled trees, cannot fit in rafts, and are indicated as such below.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; |&lt;br /&gt;
! Item !! No containers !! With 6 rafts !! With 7 rafts !! With Small Crates  !! With Large Crates  !! With BSBs&lt;br /&gt;
|-&lt;br /&gt;
| Any of:&lt;br /&gt;
*[[Dirt]]&lt;br /&gt;
*[[Heap of sand]]&lt;br /&gt;
*[[Peat]]&lt;br /&gt;
*[[Ore]]s&lt;br /&gt;
*[[Rock shards]]&lt;br /&gt;
| 100 || 312 || 312&lt;br /&gt;
|-&lt;br /&gt;
| Finished [[support beam]] || 7&lt;br /&gt;
| bgcolor=&amp;quot;#FF8888&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | Does not fit in rafts?&lt;br /&gt;
|-&lt;br /&gt;
| [[Felled tree]] || 18 || 12+1 (2 per) || 14+?&lt;br /&gt;
|-&lt;br /&gt;
| [[Slab]] || 59 || 42+13 (7 per) || 49+6&lt;br /&gt;
|-&lt;br /&gt;
| [[Log]] || 73 || 71 || 70&lt;br /&gt;
|-&lt;br /&gt;
| [[Plank]] || 100 || 600+94 (100 per) || 700+93&lt;br /&gt;
|-&lt;br /&gt;
| [[Stone brick]] || 100 || 564+94 (94 per) || 658+76&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Quantities ending in a question mark are estimated or otherwise unconfirmed.  Quantities denoted as &amp;quot;??&amp;quot; are unknown and need to be tested.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* The type of wood currently does not effect the texture or color of the cart.&lt;br /&gt;
* The [[quality]] of the cart affects its [[decay]] rate; there is no other bonuses from increasing the quality of carts.&lt;br /&gt;
* The volume of items will affect what fits in the cart. See the [[container]] page for a item volume list.&lt;br /&gt;
* Although carts cannot be dragged in [[water tile]]s, they can be pushed.  They can be dragged through tiles with 5 slope of water or less.&lt;br /&gt;
* 26.65 kg of [[dye]] is needed to paint a large cart. &lt;br /&gt;
* The maximum weight a player can drag in a large cart is determined by the formula: ([[strength|body strength]] * 7 - carried weight) * 10 - 240.&lt;br /&gt;
*'''As of 1.0 it is no longer known if the following is true. Use caution when building in carts:''' Items can be stowed in large carts during construction, but will drop out when too heavy and will encumber the cart during construction. If the item becomes too heavy to remove and too heavy to finish, the cart will be useless and the item cannot be removed. If boats are being made in it, then it is advisable to take the cart to the water before finishing the boat.&lt;br /&gt;
&lt;br /&gt;
[[Category:Containers]]&lt;br /&gt;
[[Category:Babel/L]]&lt;/div&gt;</summary>
		<author><name>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=User:Object&amp;diff=83436</id>
		<title>User:Object</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=User:Object&amp;diff=83436"/>
		<updated>2014-01-16T16:58:46Z</updated>

		<summary type="html">&lt;p&gt;Object: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Object is currently on Serenity on the Epic cluster, previously played on Release on freedom cluster 2.  I am a 32 year old Canadian that has been playing video games ever since I could hold a controller.&lt;br /&gt;
&lt;br /&gt;
I have worked as the community manager for a few indie games in the past working closely with the developers as their PR arm handling forums and social media.  I am also a professional programmer in COBOL and an amateur game designer and programmer working with languages like VB, C and C#.&lt;/div&gt;</summary>
		<author><name>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=User:Object&amp;diff=83435</id>
		<title>User:Object</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=User:Object&amp;diff=83435"/>
		<updated>2014-01-16T16:58:15Z</updated>

		<summary type="html">&lt;p&gt;Object: Created page with &amp;quot;Object is currently on Serenity on the Epic cluster, previously played on Release on freedom cluster 2.  I am a 32 year old Canadian that has been playing video games ever sin...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Object is currently on Serenity on the Epic cluster, previously played on Release on freedom cluster 2.  I am a 32 year old Canadian that has been playing video games ever since I could hold a controller.  I have worked as the community manager for a few indie games in the past working closely with the developers as their PR arm handling forums and social media.&lt;br /&gt;
&lt;br /&gt;
I am also a professional programmer in COBOL and an amateur game designer and programmer working with languages like VB, C and C#.&lt;/div&gt;</summary>
		<author><name>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=User_talk:Object&amp;diff=83431</id>
		<title>User talk:Object</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=User_talk:Object&amp;diff=83431"/>
		<updated>2014-01-16T14:49:09Z</updated>

		<summary type="html">&lt;p&gt;Object: /* http://www.wurmpedia.com/index.php/PvP_(Combat) */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== http://www.wurmpedia.com/index.php/PvP_(Combat) ==&lt;br /&gt;
&lt;br /&gt;
Currently working on the accuracy of this page since a fellow JKer made mention of the inaccuracies on this page.  I'm not the best pvper but will do my research and try to post the most accurate info on the current state of pvp combat.&lt;/div&gt;</summary>
		<author><name>Object</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=PvP_(Combat)&amp;diff=83430</id>
		<title>PvP (Combat)</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=PvP_(Combat)&amp;diff=83430"/>
		<updated>2014-01-16T14:46:40Z</updated>

		<summary type="html">&lt;p&gt;Object: Changed most common armour to plate and added notes about the combat changes as of yesterday.  Will go over everything here to check for current accuracy as the information gets known to me.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This article contains outdated information about armours and weapons.  Due to the most recent combat changes in Wurm as of Jan 15th, 2014 the armour and weapon section of this page needs to be completely overhauled.  This article gives detailed information about how to play when PvP'ing.  For a general overview of PvP in Wurm, see the [[PvP]] page.''&lt;br /&gt;
&lt;br /&gt;
== PvP (Player vs Player) ==&lt;br /&gt;
&lt;br /&gt;
PvP, or player versus player combat, is a feature of Wurm where two or more players are pitted against each other in combat. PvP also extended to kingdom wide disputes, and the conquest of land and building of structures throughout the world of Wurm. Currently, [[Epic cluster|Epic]] is the only server with free PvP. [[Server types|Chaos]] limits players to PvP with warring towns and to the area designated for the Hunt of the Ancients.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
In Wurm there are three kingdoms which actively participate in player versus player combat. These are Mol-Rehan, Jen-Kellon, and The Horde of the Summoned. While all kingdoms are considered to be at war, the lore of Wurm suggest that members of the White Light religions should be at odds with the those of the Black Lighter religions more frequently. Throughout the history of Wurm there has been several alliances created between the different kingdoms, mainly between Mol-Rehan / Jen-Kellon and Horde of the Summoned. Although members of different kingdoms are naturally aggressive towards each other, players are not forced to enter combat with each other, and different kingdoms can work in unison if the individual members choose to do so. PvP can happen within kingdoms as well, as there are no rules against, or mechanics preventing, combat between members of the same kingdom. On Wild there are no restrictions to PvP. The only downside to attacking members of your own kingdom is the procuring of a bed reputation, which will most likely be crippling in the long run. Wurm's PvP acts like all combat, and relies on both player stats, and player ability. Different conditions will change your likeliness to succeed in PvP, including how powerful your in game character is, and how well you execute plans and work as a team. Communication in Wurm PvP is vital, and in organized PvP, it is strongly advised that players have some means of quickly relaying information to each other. Above all, tactics and know how are the diving factors in PvP, and substantial odds can be outweighed with the proper gear, preparation, and teamwork.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== PvP Related Skills ==&lt;br /&gt;
&lt;br /&gt;
Many factors can be considered when one enter PvP in Wurm. All combat skills are used while PvPing, and these including your shield skill, weapon skill, fight skill, fighting stance skill, bow skill, archery skill, and player characteristics. Having higher in any of these can attribute to your success, however it is generally advised to be trained in at least one shield skill, weapon skill, and fighting stance of your choice. Overall fight skill is considered to be the most important skill in PvP, as it adds greatly to your overall combat rating. Having higher fight skill will allow the player to hit more, but so will having greater weapon and fighting sub skills. Having a higher shield skill is important to block both blows in up close pvp, and arrows for long ranged. Fighting stances are another choice the player must make. Currently, they can choose between Defensive, Aggressive, and Normal fighting modes, which all have their specific advantages and disadvantages. In long ranged combat, both bow and archery skill are considered important. Most frequently players use Long Bows, although Medium and Short Bows are considered to have their tactical advantages and lower ranges. &lt;br /&gt;
&lt;br /&gt;
Beyond skills the other major character attribute that effects PvP are the player characteristics. Body Strength, Body Stamina, Body Control, Mind Speed, Soul Strength, and Soul Depth all have some effect on PvP. Having higher body strength will allow you to hit harder, while having higher body stamina will both increase your effective health and stamina. The over all body skill is thought to increase a player &amp;quot;toughness&amp;quot;, and therefor is also considered important, although it levels on its own with your other skills. Body control is believed to increase the players chance to hit, as well as dodge and perform critical strikes. While the effects of Mind Speed are not entirely documented, it is considered to make focusing easier, and perhaps increase chance to hit, aim, and perform special moves. Soul Strength and Soul Depth factor into spell resistance and ability to cast spells. For priest, having a high Soul Depth and Soul Strength means the ability to cast stronger spells, while for normal players it will improve their resistance to said spells, as well as to the effects of the Orb of Doom. Because of characteristics important roll in PvP, crafters who decide to fight have a notable advantage in combat, assuming they train their skills to certain standards. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Player Death ==&lt;br /&gt;
&lt;br /&gt;
If you die in PvP you do not lose skills as you usually would. Instead, you take a .25 hit to your fight skill, as well as a small loss in body strength. If a resurrection stone is not active, or the player is not a 70+ faith Magranon priest, all items are dropped on death, and can be picked up by the opposing faction and looted. PvP can be very high risk, because losing all of your items, including valuable scale and drake, is a possibility. Players also lose their affinity on death, and it is transferred to whoever got the last hit. If you kill a player on PvP, or are apart of a kill, you can gain a few possible things. All kills on players with above 10~ fight skill will give fight skill gains. A seventy fight skill player will give roughly .25 at 70 fs. This scales as you or the enemy gains or loses in fight skill. If you get the last hit on an enemy, you will also receive their affinity. There is no limit to the number of affinities a player can have, and all players receive one upon start up, and if they lose their last one, another after a set period of time. Finally, upon killing a player or dying, a player gains or loses rank. All players start with 1000 rank, and give progressively less as they died. Contrarily, if a player with very high rank dies to one with a very low rank, the amount lost from the player is increased greatly. While you may find yourself gaining only one rank from a group kill, when you die you may lose twenty or more, as your rank has been spread across all of the players that killed you. Likewise, killing an opponent in solo combat will increase the amount of rank you gain, as there are no other players to spread the rank to. The same can be applied to fight skill. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Armor ==&lt;br /&gt;
&lt;br /&gt;
The current most common armour in PvP is a set of plate armor with enchants of either AOSP or Web Armor, but because of the most recent combat changes this may or may not effect what armour is used in pvp. Other armors are used less frequently, sometimes do to rarity, and sometimes because they are not useful in combat. Below is a list of armors, their frequency of use in PvP, and their individual advantages and disadvantages. &lt;br /&gt;
&lt;br /&gt;
'''Cloth:''' Never used in PvP. It is considered too weak for combat, and is rarely even considered for PvE. &lt;br /&gt;
&lt;br /&gt;
'''Leather:''' Leather is usually replaced by the more superior Studded Leather Armor. &lt;br /&gt;
&lt;br /&gt;
'''Studded:''' Studded armor is rarely seen in PvP do to its weakness again piercing attacks. This makes the wearer highly susceptible to damage from swords, and pierces can often prove fatal. It has a better dodge rate than chain, and is considered to be more practical against blunt weapons. It also weighs much less than a full chain set, and is much less cumbersome to move speed.  &lt;br /&gt;
&lt;br /&gt;
'''Chain:''' Chain armor is the most frequently used in PvP. It is easy to make, and its supplies are in abundance in the land of Wurm. It provided a decent amount of armor while not being too restricting to speed. The glance rate is higher than that of studded, and being hit results in lighter wounds.&lt;br /&gt;
&lt;br /&gt;
'''Plate:''' Plate armor is rarely seen in pvp, as it is extremely cumbersome to the player. The Great Helm is the only piece of plate armor that is frequently used, as it is the only piece of armor that protest the fact (other than rare and highly valued summer hats). It has been used in some scenarios to great effect. Its practicality in horse combat and deed defense has been speculated before, as, while it does slow the player down immensely, it has an extremely high glance rate, and damage done the player is greatly reduced. The weight of an entire plate set is over 20kgs, and as such, decreases the overall amount a player can hold.&lt;br /&gt;
&lt;br /&gt;
'''Drake:''' Drake is the second most widely used armor in PvP. It is rare, and made form the hides of dragons. Its glance rate is considered to be higher than that of chain, and it has a considerably higher dodge rate. The entire drake set decreases a players movement only slightly more than the great helm alone. While your chances of dying are reduced in drake, the loss is much greater than if one were to lose chain. Drake is somewhat expensive when compared the other armor sets, and cannot be as easily replaced. &lt;br /&gt;
&lt;br /&gt;
'''Scale:''' Scale is the stronger armor available to players. It offers nearly no movement penalty, and has an extremely high (higher than plate) glance rate. The dodge rate is greater than that of drake, and weighs only slightly more than the drake set. Scale is very rare, and only a few players are seen PvPing in it. Wearing scale gives the player a substantial advantage in PvP.&lt;br /&gt;
&lt;br /&gt;
Armor, especially the higher tier armors, are often enchanted with AOSP or Web Armor to give an additional advantage to the player. AOSP returns a portion of the damage done to the player, and, just as vitally, adds the hurting status to the enemy. Web armor greatly reduced the movement speed of a player, and allows the person who was hit to retreat or call in their allies to go in for the kill. What enchant one gets on their armor is a matter of preference, although it is easier for BL to get Web Armor, and WL to get AOSP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Weapons ==&lt;br /&gt;
&lt;br /&gt;
Like armor, weapons are also a matter of preference in PvP. Some are very rarely used, while others are much more common. It is rare to see duel wielding in PvP.&lt;br /&gt;
&lt;br /&gt;
'''Short Sword:''' The short sword is rarely seen in PvP. It is does low amounts of damage, but has a high swing rate and is very accurate. It is one handed, and thus can be used with a shield.&lt;br /&gt;
&lt;br /&gt;
'''Longsword:''' The longsword is one of the more commonly seen weapons in PvP. It has a high parry rate, a four second swing timer, and is fairly accurate. It is considered to be the most standard of all weapons, and used to be one of the only ones used in combat. A longsword is a one handed weapon, and thus can be used with a shield. &lt;br /&gt;
&lt;br /&gt;
'''Two Handed Sword:''' The two handed sword is occasionally seen in PvP. It hits very hard, but is slower and less accurate than the longsword. It is two handed, and cannot be used with a shield. Because it has a fair parry rate, it is considered to be the moderate version of the heavier weapons.&lt;br /&gt;
&lt;br /&gt;
'''Small Mauls:''' Small mauls do slightly less damage than long swords, but hit faster and are more accurate. They also benefit from a higher parry rate. A small maul is a one handed weapon, and thus can be used with a shield.&lt;br /&gt;
&lt;br /&gt;
'''Medium Mauls:''' Medium mauls deal much more damage than long swords, parry marginally less, and are about the same in terms of accuracy. A medium maul is a one handed weapon, and thus can be used with a shield. &lt;br /&gt;
&lt;br /&gt;
'''Large Mauls:''' Large mauls are extremely powerful, and can cause massive damage upon hit. They are not frequently seen in PvP, but some into occasional use. They parry less than two handed swords, but deal considerable damage. They are two handed weapons.&lt;br /&gt;
&lt;br /&gt;
'''Small Axes:''' Rarely used. Low/Medium damage. Low swing timer. One handed. *Add to this&lt;br /&gt;
&lt;br /&gt;
'''Medium Axes:''' Rarely used. Medium/High damage. Average swing timer. One handed. *Add to this&lt;br /&gt;
&lt;br /&gt;
'''Huge Axes:''' Very high damage. High swing timer. Two handed. *Add to this&lt;br /&gt;
&lt;br /&gt;
'''Polearms:''' Rarely used. *Add to this&lt;br /&gt;
&lt;br /&gt;
== Weapon Enchants ==&lt;br /&gt;
&lt;br /&gt;
A high caliber PvP weapon will have around three to four, high power enchants, although they can be quite difficult to obtain. Here are the most commonly used:&lt;br /&gt;
&lt;br /&gt;
'''Humans Demise:''' Increased crit chance against humanoids (players). Most frequently found on PvP weapons. Has no cast power, just passive effect.&lt;br /&gt;
&lt;br /&gt;
'''Wind of Ages/Blessings of the Dark:''' Recent changes have made high power cast of this less necessary. Having over 50 will assure maximum swing timer. Blessing of the Dark also gives increase to weapon skill gained, although this itself is not necessary for PvP. &lt;br /&gt;
&lt;br /&gt;
'''Flaming Aura:''' Deals an additional wound to players equal to (power/3)% of the hit. (99/3 = 33%) (30 damage gives +10 damage burn wound). &lt;br /&gt;
&lt;br /&gt;
'''Frost Brand:''' The Vynora equivalent of Flaming Aura.&lt;br /&gt;
&lt;br /&gt;
'''Rotting Touch:''' Causes infection wounds that get worse over time, and need special care to be healed. Higher power generates increasingly dire wounds. Instead of adding more wounds Rotten Touch increases the damage of for example the cut done by a sword.&lt;br /&gt;
&lt;br /&gt;
'''Life Transfer:''' Used many time in PvP. Does no extra damage, but heals the player when they strike another player or creature. The quantity of wounds being healed depends on damage done.&lt;br /&gt;
&lt;br /&gt;
'''Venom:''' Causes poison wounds that can only be healed with farmer's salves. Ignoring these wounds can result in instant death.&lt;br /&gt;
&lt;br /&gt;
== Tactics ==&lt;br /&gt;
&lt;br /&gt;
Tactics are the core of PvP. Different sides will develop their own tactics, and individual players will develop their own fighting styles and preferences. Decision making is a key part of PvP, and weighs heavily on the success of the players involved. There are a few things that are commonly agreed upon, such as taking height advantage, and focusing in one x one encounters. Different parts of the body are often aimed at to cripple or impair the enemy, and opponents are singled out based on their strength and current position in combat. PvP is often a group effort, and so organized tactics are often developed. Below is a list of things that are often considered in one on one combat. &lt;br /&gt;
&lt;br /&gt;
'''Height Advantage:''' Being a significant distance above the player gives you height advantage. This adds to your combat rating, and thus increases your chance to hit and your general effectiveness in combat. Falling into a pit can be deadly, as a player must climb out with the enemy on them, while suffering from decreased combat rating do to moving, poor footing, and being beneath their enemy. Height advantage can also be gained by riding a horse, although engaging an enemy with a horse that is unequipped with barding could prove fatal to the animal.&lt;br /&gt;
&lt;br /&gt;
'''Movement:''' Most likely players will be moving frequently when engaged in one on one combat. They will be seeking height advantage, and attempting to get behind the other player. Moving increases your chance to be hit, so this too must be considered while fighting.&lt;br /&gt;
&lt;br /&gt;
'''Flanking Bonus (for being behind players):''' If you are behind a player, you have a greatly increased chance to hit. If it is possible, it is advised to be behind your enemy as much as possible. This is sometimes too difficult to do however, and can be considered an opportunity more than a tactic. &lt;br /&gt;
&lt;br /&gt;
'''Pets:''' Having a pet in combat (usually a troll or crocodile) will give you what is known as 'gank bonus'. This greatly increases your chance to hit, and the chance of your pet hitting. &lt;br /&gt;
&lt;br /&gt;
'''Aiming:''' Aiming for any spot besides the torso decreases your chance to hit the player, however the torso is also the most resistant of all body parts. While you may land more hits, they will each do considerably less damage than hits to anywhere else on the body. When chasing someone down, people generally aim for the feet/calves, which will cause the greatest slow down in movement speed. If the player is not wearing a great helm, the head is often aimed for, as a single powerful shot may kill them if it hits their unprotected face. When no obvious weak spots are present, players will normally aim for whatever piece of armor they think is weakest. &lt;br /&gt;
&lt;br /&gt;
'''Focusing:''' Each level of focus grants a +1 bonus to CR. This is the equivalent of 5 levels of fight skill in PvP. In one on one combat, it is highly recommended that you focus, in order to gain the upper hand in the fight. If one player gets to high focus, whoever gets the first hit in will often be the victor, as the they will immediately be in a position of power. Focusing takes four seconds, and the player is more vulnerable during this time. If you out focus your enemy, it is arguable that the disadvantage is made up for by the levels of focus already gained.&lt;br /&gt;
&lt;br /&gt;
[[Category:Fighting]]&lt;br /&gt;
[[Category:Babel/P]]&lt;/div&gt;</summary>
		<author><name>Object</name></author>
		
	</entry>
</feed>