<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://throne.forum.cool/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>Throne</title>
		<link>https://throne.forum.cool/</link>
		<description>Throne</description>
		<language>ru-ru</language>
		<lastBuildDate>Sat, 04 Feb 2017 13:36:29 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>All Video Guide by Pezzi Tomas [Recopilatorio Especial de los Videos]</title>
			<link>https://throne.forum.cool/viewtopic.php?pid=20#p20</link>
			<description>&lt;p&gt;Thanks, video is quite useful. Learned a couple new things that I didn&#039;t before. The problem is that I could hardly see them. Why some videos on YouTube blocked me. This could be due to the fact that I use proxy server and my &lt;a href=&quot;https://advanced.name&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: silver&quot;&gt;ip&lt;/span&gt;&lt;/a&gt; is not real?&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Ferri)</author>
			<pubDate>Sat, 04 Feb 2017 13:36:29 +0300</pubDate>
			<guid>https://throne.forum.cool/viewtopic.php?pid=20#p20</guid>
		</item>
		<item>
			<title>Problemas con el ataque fisico</title>
			<link>https://throne.forum.cool/viewtopic.php?pid=19#p19</link>
			<description>&lt;p&gt;la guia de pezzi te puede ayudar se llama&lt;/p&gt;
						&lt;p&gt;reparar ataques by tomy.&lt;/p&gt;
						&lt;p&gt;&lt;a href=&quot;https://throne.forum.cool/viewtopic.php?id=5&quot;&gt;All Video Guide by Pezzi Tomas [Recopilatorio Especial de los Videos]&lt;/a&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (ronnylendofvargas)</author>
			<pubDate>Tue, 29 Nov 2016 17:26:42 +0300</pubDate>
			<guid>https://throne.forum.cool/viewtopic.php?pid=19#p19</guid>
		</item>
		<item>
			<title>Como bajar o subir el ataque de las habilidades</title>
			<link>https://throne.forum.cool/viewtopic.php?pid=14#p14</link>
			<description>&lt;p&gt;Saludos, hoy les traigo una peque&amp;#241;a guia. espero que entiendan :D&lt;/p&gt;
						&lt;p&gt;1. Habrimos nuestro proyecto con VisualStudios.&lt;/p&gt;
						&lt;p&gt;2.Vamos a Game /Attacking y habrimos Handle.cs&lt;/p&gt;
						&lt;p&gt;3.Luego hay buscamos esto el nombre o ID de la habilidad que queremos editar luego buscamos esto debajo &lt;/p&gt;
						&lt;p&gt;else if (_obj.MapObjType == MapObjectType.Player)&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; {&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; attacked = _obj as Entity;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; if (CanAttack(attacker, attacked, spell, attack.AttackType == Attack.Melee))&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; {&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; var damage = Game.Attacking.Calculate.Melee(attacker, attacked, ref attack);&lt;/p&gt;
						&lt;p&gt;- Entonces debajo de esto &lt;/p&gt;
						&lt;p&gt;var damage = Game.Attacking.Calculate.Melee(attacker, attacked, ref attack);&lt;/p&gt;
						&lt;p&gt; - colocamos esta variable&lt;/p&gt;
						&lt;p&gt;damage = (uint)(damage * 0.8);&lt;/p&gt;
						&lt;p&gt; -entonces&amp;#160; en el 0.8 van bajandole o subiendole hasta que les cuadre como quieren&lt;/p&gt;
						&lt;p&gt;Espero que les sirva estoy abierto a cualquier recomendacion o si hice algo mal :D&lt;/p&gt;</description>
			<author>mybb@mybb.ru (ShadowZ)</author>
			<pubDate>Sun, 27 Nov 2016 01:03:14 +0300</pubDate>
			<guid>https://throne.forum.cool/viewtopic.php?pid=14#p14</guid>
		</item>
		<item>
			<title>Testeando Posters</title>
			<link>https://throne.forum.cool/viewtopic.php?pid=11#p11</link>
			<description>&lt;p&gt;&lt;span style=&quot;color: maroon&quot;&gt;&lt;strong&gt;Bien veremos haver en que puedo ayudar&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (ZeroOne)</author>
			<pubDate>Sat, 26 Nov 2016 17:40:07 +0300</pubDate>
			<guid>https://throne.forum.cool/viewtopic.php?pid=11#p11</guid>
		</item>
		<item>
			<title>Ayuda con este problemita</title>
			<link>https://throne.forum.cool/viewtopic.php?pid=10#p10</link>
			<description>&lt;p&gt;Update public int TitlePoints and public int EquippedWing&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Hero)</author>
			<pubDate>Sat, 26 Nov 2016 14:50:17 +0300</pubDate>
			<guid>https://throne.forum.cool/viewtopic.php?pid=10#p10</guid>
		</item>
		<item>
			<title>Source Full</title>
			<link>https://throne.forum.cool/viewtopic.php?pid=6#p6</link>
			<description>&lt;p&gt;Aaajajaja&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Pedrito Eusebio)</author>
			<pubDate>Fri, 25 Nov 2016 16:20:13 +0300</pubDate>
			<guid>https://throne.forum.cool/viewtopic.php?pid=6#p6</guid>
		</item>
	</channel>
</rss>
