<?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=Bigsteve</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=Bigsteve"/>
	<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php/Special:Contributions/Bigsteve"/>
	<updated>2026-06-04T05:03:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Server_administration_(Wurm_Unlimited)&amp;diff=99677</id>
		<title>Server administration (Wurm Unlimited)</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Server_administration_(Wurm_Unlimited)&amp;diff=99677"/>
		<updated>2016-09-30T13:30:06Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: added Tree Spread odd&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right; padding: 10px;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Image:Wurm_unlimited_25pc.png|center|link=http://store.steampowered.com/app/366220]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This article is intended for advanced users that wish to run a dedicated Wurm Unlimited server. This is not a requirement for playing Wurm Unlimited. Please see the [[Wurm_Unlimited|Getting Started]] guide for running Wurm Unlimited with the bundled server.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===General Requirements===&lt;br /&gt;
====Network Configuration====&lt;br /&gt;
The following ports will need to be opened:&lt;br /&gt;
:;8766 TCP/UDP: Required for general Steam communication. &lt;br /&gt;
:;27016-27030 UDP: Required for Steam queries. This allows the server browsers to see your server through Steam.&lt;br /&gt;
:;3724 TCP: The Wurm Unlimited server communicates with clients on this port. (This port may be modified, see [[Server_administration_(Wurm_Unlimited)#Local_Server|Local Server Configuration]])&lt;br /&gt;
The following ports should be allowed by your firewall only if you are using multiple servers. Even then, you should ensure that your network security only allows traffic from known sources to these ports:&lt;br /&gt;
:;7220, 7221 TCP: '''Warning: Do not under any circumstances open these ports to external access.''' These are ports used for RMI and intra-server communication. These must be open on the local machine but should NOT be publicly available. They bind to the Local IP address. (These ports may be modified, see [[Server_administration_(Wurm_Unlimited)#Local_Server|Local Server Configuration]])&lt;br /&gt;
&lt;br /&gt;
'''Note''': Your server will start without the Steam ports opened, but it will only be visible on the ''LAN'' tab of the server browser, and only to local clients.&lt;br /&gt;
&lt;br /&gt;
If your ports are opened on your system's firewall, you may need to have your router forward those ports to your local area IP address. Please refer to your router's manual or your ISP for information on configuring port forwarding on your router.&lt;br /&gt;
&lt;br /&gt;
'''Read more:''' [https://support.steampowered.com/kb_article.php?ref=8571-GLVN-8711 Required Ports for Steam]&lt;br /&gt;
&lt;br /&gt;
====Windows &amp;amp; Linux====&lt;br /&gt;
Please see the [[Wurm_Unlimited|Getting Started]] guide for information on installing Steam. Once installed, you will find the ''Wurm Unlimited Dedicated Server'' under the ''Tools'' category of your Steam library. Once installed, you may launch the server by double-clicking the icon on your desktop or by using Steam to launch it. Alternatively, you may launch the server directly by running ''WurmServerLauncher'' in the server's installation folder.&lt;br /&gt;
&lt;br /&gt;
The dedicated server comes with a Java Runtime Environment (JRE) on both platforms, but you may install one for additional debugging tools.&lt;br /&gt;
* [https://www.java.com/en/download/help/windows_manual_download.xml Windows]&lt;br /&gt;
* [https://docs.oracle.com/javase/8/docs/technotes/guides/install/linux_jdk.html Linux RPM]&lt;br /&gt;
* [http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html Ubuntu/Debian]&lt;br /&gt;
&lt;br /&gt;
====Headless====&lt;br /&gt;
The Wurm Unlimited Dedicated Server may be run on a ''headless'' system. This means that the server may be started from the command line without a graphical interface. You will need to install [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD], from the instructions here:  https://developer.valvesoftware.com/wiki/SteamCMD&lt;br /&gt;
&lt;br /&gt;
* Headless mode is '''not''' officially supported by Code Club. The instructions provided have been tested on and are intended for an '''Ubuntu/Debian''' system.&lt;br /&gt;
* You must have good knowledge of SQL as well as command-line utilities to run the server in a headless state.&lt;br /&gt;
* It's highly recommended that you run the dedicated server on a local system with a graphical interface to perform the initial set up of your server and then copy that server's folder to your headless system.&lt;br /&gt;
&lt;br /&gt;
If you see an error: &amp;lt;tt&amp;gt;[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.&amp;lt;/tt&amp;gt;, you can resolve it by typing this into your root folder:&lt;br /&gt;
 cp ./linux64/steamclient.so ./nativelibs&lt;br /&gt;
&lt;br /&gt;
To install the server, run SteamCMD and log in with: &amp;lt;tt&amp;gt;login &amp;lt;account&amp;gt; &amp;lt;password&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;login anonymous&amp;lt;/tt&amp;gt;. Next you set the install folder by typing &amp;lt;tt&amp;gt;force_install_dir &amp;lt;folder name&amp;gt;&amp;lt;/tt&amp;gt;, for example: &amp;lt;tt&amp;gt;force_install_dir wu&amp;lt;/tt&amp;gt;. Finally, start the update with &amp;lt;tt&amp;gt;app_update 402370&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Multi-Server====&lt;br /&gt;
A [[Multi_Server_(Wurm_Unlimited)|multi-server setup]] requires more detailed configuration.&lt;br /&gt;
&lt;br /&gt;
==Running the Server==&lt;br /&gt;
===Windows===&lt;br /&gt;
You may run the server from within Steam, or by double-clicking the icon on your desktop. Alternatively you may run &amp;lt;tt&amp;gt;WurmServerLauncher.exe&amp;lt;/tt&amp;gt; from the installation folder.&lt;br /&gt;
&lt;br /&gt;
===Linux Headless===&lt;br /&gt;
The Standard Widget Toolkit for GTK+ Java library and a virtual frame buffer such as Xvfb will need to be installed:&lt;br /&gt;
 sudo apt-get install libswt-gtk-3-java xvfb&lt;br /&gt;
 Xvfb :99 &amp;amp;&lt;br /&gt;
 export DISPLAY=:99&lt;br /&gt;
Once installed, you can launch the server and automatically start it by going into the install folder and typing either &amp;lt;tt&amp;gt;./WurmServerLauncher start=&amp;lt;ServerFolder&amp;gt;&amp;lt;/tt&amp;gt;. Example: &amp;lt;tt&amp;gt;./WurmServerLauncher start=Creative&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Command Line Arguments===&lt;br /&gt;
The server launcher accepts the following command line arguments:&lt;br /&gt;
&lt;br /&gt;
;adminpwd=&amp;lt;password&amp;gt; &lt;br /&gt;
: Unlocks the admin commands from within the game, that can be used to change the gameplay settings of the server, such as skill gain rate and field growth time. &lt;br /&gt;
&lt;br /&gt;
;epicsettings=&amp;lt;true/false&amp;gt; &lt;br /&gt;
: If true the server will follow the rules from the Epic servers in Wurm Online. For instance it will use the skill curve. &lt;br /&gt;
&lt;br /&gt;
;externalport=&amp;lt;port&amp;gt; &lt;br /&gt;
: Used to set the port which the client connects through (Default 3724 TCP) &lt;br /&gt;
&lt;br /&gt;
;homeserver=&amp;lt;true/false&amp;gt; &lt;br /&gt;
: If the server is a home server ( belongs to a single kingdom ). &lt;br /&gt;
&lt;br /&gt;
;homekingdom=&amp;lt;id&amp;gt; &lt;br /&gt;
: The kingdom the server belongs to. &lt;br /&gt;
&lt;br /&gt;
;ip=&amp;lt;ip address&amp;gt; &lt;br /&gt;
: The ip the server will bind to. &lt;br /&gt;
&lt;br /&gt;
;loginserver=&amp;lt;true/false&amp;gt; &lt;br /&gt;
: Defaults to true, should only be set to false if the server is intended to be connected with another server that is going to act as a loginserver. &lt;br /&gt;
&lt;br /&gt;
;maxplayers=&amp;lt;number&amp;gt; &lt;br /&gt;
: Sets the max number of players allowed on the server, if this is set through this command line option then the internal game commands to change the player limit will not work. &lt;br /&gt;
&lt;br /&gt;
;pvp=&amp;lt;true/false&amp;gt; &lt;br /&gt;
: Toggles PvP on or off on the server. &lt;br /&gt;
&lt;br /&gt;
;queryport=&amp;lt;port&amp;gt; &lt;br /&gt;
: Used to set the steam query port (27016-27030 UDP) &lt;br /&gt;
&lt;br /&gt;
;rmiport&amp;lt;port&amp;gt; &lt;br /&gt;
: Used for server to server communication. &lt;br /&gt;
&lt;br /&gt;
;rmiregport=&amp;lt;port&amp;gt; &lt;br /&gt;
: Used for server to server communication. &lt;br /&gt;
&lt;br /&gt;
;servername=&amp;lt;name&amp;gt; &lt;br /&gt;
: The name of the server that will be visible in server browsers. If the name contains spaces, surround it with &amp;quot;&amp;quot;. For example servername=&amp;quot;my private server&amp;quot; &lt;br /&gt;
&lt;br /&gt;
;serverpassword=&amp;lt;password&amp;gt; &lt;br /&gt;
: Sets the password that is used when trying to connect to the server. &lt;br /&gt;
&lt;br /&gt;
;start=&amp;lt;name&amp;gt;&lt;br /&gt;
: Starts the launcher with the configuration and world data from the subdirectory specified in &amp;lt;name&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Launcher Configuration===&lt;br /&gt;
Under most circumstances the server should run without needing customisation of its launch configuration. If necessary however, configuration of the server launcher may be done by editing the configuration file in the following location within your steam folder:&lt;br /&gt;
steamapps\common\Wurm Unlimited Dedicated Server\LaunchConfig.ini&lt;br /&gt;
&lt;br /&gt;
This file contains the options for starting the Java runtime. To override the in-built runtime that is used, set the following options in the Runtime section (replace with your own Java path):&lt;br /&gt;
 OverrideJavaRegEntry=true&lt;br /&gt;
 JavaPath=C:\Program Files\Java\jdk1.8.0_60\jre\bin\server&lt;br /&gt;
&lt;br /&gt;
==User Interface==&lt;br /&gt;
On launch, the server GUI should appear:&lt;br /&gt;
&lt;br /&gt;
===Select Game Database===&lt;br /&gt;
::;Select database to use: This selects the directory from which the world will be loaded. This list is populated from the game subdirectories of the server executable.&lt;br /&gt;
::;Start Server: Starts the server with the current configuration.&lt;br /&gt;
::;Seconds to shutdown: Controls the number of seconds to wait after the shutdown button is pressed before initiating shutdown.&lt;br /&gt;
::;Reason for shutdown: When shutdown is initiated, this is broadcast to players as the reason for the shutdown.&lt;br /&gt;
::;Shutdown server: Initiates server shutdown, as configured by the seconds to shutdown and reason for shutdown.&lt;br /&gt;
::;Modify the current selected database: These allow modification of the currently selected database. A database may be renamed, deleted, or copied under a new name.&lt;br /&gt;
===Local Server===&lt;br /&gt;
This controls aspects of the main server&lt;br /&gt;
====1. Server Settings====&lt;br /&gt;
::;Server Name: This names the server, and will be the name that appears in the server browser lists in the Wurm Unlimited client.&lt;br /&gt;
::;Server External IP Address:This is the IP address of the computer on which the server is run. For a new server, this is the external IP address detected by the configuration application for the computer on which it has been launched. When it is run, the server will attempt to bind to this IP address. Note that for computers on a LAN, this will be the IP address of the computer on that LAN. Linux users in particular should check this field, as it may default to 127.0.0.1 if the autodetection fails.&lt;br /&gt;
::;Server External IP Port: This is the port on which the server will communicate with clients.&lt;br /&gt;
::;Steam password: Servers may allow any Wurm Unlimited client to connect, or to restrict access to those with the required password. If set, players need to provide this in order to connect to your server.&lt;br /&gt;
::;Maximum number of players.: This sets the limit on the maximum number of players allowed at any one time. When the server reaches its maximum, no players will be able to connect until another has disconnected.&lt;br /&gt;
::;Allow PvP: Allows player-versus-player combat, building destruction and theft.&lt;br /&gt;
::;Epic settings: Turns on Epic mode, where skillgain is faster and missions affect Valrei.&lt;br /&gt;
::;Home server: A Home server can only have settlements from one kingdom.&lt;br /&gt;
::;Kingdom: For Home servers, this value indicates the kingdom to which the server belongs. Built-in kingdom values are:&lt;br /&gt;
:::*0 - No kingdom&lt;br /&gt;
:::*1 - Jenn-Kellon&lt;br /&gt;
:::*2 - Mol-Rehan&lt;br /&gt;
:::*3 - Horde of the Summoned&lt;br /&gt;
:::*4 - Freedom&lt;br /&gt;
::;Message of the day: A message to display upon login&lt;br /&gt;
====2. Advance Server Settings====&lt;br /&gt;
::;Server ID:This number is a unique identifier for the server in a server cluster. When the server gui is first launched with no preconfigured servers, this number is randomly generated so as to avoid clashing with any existing servers ids.&lt;br /&gt;
::;Server Internal IP Address: This is the IP address that is used to communicate with other servers. When it is run, the server will attempt to bind to this IP address for inter-server communication. This is also the IP that the RMI ports will bind to.&lt;br /&gt;
:::'''Note:''' For security purposes, this should be a LAN IP or the local loopback (127.0.0.1). Set to an external (public) IP at your own risk.&lt;br /&gt;
::;Server Internal IP Port: This is the port on which the server will communicate with other servers in a multi-server environment.&lt;br /&gt;
::;RMI Registration Port: The server allows commands to be executed and information retrieved through Java RMI (Remote Method Invocation). This port is the registration port for RMI calls. RMI is not enabled unless USE_INCOMING_RMI is set to true in the configuration file.&lt;br /&gt;
::;RMI Port: This is the port over which Remote Method Invocation calls are made. RMI is not enabled unless USE_INCOMING_RMI is set to true in the configuration file.&lt;br /&gt;
::;Intra server password: When running multiple servers together, this is password is used for cross-server communication.&lt;br /&gt;
::;Login server: The login server is the central cluster node responsible for bank accounts and cross communication&lt;br /&gt;
::;Test server: Running as a test server turns on a number of additional settings and debug options.&lt;br /&gt;
::;Random spawn points: If set, new players with spawn in a randomised location unless a permanent kingdom village is set. If a server has spawn items in the world (eg. Soulstones), the spawn location will be based on one of these items chosen at random.&lt;br /&gt;
::;Spawnpoint x: Where players generally spawn, tile x.&lt;br /&gt;
::;Spawnpoint y: Where players generally spawn, tile y&lt;br /&gt;
::;Kingdom 2 spawnpoint x: Where kingdom 2 players spawn, tile x&lt;br /&gt;
::;Kingdom 2 spawnpoint y: Where kingdom 2 players spawn, tile y&lt;br /&gt;
::;Kingdom 3 spawnpoint x: Where kingdom 3 players spawn, tile x&lt;br /&gt;
::;Kingdom 3 spawnpoint y: Where kingdom 3 players spawn, tile y&lt;br /&gt;
:'''Note:''' If no spawn items exist, the location will be on a tile chosen at random in the world, providing it satisfies the following constraints:&lt;br /&gt;
::* Height greater than -1&lt;br /&gt;
::* Steepness &amp;lt; 20&lt;br /&gt;
&lt;br /&gt;
====3. Gameplay Tweaks====&lt;br /&gt;
::;Skill gain rate multiplier: Multiplies the server skill gain rate. Higher means faster skill gain. It's not exact depending on a number of factors.&lt;br /&gt;
::;Characteristic start value: Start value of Characteristics such as body strength, stamina and soul depth&lt;br /&gt;
::;Mind Logic skill start value: Start value of Mind Logic Characteristic (used for controlling vehicles)&lt;br /&gt;
::;Body Control skill start value: Start value of Mind Logic Characteristic (used for controlling mounts)&lt;br /&gt;
::;Fight skill start value: Affects start value of the overall fighting skill&lt;br /&gt;
::;Overall skill start value: Start value of all other skills&lt;br /&gt;
::;Player combat rating modifier: Modifies player combat power versus creatures&lt;br /&gt;
::;Action speed multiplier: Divides the max standard time an action takes. Higher makes actions faster.&lt;br /&gt;
::;Hota Delay: The time in minutes between Hunt Of The Ancients rounds&lt;br /&gt;
::;Max Creatures: Maximum number of creatures in the world.&lt;br /&gt;
::;Aggressive Creatures: Approximate maximum percentage of aggressive creatures in the world.&lt;br /&gt;
::;Settlement upkeep enabled: If enabled, settlements require upkeep money. Once a settlement runs out of upkeep it is disbanded.&lt;br /&gt;
::;No deeding costs: If enabled, deeding is free and costs no money&lt;br /&gt;
::;Trader max money: The max amount of money a trader will receive from the pool&lt;br /&gt;
::;Trader initial money: The initial amount of money a trader will receive from the pool&lt;br /&gt;
::;Minimum mining hits required: The minimum number of times you need to mine before a wall disappears&lt;br /&gt;
::;Breeding time modifier: A modifier which makes breeding faster the higher it is.&lt;br /&gt;
::;Field growth timer, hour: The number hours between field growth checks&lt;br /&gt;
::;Tree Spread Odds: Chance for a Tree with a Sprout to propagate, value is used a % as x/100 chance to propagate. &lt;br /&gt;
::;Money pool: This is the amount of money that will be in the money pool after server restart.&lt;br /&gt;
====4. Twitter Settings====&lt;br /&gt;
::;Consumer key: Twitter consumer key&lt;br /&gt;
::;Consumer secret: Twitter consumer secret&lt;br /&gt;
::;Application token: Twitter application token&lt;br /&gt;
::;Application secret: Twitter application secret&lt;br /&gt;
====5. Maintenance====&lt;br /&gt;
::;Maintenance:Select to start the server in maintenance mode. A server in maintenance mode does not allow any players of power 0 to connect. Players set to 1 or higher will still be able to connect.&lt;br /&gt;
===Server Neighbors===&lt;br /&gt;
====1. Server Settings====&lt;br /&gt;
::;Server Name: Name of the neighboring server.&lt;br /&gt;
::;Server ID:This number is a unique identifier for the server in a server cluster.&lt;br /&gt;
::;Server External IP Address: External IP of the neighboring server.&lt;br /&gt;
::;Server External IP Port: Port of the neighboring server.&lt;br /&gt;
::;Server Internal IP Address: This is the IP address that is used to communicate with other servers.&lt;br /&gt;
::;Server Internal IP Port: This is the port on which the server will communicate with other servers in a multi-server environment.&lt;br /&gt;
::;RMI Registration Port: The server allows commands to be executed and information retrieved through Java RMI (Remote Method Invocation). This port is the registration port for RMI calls. RMI is not enabled unless USE_INCOMING_RMI is set to true in the configuration file.&lt;br /&gt;
::;RMI Port: This is the port over which Remote Method Invocation calls are made. RMI is not enabled unless USE_INCOMING_RMI is set to true in the configuration file.&lt;br /&gt;
::;Intra server password: When running multiple servers together, this is password is used for cross-server communication.&lt;br /&gt;
::;Login server: The login server is the central cluster node responsible for bank accounts and cross communication&lt;br /&gt;
===Server Travel===&lt;br /&gt;
::;North: Drop-down box to select a server in the current cluster to transfer players to when they travel north.&lt;br /&gt;
::;South: Drop-down box to select a server in the current cluster to transfer players to when they travel south.&lt;br /&gt;
::;East: Drop-down box to select a server in the current cluster to transfer players to when they travel east.&lt;br /&gt;
::;West: Drop-down box to select a server in the current cluster to transfer players to when they travel west.&lt;br /&gt;
===Players===&lt;br /&gt;
This tab allows changes to specific players&lt;br /&gt;
::;Select Player: A drop-down box that will populate with players as they are created on the server. You may need to switch to another tab and back to see players created after you've viewed the tab.&lt;br /&gt;
Once a player has been chosen from the drop-down, the following options are available:&lt;br /&gt;
::;Player Name: The name of the player.&lt;br /&gt;
::;Position in X: The X position of the player.&lt;br /&gt;
::;Position in Y: The Y position of the player.&lt;br /&gt;
::'''Note''': These are ''real'' X and Y positions, not ''tile'' positions.&lt;br /&gt;
::;Player Game Management Power: A value that represents the player's current GM level.&lt;br /&gt;
:::* 0 - Normal Player. Cannot use any wands.&lt;br /&gt;
:::* 1 - Hero: Has limited abilities and can mostly move around invisible and teleport but not see character details or affect anything.  They can be given a wand of teleportation to move around with.&lt;br /&gt;
:::* 2 - GM: Standard GM-level. This level and above can set players as CA or CM, move players, ban players, lookup player information etc. This level can use the '''ivory wand''' to invoke various GM powers.&lt;br /&gt;
:::* 3 - High God: A higher level than GM. There's no significant difference in power between a High God and a GM.&lt;br /&gt;
:::* 4 - Arch GM: High level GM that can spawn items and creatures, set skills, shutdown servers, and so on. This level can do nearly everything a level 5 can and has the ability to use the '''ebony wand''' as well as the '''ivory wand'''.&lt;br /&gt;
:::* 5 - Implementor: Highest level, very little difference from Arch GM.&lt;br /&gt;
::;Server ID of the player: The server ID where the player is currently located. Changing this to a bad value will make the player unable to log in.&lt;br /&gt;
::;Whether the player is undead: Allows the player to play as undead.&lt;br /&gt;
&lt;br /&gt;
==Server Configuration file==&lt;br /&gt;
On startup, the server reads from the '''wurm.ini''' file in the folder of the server that is loaded from the interface or with the &amp;lt;tt&amp;gt;start=&amp;lt;/tt&amp;gt; argument. This configuration file (details of the syntax are specified by Java's [https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#load-java.io.Reader- Properties.load method]) sets a number of parameters:&lt;br /&gt;
===Terrain and Resources===&lt;br /&gt;
::;CAVEIMG:When true, the ores on the map will be saved to a file named Ore.png in the server directory on startup. If not specified, defaults to false.&lt;br /&gt;
::;CREATESEEDS:If true, on startup the server will assign random forage/botanize resources to random tiles. If not specified, defaults to false.&lt;br /&gt;
::;PROSPECT:When true, randomly changes any non-exposed ores in the rock layer and sets itself to false when the configuration file is saved. If not specified, defaults to false.&lt;br /&gt;
===Database Connections===&lt;br /&gt;
::;DB_HOST:Use the specified directory for the database. This option is ignored if the server world directory is chosen through the GUI.&lt;br /&gt;
::;USE_LOGIN_DB:When true, uses a separate directory for the login database, otherwise uses the same database directory as DB_HOST. If not specified, defaults to false.&lt;br /&gt;
::;LOGIN_DB_HOST:Specifies the directory for the login database. This option is ignored unless USE_LOGIN_DB is true.&lt;br /&gt;
===Challenge and Epic===&lt;br /&gt;
::;CHALLENGEDAYS: Only used if STARTCHALLENGE is true. The number of days for the challenge timer to run. If not specified, defaults to 30.&lt;br /&gt;
::;STARTCHALLENGE: Sets the start and end timers on a challenge server, using the duration specified in CHALLENGEDAYS.&lt;br /&gt;
::;WEB_PATH: Certain data such as player ranking, battles and Valrei map entities are written to xml files. This config item specifies the path in which these file will be created.&lt;br /&gt;
===Multi-Server===&lt;br /&gt;
::;USE_INCOMING_RMI: When true, the server will listen and respond to incoming messages via Java Remote Method Invocation (RMI), which allows command execution and querying by external systems. If not specified, defaults to false. Note that this option should not be enabled without first securing the server host ports, and is not recommended that this be run on a multi-user host as RMI is not inherently secure.&lt;br /&gt;
::;IS_GAME_SERVER: When true, indicates that direct login is allowed on this server. It is possible to configure a cluster of servers such that one acts as a dedicated login server, in which case the login server would have this set to false while the others would be true. If not specified, defaults to true.&lt;br /&gt;
===Logging===&lt;br /&gt;
These settings control the mechanisms and amount of logging that is performed.&lt;br /&gt;
::;DEVMODE: Turns on additional logging and disables email sending. If not specified, defaults to false.&lt;br /&gt;
::;LAG_THRESHOLD: Certain long-running operations are logged if they are over a certain threshold, as specified in milliseconds by LAG_THRESHOLD. If not specified, defaults to 1000.&lt;br /&gt;
::;PLAYERLOG: Indicates the log file to which player statistics will be written at regular intervals. Must have a .log extension and write access or the default will be used. The syntax of the file path may be in standard Java path format, eg.&lt;br /&gt;
::::&amp;lt;code&amp;gt;PLAYERLOG=d:/path/to/players.log&amp;lt;/code&amp;gt;&lt;br /&gt;
:::and may be an absolute or a relative path, eg:&lt;br /&gt;
::::&amp;lt;code&amp;gt;PLAYERLOG=logs/numplayers.log&amp;lt;/code&amp;gt;&lt;br /&gt;
:::If backslash path characters are preferred on a Windows environment, they need to be escaped:&lt;br /&gt;
::::&amp;lt;code&amp;gt;PLAYERLOG=d:\\path\\to\\players.log&amp;lt;/code&amp;gt;&lt;br /&gt;
:::If not specified, defaults to numplayers.log in the server directory.&lt;br /&gt;
::;USE_DATABASE_FOR_SERVER_STATISTICS_LOG: When true, server statistics will be logged to the wurmlogs database. This is in addition to MRTG logging. If not specified, defaults to false.&lt;br /&gt;
::;USE_ITEM_TRANSFER_LOG: When true, item transfers are logged to the database.&lt;br /&gt;
::;USE_TILE_LOG: When true, logs tile event details to the database. If not specified, defaults to false.&lt;br /&gt;
===Maintenance/Diagnostics===&lt;br /&gt;
::;ANALYSE_ALL_DB_TABLES: When true, analyses database tables on startup. If not specified, defaults to false.&lt;br /&gt;
::;CHECK_WURMLOGS: When true, checks the logs database tables if and only if a database table maintenance task option (ANALYSE_ALL_DB_TABLES) is also true. This is usually a long running task. If not specified, defaults to false.&lt;br /&gt;
::;CRASHED: When true, players have their fatigue reset and are given full sleep bonus on startup. This setting is not automatic, and needs to be set to true or false manually. If not set, defaults to false.&lt;br /&gt;
::;MAINTAINING: When true, indicates that the server is running in maintenance mode, in which only players with power level &amp;gt; 0 may log in. If not specified, defaults to false.&lt;br /&gt;
::;PRUNEDB: If true, removes old players from the database. Players are removed only if all of the following hold:&lt;br /&gt;
:::*Player is power 0&lt;br /&gt;
:::*Playing time is less that one day&lt;br /&gt;
:::*The player last logged out at least three months ago&lt;br /&gt;
:::*Player payment expiry date is 0&lt;br /&gt;
::'''Note:''' If all the above hold and the player has more than 5 silvers in the bank, 5 silvers is deducted, last logout is set to current time and an email is sent warning of impending account deletion. If not specified, defaults to false.&lt;br /&gt;
===Advanced===&lt;br /&gt;
The following options are for advanced users only. Changing these may adversely affect your server and is not recommended for live servers without testing.&lt;br /&gt;
::;NUMBER_OF_DIRTY_MESH_ROWS_TO_SAVE_EACH_CALL: Number of terrain mesh rows to be saved each time the scheduled executor performs a save.&lt;br /&gt;
::;NUMBER_OF_DB_CREATURE_POSITIONS_TO_UPDATE_EACH_TIME: The number of creatures in the database to update each time the creature position updater runs. If not specified, defaults to 500.&lt;br /&gt;
::;NUMBER_OF_DB_ITEM_DAMAGES_TO_UPDATE_EACH_TIME: The number of items in the database to update each time the item damage upsdater runs. If not specified, defaults to 500.&lt;br /&gt;
::;NUMBER_OF_DB_PLAYER_POSITIONS_TO_UPDATE_EACH_TIME: The number of player positions to update each time the scheduled executor is called. If not specified, defaults to 500.&lt;br /&gt;
::;PLAYER_CONN_MILLIS: Number of milliseconds to wait between player connections. If not specified, defaults to 1000.&lt;br /&gt;
::;SCHEDULED_EXECUTOR_SERVICE_NUMBER_OF_THREADS: Specifies the number of threads to be allocated to the scheduled executor pool.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR_TO_UPDATE_PLAYER_POSITION_IN_DATABASE: When true, use a scheduled executor to update player positions in the database instead of the main server thread. If not specified, defaults to false.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR: When true, use a scheduled executor to write the MRTG logs instead of from the main server thread. If not specified, defaults to false.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR_TO_COUNT_EGGS: When true, use a schedule executor to count eggs instead of the main server thread. If not specified, defaults to false.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR_FOR_SERVER: When true, use a scheduled executor to run the Server thread. When false, uses a timer task. If not specified, defaults to false.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR_TO_SEND_TIME_SYNC: When true, use a scheduled executor to send time sync commands instead of from the main server thread. If not specified, defaults to false.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR_TO_SWITCH_FATIGUE: When true, use a scheduled executor to update player fatigue instead of in the main server thread. If not specified, defaults to false.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR_TO_UPDATE_CREATURE_POSITION_IN_DATABASE: When true, use a schedule executor to update a creature's position in the database. If not specified, defaults to false.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR_TO_UPDATE_ITEM_DAMAGE_IN_DATABASE: When true, use a scheduled executor to update an Item's damage in the database instead of the main server thread. If not specified, defaults to false.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR_TO_UPDATE_TWITTER: When true, use a schedule executor to update twitter instead of the main server thread. If not specified, defaults to false.&lt;br /&gt;
::;USE_DIRECT_BYTE_BUFFERS_FOR_MESHIO: Use direct allocation for reading from and writing to the meshes. If not specified, defaults to false.&lt;br /&gt;
::;USE_MULTI_THREADED_BANK_POLLING: When true, multiple threads will be used to poll the banks. If not specified, defaults to false.&lt;br /&gt;
::;USE_SCHEDULED_EXECUTOR_TO_TICK_CALENDAR: When true, a scheduled executor is used to tick the calendar instead of the main server thread. If not specified, defaults to false.&lt;br /&gt;
&lt;br /&gt;
===Reserved Options===&lt;br /&gt;
The following options are reserved for future and/or internal use and it is recommended that they be left as they are in the default configuration file:&lt;br /&gt;
::;CHECK_ALL_DB_TABLES&lt;br /&gt;
::;DB_DRIVER&lt;br /&gt;
::;DB_PASS&lt;br /&gt;
::;DB_PORT&lt;br /&gt;
::;DB_USER&lt;br /&gt;
::;DBPATH&lt;br /&gt;
::;DBSTATS&lt;br /&gt;
::;LOGIN_DB_DRIVER&lt;br /&gt;
::;LOGIN_DB_PASS&lt;br /&gt;
::;LOGIN_DB_PORT&lt;br /&gt;
::;LOGIN_DB_USER&lt;br /&gt;
::;PREPSTATEMENTS&lt;br /&gt;
::;RUNBATCH&lt;br /&gt;
::;SITE_DB_DRIVER&lt;br /&gt;
::;SITE_DB_HOST&lt;br /&gt;
::;SITE_DB_PASS&lt;br /&gt;
::;SITE_DB_PORT&lt;br /&gt;
::;SITE_DB_USER&lt;br /&gt;
::;TRACK_OPEN_DATABASE_RESOURCES&lt;br /&gt;
::;USE_POOLED_DB&lt;br /&gt;
::;USE_QUEUE_TO_SEND_DATA_TO_PLAYERS&lt;br /&gt;
::;USE_SITE_DB&lt;br /&gt;
::;USE_SPLIT_CREATURES_TABLE&lt;br /&gt;
::;USEDB&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
:;Server is not visible in the server browser: This usually indicates that the Steam query ports 27016-27030 are not open, or have not been forwarded to the server host.&lt;br /&gt;
:;On login, players get this message&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; &amp;lt;You can not log on to this type of server. Contact a GM or Dev&amp;gt;: This message indicates that the server is not configured to allow logins, using the IS_GAME_SERVER flag. Set IS_GAME_SERVER=true to allow logins on this server.&lt;br /&gt;
:;Twitter is not working: You may need to download the commons-codec.jar and place it in the ''lib'' folder of your server. The library is available here: [http://commons.apache.org/proper/commons-codec/download_codec.cgi Apache Commons]. Note that this issue should be fixed in current versions.&lt;br /&gt;
:;On a computer with touchscreen enabled, clicking on a drop down box causes the launcher to stop responding: This is a known issue with JavaFX on Windows 10 with devices using touchscreens. You will need to disable the touchscreen. To do this:&lt;br /&gt;
:# Go to start&lt;br /&gt;
:# Right click on &amp;quot;This PC&amp;quot; and choose properties&lt;br /&gt;
:# Choose device manager&lt;br /&gt;
:# Find &amp;quot;Human Interface Devices&amp;quot;&lt;br /&gt;
:# Find &amp;quot;HID Compliant touch screen&amp;quot;, right click and disable.&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Titles&amp;diff=98942</id>
		<title>Titles</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Titles&amp;diff=98942"/>
		<updated>2016-06-02T02:40:49Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
'''Titles''' are earned when a [[player]] reaches certain [[skill]] milestones. When a title is used players of the same [[kingdom]] can see the title in use by that player when hovering the mouse over the player.  For a player to see their own title they should hover over their [[healthbar]].&lt;br /&gt;
&lt;br /&gt;
[[Chat command]]s:&lt;br /&gt;
* &amp;lt;tt&amp;gt;/title&amp;lt;/tt&amp;gt;: displays the title currently in use&lt;br /&gt;
* &amp;lt;tt&amp;gt;/titles&amp;lt;/tt&amp;gt;: gives the option to select an active title from those available&lt;br /&gt;
&lt;br /&gt;
== Known titles ==&lt;br /&gt;
&lt;br /&gt;
There are no titles for Favor nor Alignment.&lt;br /&gt;
&lt;br /&gt;
=== Characteristic titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Skill&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | 50 Title !! width=&amp;quot;150&amp;quot; | 70 Title !! width=&amp;quot;150&amp;quot; | 90 Title&lt;br /&gt;
|-&lt;br /&gt;
| [[Body]]&lt;br /&gt;
| Athlete || Body Builder || &lt;br /&gt;
|-&lt;br /&gt;
| [[Body control]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Body stamina]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Body strength]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Mind]]&lt;br /&gt;
|  Thinker || Scholar || &lt;br /&gt;
|-&lt;br /&gt;
| [[Mind logic]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &lt;br /&gt;
|-&lt;br /&gt;
| [[Mind speed]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Soul]]&lt;br /&gt;
| Spiritualist || Visionary || &lt;br /&gt;
|-&lt;br /&gt;
| [[Soul strength]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Soul depth]]&lt;br /&gt;
| Soulman || &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Skill titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Skill&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | 50 Title !! width=&amp;quot;150&amp;quot; | 70 Title !! width=&amp;quot;150&amp;quot; | 90 Title !! width=&amp;quot;150&amp;quot; | 100 Title !! width=&amp;quot;150&amp;quot; | 100 Title (Epic)&lt;br /&gt;
|-&lt;br /&gt;
| [[Alchemy]]&lt;br /&gt;
| Alchemist || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Animal husbandry]]&lt;br /&gt;
| Drover || Granger || Rancher || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Archery]]&lt;br /&gt;
| Archer || Hawk Eye || Eagle Eye ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Armour smithing]]&lt;br /&gt;
| Armoursmith || Renowned Armorer || Master Armourer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Axes]]&lt;br /&gt;
| Axeman/woman|| Berserker || Fleshrender ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Baking]]&lt;br /&gt;
| Boulanger || Bakesale || Confissier ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Beverages]]&lt;br /&gt;
| Bartender || Party Animal || Sommelier ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Blacksmithing]]&lt;br /&gt;
| Blacksmith || Renowned Blacksmith || Master Blacksmith ||  || Epic Blacksmith&lt;br /&gt;
|- &lt;br /&gt;
| [[Botanizing]]&lt;br /&gt;
| Herbalist || Botanist || Loremaster ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Bowyery]]&lt;br /&gt;
| Bowmaker || Able bowmaker || Master bowmaker ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Butchering]]&lt;br /&gt;
| Butcher || Der Metzgermeister/Skinner || Master Butcher ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Carpentry]]&lt;br /&gt;
| Carpenter || Renowned Carpenter || Master Carpenter || Legendary Architect || Epic Architect&lt;br /&gt;
|-&lt;br /&gt;
| [[Carving knife]]&lt;br /&gt;
| Stabber || Carver || Whittler ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Catapults]]&lt;br /&gt;
| Rock Hurler || Wall Breaker || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Chain armour smithing]]&lt;br /&gt;
| Chainsmith || Renowned Chainsmith || Master Chainsmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Channeling]]&lt;br /&gt;
| Channeler || Conduit || Casting specialist ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Climbing]]&lt;br /&gt;
| Mountaineer || &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cloth tailoring]]&lt;br /&gt;
| Tailor || Dreamweaver || Seamster/Seamstress ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Clubs]]&lt;br /&gt;
| Clubber || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Coal-making]]&lt;br /&gt;
| Coaler || Renowned Coaler || Master Coaler ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cooking]]&lt;br /&gt;
| Cook || Chef || Master Chef ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Dairy food making]]&lt;br /&gt;
| Cheesemaker || Artisan Cheesemaker || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Digging]]&lt;br /&gt;
| Digger || Excavator || Land Shaper || Earthwurm ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Exorcism]]&lt;br /&gt;
| Exorcist || Zealot || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Faith]]&lt;br /&gt;
| Padre/Norn || Devout/Mystic || Enlightened || &amp;lt;span style=&amp;quot;color:#E6E6E6&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:#E6E6E6&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[Farming]]&lt;br /&gt;
| Farmer || Crofter || Master Farmer || Pumpkin King ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fighting]]&lt;br /&gt;
| Soldier || Mercenary || Knight/Amazon ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fine carpentry]]&lt;br /&gt;
| Fine Carpenter || Renowned Fine Carpenter || Mighty Fine Carpenter ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Firemaking]]&lt;br /&gt;
| Pyrotechnic || Arsonist || Firestarter ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[First aid]]&lt;br /&gt;
| Quacksalver || Medic || Surgeon ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fishing]]&lt;br /&gt;
| Fisherman/woman|| Angler || Kingfisher || Hooked on Fishing || Epic Fisherman&lt;br /&gt;
|-&lt;br /&gt;
| [[Fletching]]&lt;br /&gt;
| Fletcher || Arrowmaker || Master Fletcher ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Foraging]]&lt;br /&gt;
| Forager || Plant Gatherer || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Forestry]]&lt;br /&gt;
| Forester || Arboriculturist || Arbophiliac ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Gardening]]&lt;br /&gt;
| Greenthumbs || Gardener || Jiko Enkai Zenji ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hammers]]&lt;br /&gt;
| Hammerer|| Assaulter || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hot food cooking]]&lt;br /&gt;
| Caterer || Iron chef || Saucier || Legendary Chef || Epic Chef&lt;br /&gt;
|-&lt;br /&gt;
| [[Jewelry smithing]]&lt;br /&gt;
| Goldsmith || Renowned Goldsmith || Midas touch ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Knives]]&lt;br /&gt;
| Knifer || Piercer || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Leatherworking]]&lt;br /&gt;
| Tanner || High Tanner || Master Tanner ||Mistress of the Hide  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockpicking]]&lt;br /&gt;
| Lock Breaker || Safe Cracker || Vault Shadow ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Locksmithing]]&lt;br /&gt;
| Locksmith || Safe Smith || Master Locksmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Masonry]]&lt;br /&gt;
| Mason || High Mason || Master Mason ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mauls]]&lt;br /&gt;
| Mauler || Bonker || Crusher ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Meditating]]&lt;br /&gt;
| Guru || Swami || Rama ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallurgy]]&lt;br /&gt;
| Smelter|| Metallurgist || Master Metallurgist ||  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Milking]]&lt;br /&gt;
| Milkman/Milkmaid || Milking Machine || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Milling]]&lt;br /&gt;
| Miller || Grain Expert || Master Miller ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining]]&lt;br /&gt;
| Miner || Prime Minester || Mastermine || The World is Mine ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Miscellaneous items]]&lt;br /&gt;
| Handyman/woman|| Tim the Toolman/woman || Fixer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Natural substances]]&lt;br /&gt;
| Apothecarist || Transmutator || Rainbow Maker ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Nature]]&lt;br /&gt;
| Ecologist|| Treehugger || Druidkin ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paving]]&lt;br /&gt;
| Roadbuilder || Road Engineer || Road Warrior ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Papyrusmaking]]&lt;br /&gt;
| Papermaker || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Plate armour smithing]]&lt;br /&gt;
| Platesmith || Renowned Platesmith || Master Platesmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Polearms]]&lt;br /&gt;
| Lancer || Phalanx || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pottery]]&lt;br /&gt;
| Potter || Moulder || Master Potter/Terracotta Terror ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Praying]]&lt;br /&gt;
| Reverent || Pious || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Prospecting]]&lt;br /&gt;
| Prospector || Geologist || Goldsniffer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Puppeteering]]&lt;br /&gt;
| Puppeteer || Entertainer || Puppetmaster || First Jester of Wurm ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Religion]]&lt;br /&gt;
| Spiritual || Theological || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Repairing]]&lt;br /&gt;
| Repairman/woman|| Materia Tamer || Master Fixer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Ropemaking]]&lt;br /&gt;
| Ropemaker || Renowned Ropemaker || Hangman/woman ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[skills:saw|Saw]]&lt;br /&gt;
| I'm Sawry || Chainsaw || Jigsaw || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Shield smithing]]&lt;br /&gt;
| Shieldsmith || Able Shieldsmith || Master Shieldsmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Shields]]&lt;br /&gt;
| Shieldsman/woman || Defender/Defendress || Protector ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Shipbuilding]]&lt;br /&gt;
| Harbormaster || Shipwright || Master Shipwright ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Smithing]]&lt;br /&gt;
| Smith || Tinker || Master Smith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Stone Cutting]]&lt;br /&gt;
| Sculptor || Artist || Michelangelo ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Swords]]&lt;br /&gt;
| Swordsman/woman || Duelist || Swordsmaster ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Tailoring]]&lt;br /&gt;
| Textiler || Needlefriend ||Velcro Fly ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Taming]]&lt;br /&gt;
| Animal Trainer || Beastspeaker || Beastmaster ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Taunting]]&lt;br /&gt;
| Annoying || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Thatching]]&lt;br /&gt;
| Thatcher || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Thievery]]&lt;br /&gt;
| Pilferer || Thief || Master Thief ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Toy making]]&lt;br /&gt;
| Toymaker || Gepetto || Master Toymaker ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Toys]]&lt;br /&gt;
| Performer || Manipulator || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Tracking]]&lt;br /&gt;
| Tracker || Pathfinder || Master Pathfinder ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Traps]]&lt;br /&gt;
| It's a Trap! || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[War machines]]&lt;br /&gt;
| Destroyer || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Weapon smithing]]&lt;br /&gt;
| Weaponsmith || Arms master || Master Weaponsmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Woodcutting]]&lt;br /&gt;
| Lumberjack || Timberman/woman|| Deforester ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Yoyo]]&lt;br /&gt;
| Trickster || Freestyler || Wild one ||  ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
100 Skill(s) are known as legendary titles. Information, and proof of implementation can be found in this [http://forum.wurmonline.com/index.php?/topic/92326-legendary-titles/|| thread.]&lt;br /&gt;
&lt;br /&gt;
=== Special titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Title&lt;br /&gt;
! width=&amp;quot;820&amp;quot; | Requirement&lt;br /&gt;
|-&lt;br /&gt;
| [[Ageless Title|Ageless]]&lt;br /&gt;
| Get a [[Account Types|premium account]] in the first week of Gold release&lt;br /&gt;
|-&lt;br /&gt;
| [[Keepers of Truth|Keeper of Truth]]&lt;br /&gt;
| Pay a [[Account Types|premium account]] for a year in the first week of Gold release&lt;br /&gt;
|-&lt;br /&gt;
| [[Keeper of Faith]]&lt;br /&gt;
| This title is given to all [[whitelighter]] players that were registered before January 2007&lt;br /&gt;
|-&lt;br /&gt;
| [[Destroyer of Faith]]&lt;br /&gt;
| This title is given to all [[blacklighter]] players that were registered before January 2007&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Fo&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Fo]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Libila&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Libila]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Magranon&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Magranon]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Vynora&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Vynora]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion Emeritus&lt;br /&gt;
| Lose [[Champion player|champion]] status&lt;br /&gt;
|-&lt;br /&gt;
| Dawn of Glory&lt;br /&gt;
| Destroy the [[Altar of Three]] or the [[Bone Altar]].&lt;br /&gt;
|-&lt;br /&gt;
| Dragonslayer&lt;br /&gt;
| Attack a [[dragon]] before it dies&lt;br /&gt;
|-&lt;br /&gt;
| Giantslayer&lt;br /&gt;
| Attack the [[forest giant]] or the [[kyklops]] before it dies&lt;br /&gt;
|-&lt;br /&gt;
| [[Fearless]]&lt;br /&gt;
| Attack the [[Goblin leader]] before it dies&lt;br /&gt;
|-&lt;br /&gt;
| Trollslayer&lt;br /&gt;
| Land a blow to a [[troll]] prior to its death (Title awarded upon death)&lt;br /&gt;
|-&lt;br /&gt;
| Warmaid&lt;br /&gt;
| Obtain a [[BattleRank|battle rank]] of 1100 as a female character &lt;br /&gt;
|-&lt;br /&gt;
| Warrior&lt;br /&gt;
| Obtain a [[BattleRank|battle rank]] of 1100 as a male character&lt;br /&gt;
|-&lt;br /&gt;
| Battlemaster&lt;br /&gt;
| Obtain a [[BattleRank|battle rank]] of 1500&lt;br /&gt;
|-&lt;br /&gt;
| Warlord&lt;br /&gt;
| Obtain a [[Battlerank|battle rank]] of 1900&lt;br /&gt;
|-&lt;br /&gt;
| Kingslayer&lt;br /&gt;
| Attack the Grand Prince/Chancellor/Emperor/Chief before he/she dies&lt;br /&gt;
|-&lt;br /&gt;
| Renowned Bard&lt;br /&gt;
| Win the Great Wurm Anthem Competition (Zort and IronLion were the winners)&lt;br /&gt;
|-&lt;br /&gt;
| Slayer of champions&lt;br /&gt;
| Kill a champion player&lt;br /&gt;
|-&lt;br /&gt;
| Participant of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event&lt;br /&gt;
|-&lt;br /&gt;
| Bloodhound of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 3 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| Leader of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 5 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| Master of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 10 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| King of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 20 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| [[Educated]]&lt;br /&gt;
|Finish the Tutorial on [[Golden Valley]]&lt;br /&gt;
|-&lt;br /&gt;
| Rift Defender&lt;br /&gt;
| Attack one of the rift monsters before it dies&lt;br /&gt;
|-&lt;br /&gt;
| Rifter&lt;br /&gt;
| Successfully close a rift. Title is awarded to all players involved.&lt;br /&gt;
|-&lt;br /&gt;
| Clairvoyant&lt;br /&gt;
| Report several bugs&lt;br /&gt;
|-&lt;br /&gt;
| Cavalier&lt;br /&gt;
| Kill ten different aggressive creatures, enter enemy land and gain 80 skill points.&lt;br /&gt;
|-&lt;br /&gt;
| Fallen Cavalier&lt;br /&gt;
| Lose Cavalier status by becoming Hunted. (This title removes Cavalier title)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Premium reward titles ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Title&lt;br /&gt;
! width=&amp;quot;820&amp;quot; | Requirement&lt;br /&gt;
|-&lt;br /&gt;
| Rider of Lomaner &lt;br /&gt;
| You have been premium a total of 4 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Chieftain of Lomaner&lt;br /&gt;
| You have been premium a total of 7 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Ambassador of Lomaner&lt;br /&gt;
| You have been premium a total of 10 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Baron/Baroness of Lomaner&lt;br /&gt;
| You have been premium a total of 14 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Jarl/Countess of Lomaner&lt;br /&gt;
| You have been premium a total of 18 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Duke/Duchess of Lomaner&lt;br /&gt;
| You have been premium a total of 23 months since Dec 2013.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Kingdom titles===&lt;br /&gt;
{{:Offices}}&lt;br /&gt;
&lt;br /&gt;
===Titles of Kings===&lt;br /&gt;
&lt;br /&gt;
The great (and not so great) kings of Wurm are [[Titles_of_Kings|ranked]] within the Kingdom History, which can be viewed on any [[settlement token]].&lt;br /&gt;
&lt;br /&gt;
===Meditating titles===&lt;br /&gt;
Each [[meditation]] path has a [[Meditating#Path_Levels|different set of titles]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | Level&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | Skill !! width=&amp;quot;150&amp;quot; | [[Path of Knowledge]] !! width=&amp;quot;150&amp;quot; | [[Path of Insanity]] !! width=&amp;quot;150&amp;quot; | [[Path of Power]] !! width=&amp;quot;150&amp;quot; | [[Path of Love]] !! width=&amp;quot;150&amp;quot; | [[Path of Hate]]&lt;br /&gt;
|-&lt;br /&gt;
! 0&lt;br /&gt;
! 15 &lt;br /&gt;
| Uninitiated || Uninitiated || Uninitiated || Uninitiated || Uninitiated&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
! 15&lt;br /&gt;
| Initiate || Initiate || Initiate || Initiate || Initiate&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
! 15&lt;br /&gt;
| Eager || Disturbed || Gatherer || Nice || Ridiculous&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
! 15&lt;br /&gt;
| Explorer || Crazed || Greedy || Gentle || Envious&lt;br /&gt;
|-&lt;br /&gt;
! 4*&lt;br /&gt;
! 15&lt;br /&gt;
| Sheetfolder || Deranged || Strong || Warm|| Hateful&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
! 15&lt;br /&gt;
| Desertmind || Sicko || Released || Goodhearted || Finger&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
! 20&lt;br /&gt;
| Observer || Mental || Unafraid || Giving || Sheep&lt;br /&gt;
|-&lt;br /&gt;
! 7*&lt;br /&gt;
! 30&lt;br /&gt;
| Bookkeeper || Psycho || Brave || Rock || Snake&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
! 40&lt;br /&gt;
| Mud-dweller || Beast || Performer || Splendid || Shark&lt;br /&gt;
|-&lt;br /&gt;
! 9*&lt;br /&gt;
! 50&lt;br /&gt;
| Thought Eater || Maniac || Liberator || Protector || Infection&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
! 60&lt;br /&gt;
| Crooked || Drooling || Force || Respectful || Swarm&lt;br /&gt;
|-&lt;br /&gt;
! 11*&lt;br /&gt;
! 70&lt;br /&gt;
| Enlightened || Gone || Vibrant Light || Saint || Free&lt;br /&gt;
|-&lt;br /&gt;
! 12*&lt;br /&gt;
! 80&lt;br /&gt;
| 12th Hierophant || 12th Eidolon || 12th Sovereign || 12th Deva || 12th Harbinger&lt;br /&gt;
|-&lt;br /&gt;
! 13*&lt;br /&gt;
! 90&lt;br /&gt;
| 13th Hierophant || 13th Eidolon || 13th Sovereign || 13th Deva || 13th Harbinger&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
! 90&lt;br /&gt;
| 14th Hierophant  || 14th Eidolon || 14th Sovereign || 14th Deva || 14th Harbinger&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
! 90&lt;br /&gt;
| 15th Hierophant  || 15th Eidolon || 15th Sovereign || 15th Deva || 15th Harbinger&lt;br /&gt;
|}&lt;br /&gt;
*''* New bonus available at this level''&lt;br /&gt;
&lt;br /&gt;
=== Staff &amp;amp; Volunteer titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | Role&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Title&lt;br /&gt;
|-&lt;br /&gt;
| CA&lt;br /&gt;
| [[Community Assistant]]&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| [[Moderator|Chat Moderator]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Forum titles==&lt;br /&gt;
&lt;br /&gt;
=== Forum members ===&lt;br /&gt;
Players without posts have the forum title of 'Settler'. After 10 posts this changes to 'Villager'. After 5000 posts this changes to 'Elder'&lt;br /&gt;
&lt;br /&gt;
=== Staff &amp;amp; volunteer banners===&lt;br /&gt;
&lt;br /&gt;
All staff and volunteers receive a forum banner denoting their position. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:Creator1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:Dev1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:SA.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:WA.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:Pro1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:DPRO.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:PRA.png]]&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:HGM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:AHGM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:AGM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:GM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:LCM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:CM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:CA1.png]]&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:LFM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:ALFM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:FM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:BM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:WM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:WA1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:ClientDev.png]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/T]]&lt;br /&gt;
[[Category:Player]]&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Titles&amp;diff=98918</id>
		<title>Titles</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Titles&amp;diff=98918"/>
		<updated>2016-05-30T19:57:03Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
