<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Lineage 2 Tower Forum - All Forums]]></title>
		<link>http://forum.l2tower.eu/</link>
		<description><![CDATA[Lineage 2 Tower Forum - http://forum.l2tower.eu]]></description>
		<pubDate>Sat, 18 Apr 2026 22:20:48 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Get L2Tower Premium Free]]></title>
			<link>http://forum.l2tower.eu/thread-guide-get-l2tower-premium-free</link>
			<pubDate>Mon, 17 Mar 2025 23:32:07 +0100</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-guide-get-l2tower-premium-free</guid>
			<description><![CDATA[<a href="http://forum.l2tower.eu/newpoints.php?action=shop" target="_blank"><span style="color: #1E90FF;">Simple click Buy (0 USD)</span></a> and register license Premium again.<br />
<br />
<img src="https://i.imgur.com/d4mvgsu.png" border="0" alt="[Image: d4mvgsu.png]" /><br />
<br />
<a href="http://forum.l2tower.eu/newpoints.php?action=shop" target="_blank"><span style="color: #FFD700;">Buy license free here!</span></a><br />
<br />
<span style="color: #FFFFE0;"><span style="font-weight: bold;">For Enable your Premium License...</span></span><br />
<br />
<img src="https://i.imgur.com/erJu8a1.png" border="0" alt="[Image: erJu8a1.png]" /><br />
<span style="color: #FFD700;">Login and Password forum --&gt; Create license file!</span><br />
<br />
? <br />
<span style="font-weight: bold;"><span style="color: #1E90FF;">NOTE:</span></span> L2Tower working <span style="color: #FFDAB9;">Interlude C6 ~ Infinite Odyssey</span> until version <span style="color: #FFDAB9;">1.4.2.142</span>  Premium will not change this, will not bypass new anti-bot system servers, only have lot of more improvements and features. For check <span style="color: #FFDAB9;">L2Tower Premium</span> feature check <span style="color: #FFD700;">L2TowerHelp</span> file inside folder!]]></description>
			<content:encoded><![CDATA[<a href="http://forum.l2tower.eu/newpoints.php?action=shop" target="_blank"><span style="color: #1E90FF;">Simple click Buy (0 USD)</span></a> and register license Premium again.<br />
<br />
<img src="https://i.imgur.com/d4mvgsu.png" border="0" alt="[Image: d4mvgsu.png]" /><br />
<br />
<a href="http://forum.l2tower.eu/newpoints.php?action=shop" target="_blank"><span style="color: #FFD700;">Buy license free here!</span></a><br />
<br />
<span style="color: #FFFFE0;"><span style="font-weight: bold;">For Enable your Premium License...</span></span><br />
<br />
<img src="https://i.imgur.com/erJu8a1.png" border="0" alt="[Image: erJu8a1.png]" /><br />
<span style="color: #FFD700;">Login and Password forum --&gt; Create license file!</span><br />
<br />
? <br />
<span style="font-weight: bold;"><span style="color: #1E90FF;">NOTE:</span></span> L2Tower working <span style="color: #FFDAB9;">Interlude C6 ~ Infinite Odyssey</span> until version <span style="color: #FFDAB9;">1.4.2.142</span>  Premium will not change this, will not bypass new anti-bot system servers, only have lot of more improvements and features. For check <span style="color: #FFDAB9;">L2Tower Premium</span> feature check <span style="color: #FFD700;">L2TowerHelp</span> file inside folder!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[General Discussion - English OFF]]></title>
			<link>http://forum.l2tower.eu/thread-general-discussion-english-off</link>
			<pubDate>Sun, 19 Jan 2025 17:29:26 +0100</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-general-discussion-english-off</guid>
			<description><![CDATA[Due to automatic BOT topics, this section is temporarily suspended.]]></description>
			<content:encoded><![CDATA[Due to automatic BOT topics, this section is temporarily suspended.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[GetTarget() don't return monsters target ID]]></title>
			<link>http://forum.l2tower.eu/thread-gettarget-don-t-return-monsters-target-id</link>
			<pubDate>Fri, 15 Nov 2024 16:53:17 +0100</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-gettarget-don-t-return-monsters-target-id</guid>
			<description><![CDATA[Hi Colegues!<br />
Need help - I'm trying to create function to count monsters targeting (killing) me. <br />
Needed for "train".<br />
<br />
It's look like comparing ( monster:GetTarget() == myID ) never working ;(, Always "False".<br />
I alwaiys receive "0" for monster target objectId..<br />
Why?<br />
Where is my fault?<br />
Where is "My ID" in the monsters target?<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>me = GetMe();<br />
myID = me:GetId();<br />
<br />
targetedMobID = me:GetTarget()<br />
Mob=GetUserById(targetedMobID)<br />
MobTarget = Mob:GetTarget();<br />
<br />
<br />
ShowToClient("#", tostring(os.date("%X")), L2ChatType.CHAT_HERO);<br />
L2ChatType.CHAT_HERO);<br />
ShowToClient("#", "myID " .. tostring(myID), L2ChatType.CHAT_HERO);<br />
ShowToClient("#", "myTarget " .. targetedMobID, L2ChatType.CHAT_HERO);<br />
ShowToClient("#", "MobID " .. Mob:GetId(), L2ChatType.CHAT_HERO);<br />
ShowToClient("#", "MobTarget " ..&nbsp;&nbsp;tostring(MobTarget), L2ChatType.CHAT_HERO);<br />
ShowToClient("-", "-------------------------");</code></div></div>
<hr />
proof<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/txt.gif" border="0" alt=".lua" />&nbsp;&nbsp;<a href="attachment.php?aid=2894" target="_blank">MobsTargettingMe.lua</a> (Size: 1.82 KB / Downloads: 75)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".png" />&nbsp;&nbsp;<a href="attachment.php?aid=2895" target="_blank">Screenshot 2024-11-15 174439.png</a> (Size: 455.72 KB / Downloads: 35)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi Colegues!<br />
Need help - I'm trying to create function to count monsters targeting (killing) me. <br />
Needed for "train".<br />
<br />
It's look like comparing ( monster:GetTarget() == myID ) never working ;(, Always "False".<br />
I alwaiys receive "0" for monster target objectId..<br />
Why?<br />
Where is my fault?<br />
Where is "My ID" in the monsters target?<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>me = GetMe();<br />
myID = me:GetId();<br />
<br />
targetedMobID = me:GetTarget()<br />
Mob=GetUserById(targetedMobID)<br />
MobTarget = Mob:GetTarget();<br />
<br />
<br />
ShowToClient("#", tostring(os.date("%X")), L2ChatType.CHAT_HERO);<br />
L2ChatType.CHAT_HERO);<br />
ShowToClient("#", "myID " .. tostring(myID), L2ChatType.CHAT_HERO);<br />
ShowToClient("#", "myTarget " .. targetedMobID, L2ChatType.CHAT_HERO);<br />
ShowToClient("#", "MobID " .. Mob:GetId(), L2ChatType.CHAT_HERO);<br />
ShowToClient("#", "MobTarget " ..&nbsp;&nbsp;tostring(MobTarget), L2ChatType.CHAT_HERO);<br />
ShowToClient("-", "-------------------------");</code></div></div>
<hr />
proof<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/txt.gif" border="0" alt=".lua" />&nbsp;&nbsp;<a href="attachment.php?aid=2894" target="_blank">MobsTargettingMe.lua</a> (Size: 1.82 KB / Downloads: 75)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".png" />&nbsp;&nbsp;<a href="attachment.php?aid=2895" target="_blank">Screenshot 2024-11-15 174439.png</a> (Size: 455.72 KB / Downloads: 35)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Downgrade to 1.4.1.70]]></title>
			<link>http://forum.l2tower.eu/thread-downgrade-to-1-4-1-70</link>
			<pubDate>Thu, 12 Sep 2024 23:57:44 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-downgrade-to-1-4-1-70</guid>
			<description><![CDATA[Dear All,<br />
<br />
I'm trying to downgrade the version to 1.4.1.70 to make it work w private C4.<br />
<br />
However during the update I'm having 404 error that looks like the on in the attachment. I'm not sure what's that about.<br />
<br />
In case that version is not supported anymore for downgrade, is that any to find it somewhere?<br />
<br />
BR,<br />
Tayler<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".png" />&nbsp;&nbsp;<a href="attachment.php?aid=2893" target="_blank">L2TowerUpdate1.4.1.70.png</a> (Size: 84.08 KB / Downloads: 34)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Dear All,<br />
<br />
I'm trying to downgrade the version to 1.4.1.70 to make it work w private C4.<br />
<br />
However during the update I'm having 404 error that looks like the on in the attachment. I'm not sure what's that about.<br />
<br />
In case that version is not supported anymore for downgrade, is that any to find it somewhere?<br />
<br />
BR,<br />
Tayler<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".png" />&nbsp;&nbsp;<a href="attachment.php?aid=2893" target="_blank">L2TowerUpdate1.4.1.70.png</a> (Size: 84.08 KB / Downloads: 34)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Soporte VIP]]></title>
			<link>http://forum.l2tower.eu/thread-soporte-vip</link>
			<pubDate>Tue, 30 Jul 2024 03:51:48 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-soporte-vip</guid>
			<description><![CDATA[Buenas noches.<br />
<br />
    No se si estoy en el hilo indicado y espero me ayuden a ponr el mensaje donde corresponde de ser el caso. <br />
<br />
    Instale L2TOWER  y pague el premium,  intente hacelo correr en el servidor donde me encuentro jugando pero no funciona. No se si tiene que ver con algunos servidores especificos que funciona o necesito hacer algo más.<br />
<br />
Adjunto imagen del error.<br />
<br />
Server: <a href="https://l2massacre.com" target="_blank">https://l2massacre.com</a><br />
<br />
Espero me pudan ayudar y desde ya muchas gracias.<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=2892" target="_blank">l2t.jpg</a> (Size: 45 KB / Downloads: 9)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Buenas noches.<br />
<br />
    No se si estoy en el hilo indicado y espero me ayuden a ponr el mensaje donde corresponde de ser el caso. <br />
<br />
    Instale L2TOWER  y pague el premium,  intente hacelo correr en el servidor donde me encuentro jugando pero no funciona. No se si tiene que ver con algunos servidores especificos que funciona o necesito hacer algo más.<br />
<br />
Adjunto imagen del error.<br />
<br />
Server: <a href="https://l2massacre.com" target="_blank">https://l2massacre.com</a><br />
<br />
Espero me pudan ayudar y desde ya muchas gracias.<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=2892" target="_blank">l2t.jpg</a> (Size: 45 KB / Downloads: 9)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[scrip]]></title>
			<link>http://forum.l2tower.eu/thread-scrip--38468</link>
			<pubDate>Sat, 08 Jun 2024 05:58:55 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-scrip--38468</guid>
			<description><![CDATA[Hola gente algun buen samaritano que me pueda brindar un scrip de atk mele para q cambie de target rapido al matar ya q se cuelga con cada mob muerto , se agradece]]></description>
			<content:encoded><![CDATA[Hola gente algun buen samaritano que me pueda brindar un scrip de atk mele para q cambie de target rapido al matar ya q se cuelga con cada mob muerto , se agradece]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[script enchanta skill]]></title>
			<link>http://forum.l2tower.eu/thread-script-enchanta-skill</link>
			<pubDate>Sun, 11 Feb 2024 06:36:48 +0100</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-script-enchanta-skill</guid>
			<description><![CDATA[preciso de um script de enchanta skill gracia final por favor ajude]]></description>
			<content:encoded><![CDATA[preciso de um script de enchanta skill gracia final por favor ajude]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problema de "Congelación" al entrar al Freya RAID.]]></title>
			<link>http://forum.l2tower.eu/thread-problema-de-congelaci%C3%B3n-al-entrar-al-freya-raid</link>
			<pubDate>Thu, 12 Oct 2023 00:40:00 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-problema-de-congelaci%C3%B3n-al-entrar-al-freya-raid</guid>
			<description><![CDATA[Buenas, conforme entro con el juego teniendo en l2 tower activo a ese cliente y entro al freya raid, me da una congelación en el video que deja el personaje parado, invulnerable y no puedo hacer nada más que sacar el cliente y volver a activarlo, hay alguna manera de contrarrestar esa congelación total del cliente?]]></description>
			<content:encoded><![CDATA[Buenas, conforme entro con el juego teniendo en l2 tower activo a ese cliente y entro al freya raid, me da una congelación en el video que deja el personaje parado, invulnerable y no puedo hacer nada más que sacar el cliente y volver a activarlo, hay alguna manera de contrarrestar esa congelación total del cliente?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Consulta Premium]]></title>
			<link>http://forum.l2tower.eu/thread-consulta-premium</link>
			<pubDate>Wed, 11 Oct 2023 18:08:13 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-consulta-premium</guid>
			<description><![CDATA[Buenas tardes! Primero que nada, perdon si no es este el hilo para consultar...<br />
<br />
Ahora mi pregunta: Si yo compro la version premium, se amplia la cantidad de servers donde funciona la aplicacion? Porque por ejemplo, estoy tratando de usarlo en X server (Es un server PvP) y no puedo, al abrir el tower inmediatamente me tira un error de: <br />
<br />
"Protection - We find an illegal program running. - If you need support, contact the server administrator!.<br />
<br />
y se me cierra el l2.<br />
<br />
Desde ya, muchas gracias.]]></description>
			<content:encoded><![CDATA[Buenas tardes! Primero que nada, perdon si no es este el hilo para consultar...<br />
<br />
Ahora mi pregunta: Si yo compro la version premium, se amplia la cantidad de servers donde funciona la aplicacion? Porque por ejemplo, estoy tratando de usarlo en X server (Es un server PvP) y no puedo, al abrir el tower inmediatamente me tira un error de: <br />
<br />
"Protection - We find an illegal program running. - If you need support, contact the server administrator!.<br />
<br />
y se me cierra el l2.<br />
<br />
Desde ya, muchas gracias.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Newbies on L2 tower]]></title>
			<link>http://forum.l2tower.eu/thread-newbies-on-l2-tower</link>
			<pubDate>Sun, 19 Mar 2023 17:23:19 +0100</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-newbies-on-l2-tower</guid>
			<description><![CDATA[Hello guys i recently download L2 tower and i have seted up to my computer. I have successfully run the l2 tower and i have opened my game but i dont know how to open the bot window inside the game to set up my bot character. I have tried //cfg but doen't work... can i have your help plz.<img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[Hello guys i recently download L2 tower and i have seted up to my computer. I have successfully run the l2 tower and i have opened my game but i dont know how to open the bot window inside the game to set up my bot character. I have tried //cfg but doen't work... can i have your help plz.<img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[premiun  no puedo comprar]]></title>
			<link>http://forum.l2tower.eu/thread-premiun-no-puedo-comprar</link>
			<pubDate>Sat, 18 Feb 2023 18:09:45 +0100</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-premiun-no-puedo-comprar</guid>
			<description><![CDATA[hola soy nuevo en el foro <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />y me podrian explicar como comprar l2 tower premiun. me dice q no tengo puntos<img src="images/smilies/dodgy.gif" style="vertical-align: middle;" border="0" alt="Dodgy" title="Dodgy" />. alguien me puede explicar soy nuevo en esto<img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[hola soy nuevo en el foro <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />y me podrian explicar como comprar l2 tower premiun. me dice q no tengo puntos<img src="images/smilies/dodgy.gif" style="vertical-align: middle;" border="0" alt="Dodgy" title="Dodgy" />. alguien me puede explicar soy nuevo en esto<img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Help me with Premium fishing and crystallization]]></title>
			<link>http://forum.l2tower.eu/thread-help-me-with-premium-fishing-and-crystallization</link>
			<pubDate>Tue, 10 Jan 2023 03:40:58 +0100</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-help-me-with-premium-fishing-and-crystallization</guid>
			<description><![CDATA[Hello，I bought the premium, but i still cant find fishing and item crystallization botton,i searched but nothing i can use, plz help me.]]></description>
			<content:encoded><![CDATA[Hello，I bought the premium, but i still cant find fishing and item crystallization botton,i searched but nothing i can use, plz help me.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[work on l2skryde tower????]]></title>
			<link>http://forum.l2tower.eu/thread-work-on-l2skryde-tower</link>
			<pubDate>Tue, 18 Oct 2022 23:30:06 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-work-on-l2skryde-tower</guid>
			<description><![CDATA[hello i play in ru l2 skryde work ok this server ??? h5 client]]></description>
			<content:encoded><![CDATA[hello i play in ru l2 skryde work ok this server ??? h5 client]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problem with High Five client]]></title>
			<link>http://forum.l2tower.eu/thread-problem-with-high-five-client</link>
			<pubDate>Fri, 02 Sep 2022 17:36:02 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-problem-with-high-five-client</guid>
			<description><![CDATA[When I start L2 Tower client is loading then down in right show me thath high five client is loading ... then client is closed. What I can need to do ?]]></description>
			<content:encoded><![CDATA[When I start L2 Tower client is loading then down in right show me thath high five client is loading ... then client is closed. What I can need to do ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Convite L2Precious x1]]></title>
			<link>http://forum.l2tower.eu/thread-convite-l2precious-x1</link>
			<pubDate>Thu, 11 Aug 2022 00:42:03 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-convite-l2precious-x1</guid>
			<description><![CDATA[Venho convidar vcs a jogar um open Free Hi5, bot allowed sem ultrapassar o limite de box, servidor com 0 lag, localizado na america latina. Veja o website, features.<br />
<a href="https://www.l2precious.com/" target="_blank">L2Precious x1 Hi5</a>]]></description>
			<content:encoded><![CDATA[Venho convidar vcs a jogar um open Free Hi5, bot allowed sem ultrapassar o limite de box, servidor com 0 lag, localizado na america latina. Veja o website, features.<br />
<a href="https://www.l2precious.com/" target="_blank">L2Precious x1 Hi5</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Freya instace freeze]]></title>
			<link>http://forum.l2tower.eu/thread-freya-instace-freeze</link>
			<pubDate>Mon, 13 Jun 2022 05:01:40 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-freya-instace-freeze</guid>
			<description><![CDATA[Hello, pls can someone help me? The video in freya instance doesnt work and then i cant move and my chars are invurnerable. Thank you]]></description>
			<content:encoded><![CDATA[Hello, pls can someone help me? The video in freya instance doesnt work and then i cant move and my chars are invurnerable. Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[L2 Elite - Tower doesn't work]]></title>
			<link>http://forum.l2tower.eu/thread-l2-elite-tower-doesn-t-work</link>
			<pubDate>Mon, 30 May 2022 01:18:15 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-l2-elite-tower-doesn-t-work</guid>
			<description><![CDATA[Sorry for my bad english. <br />
Iam trying to configurate Tower on L2 Elite but it's doesn't work. Could someone help me?<br />
<br />
Desculpem pelo meu inglês ruim.<br />
Estou tentando configurar o Tower no L2 Elite mas isto não funciona. Alguém poderia me ajudar.]]></description>
			<content:encoded><![CDATA[Sorry for my bad english. <br />
Iam trying to configurate Tower on L2 Elite but it's doesn't work. Could someone help me?<br />
<br />
Desculpem pelo meu inglês ruim.<br />
Estou tentando configurar o Tower no L2 Elite mas isto não funciona. Alguém poderia me ajudar.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Heal]]></title>
			<link>http://forum.l2tower.eu/thread-heal--35084</link>
			<pubDate>Tue, 24 May 2022 21:55:20 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-heal--35084</guid>
			<description><![CDATA[Help<br />
I set Heal for each member in pt by 80% , my buff heal them when hp low than 80% - its ok . But when monster attack her , she auto target on monster then she don't target member to heal anymore till i click close target monster after that she can target again<br />
it reapeat again and again<br />
<br />
how i can fix it]]></description>
			<content:encoded><![CDATA[Help<br />
I set Heal for each member in pt by 80% , my buff heal them when hp low than 80% - its ok . But when monster attack her , she auto target on monster then she don't target member to heal anymore till i click close target monster after that she can target again<br />
it reapeat again and again<br />
<br />
how i can fix it]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[la2dream?]]></title>
			<link>http://forum.l2tower.eu/thread-la2dream--35077</link>
			<pubDate>Mon, 07 Feb 2022 03:55:04 +0100</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-la2dream--35077</guid>
			<description><![CDATA[does it works in la2dream.com? anyone can answer please?  thanks in advance guys!]]></description>
			<content:encoded><![CDATA[does it works in la2dream.com? anyone can answer please?  thanks in advance guys!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Servidor h5]]></title>
			<link>http://forum.l2tower.eu/thread-servidor-h5</link>
			<pubDate>Fri, 15 Oct 2021 23:10:57 +0200</pubDate>
			<guid isPermaLink="false">http://forum.l2tower.eu/thread-servidor-h5</guid>
			<description><![CDATA[Fala galera alguem indica um dervidor h5 que esteja rodando o tower <br />
 entre x20 e x70]]></description>
			<content:encoded><![CDATA[Fala galera alguem indica um dervidor h5 que esteja rodando o tower <br />
 entre x20 e x70]]></content:encoded>
		</item>
	</channel>
</rss>