SVN 110: flexible harvest customization, rnd pause after loo
Posted: Fri Jul 31, 2009 10:31 am
SVN 110:
If you don't want a random pause after looting set the option:to '0'. Default is 10 (means a probability from 10% for a rest).
If you want to customize your harvest scan, you can use the following options in your profile:
That options are not promoted in the default profile. They have standard settings and are more designed for the expert users.
If you want more informations about the possible options take a look into settings.lua
- new: new options for flexible harvest scan customization
- new: random pause after loot to look more human
- new: new counters self.Sleeping_time and self.Fights
- fix: different rest messages for time/full
- fix: demo waypoints with sleeping at NPCs for taking quests
- fix: check logout timer while sleeping
If you don't want a random pause after looting set the option:
Code: Select all
<option name="LOOT_PAUSE_AFTER" value="10" />
If you want to customize your harvest scan, you can use the following options in your profile:
Code: Select all
<option name="HARVEST_SCAN_WIDTH" value="10" />
<option name="HARVEST_SCAN_HEIGHT" value="8" />
<option name="HARVEST_SCAN_STEPSIZE" value="35" />
<option name="HARVEST_SCAN_TOPDOWN" value="true" />
<option name="HARVEST_SCAN_YREST" value="10" />
If you want more informations about the possible options take a look into settings.lua