'''Titles''' are earned when a [[player]] reaches certain [[skill]] milestones. When a title is used players of the same [[kingdom]] can see the title in use by that player when hovering the mouse over the player.  For a player to see their own title they should hover over their [[healthbar]].&lt;br /&gt;
&lt;br /&gt;
[[Chat command]]s:&lt;br /&gt;
* &amp;lt;tt&amp;gt;/title&amp;lt;/tt&amp;gt;: displays the title currently in use&lt;br /&gt;
* &amp;lt;tt&amp;gt;/titles&amp;lt;/tt&amp;gt;: gives the option to select an active title from those available&lt;br /&gt;
&lt;br /&gt;
== Known titles ==&lt;br /&gt;
&lt;br /&gt;
There are no titles for Favor nor Alignment.&lt;br /&gt;
&lt;br /&gt;
=== Characteristic titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Skill&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | 50 Title !! width=&amp;quot;150&amp;quot; | 70 Title !! width=&amp;quot;150&amp;quot; | 90 Title&lt;br /&gt;
|-&lt;br /&gt;
| [[Body]]&lt;br /&gt;
| Athlete || Body Builder || &lt;br /&gt;
|-&lt;br /&gt;
| [[Body control]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Body stamina]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Body strength]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Mind]]&lt;br /&gt;
|  Thinker || Scholar || &lt;br /&gt;
|-&lt;br /&gt;
| [[Mind logic]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &lt;br /&gt;
|-&lt;br /&gt;
| [[Mind speed]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Soul]]&lt;br /&gt;
| Spiritualist || Visionary || &lt;br /&gt;
|-&lt;br /&gt;
| [[Soul strength]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Soul depth]]&lt;br /&gt;
| Soulman || &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Skill titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Skill&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | 50 Title !! width=&amp;quot;150&amp;quot; | 70 Title !! width=&amp;quot;150&amp;quot; | 90 Title !! width=&amp;quot;150&amp;quot; | 100 Title !! width=&amp;quot;150&amp;quot; | 100 Title (Epic)&lt;br /&gt;
|-&lt;br /&gt;
| [[Alchemy]]&lt;br /&gt;
| Alchemist || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Animal husbandry]]&lt;br /&gt;
| Drover || Granger || Rancher || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Archery]]&lt;br /&gt;
| Archer || Hawk Eye || Eagle Eye ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Armour smithing]]&lt;br /&gt;
| Armoursmith || Renowned Armorer || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Axes]]&lt;br /&gt;
| Axeman/woman|| Berserker || Fleshrender ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Baking]]&lt;br /&gt;
| Boulanger || Bakesale || Confissier ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Beverages]]&lt;br /&gt;
| Bartender || Party Animal || Sommelier ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Blacksmithing]]&lt;br /&gt;
| Blacksmith || Renowned Blacksmith || Master Blacksmith ||  || Epic Blacksmith&lt;br /&gt;
|- &lt;br /&gt;
| [[Botanizing]]&lt;br /&gt;
| Herbalist || Botanist || Loremaster ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Bowyery]]&lt;br /&gt;
| Bowmaker || Able bowmaker || Master bowmaker ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Butchering]]&lt;br /&gt;
| Butcher || Der Metzgermeister/Skinner || Master Butcher ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Carpentry]]&lt;br /&gt;
| Carpenter || Renowned Carpenter || Master Carpenter || Legendary Architect || Epic Architect&lt;br /&gt;
|-&lt;br /&gt;
| [[Carving knife]]&lt;br /&gt;
| Stabber || Carver || Whittler ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Catapults]]&lt;br /&gt;
| Rock Hurler || Wall Breaker || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Chain armour smithing]]&lt;br /&gt;
| Chainsmith || Renowned Chainsmith || Master Chainsmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Channeling]]&lt;br /&gt;
| Channeler || Conduit || Casting specialist ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Climbing]]&lt;br /&gt;
| Mountaineer || &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cloth tailoring]]&lt;br /&gt;
| Tailor || Dreamweaver || Seamster/Seamstress ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Clubs]]&lt;br /&gt;
| Clubber || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Coal-making]]&lt;br /&gt;
| Coaler || Renowned Coaler || Master Coaler ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cooking]]&lt;br /&gt;
| Cook || Chef || Master Chef ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Dairy food making]]&lt;br /&gt;
| Cheesemaker || Artisan Cheesemaker || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Digging]]&lt;br /&gt;
| Digger || Excavator || Land Shaper || Earthwurm ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Exorcism]]&lt;br /&gt;
| Exorcist || Zealot || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Faith]]&lt;br /&gt;
| Padre/Norn || Devout/Mystic || Enlightened || &amp;lt;span style=&amp;quot;color:#E6E6E6&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:#E6E6E6&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[Farming]]&lt;br /&gt;
| Farmer || Crofter || Master Farmer || Pumpkin King ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fighting]]&lt;br /&gt;
| Soldier || Mercenary || Knight/Amazon ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fine carpentry]]&lt;br /&gt;
| Fine Carpenter || Renowned Fine Carpenter || Mighty Fine Carpenter ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Firemaking]]&lt;br /&gt;
| Pyrotechnic || Arsonist || Firestarter ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[First aid]]&lt;br /&gt;
| Quacksalver || Medic || Surgeon ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fishing]]&lt;br /&gt;
| Fisherman/woman|| Angler || Kingfisher || Hooked on Fishing || Epic Fisherman&lt;br /&gt;
|-&lt;br /&gt;
| [[Fletching]]&lt;br /&gt;
| Fletcher || Arrowmaker || Master Fletcher ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Foraging]]&lt;br /&gt;
| Forager || Plant Gatherer || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Forestry]]&lt;br /&gt;
| Forester || Arboriculturist || Arbophiliac ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Gardening]]&lt;br /&gt;
| Greenthumbs || Gardener || Jiko Enkai Zenji ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hammers]]&lt;br /&gt;
| Hammerer|| Assaulter || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hot food cooking]]&lt;br /&gt;
| Caterer || Iron chef || Saucier || Legendary Chef || Epic Chef&lt;br /&gt;
|-&lt;br /&gt;
| [[Jewelry smithing]]&lt;br /&gt;
| Goldsmith || Renowned Goldsmith || Midas touch ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Knives]]&lt;br /&gt;
| Knifer || Piercer || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Leatherworking]]&lt;br /&gt;
| Tanner || High Tanner || Master Tanner ||Mistress of the Hide  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockpicking]]&lt;br /&gt;
| Lock Breaker || Safe Cracker || Vault Shadow ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Locksmithing]]&lt;br /&gt;
| Locksmith || Safe Smith || Master Locksmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Masonry]]&lt;br /&gt;
| Mason || High Mason || Master Mason ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mauls]]&lt;br /&gt;
| Mauler || Bonker || Crusher ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Meditating]]&lt;br /&gt;
| Guru || Swami || Rama ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallurgy]]&lt;br /&gt;
| Smelter|| Metallurgist || Master Metallurgist ||  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Milking]]&lt;br /&gt;
| Milkman/Milkmaid || Milking Machine || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Milling]]&lt;br /&gt;
| Miller || Grain Expert || Master Miller ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining]]&lt;br /&gt;
| Miner || Prime Minester || Mastermine || The World is Mine ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Miscellaneous items]]&lt;br /&gt;
| Handyman/woman|| Tim the Toolman/woman || Fixer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Natural substances]]&lt;br /&gt;
| Apothecarist || Transmutator || Rainbow Maker ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Nature]]&lt;br /&gt;
| Ecologist|| Treehugger || Druidkin ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paving]]&lt;br /&gt;
| Roadbuilder || Road Engineer || Road Warrior ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Papyrusmaking]]&lt;br /&gt;
| Papermaker || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Plate armour smithing]]&lt;br /&gt;
| Platesmith || Renowned Platesmith || Master Platesmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Polearms]]&lt;br /&gt;
| Lancer || Phalanx || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pottery]]&lt;br /&gt;
| Potter || Moulder || Master Potter/Terracotta Terror ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Praying]]&lt;br /&gt;
| Reverent || Pious || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Prospecting]]&lt;br /&gt;
| Prospector || Geologist || Goldsniffer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Puppeteering]]&lt;br /&gt;
| Puppeteer || Entertainer || Puppetmaster || First Jester of Wurm ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Religion]]&lt;br /&gt;
| Spiritual || Theological || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Repairing]]&lt;br /&gt;
| Repairman/woman|| Materia Tamer || Master Fixer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Ropemaking]]&lt;br /&gt;
| Ropemaker || Renowned Ropemaker || Hangman/woman ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[skills:saw|Saw]]&lt;br /&gt;
| I'm Sawry || Chainsaw || Jigsaw || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Shield smithing]]&lt;br /&gt;
| Shieldsmith || Able Shieldsmith || Master Shieldsmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Shields]]&lt;br /&gt;
| Shieldsman/woman || Defender/Defendress || Protector ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Shipbuilding]]&lt;br /&gt;
| Harbormaster || Shipwright || Master Shipwright ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Smithing]]&lt;br /&gt;
| Smith || Tinker || Master Smith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Stone Cutting]]&lt;br /&gt;
| Sculptor || Artist || Michelangelo ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Swords]]&lt;br /&gt;
| Swordsman/woman || Duelist || Swordsmaster ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Tailoring]]&lt;br /&gt;
| Textiler || Needlefriend ||Velcro Fly ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Taming]]&lt;br /&gt;
| Animal Trainer || Beastspeaker || Beastmaster ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Taunting]]&lt;br /&gt;
| Annoying || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Thatching]]&lt;br /&gt;
| Thatcher || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Thievery]]&lt;br /&gt;
| Pilferer || Thief || Master Thief ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Toy making]]&lt;br /&gt;
| Toymaker || Gepetto || Master Toymaker ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Toys]]&lt;br /&gt;
| Performer || Manipulator || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Tracking]]&lt;br /&gt;
| Tracker || Pathfinder || Master Pathfinder ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Traps]]&lt;br /&gt;
| It's a Trap! || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[War machines]]&lt;br /&gt;
| Destroyer || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Weapon smithing]]&lt;br /&gt;
| Weaponsmith || Arms master || Master Weaponsmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Woodcutting]]&lt;br /&gt;
| Lumberjack || Timberman/woman|| Deforester ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Yoyo]]&lt;br /&gt;
| Trickster || Freestyler || Wild one ||  ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
100 Skill(s) are known as legendary titles. Information, and proof of implementation can be found in this [http://forum.wurmonline.com/index.php?/topic/92326-legendary-titles/|| thread.]&lt;br /&gt;
&lt;br /&gt;
=== Special titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Title&lt;br /&gt;
! width=&amp;quot;820&amp;quot; | Requirement&lt;br /&gt;
|-&lt;br /&gt;
| [[Ageless Title|Ageless]]&lt;br /&gt;
| Get a [[Account Types|premium account]] in the first week of Gold release&lt;br /&gt;
|-&lt;br /&gt;
| [[Keepers of Truth|Keeper of Truth]]&lt;br /&gt;
| Pay a [[Account Types|premium account]] for a year in the first week of Gold release&lt;br /&gt;
|-&lt;br /&gt;
| [[Keeper of Faith]]&lt;br /&gt;
| This title is given to all [[whitelighter]] players that were registered before January 2007&lt;br /&gt;
|-&lt;br /&gt;
| [[Destroyer of Faith]]&lt;br /&gt;
| This title is given to all [[blacklighter]] players that were registered before January 2007&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Fo&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Fo]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Libila&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Libila]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Magranon&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Magranon]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Vynora&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Vynora]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion Emeritus&lt;br /&gt;
| Lose [[Champion player|champion]] status&lt;br /&gt;
|-&lt;br /&gt;
| Dawn of Glory&lt;br /&gt;
| Destroy the [[Altar of Three]] or the [[Bone Altar]].&lt;br /&gt;
|-&lt;br /&gt;
| Dragonslayer&lt;br /&gt;
| Attack a [[dragon]] before it dies&lt;br /&gt;
|-&lt;br /&gt;
| Giantslayer&lt;br /&gt;
| Attack the [[forest giant]] or the [[kyklops]] before it dies&lt;br /&gt;
|-&lt;br /&gt;
| [[Fearless]]&lt;br /&gt;
| Attack the [[Goblin leader]] before it dies&lt;br /&gt;
|-&lt;br /&gt;
| Trollslayer&lt;br /&gt;
| Land a blow to a [[troll]] prior to its death (Title awarded upon death)&lt;br /&gt;
|-&lt;br /&gt;
| Warmaid&lt;br /&gt;
| Obtain a [[BattleRank|battle rank]] of 1100 as a female character &lt;br /&gt;
|-&lt;br /&gt;
| Warrior&lt;br /&gt;
| Obtain a [[BattleRank|battle rank]] of 1100 as a male character&lt;br /&gt;
|-&lt;br /&gt;
| Battlemaster&lt;br /&gt;
| Obtain a [[BattleRank|battle rank]] of 1500&lt;br /&gt;
|-&lt;br /&gt;
| Warlord&lt;br /&gt;
| Obtain a [[Battlerank|battle rank]] of 1900&lt;br /&gt;
|-&lt;br /&gt;
| Kingslayer&lt;br /&gt;
| Attack the Grand Prince/Chancellor/Emperor/Chief before he/she dies&lt;br /&gt;
|-&lt;br /&gt;
| Renowned Bard&lt;br /&gt;
| Win the Great Wurm Anthem Competition (Zort and IronLion were the winners)&lt;br /&gt;
|-&lt;br /&gt;
| Slayer of champions&lt;br /&gt;
| Kill a champion player&lt;br /&gt;
|-&lt;br /&gt;
| Participant of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event&lt;br /&gt;
|-&lt;br /&gt;
| Bloodhound of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 3 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| Leader of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 5 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| Master of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 10 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| King of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 20 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| [[Educated]]&lt;br /&gt;
|Finish the Tutorial on [[Golden Valley]]&lt;br /&gt;
|-&lt;br /&gt;
| Rift Defender&lt;br /&gt;
| Attack one of the rift monsters before it dies&lt;br /&gt;
|-&lt;br /&gt;
| Rifter&lt;br /&gt;
| Successfully close a rift. Title is awarded to all players involved.&lt;br /&gt;
|-&lt;br /&gt;
| Clairvoyant&lt;br /&gt;
| Report several bugs&lt;br /&gt;
|-&lt;br /&gt;
| Cavalier&lt;br /&gt;
| Kill ten different aggressive creatures, enter enemy land and gain 80 skill points.&lt;br /&gt;
|-&lt;br /&gt;
| Fallen Cavalier&lt;br /&gt;
| Lose Cavalier status by becoming Hunted. (This title removes Cavalier title)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Premium reward titles ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Title&lt;br /&gt;
! width=&amp;quot;820&amp;quot; | Requirement&lt;br /&gt;
|-&lt;br /&gt;
| Rider of Lomaner &lt;br /&gt;
| You have been premium a total of 4 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Chieftain of Lomaner&lt;br /&gt;
| You have been premium a total of 7 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Ambassador of Lomaner&lt;br /&gt;
| You have been premium a total of 10 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Baron/Baroness of Lomaner&lt;br /&gt;
| You have been premium a total of 14 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Jarl/Countess of Lomaner&lt;br /&gt;
| You have been premium a total of 18 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Duke/Duchess of Lomaner&lt;br /&gt;
| You have been premium a total of 23 months since Dec 2013.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Kingdom titles===&lt;br /&gt;
{{:Offices}}&lt;br /&gt;
&lt;br /&gt;
===Titles of Kings===&lt;br /&gt;
&lt;br /&gt;
The great (and not so great) kings of Wurm are [[Titles_of_Kings|ranked]] within the Kingdom History, which can be viewed on any [[settlement token]].&lt;br /&gt;
&lt;br /&gt;
===Meditating titles===&lt;br /&gt;
Each [[meditation]] path has a [[Meditating#Path_Levels|different set of titles]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | Level&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | Skill !! width=&amp;quot;150&amp;quot; | [[Path of Knowledge]] !! width=&amp;quot;150&amp;quot; | [[Path of Insanity]] !! width=&amp;quot;150&amp;quot; | [[Path of Power]] !! width=&amp;quot;150&amp;quot; | [[Path of Love]] !! width=&amp;quot;150&amp;quot; | [[Path of Hate]]&lt;br /&gt;
|-&lt;br /&gt;
! 0&lt;br /&gt;
! 15 &lt;br /&gt;
| Uninitiated || Uninitiated || Uninitiated || Uninitiated || Uninitiated&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
! 15&lt;br /&gt;
| Initiate || Initiate || Initiate || Initiate || Initiate&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
! 15&lt;br /&gt;
| Eager || Disturbed || Gatherer || Nice || Ridiculous&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
! 15&lt;br /&gt;
| Explorer || Crazed || Greedy || Gentle || Envious&lt;br /&gt;
|-&lt;br /&gt;
! 4*&lt;br /&gt;
! 15&lt;br /&gt;
| Sheetfolder || Deranged || Strong || Warm|| Hateful&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
! 15&lt;br /&gt;
| Desertmind || Sicko || Released || Goodhearted || Finger&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
! 20&lt;br /&gt;
| Observer || Mental || Unafraid || Giving || Sheep&lt;br /&gt;
|-&lt;br /&gt;
! 7*&lt;br /&gt;
! 30&lt;br /&gt;
| Bookkeeper || Psycho || Brave || Rock || Snake&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
! 40&lt;br /&gt;
| Mud-dweller || Beast || Performer || Splendid || Shark&lt;br /&gt;
|-&lt;br /&gt;
! 9*&lt;br /&gt;
! 50&lt;br /&gt;
| Thought Eater || Maniac || Liberator || Protector || Infection&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
! 60&lt;br /&gt;
| Crooked || Drooling || Force || Respectful || Swarm&lt;br /&gt;
|-&lt;br /&gt;
! 11*&lt;br /&gt;
! 70&lt;br /&gt;
| Enlightened || Gone || Vibrant Light || Saint || Free&lt;br /&gt;
|-&lt;br /&gt;
! 12*&lt;br /&gt;
! 80&lt;br /&gt;
| 12th Hierophant || 12th Eidolon || 12th Sovereign || 12th Deva || 12th Harbinger&lt;br /&gt;
|-&lt;br /&gt;
! 13*&lt;br /&gt;
! 90&lt;br /&gt;
| 13th Hierophant || 13th Eidolon || 13th Sovereign || 13th Deva || 13th Harbinger&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
! 90&lt;br /&gt;
| 14th Hierophant  || 14th Eidolon || 14th Sovereign || 14th Deva || 14th Harbinger&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
! 90&lt;br /&gt;
| 15th Hierophant  || 15th Eidolon || 15th Sovereign || 15th Deva || 15th Harbinger&lt;br /&gt;
|}&lt;br /&gt;
*''* New bonus available at this level''&lt;br /&gt;
&lt;br /&gt;
=== Staff &amp;amp; Volunteer titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | Role&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Title&lt;br /&gt;
|-&lt;br /&gt;
| CA&lt;br /&gt;
| [[Community Assistant]]&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| [[Moderator|Chat Moderator]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Forum titles==&lt;br /&gt;
&lt;br /&gt;
=== Forum members ===&lt;br /&gt;
Players without posts have the forum title of 'Settler'. After 10 posts this changes to 'Villager'. After 5000 posts this changes to 'Elder'&lt;br /&gt;
&lt;br /&gt;
=== Staff &amp;amp; volunteer banners===&lt;br /&gt;
&lt;br /&gt;
All staff and volunteers receive a forum banner denoting their position. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:Creator1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:Dev1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:SA.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:WA.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:Pro1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:DPRO.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:PRA.png]]&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:HGM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:AHGM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:AGM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:GM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:LCM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:CM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:CA1.png]]&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:LFM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:ALFM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:FM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:BM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:WM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:WA1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:ClientDev.png]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/T]]&lt;br /&gt;
[[Category:Player]]&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Pottery&amp;diff=98816</id>
		<title>Pottery</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Pottery&amp;diff=98816"/>
		<updated>2016-04-28T04:15:16Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: added new pottery items to resulting items&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[:Category:Skills|Skills]] / '''Pottery'''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Pottery is the shaping and cooking of clay into container items.&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
