<?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[OTBots Forums - Requests]]></title>
		<link>https://forums.otbots.com/</link>
		<description><![CDATA[OTBots Forums - https://forums.otbots.com]]></description>
		<pubDate>Thu, 06 Aug 2026 16:43:48 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Loot Rare-Epic-Legendary-Ancient]]></title>
			<link>https://forums.otbots.com/Thread-Loot-Rare-Epic-Legendary-Ancient--2293</link>
			<pubDate>Wed, 22 Jun 2022 16:06:25 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=7633">gamefreak777</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-Loot-Rare-Epic-Legendary-Ancient--2293</guid>
			<description><![CDATA[Request script to get bot to check for any of these conditions when looting and loot the item regardless if the item is in the looter<br />
<hr class="mycode_hr" />
Forgot to put Rare-Epic-Legendary-Ancient]]></description>
			<content:encoded><![CDATA[Request script to get bot to check for any of these conditions when looting and loot the item regardless if the item is in the looter<br />
<hr class="mycode_hr" />
Forgot to put Rare-Epic-Legendary-Ancient]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[problem]]></title>
			<link>https://forums.otbots.com/Thread-problem--2158</link>
			<pubDate>Tue, 15 Feb 2022 13:01:59 -0600</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=9218">patros658</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-problem--2158</guid>
			<description><![CDATA[<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">hello my firend i plaing on realera and i have some script from kasteria to bring the items to depot but its dosent work i think the depot id need to be diffrent can u edit this script for me to deposit all loot what i have to dp thank u there is the script </span></span><br />
<br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">local CHARACTER_LOOT_BP = 'backpack'</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">local ITEMS = { '3386', '3392', '7402' }</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">local DEPOT_BOX_ID = 8402 --- Depot chest I = 8402</span></span><br />
<br />
<br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">reachgrounditem('locker')</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">wait(500)</span></span><br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">openitem('locker')</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">wait(1000)</span></span><br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">openitem('depot')</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">wait(1000)</span></span><br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">if windowcount('depot chest') &gt; 0 then</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">    for i = 0, #ITEMS do</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">        while itemcount(ITEMS[i], CHARACTER_LOOT_BP) &gt; 0 do</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">            moveitemsonto(ITEMS[i], DEPOT_BOX_ID, 0, 'depot chest', CHARACTER_LOOT_BP, 100)</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">            wait(500)</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">        end</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">    end</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">end</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">hello my firend i plaing on realera and i have some script from kasteria to bring the items to depot but its dosent work i think the depot id need to be diffrent can u edit this script for me to deposit all loot what i have to dp thank u there is the script </span></span><br />
<br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">local CHARACTER_LOOT_BP = 'backpack'</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">local ITEMS = { '3386', '3392', '7402' }</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">local DEPOT_BOX_ID = 8402 --- Depot chest I = 8402</span></span><br />
<br />
<br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">reachgrounditem('locker')</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">wait(500)</span></span><br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">openitem('locker')</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">wait(1000)</span></span><br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">openitem('depot')</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">wait(1000)</span></span><br />
<br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">if windowcount('depot chest') &gt; 0 then</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">    for i = 0, #ITEMS do</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">        while itemcount(ITEMS[i], CHARACTER_LOOT_BP) &gt; 0 do</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">            moveitemsonto(ITEMS[i], DEPOT_BOX_ID, 0, 'depot chest', CHARACTER_LOOT_BP, 100)</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">            wait(500)</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">        end</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">    end</span></span><br />
<span style="color: #646464;" class="mycode_color"><span style="font-family: 'Droid Sans', sans-serif;" class="mycode_font">end</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Stairhop UE with Monsters on X-ray]]></title>
			<link>https://forums.otbots.com/Thread-Stairhop-UE-with-Monsters-on-X-ray--2007</link>
			<pubDate>Tue, 21 Dec 2021 11:36:23 -0600</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=3230">Fryker</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-Stairhop-UE-with-Monsters-on-X-ray--2007</guid>
			<description><![CDATA[Hey, i need a script, that will move 1 SQM to the south (go down the stair) and use a spell on -1 and instantly go up after. The catch is in the monsters that are in that -1 floor. I need BOT to see on X-ray to go only when 2 of 3 monsters are ATLEAST 2 SQM away from me (1 monster can attack) , but not further away than 5sqm NSEW (UE RANGE) with delay of 2 minutes each stairhop. Hopefully i you can help me with it, thanks]]></description>
			<content:encoded><![CDATA[Hey, i need a script, that will move 1 SQM to the south (go down the stair) and use a spell on -1 and instantly go up after. The catch is in the monsters that are in that -1 floor. I need BOT to see on X-ray to go only when 2 of 3 monsters are ATLEAST 2 SQM away from me (1 monster can attack) , but not further away than 5sqm NSEW (UE RANGE) with delay of 2 minutes each stairhop. Hopefully i you can help me with it, thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Loggout if character on vip loggout]]></title>
			<link>https://forums.otbots.com/Thread-Loggout-if-character-on-vip-loggout--2003</link>
			<pubDate>Tue, 14 Dec 2021 12:52:40 -0600</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=12250">whatsisdis</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-Loggout-if-character-on-vip-loggout--2003</guid>
			<description><![CDATA[Ive a few makers and i want to logg out all makers if one char on vip loggs OUT, is it possible?<br />
thanks in advance]]></description>
			<content:encoded><![CDATA[Ive a few makers and i want to logg out all makers if one char on vip loggs OUT, is it possible?<br />
thanks in advance]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[anty ban]]></title>
			<link>https://forums.otbots.com/Thread-anty-ban--1994</link>
			<pubDate>Thu, 09 Dec 2021 04:34:30 -0600</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=7587">Venom snake</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-anty-ban--1994</guid>
			<description><![CDATA[hello, can I make a script that responds to chat messages? when the word "Action" Deletion "against" appears in red, the bot turns off the cave bot and]]></description>
			<content:encoded><![CDATA[hello, can I make a script that responds to chat messages? when the word "Action" Deletion "against" appears in red, the bot turns off the cave bot and]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Moves an item to higher floor]]></title>
			<link>https://forums.otbots.com/Thread-Moves-an-item-to-higher-floor--1984</link>
			<pubDate>Mon, 29 Nov 2021 19:52:19 -0600</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=12697">Hurskal</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-Moves-an-item-to-higher-floor--1984</guid>
			<description><![CDATA[Hello,<br />
Does someone knows how to create a script that moves an item from your backpack to a higher floor?<br />
<br />
<br />
Thanks in advance]]></description>
			<content:encoded><![CDATA[Hello,<br />
Does someone knows how to create a script that moves an item from your backpack to a higher floor?<br />
<br />
<br />
Thanks in advance]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cavebot talking.]]></title>
			<link>https://forums.otbots.com/Thread-Cavebot-talking--1932</link>
			<pubDate>Thu, 28 Oct 2021 11:30:13 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=12485">yoshi91</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-Cavebot-talking--1932</guid>
			<description><![CDATA[Hello can someone send me some exaples of cavebot actions? <br />
I want to create cavebot that will buy blessings and I need a little bit of help with setting up bot to talk]]></description>
			<content:encoded><![CDATA[Hello can someone send me some exaples of cavebot actions? <br />
I want to create cavebot that will buy blessings and I need a little bit of help with setting up bot to talk]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[LUA for a maker using a rune when other maker uses a rune.]]></title>
			<link>https://forums.otbots.com/Thread-LUA-for-a-maker-using-a-rune-when-other-maker-uses-a-rune--1913</link>
			<pubDate>Fri, 08 Oct 2021 15:48:30 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=8539">gamesjokernew@gmail.com</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-LUA-for-a-maker-using-a-rune-when-other-maker-uses-a-rune--1913</guid>
			<description><![CDATA[So, i did find the script to use sd at the same target.<br />
But i didn't manage to modify it to a script that'll use a field rune at the same sqm and time that a leader or player on the screen(MC).<br />
Can you help me?]]></description>
			<content:encoded><![CDATA[So, i did find the script to use sd at the same target.<br />
But i didn't manage to modify it to a script that'll use a field rune at the same sqm and time that a leader or player on the screen(MC).<br />
Can you help me?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Use Gfb and dont kill monster]]></title>
			<link>https://forums.otbots.com/Thread-Use-Gfb-and-dont-kill-monster--1896</link>
			<pubDate>Mon, 27 Sep 2021 18:50:45 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=7855">Micheletti</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-Use-Gfb-and-dont-kill-monster--1896</guid>
			<description><![CDATA[First = use great firebal rune when you have 2 or more monsters<br />
Second = don't kill dragons in red life or any target.<br />
<br />
Ty <img src="https://forums.otbots.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[First = use great firebal rune when you have 2 or more monsters<br />
Second = don't kill dragons in red life or any target.<br />
<br />
Ty <img src="https://forums.otbots.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Click on X location]]></title>
			<link>https://forums.otbots.com/Thread-Click-on-X-location--1893</link>
			<pubDate>Thu, 23 Sep 2021 23:25:56 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=1970">raynerjunior</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-Click-on-X-location--1893</guid>
			<description><![CDATA[Goodnight!<br />
<br />
I would like some help with a script, where I keep clicking on a certain location X,Y,Z, but in this case I need to click the mouse button on the left side.]]></description>
			<content:encoded><![CDATA[Goodnight!<br />
<br />
I would like some help with a script, where I keep clicking on a certain location X,Y,Z, but in this case I need to click the mouse button on the left side.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Open doors scripts]]></title>
			<link>https://forums.otbots.com/Thread-Open-doors-scripts--1892</link>
			<pubDate>Thu, 23 Sep 2021 15:20:21 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=9218">patros658</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-Open-doors-scripts--1892</guid>
			<description><![CDATA[Hello have qestion if u have script to open the door Like USE GROUND ITEM THANKS]]></description>
			<content:encoded><![CDATA[Hello have qestion if u have script to open the door Like USE GROUND ITEM THANKS]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MS/ED AoE: Area of Effect spells. Is it possible!?]]></title>
			<link>https://forums.otbots.com/Thread-MS-ED-AoE-Area-of-Effect-spells-Is-it-possible--1830</link>
			<pubDate>Sun, 12 Sep 2021 11:42:08 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=10000">leinader</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-MS-ED-AoE-Area-of-Effect-spells-Is-it-possible--1830</guid>
			<description><![CDATA[Hello!<br />
<br />
Is it possible for the bot to cast AoE spells on targets, similarly to the way ElfBot, Neobot, Ibot etc worked back then?<br />
<br />
For example: Sorcerer hunting 1 Worker Golem, with Targeting set to Keep Away distance 3 . So The sorcerer is attacking the Worker Golem and always mantaining a distance of 3 SQM. Ok.<br />
<br />
But is it possible?<br />
1. Sorcerer runs away from the Worker GOlem to keep the 3 sqm distance.<br />
<span style="font-weight: bold;" class="mycode_b">2. Sorcerer turns towards the Worker Golem and tries to cast Energy Wave spell (exevo vis hur/exevo mort hur) and effectly hit the monster.</span><br />
3. Sorcerer keeps running away from monster to maintain 3 sqm distance.<br />
4. Sorcerer turns towards the monster, at 2+ SQM distance and tries to cast energy wave spell again to effectively hit the monster.<br />
(...)<br />
<br />
<span style="font-family: 'Open Sans', Arial, Verdana, Tahoma, 'Lucida Grande', sans-serif;" class="mycode_font">I know OtBot works for runes: GFB on target, for example. <span style="font-weight: bold;" class="mycode_b">But what about spells???</span></span><br />
<br />
<br />
In Elfbot, for example, there was a hotkey command that would attack the target with energy wave(exevo vis hur/exevo mort hur) whenever the target would be in enough area to be hit (take damage): <blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: 'Open Sans', Arial, Verdana, Tahoma, 'Lucida Grande', sans-serif;" class="mycode_font"><span style="font-style: italic;" class="mycode_i">auto 200 attack target | ewave</span></span></blockquote>
<br />
<br />
<br />
<span style="font-family: 'Open Sans', Arial, Verdana, Tahoma, 'Lucida Grande', sans-serif;" class="mycode_font">is there something similar for Otbot?</span><br />
<br />
<span style="font-family: 'Open Sans', Arial, Verdana, Tahoma, 'Lucida Grande', sans-serif;" class="mycode_font">Thanks in advance!</span>]]></description>
			<content:encoded><![CDATA[Hello!<br />
<br />
Is it possible for the bot to cast AoE spells on targets, similarly to the way ElfBot, Neobot, Ibot etc worked back then?<br />
<br />
For example: Sorcerer hunting 1 Worker Golem, with Targeting set to Keep Away distance 3 . So The sorcerer is attacking the Worker Golem and always mantaining a distance of 3 SQM. Ok.<br />
<br />
But is it possible?<br />
1. Sorcerer runs away from the Worker GOlem to keep the 3 sqm distance.<br />
<span style="font-weight: bold;" class="mycode_b">2. Sorcerer turns towards the Worker Golem and tries to cast Energy Wave spell (exevo vis hur/exevo mort hur) and effectly hit the monster.</span><br />
3. Sorcerer keeps running away from monster to maintain 3 sqm distance.<br />
4. Sorcerer turns towards the monster, at 2+ SQM distance and tries to cast energy wave spell again to effectively hit the monster.<br />
(...)<br />
<br />
<span style="font-family: 'Open Sans', Arial, Verdana, Tahoma, 'Lucida Grande', sans-serif;" class="mycode_font">I know OtBot works for runes: GFB on target, for example. <span style="font-weight: bold;" class="mycode_b">But what about spells???</span></span><br />
<br />
<br />
In Elfbot, for example, there was a hotkey command that would attack the target with energy wave(exevo vis hur/exevo mort hur) whenever the target would be in enough area to be hit (take damage): <blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-family: 'Open Sans', Arial, Verdana, Tahoma, 'Lucida Grande', sans-serif;" class="mycode_font"><span style="font-style: italic;" class="mycode_i">auto 200 attack target | ewave</span></span></blockquote>
<br />
<br />
<br />
<span style="font-family: 'Open Sans', Arial, Verdana, Tahoma, 'Lucida Grande', sans-serif;" class="mycode_font">is there something similar for Otbot?</span><br />
<br />
<span style="font-family: 'Open Sans', Arial, Verdana, Tahoma, 'Lucida Grande', sans-serif;" class="mycode_font">Thanks in advance!</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Turn gold into plat]]></title>
			<link>https://forums.otbots.com/Thread-Turn-gold-into-plat--1762</link>
			<pubDate>Thu, 01 Jul 2021 20:33:01 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=4179">dadeka</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-Turn-gold-into-plat--1762</guid>
			<description><![CDATA[The bot on retrocores has an option to turn gold coins into plat but I cant find it on Realesta's <br />
Also if there's a way for it to stack them on the arrow slot as in Realesta once you turn them they dont stack automatically like in Retros.<br />
TYVM! !!]]></description>
			<content:encoded><![CDATA[The bot on retrocores has an option to turn gold coins into plat but I cant find it on Realesta's <br />
Also if there's a way for it to stack them on the arrow slot as in Realesta once you turn them they dont stack automatically like in Retros.<br />
TYVM! !!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[action refill bolt backpack]]></title>
			<link>https://forums.otbots.com/Thread-action-refill-bolt-backpack--1725</link>
			<pubDate>Sun, 16 May 2021 16:50:18 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=7248">Powa21</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-action-refill-bolt-backpack--1725</guid>
			<description><![CDATA[There is the possibility of adding an action in the cave bot where the floor bp is opened or the bolts are reloaded in the selected sqm]]></description>
			<content:encoded><![CDATA[There is the possibility of adding an action in the cave bot where the floor bp is opened or the bolts are reloaded in the selected sqm]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SAFE EXORI]]></title>
			<link>https://forums.otbots.com/Thread-SAFE-EXORI--1717</link>
			<pubDate>Sat, 08 May 2021 09:24:26 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.otbots.com/member.php?action=profile&uid=854">chudyl123</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.otbots.com/Thread-SAFE-EXORI--1717</guid>
			<description><![CDATA[i need script that will use exori when more than 2 frost dragons and exori hur when less , exori if no player on screen]]></description>
			<content:encoded><![CDATA[i need script that will use exori when more than 2 frost dragons and exori hur when less , exori if no player on screen]]></content:encoded>
		</item>
	</channel>
</rss>