Reply to Re: Heavy log
If you don't have an account, just leave the password field blank.
Put something like this in the main procedure of savebot.c.
int &log = count_item("item-log");
if (&log > 0)
set_dink_speed(4);
int &log = count_item("item-log");
if (&log > 0)
set_dink_speed(4);






