<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides - Bots and Programs</title>
		<link>http://www.mmowned.com/forums/</link>
		<description><![CDATA[Botting and Hacking programs for World of Warcraft.[NO QUESTIONS HERE]]]></description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:15:54 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>5</ttl>
		<image>
			<url>http://mmowned.com/forums/images/mmowned/misc/rss.jpg</url>
			<title>MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides - Bots and Programs</title>
			<link>http://www.mmowned.com/forums/</link>
		</image>
		<item>
			<title><![CDATA[[Release] BabBot]]></title>
			<link>http://www.mmowned.com/forums/bots-programs/269169-release-babbot.html</link>
			<pubDate>Fri, 20 Nov 2009 15:10:21 GMT</pubDate>
			<description>*** WARNING ** This not is not in a finished state. You should consider this as an alpha release intended for TESTING ONLY ** 
* 
 
BabBot is yet...</description>
			<content:encoded><![CDATA[<div><font color="Red"><b>** WARNING ** This not is not in a finished state. You should consider this as an alpha release intended for TESTING ONLY **<br />
</b></font><br />
<br />
BabBot is yet another Open Source WoW automata.<br />
<br />
For those who have never heard of it, there is an old thread here on MMOwned with some outdated info: <a href="!232113!http://www.mmowned.com/forums/bots-programs/232113-release-babbot.html" target="_blank">http://www.mmowned.com/forums/bots-p...se-babbot.html</a><br />
<br />
Download (32bit): <a href="https://sourceforge.net/projects/babbot/files/babbot/v1.0.0.307/BabBot-v1.0.0.307.zip/download" target="_blank">https://sourceforge.net/projects/bab...7.zip/download</a><br />
Download (64bit): <a href="https://sourceforge.net/projects/babbot/files/babbot/v1.0.0.307/BabBot-v1.0.0.307-x64.zip/download" target="_blank">https://sourceforge.net/projects/bab...4.zip/download</a><br />
<br />
The current feature list is limited to the following:<br />
- Works on XP and Vista (32bit and 64bit) and it's being tested on Windows 7<br />
- Runs as guest<br />
- Can launch WoW client<br />
- Has included C# scripting support (for combat and various scripts)<br />
- Can learn waypoints and walk through them<br />
- Can load/save route profiles<br />
- Can unstuck<br />
- Can fight<br />
- Can loot<br />
<br />
Still missing:<br />
- Running to vendor/repair<br />
- Definitions for different classes<br />
- Questing<br />
- Gathering nodes<br />
<br />
I know perfectly that some missing features are very important, but for those that have been following the discussion about this bot, it all started as a study and has now moved to an Open Source project at SourceForge. <br />
This means that if you're willing to lend a hand with code (<font color="Yellow">it's written in C#</font>) you can jump in and join the development team and help bringing in all the missing features.<br />
<br />
Documentation can be found at <a href="https://sourceforge.net/apps/trac/babbot/wiki#Documentation" target="_blank">https://sourceforge.net/apps/trac/ba...#Documentation</a><br />
<br />
Documentation is still in an early stage. We try to keep it up to date but the code is changing often and it's hard to keep the pace. <br />
<br />
BabBot comes with a sample script that is based on the Paladin class. It can be used as a starting point to make your own scripts for other classes or for specific tasks but there currently isn't the documentation for it. You can learn how to use it by looking at the example for now. BabBot has a very powerful Finite State Machine that we are using to make bot actions as atomic as possible.<br />
<br />
<br />
Have fun with it. <font color="Yellow">All bug reports should go to the Trac at SourceForge:<br />
<a href="https://apps.sourceforge.net/trac/babbot/newticket" target="_blank">https://apps.sourceforge.net/trac/babbot/newticket</a></font><br />
<br />
If you need to get in touch with the team please use the project's forum at <a href="https://sourceforge.net/apps/phpbb/babbot/" target="_blank">https://sourceforge.net/apps/phpbb/babbot/</a></div>

]]></content:encoded>
			<category domain="http://www.mmowned.com/forums/bots-programs/">Bots and Programs</category>
			<dc:creator>tanis2000</dc:creator>
			<guid isPermaLink="true">http://www.mmowned.com/forums/bots-programs/269169-release-babbot.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOURCE] Prospecting Bot/Addon For LuaNinja]]></title>
			<link>http://www.mmowned.com/forums/bots-programs/269007-source-prospecting-bot-addon-luaninja.html</link>
			<pubDate>Thu, 19 Nov 2009 00:40:56 GMT</pubDate>
			<description><![CDATA[I've started to mess around with LuaNinja (http://www.mmowned.com/forums/bots-programs/264650-release-luaninja-run-protected-lua-code.html) and my first creation is a bot to prospect all my...]]></description>
			<content:encoded><![CDATA[<div>I've started to mess around with <a href="!264650!http://www.mmowned.com/forums/bots-programs/264650-release-luaninja-run-protected-lua-code.html" target="_blank">LuaNinja</a> and my first creation is a bot to prospect all my Saronite Ore.  I works pretty well but it does have one known issue.  Sometimes after it finishes a stack I think the bag data gets out of sync and it tries to target something invalid.  You get an error message and it stops the bot.  I'm going to work on fixing that next.  Now on to the code...<br />
<br />
DISCLAIMER:  I don't write much Lua code so this might not be the best way to do this.  Constructive comments are welcome...<br />
<br />
Step #1 - Create a directory in your Interface/AddOns folder.<br />
<br />
Step #2 - Create a file called bot1.toc and paste in the following code.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">## Interface: 30200<br />
## Title: Bot1<br />
## Notes: Prospects your ore.<br />
## Dependencies: <br />
bot1.lua<br />
bot1.xml</code><hr />
</div>Step #3 - Create a file called bot1.xml and paste in the following code.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;Ui xmlns=&quot;http://www.blizzard.com/wow/ui/&quot; <br />
&nbsp;xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; <br />
&nbsp;xsi:schemaLocation=&quot;http://www.blizzard.com/wow/ui/ <br />
&nbsp;..\..\FrameXML\UI.xsd&quot;&gt;<br />
<br />
&nbsp; &lt;Script File=&quot;bot1.lua&quot;/&gt;<br />
&nbsp; &lt;Frame name=&quot;Bot1Frame&quot;&gt;<br />
&nbsp; &nbsp; &lt;Scripts&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;OnLoad function=&quot;Bot1_OnLoad&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;OnEvent function=&quot;Bot1_OnEvent&quot;/&gt;<br />
&nbsp; &nbsp; &lt;/Scripts&gt;<br />
&nbsp; &lt;/Frame&gt;<br />
&lt;/Ui&gt;</code><hr />
</div>Step #4 - Create a file called bot1.lua and paste in the following code.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Bot1_CurrentlyProspecting = false;<br />
<br />
function Bot1_OnLoad()<br />
&nbsp; print(&quot;Bot1_OnLoad&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; this:RegisterEvent(&quot;VARIABLES_LOADED&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; this:RegisterEvent(&quot;LOOT_CLOSED&quot;);<br />
end<br />
<br />
function Bot1_OnEvent(self, event, ...)<br />
&nbsp; local eventPrefix, eventSuffix = event:match(&quot;^(.-)_?([^_]*)$&quot;);<br />
<br />
&nbsp; if event == &quot;LOOT_CLOSED&quot; then<br />
&nbsp; &nbsp; if Bot1_CurrentlyProspecting == true then<br />
&nbsp; &nbsp; &nbsp; for bag = 0,4,1 do <br />
&nbsp; &nbsp; &nbsp; &nbsp; for slot = 1, GetContainerNumSlots(bag), 1 do <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; local name = GetContainerItemLink(bag,slot); <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if name and string.find(name,&quot;Saronite Ore&quot;) then <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; local texture, itemCount, locked, quality, readable = GetContainerItemInfo(bag,slot);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if not locked then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if itemCount &gt;= 5 then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CastSpellByName(&quot;Prospecting&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if( SpellIsTargeting() ) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; UseContainerItem(bag,slot);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; end&nbsp; <br />
&nbsp; &nbsp; &nbsp; -- didn't find anything to prospect<br />
&nbsp; &nbsp; &nbsp; Bot1_CurrentlyProspecting = false;<br />
&nbsp; &nbsp; &nbsp; DEFAULT_CHAT_FRAME:AddMessage(&quot;Finished prospecting.&quot;); <br />
&nbsp; &nbsp; end<br />
&nbsp; end<br />
<br />
end<br />
<br />
SLASH_BOT11 = '/bot1';<br />
local function bot1_handler(msg, editbox)<br />
&nbsp; DEFAULT_CHAT_FRAME:AddMessage(&quot;Prospecting...&quot;);<br />
&nbsp; <br />
&nbsp; for bag = 0,4,1 do <br />
&nbsp; &nbsp; for slot = 1, GetContainerNumSlots(bag), 1 do <br />
&nbsp; &nbsp; &nbsp; local name = GetContainerItemLink(bag,slot); <br />
&nbsp; &nbsp; &nbsp; if name and string.find(name,&quot;Saronite Ore&quot;) then <br />
&nbsp; &nbsp; &nbsp; &nbsp; local texture, itemCount, locked, quality, readable = GetContainerItemInfo(bag,slot);<br />
&nbsp; &nbsp; &nbsp; &nbsp; if not locked then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if itemCount &gt;= 5 then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bot1_CurrentlyProspecting = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CastSpellByName(&quot;Prospecting&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if( SpellIsTargeting() ) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; UseContainerItem(bag,slot);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; end<br />
&nbsp; end&nbsp; <br />
end<br />
<br />
SlashCmdList[&quot;BOT1&quot;] = bot1_handler;</code><hr />
</div>Just type &quot;/bot1&quot; to kick off the bot.</div>

]]></content:encoded>
			<category domain="http://www.mmowned.com/forums/bots-programs/">Bots and Programs</category>
			<dc:creator>GliderPro</dc:creator>
			<guid isPermaLink="true">http://www.mmowned.com/forums/bots-programs/269007-source-prospecting-bot-addon-luaninja.html</guid>
		</item>
		<item>
			<title><![CDATA[[BOT] WowRobot free version - PPather, Fly, Xp, Pvp, Farm]]></title>
			<link>http://www.mmowned.com/forums/bots-programs/268949-bot-wowrobot-free-version-ppather-fly-xp-pvp-farm.html</link>
			<pubDate>Wed, 18 Nov 2009 16:53:10 GMT</pubDate>
			<description><![CDATA[A new version of wowrobot, his a free version, for more info go to this page:  
 
[Download] WowRobot - WowRobot - Free bot for World Of Warcraft -...]]></description>
			<content:encoded><![CDATA[<div>A new version of wowrobot, his a free version, for more info go to this page: <br />
<br />
<div align="center"><a href="http://wow-robot.com/forum/wowrobot-telechargement-download/1-download-wowrobot.html" target="_blank">[Download] WowRobot - WowRobot - Free bot for World Of Warcraft - Bot Farm, Po, Xp, leveling, Bg, flying, Pvp pour World Of Warcraft</a><br />
<br />
<br />
<a href="http://wow-robot.com/forum/attachments/wowrobot-telechargement-download/236d1258561752-download-wowrobot-wf.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://wow-robot.com/forum/attachments/wowrobot-telechargement-download/236d1258561752-download-wowrobot-wf.jpg" border="0" alt="Click the image to open in full size." class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a><br />
<br />
<br />
<a href="http://wow-robot.com/wowrobot.JPG" class="highslide" onclick="return hs.expand(this)"><img src="http://wow-robot.com/wowrobot.JPG" border="0" alt="Click the image to open in full size." class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a><br />
<br />
<br />
<a href="http://wow-robot.com/forum/attachments/wowrobot-telechargement-download/237d1258563896-download-wowrobot-wrfly.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://wow-robot.com/forum/attachments/wowrobot-telechargement-download/237d1258563896-download-wowrobot-wrfly.jpg" border="0" alt="Click the image to open in full size." class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a><br />
<br />
<br />
<a href="http://wow-robot.com/forum/wowrobot-telechargement-download/1-download-wowrobot.html" target="_blank">[Download] WowRobot - WowRobot - Free bot for World Of Warcraft - Bot Farm, Po, Xp, leveling, Bg, flying, Pvp pour World Of Warcraft</a></div><br />
(vidéo, images, ... <a href="http://wow-robot.com/" target="_blank">WowRobot - Free bot for World Of Warcraft - Bot Farm, Po, Xp, leveling, Bg, flying, Pvp pour World Of Warcraft</a> )</div>

]]></content:encoded>
			<category domain="http://www.mmowned.com/forums/bots-programs/">Bots and Programs</category>
			<dc:creator>Rival-Fr</dc:creator>
			<guid isPermaLink="true">http://www.mmowned.com/forums/bots-programs/268949-bot-wowrobot-free-version-ppather-fly-xp-pvp-farm.html</guid>
		</item>
	</channel>
</rss>
