<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oldwiki.devbox.themanaworld.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MAF+LawnCable</id>
	<title>The Mana World - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.devbox.themanaworld.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MAF+LawnCable"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/wiki/Special:Contributions/MAF_LawnCable"/>
	<updated>2026-05-06T01:04:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Development:Image_dyeing&amp;diff=45917</id>
		<title>Development:Image dyeing</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Development:Image_dyeing&amp;diff=45917"/>
		<updated>2018-07-24T17:58:17Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: colored hex values to improve the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Simple colors and palettes==&lt;br /&gt;
&lt;br /&gt;
A pixel has a simple color if it is not black and if its non-zero RGB components are all equal. Or described in terms of the HSV color model: it has a hue divisible by 60, full saturation, and any value other than zero.&lt;br /&gt;
&lt;br /&gt;
There are seven simple colors:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;R&#039;&#039;&#039;ed&lt;br /&gt;
* &#039;&#039;&#039;G&#039;&#039;&#039;reen&lt;br /&gt;
* &#039;&#039;&#039;B&#039;&#039;&#039;lue&lt;br /&gt;
* &#039;&#039;&#039;C&#039;&#039;&#039;yan&lt;br /&gt;
* &#039;&#039;&#039;M&#039;&#039;&#039;agenta&lt;br /&gt;
* &#039;&#039;&#039;Y&#039;&#039;&#039;ellow&lt;br /&gt;
* &#039;&#039;&#039;W&#039;&#039;&#039;hite (gray, that is)&lt;br /&gt;
&lt;br /&gt;
For a given color, there are 255 different intensities (from 1 to 255). For RGB, the non-zero value is the intensity. For HSV, the volume is the intensity, scaled to 255.&lt;br /&gt;
&lt;br /&gt;
A palette is a sequence of RGB colors, for example &amp;lt;code style=&amp;quot;background-color:#8c4b41;;color:lightgrey&amp;quot;&amp;gt;#8c4b41&amp;lt;/code&amp;gt;,&amp;lt;code style=&amp;quot;background-color:#da9041;color:#825525&amp;quot;&amp;gt;da9041&amp;lt;/code&amp;gt;,&amp;lt;code style=&amp;quot;background-color:#ffff41;&amp;quot;&amp;gt;ffff41&amp;lt;/code&amp;gt;. An intensity of 255 becomes color &amp;lt;code style=&amp;quot;background-color:#ffff41;&amp;quot;&amp;gt;#ffff41&amp;lt;/code&amp;gt;. An intensity of 0 is left unchanged (as black, &amp;lt;code style=&amp;quot;background-color:#000;color:lightgrey&amp;quot;&amp;gt;#000000&amp;lt;/code&amp;gt;). Intensities with no explicit color are linearly interpolated between the two closest value. Black is implicitly the first color of the palette. For example:&lt;br /&gt;
{|&lt;br /&gt;
! intensity&lt;br /&gt;
! color&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|&amp;lt;code style=&amp;quot;background-color:#522C26;color:lightgrey&amp;quot;&amp;gt;#522C26&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|&amp;lt;code style=&amp;quot;background-color:#8c4b41;color:lightgrey&amp;quot;&amp;gt;#8c4b41&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|&amp;lt;code style=&amp;quot;background-color:#995741;color:lightgrey&amp;quot;&amp;gt;#995741&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|170&lt;br /&gt;
|&amp;lt;code style=&amp;quot;background-color:#da9041;color:#825525&amp;quot;&amp;gt;#da9041&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Palettes can have from one to 255 colors.&lt;br /&gt;
&lt;br /&gt;
Pixels with complicated colors or without any dedicated palette are left unchanged by the dye process. The system can dye up to 1785 different colors.&lt;br /&gt;
&lt;br /&gt;
==Dye Channels==&lt;br /&gt;
===&#039;&#039;&#039;RGBCMYW&#039;&#039;&#039; Dyes===&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
 Single Channel Inline xml: image.png|R:#ColorCode&lt;br /&gt;
 Multi-Channel Inline xml: image.png|R:#ColorCode;B:#ColorCode&lt;br /&gt;
 Single Channel Preset xml: image.png|R&lt;br /&gt;
 Multi-Channel Preset xml: image.png|R;B&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;S&#039;&#039;&#039;wap dye===&lt;br /&gt;
This swaps a single specific color on a channel regardless of transparency for another&lt;br /&gt;
&lt;br /&gt;
Use: &lt;br /&gt;
 Inline xml: image.png|S:#StartingColor,#ResultColor;&lt;br /&gt;
 Preset xml: image.png|S &lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 image.png|S:#FF0000,#00FF00; &lt;br /&gt;
 Starting color: #FF0000 (pure red)&lt;br /&gt;
 Result color: #00FF00 (pure green)&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;A&#039;&#039;&#039;lpha dye===&lt;br /&gt;
This swaps a single specific color on a channel taking transparency into account&lt;br /&gt;
&lt;br /&gt;
Use:&lt;br /&gt;
 Inline Xml: image.png|S:#StartingColor,#ResultColor;&lt;br /&gt;
 Preset Xml: image.png|S&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 image.png|S:#FF000088,#00FF0088;&lt;br /&gt;
 Starting color: #FF000088 (pure red with ~half transparency)&lt;br /&gt;
 Result color: #00FF0088 (pure green with ~half transparency)&lt;br /&gt;
&lt;br /&gt;
===One-channel example===&lt;br /&gt;
Here is a simple example taken from actual game data. The &amp;lt;code&amp;gt;data/monsters.xml&amp;lt;/code&amp;gt; file contains the descriptions of all the monsters. For black scorpions, the definition begins with&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;monster id=&amp;quot;1009&amp;quot; name=&amp;quot;Black scorpion&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;sprite&amp;gt;monster-scorpion.xml|#0d1313,435a5a,879999,ffffff&amp;lt;/sprite&amp;gt;&lt;br /&gt;
     &amp;lt;sound event=&amp;quot;hit&amp;quot;&amp;gt;scorpion-hit1.ogg&amp;lt;/sound&amp;gt;&lt;br /&gt;
     ...&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;data/graphics/sprite/monster-scorpion.xml&amp;lt;/code&amp;gt; then describes the animation of any scorpion, whatever its color. It contains this line:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;imageset name=&amp;quot;base&amp;quot; src=&amp;quot;graphics/sprites/monster-scorpion.png|W&amp;quot; width=&amp;quot;48&amp;quot; height=&amp;quot;45&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;monster-scorpion.png&amp;lt;/code&amp;gt; file is a grayscale image, hence the &#039;&#039;&#039;W&#039;&#039;&#039; color specifier, so that all its pixels are blackened (or dyed to brown or red for other species of scorpions). If it contained some non-gray pixels, these would not be recolored by the palette specified in the &amp;lt;code&amp;gt;monsters.xml&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
===Multi-channel example===&lt;br /&gt;
Here an example for multi-channel dyeing of an equipment sprite. This example recolors the gray sections of the image to green and the red sections to a gray-blue.&lt;br /&gt;
&lt;br /&gt;
head-devcap.xml:&lt;br /&gt;
 &amp;lt;imageset name=&amp;quot;base&amp;quot; src=&amp;quot;graphics/sprites/head-devcap.png|W;R&amp;quot; width=&amp;quot;28&amp;quot; height=&amp;quot;19&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
items.xml:&lt;br /&gt;
 &amp;lt;sprite&amp;gt;head-devcap.xml|#22ff22,ffffff;#9999ff&amp;lt;/sprite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Designing graphics to be dyeable==&lt;br /&gt;
The easy way to make an existing graphic recolorable is to select the parts you want to be recolored and run it through a convert-to-greyscale filter and voilÃ , you have a recolorable &#039;W&#039; channel. For optimum results you should then adjust the levels of the grey area so that the darkest color is RGB 127, 127, 127 and the brightest color RGB 255, 255, 255. That way you can very simply define the darkest and the brightest color of the color ramp in items.xml.&lt;br /&gt;
&lt;br /&gt;
When you want to use another dye channel than &#039;W&#039; you can use &amp;quot;color channels&amp;quot; afterwards and remove one or two of the red, green and blue channel completely.&lt;br /&gt;
&lt;br /&gt;
==Test dyes without restarting Manaplus==&lt;br /&gt;
===In-Game===&lt;br /&gt;
You can reload some of the client-data by typing the following command into chat.&lt;br /&gt;
You may have to unequip items then use the command then equip them again.&lt;br /&gt;
 /cleangraphics&lt;br /&gt;
&lt;br /&gt;
===dyecmd===&lt;br /&gt;
After version 1.3.10.27 of manaplus: the dyecmd is supported.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
 dyecmd srcfile dyestring dstfile&lt;br /&gt;
 dyecmd srcdyestring dstfile&lt;br /&gt;
&lt;br /&gt;
examples:&lt;br /&gt;
 dyecmd cottonshirt.png W:#a4b2b2,ffffff test.png&lt;br /&gt;
 dyecmd &amp;quot;cottonshirt.png|W:#a4b2b2,ffffff&amp;quot; test2.png&lt;br /&gt;
&lt;br /&gt;
From Source&lt;br /&gt;
get manaplus source git clone https://bitbucket.org/akaras/manaplus.git&lt;br /&gt;
 autoreconf -i&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 src/dyecmd&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Auldsbel&amp;diff=41524</id>
		<title>Classic:Auldsbel</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Auldsbel&amp;diff=41524"/>
		<updated>2017-01-12T18:53:39Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: added for the Legacy &amp;quot;transfer&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Meta}}{{I18n}}&lt;br /&gt;
{{Category Legacyplayerinfo}}&lt;br /&gt;
{{Status green}}&lt;br /&gt;
&lt;br /&gt;
[[Image:NPCAuldsbel.png|frame]]&lt;br /&gt;
&lt;br /&gt;
[[Legacy Auldsbel]] is an erudite wizard vacationing for experiments in the Woodlands, directly west of [[Legacy Hurnscald]]. Look for his house just south of the road. He will introduce to you the five different schools of [[Legacy Magic]] ([[Legacy General Magic Skill|General]], [[Legacy Life Magic Skill|Life]], [[Legacy War Magic Skill|War]], [[Legacy Transmutation Magic Skill|Transmutation]], [[Legacy Nature Magic Skill|Nature]] and [[Legacy Astral Magic Skill|Astral]]). Member of the Council of Transmuters, he is himself a great specialist of the [[Legacy Transmutation Magic Skill|Transmutation Magic]]. He will tell you the better way to advance in your magical practice and teach you concretely how [[Legacy Spells]] work. [[Legacy Auldsbel]] has profound knowledge of [[Legacy Magic]] and is a good first stop for anyone learning it.&lt;br /&gt;
&lt;br /&gt;
Once you have progressed enough in your Magic Level and if you have helped him in some [[Legacy Helping With Experiments|experiments]], he will teach you some [[Legacy Spells]], see the [[Legacy Magic Quests]].  &lt;br /&gt;
&lt;br /&gt;
He is able to make a [[Legacy Mana Potion]] for you with the right ingredients which are 1 Pearl, 10,000 GP and 20 Mauve Herbs. Although [[Legacy Wyara]] uses a different and cheaper recipe.&lt;br /&gt;
&lt;br /&gt;
He also knows how to transmute Piles of Ash into Sulphur Powders at a ratio of 1:5 for 250 GP. He will later teach you how to transmute it by yourself.&lt;br /&gt;
&lt;br /&gt;
[[Legacy Auldsbel]] can also teach you the [[Legacy Astral Soul Skill]] if you give him 11,300 GP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#006fff&amp;quot;&amp;gt;Spells&amp;lt;/span&amp;gt;&#039;&#039;&#039; taught by [[Legacy Auldsbel]]: &lt;br /&gt;
* [[Legacy Spells|#gole]]&lt;br /&gt;
* [[Legacy Spells|#kularzufrill]]&lt;br /&gt;
* [[Legacy Spells|#miteyo]]&lt;br /&gt;
* [[Legacy Spells|#parum boo]]&lt;br /&gt;
* [[Legacy Spells|#patviloree]]&lt;br /&gt;
* [[Legacy Spells|#patloree]]&lt;br /&gt;
* [[Legacy Spells|#patmuploo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For further details on these spells, you should visit the [[Legacy Magic Quests]] and the [[Legacy Spells]] pages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can find the script [https://github.com/themanaworld/tmwa-server-data/blob/master/world/map/npc/011-1/auldsbel.txt here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:LegacyNPC]]&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Astral_Soul_Skill&amp;diff=41523</id>
		<title>Classic:Astral Soul Skill</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Astral_Soul_Skill&amp;diff=41523"/>
		<updated>2017-01-12T18:47:28Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: Magic shortcuts changed to Legacy Magic shortcuts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Meta}}{{I18n}}&lt;br /&gt;
{{Category_playerinfo}}&lt;br /&gt;
{{Status_green}}&lt;br /&gt;
{{Skills shortcuts}}&lt;br /&gt;
{{Legacy_Magic_shortcuts}}&lt;br /&gt;
&lt;br /&gt;
{{Quest&lt;br /&gt;
|Image         = [[Image:SkillOldWizard.png]]&lt;br /&gt;
|Start         = 014-2 [[Legacy Old Wizard]]&#039;s House &amp;lt;br&amp;gt; 011-1 Woodland [[Legacy Auldsbel]]&lt;br /&gt;
|Prerequisites = [[Legacy Focusing Skills]],&amp;lt;br/&amp;gt;[[Legacy General Magic Skill]] Level 1&lt;br /&gt;
|Level         = 35&lt;br /&gt;
|Reward        = [[Legacy Astral Soul Skill]], 2,500 EXP&lt;br /&gt;
|Cost          = 100 [[Legacy Acorn]]s + 1 [[Legacy Pearl]]&amp;lt;br/&amp;gt;&#039;&#039;or&#039;&#039; 11,300 GP&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The [[Legacy Astral Soul Skill]] increases your Magic Attack. Note that your Magic Attack without the [[Legacy Astral Soul Skill]] is much weaker than with it.&lt;br /&gt;
* [[Legacy Auldsbel]] can also teach you the [[Legacy Astral Soul Skill]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What To Do:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Head west from [[Legacy Hurnscald]]. If you continue west from the first intersection of the road, you will see [[Legacy Auldsbel]]. However, if you go north then east, you will reach the [[Legacy Old Wizard]]&#039;s House.&lt;br /&gt;
* Bring 100 [[Legacy Acorn]]s and 1 [[Legacy Pearl]] to the [[Legacy Old Wizard]] or 11,300 GP to [[Legacy Auldsbel]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rewards:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Legacy Astral Soul Skill]]&lt;br /&gt;
* 2,500 EXP&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Total Cost:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* 100 [[Legacy Acorn]]s&lt;br /&gt;
* 1 [[Legacy Pearl]]&lt;br /&gt;
or&lt;br /&gt;
* 11,300 GP&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Magic_Quests&amp;diff=41522</id>
		<title>Classic:Magic Quests</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Magic_Quests&amp;diff=41522"/>
		<updated>2017-01-12T18:43:59Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: Magic shortcuts changed to Legacy Magic shortcuts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Meta}}{{I18n}}&lt;br /&gt;
{{Category Legacyplayerinfo}}&lt;br /&gt;
{{Status green}}&lt;br /&gt;
{{Legacy Magic shortcuts}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WIP&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Quest&lt;br /&gt;
|Image         = [[Image:mana_seed.png]]&lt;br /&gt;
|Start         = 009-2 [[Legacy Hurnscald]]&lt;br /&gt;
|Level         = &amp;lt;small&amp;gt;- 10 for [[Legacy General Magic Skill]] level 1&amp;lt;br/&amp;gt;- 30 for [[Legacy General Magic Skill]] level 2&amp;lt;br/&amp;gt;- 45 for the dark path&amp;lt;/small&amp;gt;&lt;br /&gt;
|Prerequisites = None at the start,&amp;lt;br/&amp;gt;various for progressing&lt;br /&gt;
|Reward        = Various&lt;br /&gt;
|Cost          = Various&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Note: If you are new to magic please read the [[Legacy Magic]] page of this wiki first.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It explains what magic means and tells you how to progress in it. This [[Legacy Magic Quests]] page is some kind of walkthrough showing you how to get which magic-related abilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting started: The Mana Seed==&lt;br /&gt;
&lt;br /&gt;
===Mana Seed: First visit===&lt;br /&gt;
&lt;br /&gt;
[[Image:mana_seed.png|frame]]&lt;br /&gt;
&lt;br /&gt;
To start the [[Legacy Magic Quests]] you need to touch the [[Legacy Mana Seed]] first. The [[Legacy Mana Seed]] can be found in a cave northwest of [[Legacy Hurnscald]]. To find it, head west from the [[Legacy Soul Menhir]] of [[Legacy Hurnscald]]. At the first fork (at a farm with many trees), go north. Continue north until the path forks again. Take the west fork and follow the path to a set of caves, one higher and one lower. Enter the higher cave, and continue through until it exits. Continue east along the stones in front of the cascade and into a second cave. The [[Legacy Mana Seed]] will be in the northeast corner. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you touched it go to [[Legacy Wyara]]. You will need to drink the [[Legacy Mana Potion]] she can create for you before touching the [[Legacy Mana Seed]] a second time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Wyara&#039;s Mana Potion===&lt;br /&gt;
&lt;br /&gt;
[[File:NPCWyara.png|frame]]&lt;br /&gt;
&lt;br /&gt;
Wyara is able to create a [[Legacy Mana Potion]] for you. [[Legacy Auldsbel]] and [[Legacy Rauk The Alchemist]] are able to do so as well but Wyara is the best choice as she asks for the fewest items in exchange. Note that the option to ask her about the potion only appears after touching the [[Legacy Mana Seed]] the first time so you can&#039;t skip that point.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* 40 [[Legacy Mauve Herb]]s&lt;br /&gt;
* 1 [[Legacy Bottle of Water]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mauve Herbs are dropped by:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy Mauve Plant]] (30% + 30% + 30%)&lt;br /&gt;
* [[Legacy Vicious Squirrel]] (10%)&lt;br /&gt;
* [[Legacy Squirrel]] (10%)&lt;br /&gt;
* [[Legacy Fey Element]] (10% + 10%)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bottles of Water are dropped by:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy White Slime]] (5%)&lt;br /&gt;
* [[Legacy Sea Slime]] (0.5%)&lt;br /&gt;
* [[Legacy Mouboo]] (7.5%)&lt;br /&gt;
* [[Legacy Angry Sea Slime]] (0.5%)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy Mana Potion]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mana Seed: Second and third visit===&lt;br /&gt;
&lt;br /&gt;
Once the potion is made &#039;&#039;&#039;and you are at least level 10&#039;&#039;&#039;, drink it and go and touch the [[Mana Seed]] again to get the [[Legacy General Magic Skill]] (level 1).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rewards:&#039;&#039;&#039;&lt;br /&gt;
* [[General Magic Skill]] level 1&lt;br /&gt;
* 1,000 EXP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now it&#039;s time for some practicing. If you still didn&#039;t read the following section of the [[Legacy Magic]] page please do now as it describes how improving your magic works: [[Magic#Training and leveling up magic skills|Training and leveling up magic skills]]&lt;br /&gt;
&lt;br /&gt;
When &#039;&#039;#abizit&#039;&#039; answers that &amp;quot;You feel in perfect control of your magic&amp;quot; &#039;&#039;&#039;and you are at least level 30&#039;&#039;&#039;, come back to get the [[General Magic Skill]] level 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rewards:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy General Magic Skill]] level 2&lt;br /&gt;
* 10,000 EXP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: At the present time the players magic level cannot be greater than level 2.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Wyara==&lt;br /&gt;
&lt;br /&gt;
===Cure The Pond===&lt;br /&gt;
&lt;br /&gt;
[[File:Pond.png|frame]]&lt;br /&gt;
&lt;br /&gt;
[[Legacy Wyara]] will also ask you to cure the pond at the west of [[Legacy Hurnscald]]. It is a very small pond with a rock in the middle. She will ask you to create a special potion for the pond, &#039;&#039;&#039;twice&#039;&#039;&#039;. Each potion requires 20 [[Legacy Mauve Herb]]s and 20 [[Legacy Maggot Slime]]s. To purify the pond, &#039;&#039;&#039;use&#039;&#039;&#039; the potion while standing at the center of the pond but &#039;&#039;&#039;do not drop it!&#039;&#039;&#039; Dropping the potion will result in nothing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you get Nature Magic you can ask Wyara to teach you some spells. She knows about &#039;&#039;#inwilt&#039;&#039; (who is around), &#039;&#039;#inzuwilt&#039;&#039; (locate spouse) and &#039;&#039;#kaflosh&#039;&#039; (magic rain). All these level 1 spells require [[Legacy General Magic Skill]] level 2.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* 40 [[Legacy Mauve Herb]]s&lt;br /&gt;
* 40 [[Legacy Maggot Slime]]s&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mauve Herbs are dropped by:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy Mauve Plant]] (30% + 30% + 30%)&lt;br /&gt;
* [[Legacy Vicious Squirrel]] (10%)&lt;br /&gt;
* [[Legacy Squirrel]] (10%)&lt;br /&gt;
* [[Legacy Fey Element]] (10% + 10%)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Maggot Slimes are dropped by:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy Mana Bug]] (10%)&lt;br /&gt;
* [[Legacy Maggot]] (8%)&lt;br /&gt;
* [[Legacy Cave Maggot]] (8%)&lt;br /&gt;
* [[Legacy House Maggot]] (8%)&lt;br /&gt;
* [[Legacy Bat]] (8%)&lt;br /&gt;
* [[Legacy Fire Goblin]] (8%)&lt;br /&gt;
* [[Legacy Ice Goblin]] (8%)&lt;br /&gt;
* [[Legacy Angry Fire Goblin]] (8%)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy Nature Magic Skill]] Level 2&lt;br /&gt;
* 5,000 EXP&lt;br /&gt;
* &#039;&#039;#inwilt&#039;&#039; spell&lt;br /&gt;
* &#039;&#039;#inzuwilt&#039;&#039; spell&lt;br /&gt;
* &#039;&#039;#kaflosh&#039;&#039; spell&lt;br /&gt;
&lt;br /&gt;
==Elanore The Healer==&lt;br /&gt;
&lt;br /&gt;
[[File:Elanore.png|frame]]&lt;br /&gt;
&lt;br /&gt;
===Creating Lifestones===&lt;br /&gt;
&lt;br /&gt;
[[Legacy Elanore]] asks you to fetch 10 of each herb. In return, she will create 5 [[Legacy Lifestone]]s. You will also receive 100 EXP each time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Later, when you have a greater control of magic, which means &#039;&#039;&#039;after touching the Mana Seed&#039;&#039;&#039;, she will teach you the &#039;&#039;#lum&#039;&#039; spell and explains how it works:&lt;br /&gt;
&lt;br /&gt;
To be a good healer you must heal a lot of players who are heavily wounded. Elanore will take a close look at you to see if you are a good healer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hints:&#039;&#039;&#039;&lt;br /&gt;
* The difference between slightly damaged and heavily wounded players is big, so don&#039;t underestimate the efficiency.&lt;br /&gt;
* When you heal a player, you will receive EXP (the more damage you heal, the more EXP you earn - up to 400 exp with  &#039;&#039;#lum&#039;&#039;).&lt;br /&gt;
* With [[Manaplus]] standard settings you can press the &amp;quot;Q&amp;quot; key to select the closest player and &amp;quot;C&amp;quot; (while targetting this player) to heal him/her. This is often more comfortable than typing &amp;quot;#lum Playername&amp;quot; in the chat tab.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* 10 of each herb ([[Legacy Mauve Herb]], [[Legacy Gamboge Herb]], [[Legacy Alizarin Herb]] and [[Legacy Cobalt Herb]]) &#039;&#039;(for the 5 [[Lifestone]]s)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* 5 [[Legacy Lifestone]]s and 100 EXP &#039;&#039;(repeatable)&#039;&#039;&lt;br /&gt;
* &#039;&#039;#lum&#039;&#039; spell&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Get Life Magic Skill level 2===&lt;br /&gt;
&lt;br /&gt;
When you have healed enough players [[Legacy Elanore]] will accept you as a life magic student and you get the [[Legacy Life Magic Skill]] level 2 . &#039;&#039;&#039;When you achieved the [[Legacy General Magic Skill]] level 2&#039;&#039;&#039; and have healed enough players she will teach you the &#039;&#039;#inma&#039;&#039; spell, the greatest healing spell currently in the game and how to make [[Legacy Lifestone]]s yourself with &#039;&#039;#manpahil&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* none&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy Life Magic Skill]] level 2&lt;br /&gt;
* &#039;&#039;#inma&#039;&#039; spell&lt;br /&gt;
* &#039;&#039;#manpahil&#039;&#039; spell&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Pauline==&lt;br /&gt;
[[File:Pauline.png|frame]]&lt;br /&gt;
&lt;br /&gt;
[[Legacy Pauline]] will teach you how to summon [[Legacy Mouboo]]s and [[Legacy Pinkie]]s once you have already learned the [[Legacy Astral Magic Skill]]. To find her go to [[Tulimshar]]. She is located south of the magic school.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
She will tell you the invocations to both the Summon [[Legacy Pinkie]] and the Summon [[Legacy Mouboo]] spells she found but she doesn&#039;t know the right ingredients for these spells. Your task is to find those ingredients. Starting with the Summon Mouboo spell you will have to type in the ingredients. The right ingredients are one [[Legacy Root]] and a [[Legacy Mouboo Figurine]] so you have to type &amp;quot;Root&amp;quot; and &amp;quot;MoubooFigurine&amp;quot;. You also have to give her these items to complete this subquest. Once you typed in and gave her the correct ingredients she will spawn a Mouboo and give you 10,000 EXP as a reward.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then she will ask for the ingredients of the Summon Pinkie spell which are &amp;quot;Root&amp;quot; and &amp;quot;PinkAntenna&amp;quot;. Once you gave her both the ingredients she will spawn a Pinkie and give you another 10,000 EXP reward.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hints:&#039;&#039;&#039;&lt;br /&gt;
* The input is case sensitive and will not accept spaces.&lt;br /&gt;
* &#039;&#039;&#039;You can type in any ingredient you want. If you have that with you she will take it and the item is gone. So do not give her any rare items just to play around. Items you give her trying to complete the Quest will be lost and cannot be restored.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* 2 [[Legacy Root]]s&lt;br /&gt;
* 1 [[Legacy Mouboo Figurine]]&lt;br /&gt;
* 1 [[Legacy Pink Antenna]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;#kalboo&#039;&#039; spell&lt;br /&gt;
* &#039;&#039;#kalgina&#039;&#039; spell&lt;br /&gt;
* 20,000 EXP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[[Old Wizard]]==&lt;br /&gt;
&lt;br /&gt;
[[File:Oldwizzard.png|frame]]&lt;br /&gt;
&lt;br /&gt;
The [[Legacy Old Wizard]] lives with his apprentice, in a magic house in woodland hills, far north of hurnscald. To find his house, follow the stone road west to the first northern going stone road. Follow the road up to the T, turn right and take the first dirt path to the right: you will soon see it on the right of your character.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Old Wizard can teach you the [[Legacy Astral Soul Skill]] if you give him 100 [[Legacy Acorn]]s and 1 [[Pearl]] and the &#039;&#039;#anwiltyp&#039;&#039; spell.&lt;br /&gt;
&lt;br /&gt;
While &#039;&#039;#anwiltyp&#039;&#039; only helps you to hide from other mages trying to locate you with &#039;&#039;#inwilt&#039;&#039; the [[Legacy Astral Soul Skill]] is a must-have for those wanting to specialize in magic as it increases your Magic Attack (M.Attack) if [[Skills#Focus Skills|focused on]]. You will also get 2,500 EXP for that.&lt;br /&gt;
&lt;br /&gt;
[[Auldsbel]] can also teach you the Astral Soul Skill, but the Old Wizard ask for less in exchange.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* 100 [[Legacy Acorn]]s&lt;br /&gt;
* 1 [[Legacy Pearl]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy Astral Soul Skill]]&lt;br /&gt;
* &#039;&#039;#anwiltyp&#039;&#039; spell&lt;br /&gt;
* 2,500 EXP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Auldsbel==&lt;br /&gt;
&lt;br /&gt;
[[File:NPCAuldsbel.png|frame]]&lt;br /&gt;
&lt;br /&gt;
[[Legacy Auldsbel]] is a wizard living in a house in the [[Legacy Woodlands]], west of [[Legacy Hurnscald]]. He gives a lot of wise advices, &#039;&#039;&#039;read them&#039;&#039;&#039;!&lt;br /&gt;
&lt;br /&gt;
Like [[Legacy Wyara]], [[Legacy Auldsbel]] is also able to create a [[Mana Potion]] for you if you have already touched the [[Legacy Mana Seed]] before. However, Wyara is the better choice as [[Legacy Auldsbel]] asks for pretty much in exchange: 1 [[Legacy Pearl]], 20 [[Legacy Mauve Herb]]s, 10 [[Legacy Gamboge Herb]]s and 10,000 GP.&lt;br /&gt;
&lt;br /&gt;
[[Legacy Auldsbel]] can also teach you the [[Legacy Astral Soul Skill]] and reward you with 2,500 EXP for that, but he asks for 11,500 GP - better learn it from the [[Legacy Old Wizard]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Spells and the Transmutation Magic Skill===&lt;br /&gt;
&lt;br /&gt;
Auldsbel will teach you a lot of spells:&lt;br /&gt;
* &#039;&#039;#miteyo&#039;&#039; is mostly a training spell for the [[Legacy General Magic Skill]].&lt;br /&gt;
* &#039;&#039;#parum &amp;lt;name&amp;gt;&#039;&#039;: Two old tritan names work with it: Skytlurk  (#parum lurk) and Mouboo (#parum boo), but the first one systematically gives you a [[Warped Log]] as you don&#039;t know how a Skytlurk looks like. Unless &#039;&#039;#abizit&#039;&#039; tells you that you have at least  &amp;quot;a very good control on your magic&amp;quot; it is likely your spell will fail. When [[Auldsbel]] sees a [[Legacy Mouboo Figurine]] that &#039;&#039;&#039;you created&#039;&#039;&#039; (you can&#039;t buy one and do it), he accepts you as a true apprentice and gives you his blessing (5,000 EXP and the [[Legacy Transmutation Magic Skill]] level 2).&lt;br /&gt;
* &#039;&#039;#gole&#039;&#039; converts [[Legacy Pile of Ash|Piles of Ash]] to [[Legacy Sulphur Powder]].&lt;br /&gt;
* &#039;&#039;#patviloree&#039;&#039; crafts a [[Legacy Short Tank Top]].&lt;br /&gt;
* &#039;&#039;#patloree&#039;&#039; crafts a [[Legacy Tank Top]] - Auldsbel will ask you for 20 [[Legacy Mauve Herb]]s.&lt;br /&gt;
* &#039;&#039;#patmuploo&#039;&#039; crafts a [[Legacy Cotton Shirt]] - Auldsbel will ask you for 10 [[Legacy Scorpion Stinger]]s.&lt;br /&gt;
* &#039;&#039;#kularzufrill&#039;&#039; converts [[Legacy Raw Log]]s to [[Legacy Arrow]]s - Auldsbel will ask you for 20 [[Legacy Raw Log]]s and rewards you with 1,000 EXP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; All the Transmutation Magic level 1 spells require [[Legacy General Magic Skill|General Magic]] level 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* 20 [[Legacy Mauve Herb]]s&lt;br /&gt;
* 10 [[Legacy Scorpion Stinger]]s&lt;br /&gt;
* 20 [[Legacy Raw Log]]s&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* [[Legacy Transmutation Magic Skill]] level 2&lt;br /&gt;
* 6,000 EXP&lt;br /&gt;
* Spells mentioned above&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Helping With Experiments===&lt;br /&gt;
&lt;br /&gt;
You can help [[Legacy Auldsbel]] with his experiments now to earn gold and EXP. You do not have to know magic to perform this section.&lt;br /&gt;
&lt;br /&gt;
For further information check [[Legacy Helping With Experiments]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Rauk The Alchemist==&lt;br /&gt;
&lt;br /&gt;
[[Legacy Rauk The Alchemist]] is located in the [[Legacy Woodlands]], west of [Legacy [Hurnscald]]. He also make dyes, knows about potion recipes, and transmutes Iron ore and Ashes to powders.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the [[Legacy Mana Potion]], just like [[Legacy Wyara]] and [[Legacy Auldsbel]], you must have already touched the [[Legacy Mana Seed]] before you can ask [[Rauk The Alchemist|Rauk]] what he knows about it, but since he will ask you for 1 [[Legacy Pearl]], 1 [[Legacy Bottle of Water]], 30 [[Legacy Mauve Herb]]s, 20 [[Legacy Gamboge Herb]]s and 5 [[Pile of Ash|Piles of Ash]] you better stick to Wyara.&lt;br /&gt;
&lt;br /&gt;
You might want to come back to Rauk for his [[Legacy Rauk_The_Alchemist#Powder_Making|Powder Making]] offer since [[Legacy Iron Powder]] and [[Legacy Sulphur Powder]] are frequently used as ingredients for certain spells. Take him as second option though since trading with other players usually is less expensive for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Magic Swords==&lt;br /&gt;
&lt;br /&gt;
[[File:DimondSword.png|thumb|200px|The Sister Sword near [[Legacy Dimond&#039;s Cove]].]]&lt;br /&gt;
[[File:CaveSword.png|thumb|200px|The Brother Sword in Hurnscald&#039;s Caves.]]&lt;br /&gt;
&lt;br /&gt;
The [[Legacy Magic Swords]] are two among the 4 that are buried in a rock. Two of them will teach you the War Magic spells. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;sister&amp;quot; stands in the middle of the river separating the Dimond&#039;s Cove from the woods to the west. You can only see it from the west bank.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;brother&amp;quot; stands in the river in the cave underneath the [[Legacy Hurnscald]]&#039;s Inn. You can only see it from the west bank. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Spells and Skills taught by the Magic Swords:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;#flar&#039;&#039; (Sister Sword)&lt;br /&gt;
* &#039;&#039;#chiza&#039;&#039; (Brother Sword)&lt;br /&gt;
* [[War Magic Skill]] level 2 (Sister Sword) - Costs: 1,000 [[Aidan And Ishi&#039;s Monster Points|Monster Points]] - Reward: 5,000 EXP&lt;br /&gt;
* &#039;&#039;#upmarmu&#039;&#039; (Sister Sword) - Costs: 5,000 [[Aidan And Ishi&#039;s Monster Points|Monster Points]] - Reward: 1,000 EXP&lt;br /&gt;
* &#039;&#039;#frillyar&#039;&#039; (Brother Sword) - Costs: 5,000 [[Aidan And Ishi&#039;s Monster Points|Monster Points]] - Reward: 1,000 EXP&lt;br /&gt;
* &#039;&#039;#ingrav&#039;&#039; (Sister Sword) - Costs: 1 [[Iron Ore]] and 10,000 [[Aidan And Ishi&#039;s Monster Points|Monster Points]] - Reward: 1,000 EXP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hints:&#039;&#039;&#039;&lt;br /&gt;
* If one refuses to talk with you, then try the other one.&lt;br /&gt;
* &#039;&#039;#upmarmu&#039;&#039;, &#039;&#039;#frillyar&#039;&#039; and  &#039;&#039;#ingrav&#039;&#039; require the [[General Magic Skill]] level 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* 21,000 [[Aidan And Ishi&#039;s Monster Points|Monster Points]]&lt;br /&gt;
* 1 [[Iron Ore]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* [[War Magic Skill]] level 2&lt;br /&gt;
* 8,000 EXP&lt;br /&gt;
* Spells mentioned above &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hinnak==&lt;br /&gt;
&lt;br /&gt;
[[File:Hinnak.png|thumb|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Hinnak]] is located north of [[Hurnscald]]. After you helped him to get rid of the [[Pinkie]]s in the [[Farmer&#039;s Scythe]] Quest, he asks for a [[Beer]]. When you give him one, he will tell you a scary and funny story and you will learn the &#039;&#039;#kalmurk&#039;&#039; spell.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
* [[Farmer&#039;s Scythe]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* 1 [[Beer]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;#kalmurk&#039;&#039; spell&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hurnscald Town Hall Bookshelf==&lt;br /&gt;
&lt;br /&gt;
On the first floor of Hurnscald&#039;s City hall, search for a book in the western bookshelf. When you&#039;re skilled enough in magic, you can understand what is written inside and learn the &#039;&#039;#zukminbirf&#039;&#039; spell which allows you to transmute [[Iron Ore]] into [[Iron Powder]]. To avoid wasting Iron Ores, do not try it before &#039;&#039;#abizit&#039;&#039; says that &amp;quot;you are in very good control of your magic&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
* [[General Magic Skill]] level 2&lt;br /&gt;
* [[Transmutation Magic Skill]] level 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* none&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;#zukminbirf&#039;&#039; spell&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Nina==&lt;br /&gt;
&lt;br /&gt;
Nina is a small girl playing just near the south entrance of Tulimshar&#039;s south bazaar. If you find how to speak to her she will tell you about the &#039;&#039;#itenplz&#039;&#039; spell.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* none&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;#itenplz&#039;&#039; spell&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tondar==&lt;br /&gt;
&lt;br /&gt;
Tondar is the Tulimshar Magic School director. Though the school doesn&#039;t accept students at the moment, he may teach you the very important &#039;&#039;#abizit&#039;&#039; spell. However, like many other spells you can already use it before learning from him...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* none&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;#abizit&#039;&#039; spell&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Light and dark path of magic==&lt;br /&gt;
&lt;br /&gt;
In [[The Mana World]] there are two different types of mages: ones that follow the light path and ones that follow the dark one instead. Now it&#039;s time to choose between those paths.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Being on the dark path makes you unable to learn Nature [[Magic]] with [[Wyara]] or Astral [[Magic]] with [[Sagatha]]: if you chose the Dark Path of [[Magic]], the [[Earth Spirit]] will only teach you Nature [[Magic]]. [[Wyara]] and [[Sagatha]] will refuse to speak to you. On the other hand you can only learn the [[Dark Magic Skill]] along with dark magic spell on the dark path.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ad1818;&amp;quot;&amp;gt;&#039;&#039;&#039;WARNING: It&#039;s not possible to change the paths so think twice before starting to follow either the light or dark path!&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Light path: Wyara===&lt;br /&gt;
&lt;br /&gt;
Wyara has two more missions for you. One is saving an old tree, another one is curing a [[Mouboo]]. Of course you will get rewards by doing so, but much more important it will make [[Sagatha]] help you to improve your magic.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Old Druid Tree====&lt;br /&gt;
&lt;br /&gt;
[[File:Sagatha.png|thumb|150px]]&lt;br /&gt;
&lt;br /&gt;
If you speak to [[Wyara]] about training you once you are Level 2 in the [[General Magic Skill]], she will talk you about a dying tree in the desert southeast from [[Tulimshar]] that needs to be helped. Use the &#039;&#039;#kaflosh&#039;&#039; [[Spells|spell]] (requires [[Nature Magic Skill]] and [[General Magic Skill]], both at Level 2). You also need to hug Sagatha&#039;s Tree by typing in your chat tab: &#039;&#039;&#039;&amp;quot;/me hugs tree&amp;quot;&#039;&#039;&#039;  while being next to the tree.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Warning to Manaplus users&#039;&#039;&#039;: A Manaplus-TMW server incompatibility prevents the /me command to be correctly handled when you use colored text. Set your text color to default before hugging the tree.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rewards:&#039;&#039;&#039;&lt;br /&gt;
* 20,000 EXP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Injured Mouboo====&lt;br /&gt;
&lt;br /&gt;
[[File:injuredmouboo.png|thumb|150px]]&lt;br /&gt;
&lt;br /&gt;
Begin by going west from [[Hurnscald]], then proceed north from [[Auldsbel]]&#039;s house. Enter the cave with a &amp;quot;Danger&amp;quot; sign near it (the other entrance is the path to [[Mana Seed]] cave). The [[Mouboo]] is located on the 2nd level at the south end outside once you are out of the cave. You can use the &#039;&#039;#inma&#039;&#039; spell, &amp;quot;#inma mouboo&amp;quot; (&#039;&#039;not&#039;&#039; &amp;quot;#inma boo&amp;quot;) on the injured Mouboo to heal it but you &#039;&#039;&#039;must&#039;&#039;&#039; have Level 2 Life [[Magic]] first. If you don&#039;t have Life [[Magic]] Level 2, then give it a [[Large Healing Potion]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* None if using &#039;&#039;#inma&#039;&#039;&lt;br /&gt;
* [[Large Healing Potion]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Large Healing Potions can be crafted by:&#039;&#039;&#039;&lt;br /&gt;
* [[Caul The Alchemist]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* 5,000 EXP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Dark path: Earth Spirit===&lt;br /&gt;
&lt;br /&gt;
[[File:Earthspirit.png|thumb|150px]]&lt;br /&gt;
&lt;br /&gt;
The [[Earth Spirit]] stands in the [[Tulimshar]]&#039;s desert. Go south of the [[Soul Menhir]] located at Tulimshar through the gate and head east. In the eastern part of this map you will find a well. The Earth Spirit is in this well so just talk to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Injured Mouboo====&lt;br /&gt;
&lt;br /&gt;
While light mages have to save the [[Mouboo]], dark mages have to kill it with a [[Bone Knife]]. Note that &#039;&#039;&#039;you have to be level 45&#039;&#039;&#039; or higher to be able to kill it.&lt;br /&gt;
&lt;br /&gt;
Begin by going west from [[Hurnscald]], then proceed north from [[Auldsbel]]&#039;s house. Enter the cave with a &amp;quot;Danger&amp;quot; sign near it (the other entrance is the path to [[Mana Seed]] cave). The [[Mouboo]] is located on the 2nd level at the south end outside once you are out of the cave.&lt;br /&gt;
&lt;br /&gt;
Speak to the [[Mouboo]] while having the [[Bone Knife]] equipped in order to kill it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* [[Turtleneck Sweater|Black Turtleneck Sweater]]&lt;br /&gt;
* 100 EXP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Old Druid Tree====&lt;br /&gt;
&lt;br /&gt;
Instead of saving the tree you the [[Earth Spirit]] wants you to cut off a branch of it. The tree is in the same map as the spirit, just a bit more northwest. Speak to it and cut off a branch while having the [[Bone Knife]] equipped.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward&#039;&#039;&#039;:&lt;br /&gt;
* [[Druid Tree Branch]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Earth Spirit====&lt;br /&gt;
&lt;br /&gt;
In order to become the [[Earth Spirit]]&#039;s student you will need to bring it the [[Druid Tree Branch]] and to pay 100,000 GP as enrollment fee.&lt;br /&gt;
&lt;br /&gt;
Furthermore the Earth Spirit will teach you some [[Nature Magic Skill]] spell, namely #plugh and #betsanc but asking for 20,000GP for each spell that it teach you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs:&#039;&#039;&#039;&lt;br /&gt;
* [[Druid Tree Branch]]&lt;br /&gt;
* 140,000 GP&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* 6,000 EXP&lt;br /&gt;
* &#039;&#039;#plugh&#039;&#039; spell&lt;br /&gt;
* &#039;&#039;#betsanc&#039;&#039; spell&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Light path: Sagatha==&lt;br /&gt;
&lt;br /&gt;
[[File:NPCSagatha.png|frame]]&lt;br /&gt;
&lt;br /&gt;
[[Sagatha]] will only really talk to you if you are on the light path of magic and once you have achieved Level 2 in the [[General Magic Skill]] and [[Nature Magic Skill]]. Also your evil monster kill count must be greater than your innocent creature kill count. However, she has her own ideas of good and evil monsters. Take a look at below table to see which ones she consideres as good and which as evil. The number (#) indicates how much it affects Sagatha. The &amp;quot;unhappiness&amp;quot; of Sagatha is limited to 15 so you don&#039;t have to kill a lot of scorpions to make her be happy. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: 2px solid #99ee99; font-size:85%&amp;quot; cellspacing=&amp;quot;2&amp;quot; cellpadding=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#99ee99;&amp;quot; | Good&lt;br /&gt;
! style=&amp;quot;background:#99ee99;&amp;quot; | Bad&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | [[Squirrel]] (2)&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | [[Scorpion]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | [[Fluffy]] (3)&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | [[Angry Scorpion]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | [[Easter Fluffy]] (3)&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | [[Red Scorpion]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | [[Reinboo]] (3)&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | [[Black Scorpion]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | [[Santaboo]] (3)&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | [[Pollett]] (3)&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; |  &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | [[Mouboo]] (4)&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reward:&#039;&#039;&#039;&lt;br /&gt;
* [[Astral Magic Skill]]&lt;br /&gt;
* 5,000 EXP&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Spells taught by Sagatha:&#039;&#039;&#039;&lt;br /&gt;
* #chipchip&lt;br /&gt;
* #plugh&lt;br /&gt;
* #kalrenk&lt;br /&gt;
* #kalakarenk&lt;br /&gt;
* #kaflosh&lt;br /&gt;
* #betsanc&lt;br /&gt;
* #asorm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Dark path: Waric==&lt;br /&gt;
&lt;br /&gt;
[[File:Waric.png|frame]]&lt;br /&gt;
&lt;br /&gt;
[[Waric]] is a mighty wizard living in the Hideout, in the Woodland Cave. He owns the knowledge of a vicious and not very well known kind of magic, he has the  [[Dark Magic Skill|Dark Magic skill]].&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color:#ff0000; font-size:100%&amp;quot;&amp;gt;&#039;&#039;&#039;Warning !!&#039;&#039;&#039;&amp;lt;/span&amp;gt; &lt;br /&gt;
If you decide to learn Dark Magic you will not be able to learn [[Astral Magic Skill|Astral]] Magic from [[Sagatha]] anymore.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prerequisites:&#039;&#039;&#039;&lt;br /&gt;
* You must have already done the [[Orum Quest]] and the [[Orum and Waric follow-up quest|Orum follow-up Quest]] before you ask Waric what to teach you Dark Magic.&lt;br /&gt;
* You must have killed the injured mouboo and cut the Druid Tree to be on the Dark Path of Magic. But it&#039;s not needed to talk and doing the [[Magic Quests#Dark path: Earth Spirit|Earth Spirit]] quest.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#006fff&amp;quot;&amp;gt;[[Spells]]&amp;lt;/span&amp;gt;&#039;&#039;&#039; taught by Waric:&lt;br /&gt;
* &#039;&#039;#helorp&#039;&#039;&lt;br /&gt;
* &#039;&#039;#phlex&#039;&#039;&lt;br /&gt;
* &#039;&#039;#halhiss&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Quest]]&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Magic&amp;diff=41521</id>
		<title>Classic:Magic</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Magic&amp;diff=41521"/>
		<updated>2017-01-12T18:43:08Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: Magic shortcuts changed to Legacy Magic shortcuts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Meta}}{{I18n}}&lt;br /&gt;
{{Category playerinfo}}&lt;br /&gt;
{{Status green}}&lt;br /&gt;
{{Legacy Magic_shortcuts}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you are new to magic please read this page first to get the basic knowledge before reading the other magic-related pages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
[[Image:Tmw logo.png|left|110px]]&lt;br /&gt;
&#039;&#039;&#039;In [[Project description|The Mana World]] you can learn several magic spells and skills. While spells allow you for example to attack monsters or to heal yourself or others, the magic skills are required to be able to learn those spells or to make them more powerful. You won&#039;t need to be a full mage to be able to cast magic, you can also do so as archer or warrior in certain circumstances, but of course spells of full mages are more powerful (later more about that).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Magic is split into so called magic schools such like General Magic, Nature, Life or others. This also means that spells and magic skills always belong to a certain school of magic. [[NPC]]s will teach you spells and skills during your way to become a mage.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
To be able to use magic these points are required:&lt;br /&gt;
* You must have touched the Mana Seed the second time as it gives you the ability to learn magic by giving you the [[General Magic Skill#Level 1|General Magic Skill Level 1]].&lt;br /&gt;
* Your magic bar must be light blue then. If not check in your status window if Magic Attack (M.Attack) is more than 0. Several equipments like shields give a penalty to magic attack so you might have to unequip those.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Of course you can&#039;t already learn and use all magic spells now, but quite some. As your General Magic Skill&#039;s level is 1 by now you are able to learn all spells that require this level. The column &amp;quot;Level&amp;quot; of the overview of the [[Spells]] wiki page shows you which they are.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Casting spells===&lt;br /&gt;
&lt;br /&gt;
[[Image:Magic.png|frame|An user casting the #abizit spell.]]&lt;br /&gt;
[[Image:Magic-Nature.png|frame|An user casting the Nature magic spell.]]&lt;br /&gt;
[[Image:Magic-Life.png|frame|An user casting the Life magic spell.]]&lt;br /&gt;
There are two possibilities to use spells:&lt;br /&gt;
* By typing the spell&#039;s invocation into the chat window (e. g. #abizit).&lt;br /&gt;
* By shortcut, meaning you only have to press one key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you type spells in the chat they always start with a hash sign (#) and eventually the parameters after a space (e.g. #parum boo, #inma Username).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Certain spells require items which are consumed in the process. In addition different spells are of different levels. For whatever level a spell is, your magic skill level must be equal to or greater than it, in both the spell&#039;s school of magic and in general magic, if you want to cast it. For example, to cast a level 2 nature spell, you must be level 2 in both Nature Magic and General Magic. Note that spells do not indicate most ways they can fail in. If you do not have the necessary items for spells requiring ingredients, the spell will silently fail. Similarly, if for example you are casting a healing spell and are too far from the player to be able to heal them, you will see no effect or error message.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; By clicking &amp;quot;Expand&amp;quot; a short instruction about how to use and create shortcuts with Manaplus will appear. As this isn&#039;t necessary to be able to cast magic, it is hidden to avoid confusion. However, you might want to check this later when you&#039;re more experienced because it can make using magic easier for you.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
|-&lt;br /&gt;
| For [[Manaplus]] users there are already shortcuts existing from the beginning, like key M for #itenplz or C for #lum and #inma. Check the commands in the help window (F1) of Manaplus. As too many shortcuts can be hard to handle it&#039;s often better to only create ones for spells you use often or for those spells you don&#039;t have time for typing in the chat because they need to be casted fast during fights (e.g. #ingrav).&lt;br /&gt;
&lt;br /&gt;
How to create shortcuts in Manaplus:&lt;br /&gt;
* First open your spells window (key J on your keyboard) and shortcuts window (F8).&lt;br /&gt;
* Then simply drag and drop the spell you wish to the shortcuts window.*&lt;br /&gt;
Example: Picking &amp;quot;ing&amp;quot; (you will see it&#039;s #ingrav when you move your mouse there) and dropping it to &amp;quot;2&amp;quot; in the shortcuts window will allow you to cast #ingrav by pressing the key 2 on your keyboard instead of always typing #ingrav in the chat.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;If the spell you are searching for isn&#039;t listed you can add it by right clicking at an empty slot, clicking &amp;quot;Edit spell&amp;quot;, entering the invocation name in &amp;quot;Command&amp;quot; and if you want initials in &amp;quot;Symbol&amp;quot; (like &amp;quot;ing&amp;quot; vor #ingrav). Of course you need to press &amp;quot;Save&amp;quot; then. Example: Symbol chip and command #chipchip.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Training and leveling up magic skills===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; By going through the [[Magic Quests]] you&#039;ll get all skills and spells. For overviews please see [[Spells]] and [[Skills#Magic Skills|Magic Skills]]. However, to understand how training and leveling up magic skills works you should read this description first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As there is a difference between learning magic spells (or magic in general) and being able to control them your characters must learn magic from NPCs and train. Magic trainers can both give you spells and level you up in whatever schools of magic they can teach. When you visit a magical NPC you can ask about other magical NPCs via the &amp;quot;What do you know about...&amp;quot; inquiry. Some magic trainers are easy to find while others require searching through more obscure parts of The Mana World.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Training and leveling up the General Magic Skill requires that you gain experience in magic by practicing spells. Casting the same spell consecutively will result in no additional magic experience right after the first cast. Also spells that consume items give more magic experience. A good example for beginners is casting #kalmurk and #parum boo alternately.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Magic experience isn&#039;t shown anywhere in your status window, but there is a way to check it by using the #abizit spell. Depending on the client you&#039;re playing with and its settings you will see a message (most likely in the Debug chat tab) after using #abizit that tells you how well you can handle magic. To reach [[General Magic Skill#Level 2|General Magic level 2]] you first need 100% magic experience and then visit the Mana Seed again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Below you can find out what level progress the #abizit message refers to:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: 2px solid #99ee99; font-size:85%&amp;quot; cellspacing=&amp;quot;2&amp;quot; cellpadding=&amp;quot;3&amp;quot; align=&amp;quot;left&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#99ee99;&amp;quot; | #abizit message&lt;br /&gt;
! style=&amp;quot;background:#99ee99;&amp;quot; width=&amp;quot;100px&amp;quot; | Progress&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | &amp;quot;You feel completely overwhelmed by your magic.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | less than 10%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | &amp;quot;You feel quite overwhelmed by your magic, but are beginning to see patterns.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | 10%-20%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | &amp;quot;You feel that you have only the bare minimum of control over your magic.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | 20%-30%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | &amp;quot;Trying to control your magic is still rather troublesome.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | 30%-40%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | &amp;quot;You feel you still have a few difficulties in controlling your magic.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | 40%-50%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | &amp;quot;You feel somewhat in control of your magic.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | 50%-60%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | &amp;quot;You feel mostly in control of your magic.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | 60%-70%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | &amp;quot;You feel quite in control of your magic.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | 70%-80%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | &amp;quot;You feel that you have very good control of your magic.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | 80%-90%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | &amp;quot;You feel in almost perfect control of your magic.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | 90%-100%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | &amp;quot;You feel in perfect control of your magic, [and seem on the verge of something more... perhaps you should see the Mana Seed to ask for more magic?]&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | 100%-200%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | &amp;quot;You have perfect control of what you understand now, but there is now a distinct sensation of something more, something indescribable. If only the Mana Seed would give more magic to you...&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eefaff;&amp;quot; | 200%-450%&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | &amp;quot;Magic flows naturally from you, readily and with ease. Your understanding of what you can currently control at present is flawless, far beyond your requirements to cast magic at this level. [Surely the Mana Seed will more than readily offer more magic for such a proficient user.]&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#eeffee;&amp;quot; | 450% and over&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Image:Magic-Transmutation.png|frame|An user casting the transmutation spell.]]&lt;br /&gt;
[[Image:Magic-War.png|frame|An user casting the War magic spell.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: &amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;The General Magic Skill level is currently capped at 2.&amp;lt;/span&amp;gt;&#039;&#039;&#039; This is also why the progress can be higher than 100%.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;While leveling up means being able to learn more spells and skills, progressing (%) causes certain spells like #parum (boo) and #zukminbirf to become more effective.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Minimum magic experience for each General Magic Skill level*:&lt;br /&gt;
* Level 1: you start with this level&lt;br /&gt;
* Level 2: 100 &lt;br /&gt;
* Level 3: 1,200 - as the level is capped at 2 you can&#039;t reached level 3 but progress to 100% and more.&lt;br /&gt;
* Level 4 will most likely be 8,000&lt;br /&gt;
* Level 5 will most likely be 40,000&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Add up to 1/3% due to built-in inaccuracy of #abizit&lt;br /&gt;
&lt;br /&gt;
===Magical Status===&lt;br /&gt;
&lt;br /&gt;
The main status parameter that increases your magical abilities is &#039;&#039;Intelligence&#039;&#039;. Although intelligence is not absolutely necessary to advance in magic, it determines the effectiveness and strength of your spells by automatically increasing &#039;&#039;Magic Attack&#039;&#039; (M.Attack).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Summary&#039;&#039;&#039;:&lt;br /&gt;
* &#039;&#039;&#039;Intelligence&#039;&#039;&#039;:&lt;br /&gt;
** Magic Attack:  Each intelligence point adds +1 or even +2*(int/5) if INT is a multiple of 5&lt;br /&gt;
** Magic Defense: Each intelligence point adds +1&lt;br /&gt;
** Mana (MP, SP): Increases Mana and Mana recovering rate&lt;br /&gt;
** Has influence on your abilities in potion making.&lt;br /&gt;
* &#039;&#039;&#039;Level&#039;&#039;&#039;: Level adds +1 to your magic attack, starting at level 14&lt;br /&gt;
* &#039;&#039;&#039;Magic Attack&#039;&#039;&#039;: Governs the power of the spells. This means it influences&lt;br /&gt;
** the amount of damage or heal,&lt;br /&gt;
** the range of the spell,&lt;br /&gt;
** the number of shots when applicable (war magic),&lt;br /&gt;
** the number of creatures summoned (Astral Magic),&lt;br /&gt;
** and the number of items you get with transmutation.&lt;br /&gt;
* &#039;&#039;&#039;Magic Defense&#039;&#039;&#039;: Determines how well you will be able to withstand magical attacks on you (only in PvP at the moment as monsters have no magic attack).&lt;br /&gt;
* &#039;&#039;&#039;Mana (MP, SP)&#039;&#039;&#039;: Mana is the amount of magical energy available to devote to casting spells. It recharges over time just like HP does.&lt;br /&gt;
* &#039;&#039;&#039;[[#Training and leveling up magic skills|Magic Experience]]&#039;&#039;&#039; (of the General Magic Skill): Improves spells efficiency in some way. Low experience can make some spells fail, especially Transmutation spells.&lt;br /&gt;
* &#039;&#039;&#039;[[Astral Soul Skill]]&#039;&#039;&#039;: Boosts all your magical abilities. It is a must to be a full mage.&lt;br /&gt;
* &#039;&#039;&#039;[[#Equipment|Equipment]]&#039;&#039;&#039;: Can penalize or improve your magical abilities; see below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Married players have an increased spell power when casting Life or Nature spells on their partner. The power bonus is a bit more important if both wear their wedding rings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Stats]]&lt;br /&gt;
* [[Wedding Tulimshar]]&lt;br /&gt;
* [[Wedding Woodland]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
&lt;br /&gt;
As a mage you need to choose your equipment carefully because in TMW almost all things worn will penalize your M.Attack value, causing less effective spells or even disabling magic completely. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Penalizing Items===&lt;br /&gt;
&lt;br /&gt;
Magic penalties are especially big from metal armor. The following list includes things that penalize your M.Attack value:&lt;br /&gt;
* All gloves, except Silk Gloves&lt;br /&gt;
* All boots, except Cotton Boots&lt;br /&gt;
* All chest armor, except the Silk Robe, Fine Dress, Sorcerer Robe and Lazurite Robe&lt;br /&gt;
* All shields, except the Scarab Armlet&lt;br /&gt;
* All helmets and many hats&lt;br /&gt;
* All pants and skirts, except Silk Pants&lt;br /&gt;
&lt;br /&gt;
Only referring to released items. The worst penalties come with gloves, shields and chest armors such as Warlord Plate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Helpful Items===&lt;br /&gt;
&lt;br /&gt;
Some equipment will not penalize your M.Attack and some will even give a bonus to it. These equipment and other useful ones are listed below.&lt;br /&gt;
&lt;br /&gt;
====[[Item Reference/1-Handed Weapons|1-Handed]] and [[Item Reference/2-Handed Weapons|2-Handed Weapons]]====&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;64px&amp;quot; heights=&amp;quot;32px&amp;quot;&amp;gt;&lt;br /&gt;
File:Weapon-wand.png|&#039;&#039;&#039;[[Wand]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M. Attack +5&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;font-size:smaller; color:#ad1818;&amp;quot;&amp;gt;Requires Int 5+&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Weapon-dagger-rockknive.png|&#039;&#039;&#039;[[Rock Knife]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Vitality +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Weapon-staff-woodstaff.png|&#039;&#039;&#039;[[Wooden Staff]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M. Attack +10&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;font-size:smaller; color:#ad1818;&amp;quot;&amp;gt;Requires Int 60+&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Kidbook.png|&#039;&#039;&#039;[[Kid Book]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Damage +1&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====[[Item Reference/Head Armor|Head Armor]]====&lt;br /&gt;
=====Regular Head Armor=====&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;64px&amp;quot; heights=&amp;quot;32px&amp;quot; perrow=&amp;quot;7&amp;quot;&amp;gt;&lt;br /&gt;
File:Armor-head-serf.png|&#039;&#039;&#039;[[Serf Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +2&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Rosehat.png|&#039;&#039;&#039;[[Rose Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +8&amp;lt;br&amp;gt;Defense +1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-gradcap.png|&#039;&#039;&#039;[[Graduation Cap]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +2&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-cottonheadband.png|&#039;&#039;&#039;[[Cotton Headband]]&#039;&#039;&#039;&amp;lt;br&amp;gt;(dyable)&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +2&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-bandana.png|&#039;&#039;&#039;[[Bandana]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-fancyhat.png|&#039;&#039;&#039;[[Fancy Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +5&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-pinkiehat.png|&#039;&#039;&#039;[[Pinkie Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +1&amp;lt;br&amp;gt;Defense +1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-catears.png|&#039;&#039;&#039;[[Cat Ears]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +1&amp;lt;br&amp;gt;Defense +1&amp;lt;br&amp;gt;Agility +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-nohmask.png|&#039;&#039;&#039;[[Noh-Mask]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +1&amp;lt;br&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-beaniecopter.png|&#039;&#039;&#039;[[Beaniecopter Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +2&amp;lt;br&amp;gt;Defense +4&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-bowlerhat.png|&#039;&#039;&#039;[[Bowler Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;(dyable)&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +2&amp;lt;br&amp;gt;Defense +10&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-circlet.png|&#039;&#039;&#039;[[Circlet]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +5&amp;lt;br&amp;gt;Defense +4&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-demonmask.png|&#039;&#039;&#039;[[Demon Mask]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +5&amp;lt;br&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-wizardhat.png|&#039;&#039;&#039;[[Wizard Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;(dyable)&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Intelligence +3&amp;lt;br&amp;gt;M.Attack +5&amp;lt;br&amp;gt;Defense +5&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Rare Head Armor=====&lt;br /&gt;
There is a lot of rare head armor which can be useful for mages, so to avoid confusion and because they aren&#039;t regular equipment those are hidden below. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Please click &amp;quot;Expand&amp;quot; to make the gallery appear and &amp;quot;Collapse&amp;quot; to hide it again.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;gallery widths=&amp;quot;64px&amp;quot; heights=&amp;quot;32px&amp;quot; perrow=&amp;quot;11&amp;quot;&amp;gt;&lt;br /&gt;
File:Armor-head-bunchofparsley.png|&#039;&#039;&#039;[[Bunch Of Parsley]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +1&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#ad1818;&amp;quot;&amp;gt;Deaf&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-mouboohead.png|&#039;&#039;&#039;[[Mouboo Head]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-moubootaurhead.png|&#039;&#039;&#039;[[Moubootaur Head]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-goggles.png|&#039;&#039;&#039;[[Goggles]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +2&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-eyepatch.png|&#039;&#039;&#039;[[Eyepatch]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-goblinmask.png|&#039;&#039;&#039;[[Goblin Mask]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-guyfawkesmask.png|&#039;&#039;&#039;[[Guy Fawkes Mask]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-jestermask.png|&#039;&#039;&#039;[[Jester Mask]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-leathergoggles.png|&#039;&#039;&#039;[[Leather Goggles]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-operamask.png|&#039;&#039;&#039;[[Opera Mask]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-witchhat.png|&#039;&#039;&#039;[[Witch Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-newcap.png|&#039;&#039;&#039;[[Cap]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +5&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-facemask.png|&#039;&#039;&#039;[[Face Mask]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +10&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-mushroomhat.png|&#039;&#039;&#039;[[Mush Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +10&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-eggshellhat.png|&#039;&#039;&#039;[[Eggshell Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +12&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#ad1818;&amp;quot;&amp;gt;Agility -1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-shroomhat.png|&#039;&#039;&#039;[[Shroom Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +13&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-bunnyears.png|&#039;&#039;&#039;[[Bunny Ears]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +1&amp;lt;br&amp;gt;Defense +10&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-antlerhat.png|&#039;&#039;&#039;[[Antler Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +2&amp;lt;br&amp;gt;Defense +4&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-santabeardhat.png|&#039;&#039;&#039;[[Santa Beard Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +2&amp;lt;br&amp;gt;Defense +5&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-bowlerhat(brown).png|&#039;&#039;&#039;[[Bowler Hat (Brown)]]&#039;&#039;&#039;&amp;lt;br&amp;gt;(dyable)&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +2&amp;lt;br&amp;gt;Defense +10&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-funkyhat.png|&#039;&#039;&#039;[[Funky Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +2&amp;lt;br&amp;gt;Defense +10&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-tophat.png|&#039;&#039;&#039;[[Top Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +2&amp;lt;br&amp;gt;Defense +10&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-xmaself.png|&#039;&#039;&#039;[[Christmas Elf Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +2&amp;lt;br&amp;gt;Defense +13&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-christmastree.png|&#039;&#039;&#039;[[Christmas Tree Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +4&amp;lt;br&amp;gt;Defense +2&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-rabbit ears.png|&#039;&#039;&#039;[[Rabbit Ears]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +4&amp;lt;br&amp;gt;Defense +5&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-skullmask.png|&#039;&#039;&#039;[[Skull Mask]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +5&amp;lt;br&amp;gt;Defense +2&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-elfnightcap.png|&#039;&#039;&#039;[[Elf Nightcap]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +5&amp;lt;br&amp;gt;Defense +3&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-heartglasses.png|&#039;&#039;&#039;[[Heart Glasses]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +5&amp;lt;br&amp;gt;Defense +8&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-sunglasses.png|&#039;&#039;&#039;[[Sun Glasses]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +6&amp;lt;br&amp;gt;Defense +2&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-rednose.png|&#039;&#039;&#039;[[Red Nose]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +7&amp;lt;br&amp;gt;Defense +2&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-monster-skull-helm.png|&#039;&#039;&#039;[[Monster Skull Helmet]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +10&amp;lt;br&amp;gt;M.Defense +20&amp;lt;br&amp;gt;Defense +7&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-head-highpriest-crown.png|&#039;&#039;&#039;[[High Priest Crown]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +20&amp;lt;br&amp;gt;SP +20&amp;lt;br&amp;gt;Defense +4&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Item Reference/Chest Armor|Chest Armor]]====&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;64px&amp;quot; heights=&amp;quot;32px&amp;quot;&amp;gt;&lt;br /&gt;
File:Armor-chest-robe.png|&#039;&#039;&#039;[[Silk Robe]]&#039;&#039;&#039;&amp;lt;br&amp;gt;(dyable)&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +5&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-chest-FineDress.png|&#039;&#039;&#039;[[Fine Dress]]&#039;&#039;&#039;&amp;lt;br&amp;gt;(dyable)&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +3&amp;lt;br&amp;gt;Defense +8&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-chest-sorcererrobered.png|&#039;&#039;&#039;[[Sorcerer Robe]]&#039;&#039;&#039;&amp;lt;br&amp;gt;(dyable)&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +20&amp;lt;br&amp;gt;Defense +5&amp;lt;br&amp;gt;Agility +1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-chest-lazuriterobe.png|&#039;&#039;&#039;[[Lazurite Robe]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;See below&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;:&lt;br /&gt;
* The Lazurite Robe is currently the best equipment for mages, but it requires Level ≥90 to be able to equip it and Intelligence ≥70 and Vitality ≥40 to activate the bonuses.&amp;lt;br&amp;gt;It increases Intelligence by +7, M.Attack by +60, M.Defense by +60, Defense by +7 and reduces Strength by -1, Vitality by -1, Dexterity by -1, Luck by -1 and Move Speed by -15%.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Item Reference/Charms|Charms]]====&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;64px&amp;quot; heights=&amp;quot;32px&amp;quot;&amp;gt;&lt;br /&gt;
File:Generic-4leafclover.png|&#039;&#039;&#039;[[Four-Leaf Clover]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +5&amp;lt;br&amp;gt;Luck +1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Charm-grimoire.png|&#039;&#039;&#039;[[Grimoire]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +5&amp;lt;br&amp;gt;SP +30&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Charm-heartofisis.png|&#039;&#039;&#039;[[Heart of Isis]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;See below&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Generic-towel.png|&#039;&#039;&#039;[[Towel]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack+5&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#ad1818;&amp;quot;&amp;gt;unobtainable&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;:&lt;br /&gt;
* The Heart of Isis doesn&#039;t give any bonus to magic but is the most effective charm which increases Maximum HP by +15% and HP recovery rate by +65% causing healing items or spells like #lum to heal you faster. Requires Level ≥85.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Item Reference/Leg Armor|Leg Armor]], [[Item Reference/Foot Armor|Foot Armor]], [[Item Reference/Arm Armor|Gloves]], [[Item Reference/Shields|Shields]] and [[Item Reference/Rings|Rings]]====&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;64px&amp;quot; heights=&amp;quot;32px&amp;quot;&amp;gt;&lt;br /&gt;
File:Armor-legs-silkpants.png|&#039;&#039;&#039;[[Silk Pants]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +2&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-feet-cottonboots.png|&#039;&#039;&#039;[[Cotton Boots]]&#039;&#039;&#039;&amp;lt;br&amp;gt;(dyable)&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +1&amp;lt;br&amp;gt;Defense +1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-feet-red-stockings.png|&#039;&#039;&#039;[[Red Stockings]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +2&amp;lt;br&amp;gt;Defense +1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-hands-silkgloves.png|&#039;&#039;&#039;[[Silk Gloves]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Defense +1&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Armor-hands-scarabarmlet.png|&#039;&#039;&#039;[[Scarab Armlet]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;M.Attack +5&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#ad1818;&amp;quot;&amp;gt;unobtainable&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Sapphirering.png|&#039;&#039;&#039;[[Sapphire Ring]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;color:#007700;&amp;quot;&amp;gt;Intelligence +1&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;&lt;br /&gt;
* Mages usually don&#039;t wear trousers or skirts as they all penalize M.Attack. Silk Pants is the only leg armor that won&#039;t panalize M.Attack.&lt;br /&gt;
* The Scarab Armlet is the only shield that doesn&#039;t penalize M.Attack but it&#039;s unobtainable and very rare.&lt;br /&gt;
* Silk Gloves are the only gloves that won&#039;t penalize M.Attack.&lt;br /&gt;
&lt;br /&gt;
==Roles of mages==&lt;br /&gt;
&lt;br /&gt;
Of course there are differences between mages. It&#039;s not just the equipment and stats, it&#039;s more the sort of mage they prefer to play as which leads to these different equipments and stats. The most common roles are listed below, including descriptions and pros and cons.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Warriors and archers===&lt;br /&gt;
&lt;br /&gt;
Warriors usually don&#039;t use magic since their armor and other equipment bring huge penalties to magic attack, but there are indeed builds that mix warrior stats with mage stats. They aren&#039;t as strong as other warriors or mages, but prefer having fun casting magic than being effective. However, it&#039;s more common that warriors only use magic when they change equipment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Archers very often use magic to heal. Their equipment doesn&#039;t give that much penalty on magic attack so they can easier find a way to be both archer and healer even without raising Intelligence at all. They also don&#039;t have to replace their Forest Armor and Cat Ears, the most important equipment for archers (when you don&#039;t count Bows and Arrows) and only need to take care of their gloves, boots and maybe leg armor to be able to shoot well and cast magic.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Full mages: Speed mages and tank mages===&lt;br /&gt;
&lt;br /&gt;
Full mages completely focus on magic. Intelligence is at maximum (99) and the other stats depend on if you want to be more defensive or offensive. Tank mages then prefer high Vitality to better resist attacks and high Luck to avoid critical hits. Speed mages use high Agility to hurt their enemies not only hard, but also fast again and again which also makes them level up faster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Both mages roles are focussed on the Astral Soul Skill and use typical mage equipment like Lazurite Robe, Sorcerer Robe, Wizard Hat, Grimoire, Wooden Staff or Rock Knife and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Runners===&lt;br /&gt;
&lt;br /&gt;
[[Image:Spell-Betsanc.png|frame|Casting #betsanc spell.]]&lt;br /&gt;
Runners are tank mages that hardly fight, but support other fighters by luring away mobs and healing hurt players. After casting #betsanc, which gives them the ability to evade far more hits, Runners aggravate mobs by using the #itenplz spell repeatedly to protect other players from being attacked by a herd of monsters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
They are called Runners because there is hardly any time for them to stand at place - the herd of monsters would kill them else. So they keep on running, mostly in a circle. This also means that they usually don&#039;t fight and therefore don&#039;t really get EXP or drops. This might sound bad now, but at [[Candor]] or the [[The Illia Sisters]] quest Runners are the best support players can have thanks to this tactic. This also means Runners have a really good chance to survive these.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Runners aren&#039;t easily built. You need a high level at about 85-90 minimum to have enough status points to distribute. At Candor Battle Luck must be 66, at Illia even 70 to be sure that no critical hit can get you (except for Luvia Illia herself who has 255 in Luck). You will also need a high Vitality to increase your defense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As the Rock Knife increases Vitality by +3 Runners wear it instead of the WoodenStaff. Furthermore [[the Terranite Armor]] (Terranite Helmet, Chest Armor and Legs) are very helpful as they increase the defense well, but with a less penalty to M.Attack than other equipment with a similar bonus on defense. A shield and gloves are recommended too, depending on the defense bonus and the penalty on M.Attack. You should end up somewhere about 400 in M.Attack, but feel free to try out less or more as Runners have different preferences. Note that the less M.Attack you have, the less will be the range of #itenplz and #inma.&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41520</id>
		<title>User:MAF LawnCable/Templates</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41520"/>
		<updated>2017-01-12T18:37:11Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Templates to change for the &amp;quot;Legacy&amp;quot;-transfer==&lt;br /&gt;
&lt;br /&gt;
===In order to inform the User about the Legacy-state===&lt;br /&gt;
* Category_playerinfo [DONE] &amp;gt; Category Legacyplayerinfo&lt;br /&gt;
* Status_green&lt;br /&gt;
&lt;br /&gt;
===In order to link correctly to legacy sites===&lt;br /&gt;
* Skills shortcuts&lt;br /&gt;
* Magic_shortcuts [DONE] &amp;gt; Legacy Magic shortcuts&lt;br /&gt;
* I18n&lt;br /&gt;
&lt;br /&gt;
*Head Armor &amp;lt;small&amp;gt;&#039;&#039;//to display the category for the legacy hats&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
*Leg Armor &amp;lt;small&amp;gt;&#039;&#039;//to display legacy category&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Preview of the Templates listed above===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Template - preview&lt;br /&gt;
|-&lt;br /&gt;
| Category Legacyplayerinfo  || {{Category Legacyplayerinfo}}&lt;br /&gt;
|-&lt;br /&gt;
| Status_green || {{Status_green}}&lt;br /&gt;
|-&lt;br /&gt;
| Skills shortcuts || {{Skills shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| Legacy Magic shortcuts || {{Legacy Magic shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| I18n || {{I18n}}&lt;br /&gt;
|-&lt;br /&gt;
|Head Armor || {{Head Armor}}&lt;br /&gt;
|-&lt;br /&gt;
|Leg Armor || {{Leg Armor}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Template:Legacy_Magic_shortcuts&amp;diff=41519</id>
		<title>Template:Legacy Magic shortcuts</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Template:Legacy_Magic_shortcuts&amp;diff=41519"/>
		<updated>2017-01-12T18:36:16Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: added it without any translations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background-color: #d8e2ff; text-align: center; border: 1px solid #3c6df8; margin-bottom: 10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shortcuts for other &amp;lt;big&amp;gt;legacy&amp;lt;/big&amp;gt; magic-related pages. Move your mouse over a link to see what its wiki page is about.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
{{H:title|link=yes|The general wiki page about magic explains basic and advanced topics.|Legacy Magic}} - &lt;br /&gt;
{{H:title|link=yes|An overview of all magic spells, including mana, recharge time, magic school, etc.|Legacy Spells}} - &lt;br /&gt;
{{H:title|link=yes|A walkthrough-like page of all magic-related quests and skills.|Legacy Magic Quests}} - &lt;br /&gt;
[[Legacy Skills#Magic Skills|{{H:title|link=no|An overview of all magic skills that will make you able to learn more spells.|Legacy Magic Skills}}]] - &lt;br /&gt;
{{H:title|link=yes|This skill will increase the power of your magic if focussed on.|Legacy Astral Soul Skill}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Magic]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Content Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Stats&amp;diff=41298</id>
		<title>Classic:Stats</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Stats&amp;diff=41298"/>
		<updated>2016-12-23T19:31:23Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: changed playerinfo to Legacyplayerinfo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;sup&amp;gt;Superscript text&amp;lt;/sup&amp;gt;{{Meta}}{{I18n}}&lt;br /&gt;
{{Category_Legacyplayerinfo}}&lt;br /&gt;
{{Status_green}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Stats are values used in-game that determine how your character performs both in general and in specific situations. The majority of these values can be viewed with the Status window and are able to be increased with time and effort. However, there are also other figures that are visible elsewhere and are important to be aware of.&lt;br /&gt;
&lt;br /&gt;
==Player Information==&lt;br /&gt;
&lt;br /&gt;
===Health===&lt;br /&gt;
Health or &#039;&#039;HP&#039;&#039; is an value that determines how much damage you can take without dying. Damage in battle as well as damage over time from poison. Both reduce your current health while potions and magic are able to restore your health. Once your character&#039;s health reaches 0, your character will die. Your current health is also naturally restored over time, although this may be influenced by your current weight (see below). It is important to note that your maximum health is connected to your Vitality level.&lt;br /&gt;
&lt;br /&gt;
===Weight===&lt;br /&gt;
Both items and players have &amp;quot;weight&amp;quot; statistics represented in grams and kilograms. In the case of Items, this is a static weight for each item type. For players, the weight is determined by the total weight of items in his or her inventory. Your current weight is 21kg plus 300g (0.3kg) per point of Strength. Your weight is important because as it reaches halfway, it can encumber you to the effect of keeping you from naturally restoring your health and mana.&lt;br /&gt;
&lt;br /&gt;
===Experience===&lt;br /&gt;
Experience is a value that you accumulate both by killing monsters and completing certain actions or dialogues (usually quests). When you reach your displayed maximum experience, your Level will increase by one and your displayed experience will be reset. The maximum amount of experience required for you to reach the next level is progressively increased per your player level. The values for this increase are not calculated by a formula.&lt;br /&gt;
&lt;br /&gt;
===Level===&lt;br /&gt;
Your player&#039;s level, as determined by your experience, is a mark of how much you have advanced. In particular, this is useful because each level increase grants you Character points. You are free to spend to increase your leveled stats. Some figures, such as maximum health, are automatically increased as your level is increased.&lt;br /&gt;
&lt;br /&gt;
===Mana Points===&lt;br /&gt;
Mana points, or &#039;&#039;MP&#039;&#039;, represent the amount of magical energy you have. Using magic spells drains your mana points. Your maximum Mana points are increased by your Intelligence level. If you do not have more than half of your weight capacity in your inventory, your Mana Points will come back naturally, just like Health Points.&lt;br /&gt;
&lt;br /&gt;
==Leveled Stats==&lt;br /&gt;
&lt;br /&gt;
These stats can be raised with character points gathered from each player level increase. They are essential to advancing and surviving in the game world.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;About Status Points:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;&lt;br /&gt;
All divisions ( / ) in TMW are integer divisions (quotient).&lt;br /&gt;
&lt;br /&gt;
* At each Base Level you gain a number of Status Points. These points can be used to improve your 6 main Stats. The number of points gained at each Base Level can be calculated as [(BaseLevel+14)/4]=[(BaseLevel+2)/4] + 3.&lt;br /&gt;
* The cost of improving a Stat increases as the Stat rises (the base amount only). The cost to increase a Stat by one can be calculated as [(BaseOfStat - 1)/ 10] + 2. For instance, if you have 29+3 Dex, then it will cost [(29-1)/10]+2 = 2+2 = 4 Status Points to improve it to 30+3. &lt;br /&gt;
&lt;br /&gt;
===Agility===&lt;br /&gt;
Raises your attack speed and your dodge.&lt;br /&gt;
* +1 to Flee/Evade per point.&lt;br /&gt;
* Increased attack speed per point (This is also based on the attack speed of the weapon you are using).&lt;br /&gt;
&lt;br /&gt;
===Dexterity===&lt;br /&gt;
Raises your bow damage and your accuracy (minimum damage on hit). &lt;br /&gt;
* +1 to Hit per point.  Note that the chance to hit a target is then reduced by (distance * (distance + 1)).&lt;br /&gt;
* Increased attack speed per point (This is also based on the attack speed of the weapon).&lt;br /&gt;
* +1 base damage per point for missile weapons.&lt;br /&gt;
* A bonus of (Dexterity/10)^2 for missile weapons (such as bows). Note that (Dexterity/10) is truncated so that this bonus only changes every 10 points of Dexterity. &lt;br /&gt;
* +1 base damage per 5 points for melee weapons.&lt;br /&gt;
* +1 minimum damage per point for melee weapons. If dexterity exceeds the attack value of the melee weapon, use the attack of the melee weapon for the min. value (ie. The max. and min. values become the same).&lt;br /&gt;
* +0.15% critical chance for melee weapons per point of dexterity&lt;br /&gt;
&lt;br /&gt;
===Vitality=== &lt;br /&gt;
Raises max health points and Defense. &lt;br /&gt;
* +1% to max health points per point.&lt;br /&gt;
* +0.8 weapon Damage reduction (defensive) per point.&lt;br /&gt;
* Healing items effect increased by +2% per point.&lt;br /&gt;
* Every 5 full points of Vitality increases health points recovery power by 1.  This affects both healing by resting and healing by heal-over-time items.&lt;br /&gt;
* For monsters, there is a bonus to damage reduction.&lt;br /&gt;
* There is a hidden bonus of +1 Intelligence style Magic Defense per 2 points (currently not used in TMW).&lt;br /&gt;
* If (vitality + (luck / 3)) is greater than or equal to 97, then you are immune to poison.&lt;br /&gt;
&lt;br /&gt;
===Luck=== &lt;br /&gt;
Raises max lucky dodge. &lt;br /&gt;
* +1 base damage per 5 points of luck for missile and melee weapons.&lt;br /&gt;
* +0.2% critical chance per point of luck.&lt;br /&gt;
* -0.3% enemy critical chance per point.&lt;br /&gt;
* +0.1% &amp;quot;lucky&amp;quot; dodge chance (the right hand part of your evade value) per point of luck (starting at 1% with 0 luck).&lt;br /&gt;
* 3 + (Vitality + (Luck / 3)) % chance of resisting poison.&lt;br /&gt;
&lt;br /&gt;
===Intelligence===&lt;br /&gt;
Raises your MP (Mana Points) and mind abilities. &lt;br /&gt;
* +1 Base Magic Attack per point.&lt;br /&gt;
* +1 Base Magic Defense per point.&lt;br /&gt;
* +1% to Max MP per point.&lt;br /&gt;
* MP Recovery items effect increased by +2% per point.&lt;br /&gt;
* Every 6 full points of Intelligence increases MP recovery power by 1 and past 120 Intelligence, every 2 Intelligence points gives a bonus to MP recovery power of 1.&lt;br /&gt;
* A bonus to min. magic attack.&lt;br /&gt;
* A bonus to max. magic attack.&lt;br /&gt;
* +1 spell damage reduction (defensive) per point.&lt;br /&gt;
&lt;br /&gt;
===Strength=== &lt;br /&gt;
Raises your attack and damage of your hits.&lt;br /&gt;
* +1 base damage per point for melee weapons.&lt;br /&gt;
* A bonus of (Strength/10)^2 for melee weapons. Note that (Strength/10) is truncated so that this bonus only changes every 10 points of Strength. &lt;br /&gt;
* +1 base damage per 5 points for missile weapons.&lt;br /&gt;
* +30 carrying capacity per point of base Strength.&lt;br /&gt;
&lt;br /&gt;
===See Also===&lt;br /&gt;
* [[Legacy Walkthrough#Raising your Stats|Raising your Stats]] on the [[Legacy Walkthrough]] page.&lt;br /&gt;
&lt;br /&gt;
===References and Links===&lt;br /&gt;
* Meko stats calculator online: http://stats.meko.moe/&lt;br /&gt;
* Travolta&#039;s stat calculator: https://bitbucket.org/rumly111/tktmwstats&lt;br /&gt;
* &#039;&#039;&#039;Garett-the-Great&#039;&#039;&#039;&#039;s Warrior&#039;s stat optimizer: http://tmw.gjr.gr/warrior.php&lt;br /&gt;
* [http://ro.doddlercon.com/calc/calcx.html RO Stats Calculator] (do only change the Lvl, STR, AGI, VIT, INT, DEX, LUK values!)&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Walkthrough&amp;diff=41297</id>
		<title>Classic:Walkthrough</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Walkthrough&amp;diff=41297"/>
		<updated>2016-12-23T19:30:44Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: changed playerinfo to Legacyplayerinfo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Meta}}{{I18n}}&lt;br /&gt;
{{Category Legacyplayerinfo}}&lt;br /&gt;
{{Status green}}&lt;br /&gt;
&lt;br /&gt;
==Rules and etiquette==&lt;br /&gt;
In addition to the [[Legacy Game Rules]], we would advise the following etiquette:&lt;br /&gt;
&lt;br /&gt;
# Do not drop-steal without permission (drop-steal: take items dropped by a monster someone else killed).&lt;br /&gt;
# Do not kill-steal without permission (kill-steal: kill a monster someone else is fighting to get easy exp).&lt;br /&gt;
# Be polite, take the time to greet people before you ask anything, follow the same etiquette in conversation as you would follow in real life.&lt;br /&gt;
# Do not do onto others as you would not like to be done to yourself.&lt;br /&gt;
&lt;br /&gt;
==Default controls==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Keyboard&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Key !! Action&lt;br /&gt;
|-&lt;br /&gt;
| Arrow Keys || move around&lt;br /&gt;
|-&lt;br /&gt;
| Ctrl &#039;&#039;or&#039;&#039; A + X || attack&lt;br /&gt;
|-&lt;br /&gt;
| F1 || toggle the online help&lt;br /&gt;
|-&lt;br /&gt;
| F2 || toggle profile window&lt;br /&gt;
|-&lt;br /&gt;
| F3 || toggle inventory window&lt;br /&gt;
|-&lt;br /&gt;
| F4 || toggle equipment window&lt;br /&gt;
|-&lt;br /&gt;
| F5 || toggle skills window&lt;br /&gt;
|-&lt;br /&gt;
| F6 || toggle minimap&lt;br /&gt;
|-&lt;br /&gt;
| F7 || toggle chat window&lt;br /&gt;
|-&lt;br /&gt;
| F8 || toggle shortcutbar&lt;br /&gt;
|-&lt;br /&gt;
| F9 || show setup window&lt;br /&gt;
|-&lt;br /&gt;
| F10 || toggle debug window&lt;br /&gt;
|-&lt;br /&gt;
| Alt+0--Alt+9, - &amp;amp; + || show emoticons&lt;br /&gt;
|-&lt;br /&gt;
| S or Alt+S || sit down / stand up&lt;br /&gt;
|-&lt;br /&gt;
| Alt+F || toggle debug pathfinding feature&lt;br /&gt;
|-&lt;br /&gt;
| Alt+T || toggle ignore/allow incoming trades&lt;br /&gt;
|-&lt;br /&gt;
| Alt+P || take screenshot&lt;br /&gt;
|-&lt;br /&gt;
| A || target nearest monster&lt;br /&gt;
|-&lt;br /&gt;
| H || hide all non-sticky windows&lt;br /&gt;
|-&lt;br /&gt;
| G or Z || pick up item&lt;br /&gt;
|-&lt;br /&gt;
| Enter || focus chat window / send message&lt;br /&gt;
|-&lt;br /&gt;
| Shift || hold it when attacking to lock target for auto attack&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Tip: The keys listed here are the &#039;&#039;&#039;default&#039;&#039;&#039; keys. To change the keys go to setup -&amp;gt; keyboard.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mouse&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Key !! Action&lt;br /&gt;
|-&lt;br /&gt;
| Left-click (on character) || Attack&lt;br /&gt;
|-&lt;br /&gt;
| Left-click (on item) || walk to and pick up&lt;br /&gt;
|-&lt;br /&gt;
| Left-click (on ground) || toggle walking in the direction of the cursor&lt;br /&gt;
|-&lt;br /&gt;
| Right-click (on character) || context sensitive menu&lt;br /&gt;
|-&lt;br /&gt;
| Left-click (on ground) || toggle walking in the direction of the cursor&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tips:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* When using the mouse to walk, your character will automatically use a pathfinding algorithm to take the nearest route to the mouse pointer&#039;s location.&lt;br /&gt;
* Left click to execute default action: walk, pick up an item, attack a monster and talk to NPCs (be sure to click on their &#039;&#039;&#039;feet&#039;&#039;&#039;).&lt;br /&gt;
* Right click to show up a context menu (trade, attack, befriend, ...). Holding [Left Shift] prevents from walking when attacking.&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
&lt;br /&gt;
When you first enter The Mana World on the default server (currently server.themanaworld.org), you will notice the relatively clean interface that has a few buttons. Most are self explanatory, although note that not all windows have a close button. You will have to click on the X button for them to close (supposing you opened them). There is a shortcut key to close the map in the readme. If in doubt, hit F1.&lt;br /&gt;
&lt;br /&gt;
You&#039;ve spawned in [[Legacy Candor Island]], a beautiful island for the first time! Congratulations and welcome to the Mana World. Immediately, Sorfina will talk to you. You will then learn how to play and use commands. You will also receive a Cotton Shirt in the dresser that is near you. Open your inventory (F3) and click on the Cotton Shirt, and then click Equip. The Cotton Shirt lets you be half-naked instead of naked. It will also increase your defense. A bit later, you will receive a Knife that will be useful to kill monsters such as Maggots.&lt;br /&gt;
&lt;br /&gt;
You gain levels by killing monsters. Killing monsters is what you&#039;ll be doing usually, so you&#039;d better get used to it. You can either click on a monster, or target the nearest one by pressing &amp;quot;A&amp;quot; and &amp;quot;Ctrl&amp;quot; to attack. It is a lot easier to beat a monster if you target and press &amp;quot;Shift&amp;quot; and &amp;quot;Ctrl&amp;quot; together. This will make you attack automatically while you don&#039;t move. Get started by killing maggots, the little white things that run around in numbers. If your health bar goes red, never fear - there is a lady by the gate called Elanore (south of where you start) who will heal you for free. But note that she won&#039;t be able to heal you forever. It&#039;s a routing process you will get used to - kill maggots, heal, keep killing maggots. &lt;br /&gt;
&lt;br /&gt;
NPCs (Non-Playable Characters) are characters on the server. You can easily recognize them by their grayish blue name. You can click on them to talk to them. Some of them have quests for you to accomplish, others can sell things to you and buy things from you, and some others can heal you. If you walk to the right and down through the gate from where you start out, a NPC named Elanore will heal you for free until you get to Level 10. Note that if you attack by holding down the Ctrl key, you can heal by clicking her at the same time. This should help you speed through those first 20 levels by fighting fire goblins. &lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve killed a monster, it dies and looks dead for a few seconds. It may drop an item. You can stand on top of the item and press &amp;quot;G&amp;quot; or &amp;quot;Z&amp;quot; to get the item. If you want to use it, it is in your inventory. If you can&#039;t use nor equip it, it might be a quest item or an useless item. Useless items can be sold to any NPC that buys and sells items, such as [[Legacy Neko]]. Although different shops sell with different prices, they all buy from you at the same price. These prices are listed thoroughly on [[Legacy Items]]. If you aren&#039;t sure if an item is useless or needed for a quest, keep it and ask more experienced players.&lt;br /&gt;
&lt;br /&gt;
From the beginning, you can directly start to get the basic skills (presented on the [[Legacy Skills]] page). These will give you needed skills, skills that you use every day.&lt;br /&gt;
&lt;br /&gt;
Press &amp;quot;S&amp;quot; to sit. This makes your automatic recoveries go faster. You can also hold &amp;quot;Alt&amp;quot; and press any of the numbers 1 through 0, as well as the minus symbol to emote.&lt;br /&gt;
&lt;br /&gt;
Aside from the desert land you start off with, there are quite a few different areas in The Mana World. You will have a chance to find these areas on your own. There are also many different weapons you can use besides what you start off with. Keep your eyes peeled at any shops you come across (maggots also drop something useful - a dagger, which hits considerably more than the knife you start off with (See the [[Legacy Items]] for more details).&lt;br /&gt;
&lt;br /&gt;
==Raising your Stats==&lt;br /&gt;
&lt;br /&gt;
* When you gain a level in The Mana World, you are awarded points that you can distribute as you please between the various [[Legacy Stats]].&lt;br /&gt;
* Essentially, only two routes are beneficial in the long term, and the community refers to them as Warrior (or Melee) and Archer (or Ranged). &#039;&#039;It is not effective to be a magic user until high levels. Level 70 is ideal to start as mage.&#039;&#039;&lt;br /&gt;
* Always try to keep the stats in the multiples of 5. You get bonus if your stats are in multiples of 5. For further details on each stat see the [[Legacy Stats]] page.&lt;br /&gt;
* You can always experiment your stats and equipment easily in the Test Server. I would advise you to first test your stats in Test Server.&lt;br /&gt;
&lt;br /&gt;
===Classes===&lt;br /&gt;
&lt;br /&gt;
TMW doesn&#039;t have any class to choose but most define [[Warrior]], [[Archer]] and [[Mage]] based on their stats and equipment. One can build stats to be [[Archer]], [[Warrior]] and [[Legacy Mage]] at the same time with just change of equipment but it will consume more stat points. For starters and other new players, it&#039;s recomended to start as [[Legacy Warrior]] and then convert to [[Legacy Archer]] at level 30 when you completed [[Legacy Bandit Quest]]. You can start as [[Legacy Mage]] at level 70 after you complete [[Legacy Cindy Quest]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[[Legacy Warrior]]&#039;&#039;&#039; uses melee weapon or sword to fight. For more details visit [[Legacy Warrior]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[[Legacy Archer]]&#039;&#039;&#039; is easy to play and can level up fast. [[Legacy Archer]] uses bow and arrows. For more details visit [[Legacy Archer]].&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[[Legacy Mage]]&#039;&#039;&#039; uses magic to fight and heal. It&#039;s easier to play [[Legacy Mage]] at high level. For more details visit [[Legacy Mage]].&lt;br /&gt;
&lt;br /&gt;
===Stat Reset===&lt;br /&gt;
&lt;br /&gt;
[[Legacy Malivox]] and [[Legacy Wyara]] are [[Legacy NPCs]], who can reset your [[Legacy status points]]. So if you want to change your class, or you maybe accidentally raised INT instead of DEX, or whatever makes you want to redistribute your status points, just visit them.&lt;br /&gt;
&lt;br /&gt;
==Magic==&lt;br /&gt;
&lt;br /&gt;
See the article named [[Legacy Magic]].&lt;br /&gt;
&lt;br /&gt;
==Quick walkthrough==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;LVL 1-15&#039;&#039;&#039;: &lt;br /&gt;
**Kill maggots and the occasional scorpion. &lt;br /&gt;
**Kill fire goblins while you can heal for free from Elanore in Tulimshar or the nurse in Hurnscald (they will only heal while you are level 10 and under).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;LVL 13-28&#039;&#039;&#039;: &lt;br /&gt;
**Kill pinkies to get a [[Legacy Scythe]] [Read Below].&lt;br /&gt;
**Complete the Mines part of [[Legacy Tulimshar Quests]] to get the &#039;&#039;&#039;Short Bow&#039;&#039;&#039; &lt;br /&gt;
**Kill bats, pinkies, squirrels and fluffies. (Fluffies give the best average experience.)&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;LVL 25-40&#039;&#039;&#039;: &lt;br /&gt;
**Kill green slimes, sea slimes, giant maggots and red scorpions. (green slimes give the best average experience .)&lt;br /&gt;
**Do the [[Legacy Bandit Quest]], start [[Legacy Forest Bow Quest]], [[Legacy Wooden Shield Quest]]&lt;br /&gt;
**Start the [[Legacy Magic Quests]]&lt;br /&gt;
**Save up GP, Iron Ores and Coals to get a Light Platemail (+25 DEF) and a Silk Headband (+10) (5,000 GP). &lt;br /&gt;
**(Save up Raw Logs and GP, get a Forest Bow if you prefer archery).&lt;br /&gt;
**learn basic focusing [[Legacy skills]]&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;LVL 38-50&#039;&#039;&#039;: &lt;br /&gt;
**Kill yellow slimes, red slimes, black scorpions, and spiders (Red Slimes give the most money). &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;LVL 45-60&#039;&#039;&#039;: &lt;br /&gt;
**Kill flowers, evil mushrooms, snakes, spiders. &lt;br /&gt;
**Get the Iron Helmets. &lt;br /&gt;
**Finish up the quests and your collection of rare drops.&lt;br /&gt;
**Begin to visit swamps and graveyard.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;LVL 61-90&#039;&#039;&#039;: &lt;br /&gt;
**Get the Setzer and best armor possible. &lt;br /&gt;
**From 75-80 levels, hunt terranites in [[Legacy Terranite Cave]] and complete the Heathin&#039;s Terranite Armour quest.&lt;br /&gt;
**From Level 80, it&#039;s very tough to level up unless you are mage. If you are mage you can level up faster in Pirate Caves in north of Tulimshar.&lt;br /&gt;
**From 80-85 levels, hunt in crypt, mainly zombies for [[Legacy Love Triangle Quest]]. &lt;br /&gt;
**From 85-90 levels, hunt Terranites and Fallens. You need to collect gem stones for [[Legacy The Illia Sisters]] Quest.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;LVL 90-99&#039;&#039;&#039;:&lt;br /&gt;
**From Level 90 hunt [[Legacy Red Bone]]s, [[Legacy Wight]]s and Pirates. &lt;br /&gt;
**Hunt in groups. With the right partner you can get double XP.&lt;br /&gt;
**Do [[Legacy The Illia Sisters]] as many times as possible. You get good money, items and XP from Illia.&lt;br /&gt;
**Do Crypt Bosses quests multiple times. The XP reward of crypt bosses has been increased in recent update.&lt;br /&gt;
**Beat the Candor challenge multiple times and be [[Legacy Milly&#039;s Hero]]&lt;br /&gt;
**Have fun in the Snake Cave, Graveyard, Crypt, [[Legacy Terranite Cave]], Yeti caves and the Snow hills. Don&#039;t forget to [[Legacy stacking|stack]]!&lt;br /&gt;
&lt;br /&gt;
More details about the quests are available in [[Legacy Quests]] and maps of the current world at [[User:Superkoop/IngameMap]] and [[In-game_world_map]].&lt;br /&gt;
&lt;br /&gt;
== Tips ==&lt;br /&gt;
Try to complete the [[Legacy Quests]] at the level they are designed for. They provide, money, items and often a lot of experience that will help you to progress whether you are interested in it&#039;s achievement or not.&lt;br /&gt;
&lt;br /&gt;
It becomes fairly difficult to level up after this point, but it is not entirely uncommon to find players with levels in the 80s, and not impossible to get up to 90 and beyond. It does take a lot of time and work. If you are ambitious about becoming one of the highest level players in the game, be prepared to put in many hours, sometimes many hours at once to reach this goal. Here are a few pointers:&lt;br /&gt;
&lt;br /&gt;
===Setzer===&lt;br /&gt;
&lt;br /&gt;
Setzer is one of the most used and the best weapon in the game. Although [[Legacy Setzer]] does less damage than [[Rock Knife]] and other weapons it has lower attack delay by which you will have greater dps. To get [[Legacy Setzer]], you need to be level 60 and see [[Legacy Setzer Quest]] for more details. [[Legacy Setzer Quest]] also gives good xp.&lt;br /&gt;
&lt;br /&gt;
===The Scythe===&lt;br /&gt;
&lt;br /&gt;
The [[Legacy Farmer&#039;s Scythe]] was one of the most commonly used weapons in the game, and was for a time considered the best. (This was due to a bug which allowed you to do much more damage with it.) It is now easy to obtain and it helps newbies to evolve in the game more easily (+75 Damage). To get this &amp;quot;deadly&amp;quot; weapon, you&#039;ll need to go to [[Legacy Hurnscald]]. To get there, visit the dock on the southern side of Candor. You will then need to wait for the ferry to get to Hurnscald. Once you arrive in the center of town (near the [[Legacy Soul Menhir]]), head north, go slightly north-east and you will meet an NPC who looks like a farmer. He will give you a quest to bring him 10 Pink Antennae.&lt;br /&gt;
It takes time but with determination it can be done quickly. The alternative solution is to ask someone if they will donate Pink Antennae, its not best to buy them from someone since you will need to save up for equipment.&lt;br /&gt;
&lt;br /&gt;
===Training locations===&lt;br /&gt;
South Tulimshar mine (archers 10+, higher for warriors)&lt;br /&gt;
&lt;br /&gt;
West Tulimshar beaches (levels 30-60)&lt;br /&gt;
&lt;br /&gt;
The Snake Pit (Hat Maker&#039;s Cave) may prove to be more dangerous, especially if the pit has bedded itself in front of the entrance.  Players should approach the pit with caution and go in groups when possible.  The spawn rate is incredible, and Snakes give 400 EXP a pop.  &lt;br /&gt;
&lt;br /&gt;
For archers with  high dexterity (80+), training might also be beneficial in the Desert Mountains southeast of the Snake Desert.  The Mountain Snakes are more defensive and aggressive, but 500 EXP may climb up those levels fast if the player can score steady hits.&lt;br /&gt;
&lt;br /&gt;
[[Legacy Terranite Cave]] is a nice place to train with it&#039;s spiders, undead and [[Legacy Terranite|Terranites]] (60+). Watch out for random killers; It is a PvP area!&lt;br /&gt;
&lt;br /&gt;
Higher levels can train in the graveyard. Snow Mountains and their caves also provide large areas for training, both for little and wide groups of players. These are really high level places with nice and hard quests.&lt;br /&gt;
&lt;br /&gt;
Mages with high vitality and intelligence can train themselves on a Jack O in the graveyard or on top of the mines, north of Hurnscald.&lt;br /&gt;
&lt;br /&gt;
Crypt TBA.&lt;br /&gt;
&lt;br /&gt;
===Training technique===&lt;br /&gt;
&lt;br /&gt;
Your wrist is going to get worn out in those long training sessions. Try mapping your keyboard so that your attack and target keys are more ergonomic to your hands as you can do this through the client in &#039;&#039;Setup&#039;&#039;. I personally use &amp;quot;A&amp;quot; and &amp;quot;Z&amp;quot; on my computer, which greatly helps my own training endurance.&lt;br /&gt;
&lt;br /&gt;
Another good trick is healing on demand. Stock up on your healing item of choice (I prefer Beer... I collect Apples ;p) and make the Inventory window small enough that it doesn&#039;t block much of your area of vision. Now keep that item selected, and you can simply click &#039;&#039;Use&#039;&#039; whenever you need a quick heal. This is even better if you have a recent client with the item shortcut bar. I toggle the healing item to use and just heal with one keystroke when needed. Keep in mind that we now heal over time.&lt;br /&gt;
&lt;br /&gt;
==The Economy==&lt;br /&gt;
&lt;br /&gt;
See the [[Legacy Economy]] page.&lt;br /&gt;
&lt;br /&gt;
==Endgame==&lt;br /&gt;
&lt;br /&gt;
Once you have gained enough levels and money that the eternal grind begins to bore you, you have multiple options for spending your time:&lt;br /&gt;
&lt;br /&gt;
* Finish all the [[Legacy Quests]].&lt;br /&gt;
* Practice [[Legacy Magic]] and finish all the [[Legacy Magic Quests]] if you haven&#039;t already.&lt;br /&gt;
* Become an obsessive collector. [[Legacy Outfit Wars]] may help you in finding the competitive gatherer within you.&lt;br /&gt;
* Beat the Challenge of [[Legacy Candor Battle]]. Multiple times.&lt;br /&gt;
&lt;br /&gt;
And, of course, you can become a developer: see below.&lt;br /&gt;
&lt;br /&gt;
==Final thoughts==&lt;br /&gt;
&lt;br /&gt;
So you have completed your item collection and levelled as much as you care to. You&#039;ve finished all of the quests. What else can you do? Well, one of the great things about The Mana World and Open Source software in general is that anyone can help improve it and further it along. There are many ways you can do that even without any &amp;quot;programming&amp;quot; knowledge.&lt;br /&gt;
&lt;br /&gt;
The more active players the game has, the more potential programmers will be introduced to the game. And the more potential programmers we have, the faster the development will go. That means new features, items, quests, etc. for everyone. How can you help nurture a large active player base?&lt;br /&gt;
&lt;br /&gt;
Well, as you may have noticed before you read this guide, the game has somewhat of a difficult learning curve for new players. Many more experienced players help newbies with quests and items - some even go so far as to create an account devoted solely to that purpose.&lt;br /&gt;
&lt;br /&gt;
How do experienced players pass the time while we wait for new content? Simply put, we make our own quests and events, stimulating competition among players and giving out prizes as incentive. This is a great way that we keep other players from getting bored and quitting, and anyone can get involved with it.&lt;br /&gt;
&lt;br /&gt;
Most importantly, if you have the time and a little bit of know how, you can influence the development of the game directly by helping to code TMWServ, scripting new items, making pixel art for new tilesets, NPCs, monsters, etc, as well as mapping. Mapping especially is very simple and done in a freely available editor called Tiled, which you can read more about on the [[Legacy Map development]] page.&lt;br /&gt;
&lt;br /&gt;
Doing all these things is easier when you are not working alone; indeed, bigger projects can be tackled much faster in groups. Although there is no integrated guild system in the client yet, players have started their own &amp;quot;unofficial&amp;quot; guilds (see [[TMW Legacy Groups]]). They all serve different purposes, but at least one devotes itself to the purpose of furthering the development of the game through the three methods above. Consider joining a guild like this to be a part of a player community that seeks to better the game. You won&#039;t be losing your individuality (usually!) in doing so.&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41295</id>
		<title>User:MAF LawnCable/Templates</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41295"/>
		<updated>2016-12-23T19:21:00Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: Category Legacyplayerinfo added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Templates to change for the &amp;quot;Legacy&amp;quot;-transfer==&lt;br /&gt;
&lt;br /&gt;
===In order to inform the User about the Legacy-state===&lt;br /&gt;
* Category_playerinfo [DONE] &amp;gt; Category Legacyplayerinfo&lt;br /&gt;
* Status_green&lt;br /&gt;
&lt;br /&gt;
===In order to link correctly to legacy sites===&lt;br /&gt;
* Skills shortcuts&lt;br /&gt;
* Magic_shortcuts&lt;br /&gt;
* I18n&lt;br /&gt;
&lt;br /&gt;
*Head Armor &amp;lt;small&amp;gt;&#039;&#039;//to display the category for the legacy hats&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
*Leg Armor &amp;lt;small&amp;gt;&#039;&#039;//to display legacy category&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Preview of the Templates listed above===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Template - preview&lt;br /&gt;
|-&lt;br /&gt;
| Category Legacyplayerinfo  || {{Category Legacyplayerinfo}}&lt;br /&gt;
|-&lt;br /&gt;
| Status_green || {{Status_green}}&lt;br /&gt;
|-&lt;br /&gt;
| Skills shortcuts || {{Skills shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| Magic_shortcuts || {{Magic_shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| I18n || {{I18n}}&lt;br /&gt;
|-&lt;br /&gt;
|Head Armor || {{Head Armor}}&lt;br /&gt;
|-&lt;br /&gt;
|Leg Armor || {{Leg Armor}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Template:Category_Legacyplayerinfo&amp;diff=41291</id>
		<title>Template:Category Legacyplayerinfo</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Template:Category_Legacyplayerinfo&amp;diff=41291"/>
		<updated>2016-12-23T19:14:30Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: created it&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center; border: 1px; border-style: solid; border-color:#000000; margin-bottom: 10px;&amp;quot;&amp;gt;&lt;br /&gt;
{{#switch: {{NAMESPACE}}&lt;br /&gt;
 | De = Dieser Artikel enthält Informationen für &#039;&#039;&#039;Spieler&#039;&#039;&#039; oder Personen, die daran interessiert sind auf dem &amp;quot;alten&amp;quot; &#039;&#039;&#039;Legacy&#039;&#039;&#039; Server zu spielen. siehe [[The Mana World Legacy]].&amp;lt;br /&amp;gt; &amp;lt;span style=&amp;quot;color:red;border: 1px; border-style: dotted; border-color:#f1c40f;&amp;quot;&amp;gt;Warnung&amp;lt;/span&amp;gt;: Die Informationen hier gelten womöglich nicht mehr auf dem normalen Server abweichen&lt;br /&gt;
| #default = This article contains information for &#039;&#039;&#039;players&#039;&#039;&#039; or people interested in playing on the &amp;quot;old&amp;quot; &#039;&#039;&#039;Legacy&#039;&#039;&#039; server. see [[The Mana World Legacy]].&amp;lt;br /&amp;gt; &amp;lt;span style=&amp;quot;color:red;border: 1px; border-style: dotted; border-color:#f1c40f;&amp;quot;&amp;gt;&#039;&#039;&#039;Warning&#039;&#039;&#039;&amp;lt;/span&amp;gt;: The information provided may be different to the normal server.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{:Template:{{PAGENAME}}/doc}}     &amp;lt;!-- this is to include documentation in this page, without transcluding it in the page where template is used --&amp;gt;&lt;br /&gt;
[[Category:General Template]] [[Category:Translation Template]]    &amp;lt;!-- this is to categorize the template. It will not be transcluded in the page where template is used --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41290</id>
		<title>User:MAF LawnCable/Templates</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41290"/>
		<updated>2016-12-23T18:14:39Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: Leg armor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Templates to change for the &amp;quot;Legacy&amp;quot;-transfer==&lt;br /&gt;
&lt;br /&gt;
===In order to inform the User about the Legacy-state===&lt;br /&gt;
* Category_playerinfo &lt;br /&gt;
* Status_green&lt;br /&gt;
&lt;br /&gt;
===In order to link correctly to legacy sites===&lt;br /&gt;
* Skills shortcuts&lt;br /&gt;
* Magic_shortcuts&lt;br /&gt;
* I18n&lt;br /&gt;
&lt;br /&gt;
*Head Armor &amp;lt;small&amp;gt;&#039;&#039;//to display the category for the legacy hats&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
*Leg Armor &amp;lt;small&amp;gt;&#039;&#039;//to display legacy category&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Preview of the Templates listed above===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Template - preview&lt;br /&gt;
|-&lt;br /&gt;
| Category_playerinfo  || {{Category_playerinfo}}&lt;br /&gt;
|-&lt;br /&gt;
| Status_green || {{Status_green}}&lt;br /&gt;
|-&lt;br /&gt;
| Skills shortcuts || {{Skills shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| Magic_shortcuts || {{Magic_shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| I18n || {{I18n}}&lt;br /&gt;
|-&lt;br /&gt;
|Head Armor || {{Head Armor}}&lt;br /&gt;
|-&lt;br /&gt;
|Leg Armor || {{Leg Armor}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Silk_Pants&amp;diff=41289</id>
		<title>Classic:Silk Pants</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Silk_Pants&amp;diff=41289"/>
		<updated>2016-12-23T18:11:04Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: transfered into legacy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Meta}}{{I18n}}&lt;br /&gt;
{{Category playerinfo}}&lt;br /&gt;
{{Status green}}&lt;br /&gt;
&lt;br /&gt;
{{Leg Armor&lt;br /&gt;
  |Name           = [[Legacy Silk Pants]]&lt;br /&gt;
  |Image          = [[File:Equipment-legs-silkpants.png]]&lt;br /&gt;
  |ID             = 1172&lt;br /&gt;
  |Description    = A very light fancy pair of silk trousers.&lt;br /&gt;
  |Stats increase = Defense +2&lt;br /&gt;
  |Stats decrease = &lt;br /&gt;
  |Buyable        = Yes&lt;br /&gt;
  |Buy            = 20000&lt;br /&gt;
  |Sell           = 750&lt;br /&gt;
  |Weight         = 10&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Info ==&lt;br /&gt;
A very light fancy pair of silk trousers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Sources ==&lt;br /&gt;
* [[Legacy Shop NPC]]&lt;br /&gt;
* [[Legacy Hetchel The Silk Weaver]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Legacy Item Reference/Leg Armor]]&lt;br /&gt;
* [[Legacy Leg Armor]]&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable&amp;diff=41270</id>
		<title>User:MAF LawnCable</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable&amp;diff=41270"/>
		<updated>2016-12-18T01:08:01Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: small edit on layout(site)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====Sites====&lt;br /&gt;
[[User:MAF LawnCable/Templates]]&lt;br /&gt;
&lt;br /&gt;
===Basic Information===&lt;br /&gt;
Information about Lawncable:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Ingame Name || Lawncable9k&lt;br /&gt;
|-&lt;br /&gt;
| Clan || MAF&lt;br /&gt;
|-&lt;br /&gt;
| Languages || English and German&lt;br /&gt;
|-&lt;br /&gt;
|Country || Germany&lt;br /&gt;
|}&lt;br /&gt;
===Chars===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; class=&amp;quot;responsive&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Image&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | HP&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | DEF/MDEF&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Class&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Clan/Guild/Team&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &lt;br /&gt;
[[File:LawnCable9k.png|center]]&lt;br /&gt;
|  &#039;&#039;&amp;lt;span style=&amp;quot;color:#8e44ad;&amp;quot;&amp;gt;Lawncable9K  &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#007700;font-size:12px;&amp;quot;&amp;gt; Level: 60 -  1/19/13/99/1/1 &amp;lt;/span&amp;gt;&#039;&#039; - &#039;&#039;&amp;lt;span style=&amp;quot;color:#ad1818&amp;quot;&amp;gt; Player &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#4a4a4a&amp;quot;&amp;gt;(stats from 17.12.16)&amp;lt;/span&amp;gt;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 378&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 13 / 99&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Legacy Mage]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | MAF Clan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &lt;br /&gt;
[[File:LawnAT13.png|thumbnail|center]]&lt;br /&gt;
|  &#039;&#039;&amp;lt;span style=&amp;quot;color:#8e44ad;&amp;quot;&amp;gt;AmazingTrader &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#007700;font-size:12px;&amp;quot;&amp;gt; Level: 13 -  34/0/1/2/1/1 &amp;lt;/span&amp;gt;&#039;&#039; - &#039;&#039;&amp;lt;span style=&amp;quot;color:#ad1818&amp;quot;&amp;gt; Player &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#4a4a4a&amp;quot;&amp;gt;(stats from 18.12.16)&amp;lt;/span&amp;gt;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 101&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 49 / 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &#039;&#039;(Legacy TMW) Not in use,&amp;lt;br&amp;gt; until i got something to trade&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable&amp;diff=41269</id>
		<title>User:MAF LawnCable</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable&amp;diff=41269"/>
		<updated>2016-12-18T01:04:58Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: added second char&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:MAF LawnCable/Templates]]&lt;br /&gt;
&lt;br /&gt;
===Basic Information===&lt;br /&gt;
Information about Lawncable:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Ingame Name || Lawncable9k&lt;br /&gt;
|-&lt;br /&gt;
| Clan || MAF&lt;br /&gt;
|-&lt;br /&gt;
| Languages || English and German&lt;br /&gt;
|-&lt;br /&gt;
|Country || Germany&lt;br /&gt;
|}&lt;br /&gt;
===Chars===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; class=&amp;quot;responsive&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Image&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | HP&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | DEF/MDEF&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Class&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Clan/Guild/Team&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &lt;br /&gt;
[[File:LawnCable9k.png|center]]&lt;br /&gt;
|  &#039;&#039;&amp;lt;span style=&amp;quot;color:#8e44ad;&amp;quot;&amp;gt;Lawncable9K  &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#007700;font-size:12px;&amp;quot;&amp;gt; Level: 60 -  1/19/13/99/1/1 &amp;lt;/span&amp;gt;&#039;&#039; - &#039;&#039;&amp;lt;span style=&amp;quot;color:#ad1818&amp;quot;&amp;gt; Player &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#4a4a4a&amp;quot;&amp;gt;(stats from 17.12.16)&amp;lt;/span&amp;gt;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 378&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 13 / 99&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Legacy Mage]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | MAF Clan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &lt;br /&gt;
[[File:LawnAT13.png|thumbnail|center]]&lt;br /&gt;
|  &#039;&#039;&amp;lt;span style=&amp;quot;color:#8e44ad;&amp;quot;&amp;gt;AmazingTrader &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#007700;font-size:12px;&amp;quot;&amp;gt; Level: 13 -  34/0/1/2/1/1 &amp;lt;/span&amp;gt;&#039;&#039; - &#039;&#039;&amp;lt;span style=&amp;quot;color:#ad1818&amp;quot;&amp;gt; Player &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#4a4a4a&amp;quot;&amp;gt;(stats from 18.12.16)&amp;lt;/span&amp;gt;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 101&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 49 / 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &#039;&#039;(Legacy TMW) Not in use,&amp;lt;br&amp;gt; until i got something to trade&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=File:LawnAT13.png&amp;diff=41268</id>
		<title>File:LawnAT13.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=File:LawnAT13.png&amp;diff=41268"/>
		<updated>2016-12-18T00:52:49Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Information&lt;br /&gt;
|description={{en|Lawncable - my second char, it should be a shop, if i only had something to sell...}}&lt;br /&gt;
|date=2016-12-18&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=MAF LawnCable&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41266</id>
		<title>User:MAF LawnCable/Templates</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41266"/>
		<updated>2016-12-18T00:37:30Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: added headarmor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Templates to change for the &amp;quot;Legacy&amp;quot;-transfer==&lt;br /&gt;
&lt;br /&gt;
===In order to inform the User about the Legacy-state===&lt;br /&gt;
* Category_playerinfo &lt;br /&gt;
* Status_green&lt;br /&gt;
&lt;br /&gt;
===In order to link correctly to legacy sites===&lt;br /&gt;
* Skills shortcuts&lt;br /&gt;
* Magic_shortcuts&lt;br /&gt;
* I18n&lt;br /&gt;
&lt;br /&gt;
*Head Armor &amp;lt;small&amp;gt;&#039;&#039;//to display the category for the legacy hats&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Preview of the Templates listed above===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Template - preview&lt;br /&gt;
|-&lt;br /&gt;
| Category_playerinfo  || {{Category_playerinfo}}&lt;br /&gt;
|-&lt;br /&gt;
| Status_green || {{Status_green}}&lt;br /&gt;
|-&lt;br /&gt;
| Skills shortcuts || {{Skills shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| Magic_shortcuts || {{Magic_shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| I18n || {{I18n}}&lt;br /&gt;
|-&lt;br /&gt;
|Head Armor || {{Head Armor}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Wizard_Hat&amp;diff=41265</id>
		<title>Classic:Wizard Hat</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Wizard_Hat&amp;diff=41265"/>
		<updated>2016-12-18T00:33:13Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: trasfered&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Meta}}{{I18n}}&lt;br /&gt;
{{Category playerinfo}}&lt;br /&gt;
{{Status green}}&lt;br /&gt;
&lt;br /&gt;
{{Head Armor&lt;br /&gt;
  |Name           = [[Legacy Wizard Hat]]&lt;br /&gt;
  |Image          = [[File:Equipment-head-wizardhat.png]]&lt;br /&gt;
  |ID             = see Info&lt;br /&gt;
  |Description    = see Info&lt;br /&gt;
  |Stats increase = See Info&lt;br /&gt;
  |Stats decrease = &lt;br /&gt;
  |Buyable        = No&lt;br /&gt;
  |Buy            = 5000&lt;br /&gt;
  |Sell           = 2500&lt;br /&gt;
  |Weight         = 20&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Info ==&lt;br /&gt;
Magic Attack +5&amp;lt;br/&amp;gt;&lt;br /&gt;
Inelligence +3&amp;lt;br/&amp;gt;&lt;br /&gt;
Defense +5&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;80px&amp;quot; heights=&amp;quot;32px&amp;quot; perrow=&amp;quot;6&amp;quot;&amp;gt;&lt;br /&gt;
File:Equipment-head-wizardhat.png|&#039;&#039;&#039;Wizard Hat&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 4028)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-redwizardhat.png|&#039;&#039;&#039;Red Wizard Hat&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2200)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-greenwizardhat.png|&#039;&#039;&#039;Green Wizard Hat&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2201)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-darkbluewizardhat.png|&#039;&#039;&#039;Dark Blue Wizard Hat&#039;&#039;&#039; &amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2202)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-yellowwizardhat.png|&#039;&#039;&#039;Yellow Wizard Hat&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2203)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-lightbluewizardhat.png|&#039;&#039;&#039;Light Blue Wizard Hat&#039;&#039;&#039; &amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2204)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-pinkwizardhat.png|&#039;&#039;&#039;Pink  Wizard Hat&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2205)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-blackwizardhat.png|&#039;&#039;&#039;Black  Wizard Hat&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2206)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-orangewizardhat.png|&#039;&#039;&#039;Orange  Wizard Hat&#039;&#039;&#039; &amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2207)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-purplewizardhat.png|&#039;&#039;&#039;Purple Wizard Hat&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2208)&amp;lt;/span&amp;gt;&lt;br /&gt;
File:Equipment-head-darkgreenwizardhat.png|&#039;&#039;&#039;Dark Green Wizard Hat&#039;&#039;&#039; &amp;lt;span style=&amp;quot;color:#666&amp;quot;&amp;gt;(ID 2209)&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Sources ==&lt;br /&gt;
* [[Legacy Angela&#039;s Daughter]]&lt;br /&gt;
* [[Legacy Selim The Dyer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Legacy Item Reference/Head Armor]]&lt;br /&gt;
* [[Legacy Head Armor]]&lt;br /&gt;
* [[:Category:Legacy Head Armor]]&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Astral_Soul_Skill&amp;diff=41264</id>
		<title>Classic:Astral Soul Skill</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Astral_Soul_Skill&amp;diff=41264"/>
		<updated>2016-12-18T00:19:33Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: transfered&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Meta}}{{I18n}}&lt;br /&gt;
{{Category_playerinfo}}&lt;br /&gt;
{{Status_green}}&lt;br /&gt;
{{Skills shortcuts}}&lt;br /&gt;
{{Magic_shortcuts}}&lt;br /&gt;
&lt;br /&gt;
{{Quest&lt;br /&gt;
|Image         = [[Image:SkillOldWizard.png]]&lt;br /&gt;
|Start         = 014-2 [[Legacy Old Wizard]]&#039;s House &amp;lt;br&amp;gt; 011-1 Woodland [[Legacy Auldsbel]]&lt;br /&gt;
|Prerequisites = [[Legacy Focusing Skills]],&amp;lt;br/&amp;gt;[[Legacy General Magic Skill]] Level 1&lt;br /&gt;
|Level         = 35&lt;br /&gt;
|Reward        = [[Legacy Astral Soul Skill]], 2,500 EXP&lt;br /&gt;
|Cost          = 100 [[Legacy Acorn]]s + 1 [[Legacy Pearl]]&amp;lt;br/&amp;gt;&#039;&#039;or&#039;&#039; 11,300 GP&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Notes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The [[Legacy Astral Soul Skill]] increases your Magic Attack. Note that your Magic Attack without the [[Legacy Astral Soul Skill]] is much weaker than with it.&lt;br /&gt;
* [[Legacy Auldsbel]] can also teach you the [[Legacy Astral Soul Skill]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What To Do:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Head west from [[Legacy Hurnscald]]. If you continue west from the first intersection of the road, you will see [[Legacy Auldsbel]]. However, if you go north then east, you will reach the [[Legacy Old Wizard]]&#039;s House.&lt;br /&gt;
* Bring 100 [[Legacy Acorn]]s and 1 [[Legacy Pearl]] to the [[Legacy Old Wizard]] or 11,300 GP to [[Legacy Auldsbel]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rewards:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Legacy Astral Soul Skill]]&lt;br /&gt;
* 2,500 EXP&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Total Cost:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* 100 [[Legacy Acorn]]s&lt;br /&gt;
* 1 [[Legacy Pearl]]&lt;br /&gt;
or&lt;br /&gt;
* 11,300 GP&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41263</id>
		<title>User:MAF LawnCable/Templates</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable/Templates&amp;diff=41263"/>
		<updated>2016-12-18T00:18:47Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: initial commit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Templates to change for the &amp;quot;Legacy&amp;quot;-transfer==&lt;br /&gt;
&lt;br /&gt;
===In order to inform the User about the Legacy-state===&lt;br /&gt;
* Category_playerinfo &lt;br /&gt;
* Status_green&lt;br /&gt;
&lt;br /&gt;
===In order to link correctly to legacy sites===&lt;br /&gt;
* Skills shortcuts&lt;br /&gt;
* Magic_shortcuts&lt;br /&gt;
* I18n&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Preview of the Templates listed above===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Template - preview&lt;br /&gt;
|-&lt;br /&gt;
| Category_playerinfo  || {{Category_playerinfo}}&lt;br /&gt;
|-&lt;br /&gt;
| Status_green || {{Status_green}}&lt;br /&gt;
|-&lt;br /&gt;
| Skills shortcuts || {{Skills shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| Magic_shortcuts || {{Magic_shortcuts}}&lt;br /&gt;
|-&lt;br /&gt;
| I18n || {{I18n}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Mage&amp;diff=41261</id>
		<title>Classic:Mage</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=Classic:Mage&amp;diff=41261"/>
		<updated>2016-12-17T23:41:33Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: added gallery for equipment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Meta}}{{I18n}}&lt;br /&gt;
&#039;&#039;&#039;Info&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Mage is one of the three main classes in TMW. It&#039;s the most powerful class out of all three. Mage is easier to train at higher level, preferable starting at level 70 as it needs lots of items and status points. At level 70 you obtain either Wooden Staff or Wizard Hat along with Fine Dress will make make good mage equip for starters. It is recomended to have an alternate character to hunt for various items like Iron Ore which mages need in huge quantity. It&#039;s very important that mages focus on [[Legacy Astral Soul Skill]] which increases your magic attack.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; The Mana World doesn&#039;t define any class. Classes are defined by players according to the stats and equipment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Speed Mage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Speed mage has high AGI, INT and focuses on [[Legacy Astral Soul Skill]]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Stats&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;INT&#039;&#039;&#039; is the most important stat for mage. It increases a lot of things such as Magic Attack and Magic Defense. You will be able to deal great damage with high INT. Max INT first.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;AGI&#039;&#039;&#039; Agility is important for mages. It increases the rate of fire of spells. It&#039;s recomended to have maximum agility as possible. Agility also increases your evasion.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;VIT&#039;&#039;&#039; is important as it increases maximum health, defence and healing rate. For speed mages vit should be somewhere between 30-40. It&#039;s upto you to decide how much hp you need as you will take hits often if fighting in Graveyard or Crypt. Experianced speed mages use 0 or 10 vit.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;LUK&#039;&#039;&#039; is not so important but if you have status points after distributing to other stats put some points in LUK as it helps you dodge those few critical hits.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;STR&#039;&#039;&#039; is not needed for mages but some mages put 2-3STR as it increases weight you can carry. You will be carrying a lot of items and weight would be somewhere 9-10Kg. This is depended on players. Most mages travel light.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tank Mage&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tank Mage has high VIT, INT and LUK. If there are any status points available after that the put them in AGI. Tank mage also focuses on [[Astral Soul Skill]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Stats&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;INT&#039;&#039;&#039; is the most important stat for mage. It increases a lot of things such as Magic Attack and Magic Defense. You will be able to deal great damage with high INT. Max INT first.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;VIT&#039;&#039;&#039; is important as it increases maximum health, defence and healing rate. For tank mages vit should be 75 or 80. If you have Heart Of Isis, 75 vit. &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;LUK&#039;&#039;&#039; Tank mages need 70 LUK to avoid critical hits.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;AGI&#039;&#039;&#039; is not important for tank mages. If you have status points available after distributing in INT,VIT, LUK go for AGI.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;STR&#039;&#039;&#039; is not needed for mages but most mages put 2-3STR as it increases weight you can carry. You will be carrying a lot of items and weight would be somewhere 9-10Kg. This is depended on players. Most mages travel light.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Equipment&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;64px&amp;quot; heights=&amp;quot;32px&amp;quot; perrow=&amp;quot;7&amp;quot;&amp;gt;&lt;br /&gt;
File:Equipment-head-wizardhat.png|&#039;&#039;&#039;[[Legacy Wizard Hat]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
File:Armor-legs-silkpants.png|&#039;&#039;&#039;[[Legacy Silk Pants]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
File:Armor-chest-sorcererrobered.png|&#039;&#039;&#039;[[Legacy Sorcerer Robe]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
File:Armor-chest-lazuriterobe.png|&#039;&#039;&#039;[[Legacy Lazurite Robe]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
File:Armor-shield-woodenshield.png|&#039;&#039;&#039;[[Legacy Wooden Shield]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
File:Weapon-staff-woodstaff.png|&#039;&#039;&#039;[[Legacy Wooden Staff]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
File:Sapphirering.png|&#039;&#039;&#039;[[Legacy Sapphire Ring]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
File:Charm-heartofisis.png|&#039;&#039;&#039;[[Legacy Heart of Isis]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
File:Generic-4leafclover.png|&#039;&#039;&#039;[[Legacy Four-Leaf Clover]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
File:Charm-grimoire.png|&#039;&#039;&#039;[[Legacy Grimoire]]&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Head Armor&#039;&#039;&#039; [[Legacy Wizard Hat]], can be obtained from [[Legacy Angela&#039;s Daughter]] quest&lt;br /&gt;
*&#039;&#039;&#039;Leg Armor&#039;&#039;&#039; [[Legacy Silk Pants]], can be obtained from [[Legacy Hetchel The Silk Weaver]] quest &lt;br /&gt;
*&#039;&#039;&#039;Chest Armor&#039;&#039;&#039; [[Legacy Sorcerer Robe]] and [[Legacy Lazurite Robe]]. You need them both as [[Legacy Lazurite Robe]] cannot be used all time because of it&#039;s walk delay.   &lt;br /&gt;
*&#039;&#039;&#039;Shield&#039;&#039;&#039; Mages don&#039;t usually use shield but tank mages can use [[Legacy Wooden Shield]] which provides +14 defense at the cost of -70 M. Attack.&lt;br /&gt;
*&#039;&#039;&#039;Weapon&#039;&#039;&#039; [[Legacy Wooden Staff]] &lt;br /&gt;
*&#039;&#039;&#039;Ring&#039;&#039;&#039; [[Legacy Sapphire Ring]]&lt;br /&gt;
*&#039;&#039;&#039;Charms&#039;&#039;&#039; [[Legacy Heart Of Isis]], [[Legacy Four-Leaf Clover]], [[Legacy Grimoire]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;For further details on equipment for mages see [[Legacy Magic#Equipment]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable&amp;diff=41256</id>
		<title>User:MAF LawnCable</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable&amp;diff=41256"/>
		<updated>2016-12-17T23:01:00Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: second update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Basic Information===&lt;br /&gt;
Information about Lawncable:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Ingame Name || Lawncable9k&lt;br /&gt;
|-&lt;br /&gt;
| Clan || MAF&lt;br /&gt;
|-&lt;br /&gt;
| Languages || English and German&lt;br /&gt;
|-&lt;br /&gt;
|Country || Germany&lt;br /&gt;
|}&lt;br /&gt;
===Chars===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; class=&amp;quot;responsive&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Image&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | HP&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | DEF/MDEF&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Class&lt;br /&gt;
! style=&amp;quot;background:#efdead;&amp;quot; | Drops (Rate %)&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | &lt;br /&gt;
[[File:LawnCable9k.png|center]]&lt;br /&gt;
|  &#039;&#039;&amp;lt;span style=&amp;quot;color:#8e44ad;&amp;quot;&amp;gt;Lawncable9K  &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#007700;font-size:12px;&amp;quot;&amp;gt; Level: 60 -  1/19/13/99/1/1 &amp;lt;/span&amp;gt;&#039;&#039; - &#039;&#039;&amp;lt;span style=&amp;quot;color:#ad1818&amp;quot;&amp;gt; Player &amp;lt;/span&amp;gt;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&amp;lt;span style=&amp;quot;color:#4a4a4a&amp;quot;&amp;gt;(stats from 17.12.16)&amp;lt;/span&amp;gt;&#039;&#039;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 378&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 13 / 99&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Mage]]&lt;br /&gt;
| &#039;&#039;&amp;lt;div style=&amp;quot;-moz-column-count: 2;-moz-column-gap: 3px;column-count: 2;column-gap: 3px;font-size:12px;&amp;quot;&amp;gt; &amp;lt;span style=&amp;quot;color:#8e44ad;&amp;quot;&amp;gt;Nothing&amp;lt;/span&amp;gt; (100%)&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=File:LawnCable9k.png&amp;diff=41254</id>
		<title>File:LawnCable9k.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=File:LawnCable9k.png&amp;diff=41254"/>
		<updated>2016-12-17T22:37:08Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Information&lt;br /&gt;
|description={{en|LawnCable9k char}}&lt;br /&gt;
{{en|LawnCable9k char}}&lt;br /&gt;
|date=2016-12-17&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=MAF LawnCable&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable&amp;diff=41247</id>
		<title>User:MAF LawnCable</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.devbox.themanaworld.org/index.php?title=User:MAF_LawnCable&amp;diff=41247"/>
		<updated>2016-12-17T22:06:30Z</updated>

		<summary type="html">&lt;p&gt;MAF LawnCable: added an page, i&amp;#039;ll make it better sometime&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information about Lawncable:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Ingame Name || Lawncable9k&lt;br /&gt;
|-&lt;br /&gt;
| Clan || MAF&lt;br /&gt;
|-&lt;br /&gt;
| Languages || English and German&lt;br /&gt;
|-&lt;br /&gt;
|Country || Germany&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MAF LawnCable</name></author>
	</entry>
</feed>