Re: Does Harvesting work ?
Posted: Sun Aug 23, 2009 1:03 am
Hmm could you give a example and explain please? our send me to where you have allready done this ?
also when i update from SVN there is always a problem using the bot based on this command line, iam sure its all different with all windows boxes so what I am showing works great for Vista 64.
Now on Windows Vista 64 this line throws a command line error based on window called Radiant Arcana witch there is none. in order to fix this and get it working correctly you need to change it to below..
Please note None of this is my code and i am just trying to help other with the same problem ....Eather way Very nice Bot
also when i update from SVN there is always a problem using the bot based on this command line, iam sure its all different with all windows boxes so what I am showing works great for Vista 64.
Code: Select all
function getWin()
local skey = getStartKey();
if( __WIN == nil ) then
local winlist = findWindowList("Runes of Magic", "Radiant Arcana");
Code: Select all
function getWin()
local skey = getStartKey();
if( __WIN == nil ) then
local winlist = findWindowList("Runes of Magic");