<?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=Cinganjehoi</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=Cinganjehoi"/>
	<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php/Special:Contributions/Cinganjehoi"/>
	<updated>2026-06-04T20:48:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Statuette_of_Magranon&amp;diff=87441</id>
		<title>Statuette of Magranon</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Statuette_of_Magranon&amp;diff=87441"/>
		<updated>2014-07-26T09:14:28Z</updated>

		<summary type="html">&lt;p&gt;Cinganjehoi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Smithing]] / [[Jewelry Smithing]] / '''{{PAGENAME}}'''&lt;br /&gt;
{{item&lt;br /&gt;
|name={{PAGENAME}}&lt;br /&gt;
|image=Statuette of Magranon.png&lt;br /&gt;
|active=[[glowing]] [[gold lump]] or [[silver lump]] (1.00 kg)&lt;br /&gt;
|passive=[[small anvil]] &lt;br /&gt;
|group=Statuettes&lt;br /&gt;
|materials=no&lt;br /&gt;
|result=*'''{{PAGENAME}}''' (1.00 kg)&lt;br /&gt;
|skill=jewelry smithing&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
''A statuette resembling the artists interpretation of the deity Magranon.'' &lt;br /&gt;
&lt;br /&gt;
'''Statuette of Magranon''' is made of gold or silver, using [[jewelry smithing]]. It is used to channel spells by [[Magranon]] priests.&lt;br /&gt;
It can also be used for decoration or for selling to a [[trader]] for money.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* Statuette QL seems to have negligible effect on casting.&lt;br /&gt;
* [[Circle of Cunning]] on a statuette will not increase your Channeling skill&lt;br /&gt;
* [[Wind of Ages]] on a statuette will not increase your Channeling speed.&lt;br /&gt;
* 0.1kg of lump is lost upon failure to create&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Statuette]]&lt;br /&gt;
* [[Statuette of Fo]]&lt;br /&gt;
* [[Statuette of Libila]]&lt;br /&gt;
* [[Statuette of Vynora]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Silver products]]&lt;br /&gt;
[[Category:Gold products]]&lt;br /&gt;
[[Category:Statuettes]]&lt;br /&gt;
[[Category:Babel/S]]&lt;/div&gt;</summary>
		<author><name>Cinganjehoi</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Toolbelt_profiles&amp;diff=78536</id>
		<title>Toolbelt profiles</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Toolbelt_profiles&amp;diff=78536"/>
		<updated>2013-03-16T18:43:47Z</updated>

		<summary type="html">&lt;p&gt;Cinganjehoi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
By following the steps below, you can create custom toolbelt profiles, which you can use to switch swiftly between sets of tools.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
By using the command &amp;quot;settoolbelt&amp;quot; you can set any toolbelt slot to any item. You need to know the unique item id for this (which is a large number).&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
In the following section &amp;quot;~/wurm&amp;quot; is used to denote the directory where your wurm data is stored. Under Windows, this is probably &amp;quot;C:\users\&amp;lt;username&amp;gt;\wurm&amp;quot;, under Linux, it is mostly &amp;quot;/home/&amp;lt;username&amp;gt;/wurm&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
1) Set your toolbelt up in the way you want it in Wurm. Note which tool is in which slot (numbered from the left, starting with 1). Quit the game.&lt;br /&gt;
&lt;br /&gt;
2) Open the file &amp;quot;~/wurm/players/&amp;lt;wurm playername&amp;gt;/playerdata.txt&amp;quot;. This contains a number of lines that look like &lt;br /&gt;
  toolSlot&amp;lt;X&amp;gt;=&amp;lt;number&amp;gt;&lt;br /&gt;
Remember the order from step 1, write down which &amp;lt;number&amp;gt; corresponds to which tool.&lt;br /&gt;
&lt;br /&gt;
3) Create a new file &amp;quot;~/wurm/configs/default/blacksmithing.txt&amp;quot; (or any other name you want in that directory). Insert as many lines for setting the toolbelt (and custom keybindings and whatever else you want) as follows:&lt;br /&gt;
  settoolbelt &amp;lt;number&amp;gt; 1 // &amp;lt;comment describing the tool&amp;gt;&lt;br /&gt;
  settoolbelt 266029938770434 2 // mallet&lt;br /&gt;
  settoolbelt 812487435879682 3 // file&lt;br /&gt;
  ...&lt;br /&gt;
&lt;br /&gt;
4) Restart Wurm. Open the console (by default bound to F1). Type &lt;br /&gt;
  bind Alt+1 &amp;quot;exec blacksmithing.txt&amp;quot;&lt;br /&gt;
You can use any other keybinding you want, and use any other file.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
Also see http://www.youtube.com/watch?v=__T9ExMnjAI and http://forum.wurmonline.com/index.php?/topic/57806-the-settoolbelt-console-command/ for more information.&lt;/div&gt;</summary>
		<author><name>Cinganjehoi</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Toolbelt_profiles&amp;diff=78535</id>
		<title>Toolbelt profiles</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Toolbelt_profiles&amp;diff=78535"/>
		<updated>2013-03-16T18:43:17Z</updated>

		<summary type="html">&lt;p&gt;Cinganjehoi: Created page with &amp;quot;== Description == By following the steps below, you can create custom toolbelt profiles, which you can use to switch swiftly between sets of tools.  == Overview == By using th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