&lt;br /&gt;
===Getting clay===&lt;br /&gt;
Activate your shovel and right-click on a tile of clay, select dig and when finished &amp;quot;clay&amp;quot; will appear in your inventory (If it doesn't, you weren't standing on the clay tile). If you receive a message in your event window that says you are not strong enough to dig here, find a flat area of grass or dirt and practice digging to raise your skill or find a flatter clay corner.&lt;br /&gt;
&lt;br /&gt;
===Creation===&lt;br /&gt;
Activate one of your hands and right-click on the clay, select one of the items from the create menu. &lt;br /&gt;
&lt;br /&gt;
===Improving===&lt;br /&gt;
You cannot improve hardened clay items, so improve them before putting them into a fire to harden them. You cannot use clay items that are not hardened. &lt;br /&gt;
&lt;br /&gt;
Improvement tools:&lt;br /&gt;
:* [[Clay]]&lt;br /&gt;
:* [[Water]]&lt;br /&gt;
:* [[Wooden clay shaper]]&lt;br /&gt;
:* [[Wooden spatula]]&lt;br /&gt;
:* [[Hand]]&lt;br /&gt;
&lt;br /&gt;
===Finishing===&lt;br /&gt;
Drop the clay item into a fire, such as a [[campfire]] or [[stone oven]]. Once they reach [[glowing]] hot, they'll turn into finished pottery items. These items cannot be improved. &lt;br /&gt;
&lt;br /&gt;
== Resulting items ==&lt;br /&gt;
:* [[Clay bowl]]&lt;br /&gt;
:* [[Clay flask]]&lt;br /&gt;
:* [[Clay jar]]&lt;br /&gt;
:* [[Pottery bowl]]&lt;br /&gt;
:* [[Pottery flask]]&lt;br /&gt;
:* [[Pottery jar]]&lt;br /&gt;
:* [[Clay smelting pot]]&lt;br /&gt;
:* [[Clay shingle]]&lt;br /&gt;
:* [[Clay brick]]&lt;br /&gt;
:* [[Clay flowerpot]]&lt;br /&gt;
:* [[Small clay amphora]]&lt;br /&gt;
:* [[Large clay amphora]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also see [[:Category:Pottery items]]&lt;br /&gt;
&lt;br /&gt;
== [[Titles]] ==&lt;br /&gt;
* Potter at 50 skill&lt;br /&gt;
* Moulder at 70 skill&lt;br /&gt;
* Terracotta terror at 90 skill&lt;br /&gt;
&lt;br /&gt;
[[Category:Skills]]&lt;br /&gt;
[[Category:Babel/P]]&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Spiral_staircase&amp;diff=97186</id>
		<title>Spiral staircase</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Spiral_staircase&amp;diff=97186"/>
		<updated>2016-01-21T05:35:52Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[:Category:Structures|Structures]] / [[:Category:Floors|Floors]] / '''{{PAGENAME}}'''&lt;br /&gt;
{{itemBox&lt;br /&gt;
|image=Spiral_staircase.jpeg&lt;br /&gt;
|name='''{{PAGENAME}}'''&lt;br /&gt;
|active=[[Hammer]] or [[Mallet]]&lt;br /&gt;
|passive='''planned staircase'''&lt;br /&gt;
|groupM=Build &amp;gt; '''{{PAGENAME}}'''&lt;br /&gt;
|materials=* 20x [[Plank]]&lt;br /&gt;
* 20x [[Stone brick]]&lt;br /&gt;
* 15x [[Shaft]]&lt;br /&gt;
* 20x [[Mortar]]&lt;br /&gt;
* 5x [[Small nails]]&lt;br /&gt;
* 1x [[Large nails]]&lt;br /&gt;
|result='''{{PAGENAME}}'''&lt;br /&gt;
|skill=Carpentry&lt;br /&gt;
|note=*Uses [[plank]] to repair or improve.&lt;br /&gt;
}}&lt;br /&gt;
''It is a normal counter clockwise spiral staircase with banisters made of wood.''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Used to move between floors in a building.&lt;br /&gt;
&lt;br /&gt;
== Creation ==&lt;br /&gt;
====Skill Requirements====&lt;br /&gt;
Follows the same requirements for multi-story housing:&lt;br /&gt;
* 21 [[Carpentry]] required to plan, start, and build a staircase on the first floor.&lt;br /&gt;
* See [[Multi_story#Skill_needed|multi-story housing]] for specific skill requirements for higher floors.&lt;br /&gt;
&lt;br /&gt;
====Planning====&lt;br /&gt;
You must right-click on a finished [[Floor]] with a [[hammer]], [[mallet]], or [[trowel]] and select '''Build staircase with opening above''' to create a '''planned staircase'''. Be careful not to create one against a wall, at the top or bottom level, as it's impossible to pass. Should you become stuck, the writ holder may rotate the staircase to help you exit the confinement.&lt;br /&gt;
====Materials to start====&lt;br /&gt;
* 1x [[large nails]]&lt;br /&gt;
* 1x [[small nails]]&lt;br /&gt;
* 1x [[plank]]&lt;br /&gt;
* 1x [[shaft]]&lt;br /&gt;
* 1x [[stone brick]]&lt;br /&gt;
* 1x [[mortar]]&lt;br /&gt;
====Continuing====&lt;br /&gt;
One of each remaining material is required for each continue action.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Floor:opening|Floor opening]]&lt;br /&gt;
* [[Marble slab staircase]]&lt;br /&gt;
* [[Stone slab staircase]]&lt;br /&gt;
* [[Stone brick staircase]]&lt;br /&gt;
* [[Slate slab staircase]]&lt;br /&gt;
* [[Pottery brick staircase]]&lt;br /&gt;
* [[Wooden plank staircase]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Floors]]&lt;br /&gt;
[[Category:Babel/S]]&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Spiral_staircase&amp;diff=97185</id>
		<title>Spiral staircase</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Spiral_staircase&amp;diff=97185"/>
		<updated>2016-01-21T05:34:53Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[:Category:Structures|Structures]] / [[:Category:Floors|Floors]] / '''{{PAGENAME}}'''&lt;br /&gt;
{{itemBox&lt;br /&gt;
|image=Spiral_staircase.jpeg&lt;br /&gt;
|name='''{{PAGENAME}}'''&lt;br /&gt;
|active=[[Hammer]] or [[Mallet]]&lt;br /&gt;
|passive='''planned staircase'''&lt;br /&gt;
|groupM=Build &amp;gt; '''{{PAGENAME}}'''&lt;br /&gt;
|materials=* 20x [[Plank]]&lt;br /&gt;
* 20x [[Stone brick]]&lt;br /&gt;
* 15x [[Shaft]]&lt;br /&gt;
* 20x [[Mortar]]&lt;br /&gt;
* 2x [[Small nails]]&lt;br /&gt;
* 1x [[Large nails]]&lt;br /&gt;
|result='''{{PAGENAME}}'''&lt;br /&gt;
|skill=Carpentry&lt;br /&gt;
|note=*Uses [[plank]] to repair or improve.&lt;br /&gt;
}}&lt;br /&gt;
''It is a normal counter clockwise spiral staircase with banisters made of wood.''&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Used to move between floors in a building.&lt;br /&gt;
&lt;br /&gt;
== Creation ==&lt;br /&gt;
====Skill Requirements====&lt;br /&gt;
Follows the same requirements for multi-story housing:&lt;br /&gt;
* 21 [[Carpentry]] required to plan, start, and build a staircase on the first floor.&lt;br /&gt;
* See [[Multi_story#Skill_needed|multi-story housing]] for specific skill requirements for higher floors.&lt;br /&gt;
&lt;br /&gt;
====Planning====&lt;br /&gt;
You must right-click on a finished [[Floor]] with a [[hammer]], [[mallet]], or [[trowel]] and select '''Build staircase with opening above''' to create a '''planned staircase'''. Be careful not to create one against a wall, at the top or bottom level, as it's impossible to pass. Should you become stuck, the writ holder may rotate the staircase to help you exit the confinement.&lt;br /&gt;
====Materials to start====&lt;br /&gt;
* 1x [[large nails]]&lt;br /&gt;
* 1x [[small nails]]&lt;br /&gt;
* 1x [[plank]]&lt;br /&gt;
* 1x [[shaft]]&lt;br /&gt;
* 1x [[stone brick]]&lt;br /&gt;
* 1x [[mortar]]&lt;br /&gt;
====Continuing====&lt;br /&gt;
One of each remaining material is required for each continue action.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Floor:opening|Floor opening]]&lt;br /&gt;
* [[Marble slab staircase]]&lt;br /&gt;
* [[Stone slab staircase]]&lt;br /&gt;
* [[Stone brick staircase]]&lt;br /&gt;
* [[Slate slab staircase]]&lt;br /&gt;
* [[Pottery brick staircase]]&lt;br /&gt;
* [[Wooden plank staircase]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Floors]]&lt;br /&gt;
[[Category:Babel/S]]&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Talk:Milking&amp;diff=97150</id>
		<title>Talk:Milking</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Talk:Milking&amp;diff=97150"/>
		<updated>2016-01-08T14:06:32Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: Created page with &amp;quot;Apparently Milking has difficulty  Cows are easiest then sheep the Bison... Info gathered by the skill gain form each animal&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apparently Milking has difficulty&lt;br /&gt;
