Page 1 of 1

SVN 344: harvest options changed! harvest user should read!

Posted: Sat Oct 10, 2009 6:56 am
by d003232
With SVN 344 there are some changes that will influence your harvest settings:
  • The new default HARVEST_SCAN_STEPSIZE is 60. It is valid for a screen width of 1024
  • we will now recalculate the stepsize depending from your screen width
It is recommended, that you delete all your expert harvesting settings in the profile (if you use them):

Code: Select all

<option name="HARVEST_SCAN_WIDTH" value="15" />   	-- steps horizontal
<option name="HARVEST_SCAN_HEIGHT" value="10" />  	-- steps vertical
<option name="HARVEST_SCAN_STEPSIZE" value="40" />	-- wide of every step
<option name="HARVEST_SCAN_TOPDOWN" value="false" />	-- true = top->down  false = botton->up
<option name="HARVEST_SCAN_YREST" value="10" />		-- scanspeed
<option name="HARVEST_SCAN_YMOVE" value="1.1" />	-- move scan area top/down ( 1 middle of screen )
and let the default values be valid. If you have problems by missing nodes, first try to increase the scan speed value (means to increase the rest between the mouse movements:

Code: Select all

<option name="HARVEST_SCAN_YREST" value="10" />		-- scanspeed
There is also a new debugging option

Code: Select all

<option name="DEBUG_HARVEST"	value="false" />
to help you to configure it to your individuell needs. We should now need less steps to scan and by that be faster while scanning empty nodes.

Hint/Tipp:
We can't scan through the action bars. If you harvest afk and also don't need to see the chat, just hide the interface (keypress CTRL+Z in the standard ingame settings).
=> seems to make problems, the bot don't put the ressources into the bag if the inteface is hidden :-(

Re: SVN 344: harvest options changed! harvest user should read!

Posted: Sat Oct 10, 2009 3:16 pm
by droppen
d003232 wrote:(keypress ??? in the standard ingame settings).
keypress control+z in the standard ingame settings.

Re: SVN 344: harvest options changed! harvest user should read!

Posted: Sat Oct 10, 2009 4:07 pm
by tomerr90
wait i dont get it,if i harvest afk should i or shouldnt i hide the interface???

Re: SVN 344: harvest options changed! harvest user should read!

Posted: Sat Oct 10, 2009 6:51 pm
by d003232
tomerr90 wrote:wait i dont get it,if i harvest afk should i or shouldnt i hide the interface???
As I wrote, it seems that the bot will not fill your bag if you hide the interface. So you should not.