By following the steps below, you can create custom toolbelt profiles, which you can use to switch swiftly between sets of tools.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
By using the command &amp;quot;settoolbelt&amp;quot; you can set any toolbelt slot to any item. You need to know the unique item id for this (which is a large number).&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
In the following section &amp;quot;~/wurm&amp;quot; is used to denote the directory where your wurm data is stored. Under Windows, this is probably &amp;quot;C:\users\&amp;lt;username&amp;gt;\wurm&amp;quot;, under Linux, it is mostly &amp;quot;/home/&amp;lt;username&amp;gt;/wurm&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
1) Set your toolbelt up in the way you want it in Wurm. Note which tool is in which slot (numbered from the left, starting with 1). Quit the game.&lt;br /&gt;
&lt;br /&gt;
2) Open the file &amp;quot;~/wurm/players/&amp;lt;wurm playername&amp;gt;/playerdata.txt&amp;quot;. This contains a number of lines that look like &amp;quot;toolSlot&amp;lt;X&amp;gt;=&amp;lt;number&amp;gt;&amp;quot;. Remember the order from step 1, write down which &amp;lt;number&amp;gt; corresponds to which tool.&lt;br /&gt;
&lt;br /&gt;
3) Create a new file &amp;quot;~/wurm/configs/default/blacksmithing.txt&amp;quot; (or any other name you want in that directory). Insert as many lines for setting the toolbelt (and custom keybindings and whatever else you want) as follows:&lt;br /&gt;
  settoolbelt &amp;lt;number&amp;gt; 1 // &amp;lt;comment describing the tool&amp;gt;&lt;br /&gt;
  settoolbelt 266029938770434 2 // mallet&lt;br /&gt;
  settoolbelt 812487435879682 3 // file&lt;br /&gt;
  ...&lt;br /&gt;
&lt;br /&gt;
4) Restart Wurm. Open the console (by default bound to F1). Type &lt;br /&gt;
  bind Alt+1 &amp;quot;exec blacksmithing.txt&amp;quot;&lt;br /&gt;
You can use any other keybinding you want, and use any other file.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
Also see http://www.youtube.com/watch?v=__T9ExMnjAI and http://forum.wurmonline.com/index.php?/topic/57806-the-settoolbelt-console-command/ for more information.&lt;/div&gt;</summary>
		<author><name>Cinganjehoi</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Toolbelt&amp;diff=78534</id>
		<title>Toolbelt</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Toolbelt&amp;diff=78534"/>
		<updated>2013-03-16T18:28:49Z</updated>

		<summary type="html">&lt;p&gt;Cinganjehoi: adding link to toolbelt profiles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Tailoring]] /[[Leatherworking]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
{{item&lt;br /&gt;
|name={{PAGENAME}}&lt;br /&gt;
|image=Toolbelt.jpg&lt;br /&gt;
|active=[[leather belt]] (0.30 kg)&lt;br /&gt;
|passive=[[hooks]] (0.20 kg)&lt;br /&gt;
|group= Miscellaneous&lt;br /&gt;
|materials=* [[Leather]] 3.00 kg&lt;br /&gt;
* [[Square piece of cloth]] 0.30 kg&lt;br /&gt;
|result=*'''{{PAGENAME}}''' (1.00 kg)&lt;br /&gt;
|skill=Leatherworking&lt;br /&gt;
|improve=Leatherworking&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
''An ingenious system of pockets, pouches, hooks and holes designed to keep a wide array of common tools.''&lt;br /&gt;
&lt;br /&gt;
A '''toolbelt''' is a piece of [[HUD]] that allows you to place up to ten tools or materials on it for quick selection.&lt;br /&gt;
&lt;br /&gt;
== Creation ==&lt;br /&gt;
&lt;br /&gt;
* The [[hooks]]' [[QL]] affects the success rate.&lt;br /&gt;
* On failure, the hooks and the [[leather belt]] are damaged. They can be repaired though.&lt;br /&gt;
* Adding the [[Square piece of cloth|cloth]] only uses 0.3 kg even if the piece is bigger.&lt;br /&gt;
&lt;br /&gt;
{{rare}}&lt;br /&gt;
Toolbelts with rare properties have been seen to have additional slots.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
* Wear ([[equip]]) the toolbelt on the legs of your torso, and the toolbelt will appear on the HUD (like the [[compass]]).&lt;br /&gt;
* The toolbelt must be at least 10 QL before it will even appear on the HUD, even if it is already worn on the legs. There is one slot every 10 QL up to nine at QL90. However, ten is the maximum number of slots and appears at QL99 instead of QL100.&lt;br /&gt;
* A [[rare]] toolbelt has 1 more slot than the equivalent normal toolbelt.&lt;br /&gt;
* Drag tools from your inventory into the toolbar's slots. They can later be removed from the belt by clicking on them with the Shift key held down, or replaced by other tools.&lt;br /&gt;
* The slots can be [[Key bindings|bound]] to hotkeys. Default is &amp;lt;code&amp;gt;bind 1 ACTIVATE_TOOL1&amp;lt;/code&amp;gt; and so on, up to 10.&lt;br /&gt;
* Putting a container in the toolbelt and activating it selects items in the container if there are any. This is especially useful when [[sowing]] large fields or attaching lots of identical items to large creations such as [[ships]]. Filling up several containers on the toolbelt and using an attach or sow [[keybind]], one can queue up lots of actions without ever using the mouse.&lt;br /&gt;
* If you hide the toolbelt, it can be redisplayed using the main options menu or typing &amp;quot;toggle toolbelt&amp;quot; into the console.&lt;br /&gt;
== Profiles ==&lt;br /&gt;
With a bit of work you can create [[Toolbelt Profiles]] that you can use to swiftly switch between different custom sets of toolbelt bindings (e.g. one for carpentry, one for blacksmithing, etc.)&lt;br /&gt;
&lt;br /&gt;
[[Category:Leatherworking items]]&lt;br /&gt;
[[Category:Items]]&lt;br /&gt;
[[Category:Babel/T]]&lt;/div&gt;</summary>
		<author><name>Cinganjehoi</name></author>
		
	</entry>
</feed>