&lt;br /&gt;
Cows are easiest then sheep the Bison...&lt;br /&gt;
Info gathered by the skill gain form each animal&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Titles&amp;diff=97116</id>
		<title>Titles</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Titles&amp;diff=97116"/>
		<updated>2015-12-26T02:10:03Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: add Title for 90 Botinizing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
'''Titles''' are earned when a [[player]] reaches certain [[skill]] milestones. When a title is used players of the same [[kingdom]] can see the title in use by that player when hovering the mouse over the player.  For a player to see their own title they should hover over their [[healthbar]].&lt;br /&gt;
&lt;br /&gt;
[[Chat command]]s:&lt;br /&gt;
* &amp;lt;tt&amp;gt;/title&amp;lt;/tt&amp;gt;: displays the title currently in use&lt;br /&gt;
* &amp;lt;tt&amp;gt;/titles&amp;lt;/tt&amp;gt;: gives the option to select an active title from those available&lt;br /&gt;
&lt;br /&gt;
== Known titles ==&lt;br /&gt;
&lt;br /&gt;
There are no titles for Favor nor Alignment.&lt;br /&gt;
&lt;br /&gt;
=== Characteristic titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Skill&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | 50 Title !! width=&amp;quot;150&amp;quot; | 70 Title !! width=&amp;quot;150&amp;quot; | 90 Title&lt;br /&gt;
|-&lt;br /&gt;
| [[Body]]&lt;br /&gt;
| Athlete || Body Builder || &lt;br /&gt;
|-&lt;br /&gt;
| [[Body control]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Body stamina]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Body strength]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Mind]]&lt;br /&gt;
|  Thinker || Scholar || &lt;br /&gt;
|-&lt;br /&gt;
| [[Mind logic]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &lt;br /&gt;
|-&lt;br /&gt;
| [[Mind speed]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Soul]]&lt;br /&gt;
| Spiritualist || Visionary || &lt;br /&gt;
|-&lt;br /&gt;
| [[Soul strength]]&lt;br /&gt;
| &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Soul depth]]&lt;br /&gt;
| Soulman || &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Skill titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Skill&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | 50 Title !! width=&amp;quot;150&amp;quot; | 70 Title !! width=&amp;quot;150&amp;quot; | 90 Title !! width=&amp;quot;150&amp;quot; | 100 Title !! width=&amp;quot;150&amp;quot; | 100 Title (Epic)&lt;br /&gt;
|-&lt;br /&gt;
| [[Animal husbandry]]&lt;br /&gt;
| Drover || Granger || Rancher || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Archery]]&lt;br /&gt;
| Archer || Hawk Eye || Eagle Eye ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Armour smithing]]&lt;br /&gt;
| Armoursmith || Renowned Armorer || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Axes]]&lt;br /&gt;
| Axeman/woman|| Berserker || Fleshrender ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Baking]]&lt;br /&gt;
| Boulanger || Bakesale || Confissier ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Beverages]]&lt;br /&gt;
| Bartender || Party Animal || Sommelier ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Blacksmithing]]&lt;br /&gt;
| Blacksmith || Renowned Blacksmith || Master Blacksmith ||  || Epic Blacksmith&lt;br /&gt;
|- &lt;br /&gt;
| [[Botanizing]]&lt;br /&gt;
| Herbalist || Botanist || Loremaster ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Bowyery]]&lt;br /&gt;
| Bowmaker || Able bowmaker || Master bowmaker ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Butchering]]&lt;br /&gt;
| Butcher || Der Metzgermeister/Skinner || Master Butcher ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Carpentry]]&lt;br /&gt;
| Carpenter || Renowned Carpenter || Master Carpenter || Legendary Architect || Epic Architect&lt;br /&gt;
|-&lt;br /&gt;
| [[Carving knife]]&lt;br /&gt;
| Stabber || Carver || Whittler ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Catapults]]&lt;br /&gt;
| Rock Hurler || Wall Breaker || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Chain armour smithing]]&lt;br /&gt;
| Chainsmith || Renowned Chainsmith || Master Chainsmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Channeling]]&lt;br /&gt;
| Channeler || Conduit || Casting specialist ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Climbing]]&lt;br /&gt;
| Mountaineer || &amp;lt;span style=&amp;quot;color:#44433f&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cloth tailoring]]&lt;br /&gt;
| Tailor || Dreamweaver || Seamster/Seamstress ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Clubs]]&lt;br /&gt;
| Clubber || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Coal-making]]&lt;br /&gt;
| Coaler || Renowned Coaler || Master Coaler ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cooking]]&lt;br /&gt;
| Cook || Chef || Master Chef ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Dairy food making]]&lt;br /&gt;
| Cheesemaker || Artisan Cheesemaker || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Digging]]&lt;br /&gt;
| Digger || Excavator || Land Shaper || Earthwurm ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Exorcism]]&lt;br /&gt;
| Exorcist || Zealot || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Faith]]&lt;br /&gt;
| Padre/Norn || Devout/Mystic || Enlightened || &amp;lt;span style=&amp;quot;color:#E6E6E6&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt; || &amp;lt;span style=&amp;quot;color:#E6E6E6&amp;quot;&amp;gt;No Title&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[Farming]]&lt;br /&gt;
| Farmer || Crofter || Master Farmer || Pumpkin King ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fighting]]&lt;br /&gt;
| Soldier || Mercenary || Knight/Amazon ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fine carpentry]]&lt;br /&gt;
| Fine Carpenter || Renowned Fine Carpenter || Mighty Fine Carpenter ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Firemaking]]&lt;br /&gt;
| Pyrotechnic || Arsonist || Firestarter ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[First aid]]&lt;br /&gt;
| Quacksalver || Medic || Surgeon ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fishing]]&lt;br /&gt;
| Fisherman/woman|| Angler || Kingfisher || Hooked on Fishing || Epic Fisherman&lt;br /&gt;
|-&lt;br /&gt;
| [[Fletching]]&lt;br /&gt;
| Fletcher || Arrowmaker || Master Fletcher ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Foraging]]&lt;br /&gt;
| Forager || Plant Gatherer || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Forestry]]&lt;br /&gt;
| Forester || Arboriculturist || Arbophiliac ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Gardening]]&lt;br /&gt;
| Greenthumbs || Gardener || Jiko Enkai Zenji ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hammers]]&lt;br /&gt;
| Hammerer|| Assaulter || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hot food cooking]]&lt;br /&gt;
| Caterer || Iron chef || Saucier || Legendary Chef || Epic Chef&lt;br /&gt;
|-&lt;br /&gt;
| [[Jewelry smithing]]&lt;br /&gt;
| Goldsmith || Renowned Goldsmith || Midas touch ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Knives]]&lt;br /&gt;
| Knifer || Piercer || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Leatherworking]]&lt;br /&gt;
| Tanner || High Tanner || Master Tanner ||Mistress of the Hide  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockpicking]]&lt;br /&gt;
| Lock Breaker || Safe Cracker || Vault Shadow ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Locksmithing]]&lt;br /&gt;
| Locksmith || Safesmith || Master Locksmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Masonry]]&lt;br /&gt;
| Mason || High Mason || Master Mason ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mauls]]&lt;br /&gt;
| Mauler || Bonker || Crusher ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Meditating]]&lt;br /&gt;
| Guru || Swami || Rama ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Metallurgy]]&lt;br /&gt;
| Smelter|| Metallurgist || Master Metallurgist ||  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Milking]]&lt;br /&gt;
| Milkman/Milkmaid || Milking Machine || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Milling]]&lt;br /&gt;
| Miller || Grain Expert || Master Miller ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Mining]]&lt;br /&gt;
| Miner || Prime Minester || Mastermine || The World is Mine ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Miscellaneous items]]&lt;br /&gt;
| Handyman/woman|| Tim the Toolman/woman || Fixer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Natural substances]]&lt;br /&gt;
| Apothecarist || Transmutator || Rainbow Maker ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Nature]]&lt;br /&gt;
| Ecologist|| Treehugger || Druidkin ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paving]]&lt;br /&gt;
| Roadbuilder || Road Engineer || Road Warrior ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Papyrusmaking]]&lt;br /&gt;
| Papermaker || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Plate armour smithing]]&lt;br /&gt;
| Platesmith || Renowned Platesmith || Master Platesmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Polearms]]&lt;br /&gt;
| Lancer || Phalanx || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pottery]]&lt;br /&gt;
| Potter || Moulder || Master Potter/Terracotta Terror ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Praying]]&lt;br /&gt;
| Reverent || Pious || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Prospecting]]&lt;br /&gt;
| Prospector || Geologist || Goldsniffer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Puppeteering]]&lt;br /&gt;
| Puppeteer || Entertainer || Puppetmaster || First Jester of Wurm ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Religion]]&lt;br /&gt;
| Spiritual || Theological || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Repairing]]&lt;br /&gt;
| Repairman/woman|| Materia Tamer || Master Fixer ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Ropemaking]]&lt;br /&gt;
| Ropemaker || Renowned Ropemaker || Hangman/woman ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[skills:saw|Saw]]&lt;br /&gt;
| I'm Sawry || Chainsaw || Jigsaw || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Shield smithing]]&lt;br /&gt;
| Shieldsmith || Able Shieldsmith || Master Shieldsmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Shields]]&lt;br /&gt;
| Shieldsman/woman || Defender/Defendress || Protector ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Shipbuilding]]&lt;br /&gt;
| Harbormaster || Shipwright || Master Shipwright ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Smithing]]&lt;br /&gt;
| Smith || Tinker || Master Smith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Stone Cutting]]&lt;br /&gt;
| Sculptor || Artist || Michelangelo ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Swords]]&lt;br /&gt;
| Swordsman/woman || Duelist || Swordsmaster ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Tailoring]]&lt;br /&gt;
| Textiler || Needlefriend ||Velcro Fly ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Taming]]&lt;br /&gt;
| Animal Trainer || Beastspeaker || Beastmaster ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Taunting]]&lt;br /&gt;
| Annoying || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Thatching]]&lt;br /&gt;
| Thatcher || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Thievery]]&lt;br /&gt;
| Pilferer || Thief || Master Thief ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Toy making]]&lt;br /&gt;
| Toymaker || Gepetto || Master Toymaker ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Toys]]&lt;br /&gt;
| Performer || Manipulator || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Tracking]]&lt;br /&gt;
| Tracker || Pathfinder || Master Pathfinder ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Traps]]&lt;br /&gt;
| It's a Trap! || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[War machines]]&lt;br /&gt;
| Destroyer || || ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Weapon smithing]]&lt;br /&gt;
| Weaponsmith || Arms master || Master Weaponsmith ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Woodcutting]]&lt;br /&gt;
| Lumberjack || Timberman/woman|| Deforester ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Yoyo]]&lt;br /&gt;
| Trickster || Freestyler || Wild one ||  ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
100 Skill(s) are known as legendary titles. Information, and proof of implementation can be found in this [http://forum.wurmonline.com/index.php?/topic/92326-legendary-titles/|| thread.]&lt;br /&gt;
&lt;br /&gt;
=== Special titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Title&lt;br /&gt;
! width=&amp;quot;820&amp;quot; | Requirement&lt;br /&gt;
|-&lt;br /&gt;
| [[Ageless Title|Ageless]]&lt;br /&gt;
| Get a [[Account Types|premium account]] in the first week of Gold release&lt;br /&gt;
|-&lt;br /&gt;
| [[Keepers of Truth|Keeper of Truth]]&lt;br /&gt;
| Pay a [[Account Types|premium account]] for a year in the first week of Gold release&lt;br /&gt;
|-&lt;br /&gt;
| [[Keeper of Faith]]&lt;br /&gt;
| This title is given to all [[whitelighter]] players that were registered before January 2007&lt;br /&gt;
|-&lt;br /&gt;
| [[Destroyer of Faith]]&lt;br /&gt;
| This title is given to all [[blacklighter]] players that were registered before January 2007&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Fo&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Fo]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Libila&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Libila]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Magranon&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Magranon]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion of Vynora&lt;br /&gt;
| Become a [[Champion player|champion]] of [[Vynora]]&lt;br /&gt;
|-&lt;br /&gt;
| Champion Emeritus&lt;br /&gt;
| Lose [[Champion player|champion]] status&lt;br /&gt;
|-&lt;br /&gt;
| Dawn of Glory&lt;br /&gt;
| Destroy the [[Altar of Three]] or the [[Bone Altar]].&lt;br /&gt;
|-&lt;br /&gt;
| Dragonslayer&lt;br /&gt;
| Attack a [[dragon]] before it dies&lt;br /&gt;
|-&lt;br /&gt;
| Giantslayer&lt;br /&gt;
| Attack the [[forest giant]] or the [[kyklops]] before it dies&lt;br /&gt;
|-&lt;br /&gt;
| [[Fearless]]&lt;br /&gt;
| Attack the [[Goblin leader]] before it dies&lt;br /&gt;
|-&lt;br /&gt;
| Trollslayer&lt;br /&gt;
| Land a blow to a [[troll]] prior to its death (Title awarded upon death)&lt;br /&gt;
|-&lt;br /&gt;
| Warmaid&lt;br /&gt;
| Obtain a [[BattleRank|battle rank]] of 1100 as a female character &lt;br /&gt;
|-&lt;br /&gt;
| Warrior&lt;br /&gt;
| Obtain a [[BattleRank|battle rank]] of 1100 as a male character&lt;br /&gt;
|-&lt;br /&gt;
| Battlemaster&lt;br /&gt;
| Obtain a [[BattleRank|battle rank]] of 1500&lt;br /&gt;
|-&lt;br /&gt;
| Warlord&lt;br /&gt;
| Obtain a [[Battlerank|battle rank]] of 1900&lt;br /&gt;
|-&lt;br /&gt;
| Kingslayer&lt;br /&gt;
| Attack the Grand Prince/Chancellor/Emperor/Chief before he/she dies&lt;br /&gt;
|-&lt;br /&gt;
| Renowned Bard&lt;br /&gt;
| Win the Great Wurm Anthem Competition (Zort and IronLion were the winners)&lt;br /&gt;
|-&lt;br /&gt;
| Slayer of champions&lt;br /&gt;
| Kill a champion player&lt;br /&gt;
|-&lt;br /&gt;
| Participant of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event&lt;br /&gt;
|-&lt;br /&gt;
| Bloodhound of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 3 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| Leader of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 5 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| Master of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 10 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| King of the Hunt&lt;br /&gt;
| Be part of the winning alliance of a Hunt of the Ancients event 20 separate times.&lt;br /&gt;
|-&lt;br /&gt;
| [[Educated]]&lt;br /&gt;
|Finish the Tutorial on [[Golden Valley]]&lt;br /&gt;
|-&lt;br /&gt;
| Clairvoyant&lt;br /&gt;
| Report several bugs&lt;br /&gt;
|-&lt;br /&gt;
| Cavalier&lt;br /&gt;
| Kill ten different aggressive creatures, enter enemy land and gain 80 skill points.&lt;br /&gt;
|-&lt;br /&gt;
| Fallen Cavalier&lt;br /&gt;
| Lose Cavalier status by becoming Hunted. (This title removes Cavalier title)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Premium reward titles ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Title&lt;br /&gt;
! width=&amp;quot;820&amp;quot; | Requirement&lt;br /&gt;
|-&lt;br /&gt;
| Rider of Lomaner &lt;br /&gt;
| You have been premium a total of 4 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Chieftain of Lomaner&lt;br /&gt;
| You have been premium a total of 7 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Ambassador of Lomaner&lt;br /&gt;
| You have been premium a total of 10 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Baron/Baroness of Lomaner&lt;br /&gt;
| You have been premium a total of 14 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Jarl/Countess of Lomaner&lt;br /&gt;
| You have been premium a total of 18 months since Dec 2013.&lt;br /&gt;
|-&lt;br /&gt;
| Duke/Duchess of Lomaner&lt;br /&gt;
| You have been premium a total of 23 months since Dec 2013.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Kingdom titles===&lt;br /&gt;
{{:Offices}}&lt;br /&gt;
&lt;br /&gt;
===Titles of Kings===&lt;br /&gt;
&lt;br /&gt;
The great (and not so great) kings of Wurm are [[Titles_of_Kings|ranked]] within the Kingdom History, which can be viewed on any [[settlement token]].&lt;br /&gt;
&lt;br /&gt;
===Meditating titles===&lt;br /&gt;
Each [[meditation]] path has a [[Meditating#Path_Levels|different set of titles]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | Level&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | Skill !! width=&amp;quot;150&amp;quot; | [[Path of Knowledge]] !! width=&amp;quot;150&amp;quot; | [[Path of Insanity]] !! width=&amp;quot;150&amp;quot; | [[Path of Power]] !! width=&amp;quot;150&amp;quot; | [[Path of Love]] !! width=&amp;quot;150&amp;quot; | [[Path of Hate]]&lt;br /&gt;
|-&lt;br /&gt;
! 0&lt;br /&gt;
! 15 &lt;br /&gt;
| Uninitiated || Uninitiated || Uninitiated || Uninitiated || Uninitiated&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
! 15&lt;br /&gt;
| Initiate || Initiate || Initiate || Initiate || Initiate&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
! 15&lt;br /&gt;
| Eager || Disturbed || Gatherer || Nice || Ridiculous&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
! 15&lt;br /&gt;
| Explorer || Crazed || Greedy || Gentle || Envious&lt;br /&gt;
|-&lt;br /&gt;
! 4*&lt;br /&gt;
! 15&lt;br /&gt;
| Sheetfolder || Deranged || Strong || Warm|| Hateful&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
! 15&lt;br /&gt;
| Desertmind || Sicko || Released || Goodhearted || Finger&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
! 20&lt;br /&gt;
| Observer || Mental || Unafraid || Giving || Sheep&lt;br /&gt;
|-&lt;br /&gt;
! 7*&lt;br /&gt;
! 30&lt;br /&gt;
| Bookkeeper || Psycho || Brave || Rock || Snake&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
! 40&lt;br /&gt;
| Mud-dweller || Beast || Performer || Splendid || Shark&lt;br /&gt;
|-&lt;br /&gt;
! 9*&lt;br /&gt;
! 50&lt;br /&gt;
| Thought Eater || Maniac || Liberator || Protector || Infection&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
! 60&lt;br /&gt;
| Crooked || Drooling || Force || Respectful || Swarm&lt;br /&gt;
|-&lt;br /&gt;
! 11*&lt;br /&gt;
! 70&lt;br /&gt;
| Enlightened || Gone || Vibrant Light || Saint || Free&lt;br /&gt;
|-&lt;br /&gt;
! 12*&lt;br /&gt;
! 80&lt;br /&gt;
| 12th Hierophant || 12th Eidolon || 12th Sovereign || 12th Deva || 12th Harbinger&lt;br /&gt;
|-&lt;br /&gt;
! 13*&lt;br /&gt;
! 90&lt;br /&gt;
| 13th Hierophant || 13th Eidolon || 13th Sovereign || 13th Deva || 13th Harbinger&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
! 90&lt;br /&gt;
| 14th Hierophant  || 14th Eidolon || 14th Sovereign || 14th Deva || 14th Harbinger&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
! 90&lt;br /&gt;
| 15th Hierophant  || 15th Eidolon || 15th Sovereign || 15th Deva || 15th Harbinger&lt;br /&gt;
|}&lt;br /&gt;
*''* New bonus available at this level''&lt;br /&gt;
&lt;br /&gt;
=== Staff &amp;amp; Volunteer titles ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;40&amp;quot; | Role&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Title&lt;br /&gt;
|-&lt;br /&gt;
| CA&lt;br /&gt;
| [[Community Assistant]]&lt;br /&gt;
|-&lt;br /&gt;
| CM&lt;br /&gt;
| [[Moderator|Chat Moderator]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Forum titles==&lt;br /&gt;
&lt;br /&gt;
=== Forum members ===&lt;br /&gt;
Players without posts have the forum title of 'Settler'. After 2 posts this changes to 'Villager'.&lt;br /&gt;
&lt;br /&gt;
=== Staff &amp;amp; volunteer banners===&lt;br /&gt;
&lt;br /&gt;
All staff and volunteers receive a forum banner denoting their position. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:Creator1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:Dev1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:SA.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:WA.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:Pro1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:DPRO.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:PRA.png]]&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:HGM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:AHGM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:AGM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:GM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:LCM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:CM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:CA1.png]]&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:LFM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:ALFM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:FM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:BM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:WM1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:WA1.png]]&lt;br /&gt;
| width=&amp;quot;105&amp;quot; | [[File:ClientDev.png]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/T]]&lt;br /&gt;
[[Category:Player]]&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Masonry&amp;diff=97054</id>
		<title>Masonry</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Masonry&amp;diff=97054"/>
		<updated>2015-12-11T14:52:13Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: Moved Forge &amp;amp; Oven to Correct Catagory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
