command for change harvest time
Posted: Thu Jul 07, 2011 1:52 am
hi all again
as i try to make some quest waypoints atm i sometimes face the problem the the basic harvest time is too short , means the bot starts moving before it really collected the item
so my question is, if there exists a command to change the duration of harvesting with some smart onload command
atm i use some
but its not that clean , maybe there is a cleaner way
thx in advance !
as i try to make some quest waypoints atm i sometimes face the problem the the basic harvest time is too short , means the bot starts moving before it really collected the item
so my question is, if there exists a command to change the duration of harvesting with some smart onload command
atm i use some
Code: Select all
player:harvest();player:rest(4);thx in advance !