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 !