- 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
