SVN 344: harvest options changed! harvest user should read!
Posted: Sat Oct 10, 2009 6:56 am
With SVN 344 there are some changes that will influence your harvest settings:
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:There is also a new debugging optionto 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
- 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
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 )
Code: Select all
<option name="HARVEST_SCAN_YREST" value="10" /> -- scanspeed
Code: Select all
<option name="DEBUG_HARVEST" value="false" />
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
