i always had this problem that bots get stuck at draynor village when the cooking option is on, when he catches full inventory of fishes and doesn't leave one empty space for log to make fire and cook those fishes, after he runs to chop down tree it get stuck because there is no empty space in inventory. So i made this small edit that when inventory is full now he drops that fish in Draynor village:
Add this code after line 4070 ends:
0:begin //draynor small net
cookedFishIDs := daLocation.getCookedFishIDs;
if not Reflect.Inv.Contains(cookedFishIDs) then
goto normal;
end;
And change line 4090 to look like this:
line 4090 Reflect.Text. chooseOptionFast('Drop');


Reply With Quote