[[Masonry]] is the mastery of [[Rock shards|stone]] and [[clay]], used for creating objects such as [[stone house]]s, [[stone wall]]s, [[guard tower]]s, [[forge]]s, [[stone oven]]s, and more. The skill value determines the [[maximum slope]] you can build [[stone wall]]s on.&lt;br /&gt;
&lt;br /&gt;
[[Masonry]] items are worked with only a [[stone chisel]], [[rock shards]], or [[stone brick]]s.&lt;br /&gt;
&lt;br /&gt;
== Subskills ==&lt;br /&gt;
* [[Stone cutting]] - Creating bricks, statues, and other items purely of stone.&lt;br /&gt;
&lt;br /&gt;
== Items ==&lt;br /&gt;
See also ''[[:Category:Masonry items]]''&lt;br /&gt;
{| width=80%&lt;br /&gt;
|- valign=top&lt;br /&gt;
|&lt;br /&gt;
'''Decorations'''&lt;br /&gt;
* [[Bench]]&lt;br /&gt;
* [[Open fireplace]]&lt;br /&gt;
* [[Pillar]]&lt;br /&gt;
||&lt;br /&gt;
'''Containers'''&lt;br /&gt;
* [[Coffin]]&lt;br /&gt;
* [[Stone altar]]&lt;br /&gt;
* [[Well]]&lt;br /&gt;
||&lt;br /&gt;
'''Fences'''&lt;br /&gt;
* [[Stone wall]]&lt;br /&gt;
* [[Tall stone wall]]&lt;br /&gt;
* [[Iron fence]]&lt;br /&gt;
* [[Iron fence gate]]&lt;br /&gt;
* [[High iron fence]]&lt;br /&gt;
* [[High iron fence gate]]&lt;br /&gt;
* [[Stone and iron parapet]]&lt;br /&gt;
* [[Stone parapet]]&lt;br /&gt;
* [[Curb]]&lt;br /&gt;
||&lt;br /&gt;
'''Furnaces'''&lt;br /&gt;
* [[Forge]]&lt;br /&gt;
* [[Stone oven]]&lt;br /&gt;
* [[Smelter]]&lt;br /&gt;
* [[Kiln]]&lt;br /&gt;
||&lt;br /&gt;
'''Structures'''&lt;br /&gt;
* [[Colossus]]&lt;br /&gt;
* [[Colossus of Magranon]]&lt;br /&gt;
* [[Colossus of Vynora]]&lt;br /&gt;
* [[Colossus of Fo]]&lt;br /&gt;
* [[Colossus of Libila]]&lt;br /&gt;
* [[Guard tower]]&lt;br /&gt;
* [[Stone house]]&lt;br /&gt;
* [[Mine door (rock)]]&lt;br /&gt;
||&lt;br /&gt;
'''Mission Structures'''&lt;br /&gt;
* [[Obelisk]]&lt;br /&gt;
* [[Spirit gate]]&lt;br /&gt;
||&lt;br /&gt;
'''Mailboxes'''&lt;br /&gt;
* [[Spirit cottage]]&lt;br /&gt;
* [[Spirit castle]]&lt;br /&gt;
||&lt;br /&gt;
'''Misc'''&lt;br /&gt;
* [[Colossus brick]]&lt;br /&gt;
* [[Grindstone]]&lt;br /&gt;
* [[Mine door (rock) ]]&lt;br /&gt;
* [[Mortar]]&lt;br /&gt;
* [[Scythe trap]]&lt;br /&gt;
* [[Slab]]&lt;br /&gt;
* [[Statue of boy]]&lt;br /&gt;
* [[Statue of demon]]&lt;br /&gt;
* [[Statue of dog]]&lt;br /&gt;
* [[Statue of girl]]&lt;br /&gt;
* [[Statue of horse]]&lt;br /&gt;
* [[Statue of nymph]]&lt;br /&gt;
* [[Statue of troll]]&lt;br /&gt;
* [[Stone brick]]&lt;br /&gt;
* [[Whetstone]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== [[Titles]] ==&lt;br /&gt;
* Mason at 50 skill&lt;br /&gt;
* High Mason at 70 skill&lt;br /&gt;
* Master Mason at 90 skill&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Skills]]&lt;br /&gt;
[[Category:Masonry items|*]]&lt;br /&gt;
[[Category:Babel/M]]&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=User:Bigsteve&amp;diff=96053</id>
		<title>User:Bigsteve</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=User:Bigsteve&amp;diff=96053"/>
		<updated>2015-09-14T13:45:13Z</updated>

		<summary type="html">&lt;p&gt;Bigsteve: Created page with &amp;quot; Hi  I Started Playing in about December 2012, Wurm Time: Day of Sleep, week 2 of the Starfall of the Leaf, 1028.  with my character bigsteve on the Pristine Server,   More to...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Hi&lt;br /&gt;
&lt;br /&gt;
I Started Playing in about December 2012, Wurm Time: Day of Sleep, week 2 of the Starfall of the Leaf, 1028.  with my character bigsteve on the Pristine Server, &lt;br /&gt;
&lt;br /&gt;
More to come later&lt;/div&gt;</summary>
		<author><name>Bigsteve</name></author>
		
	</entry>
</feed>