
Originally Posted by
Anatomical
Hey Waffles, I have a few things I'd like to inform you of. The thing is, the script is great, but a lot of the times when I am stringing bows it will withdraw 14 logs, then try to withdraw another 14 logs, then deposits the 14 bows, then it will withdraw 14 bow strings, then deposit 14 bow strings and then withdraw 14 bow strings again. Not that there is something wrong with this, but it wastes quite a lot of time because I think by fixing this, you can easily string ~100 more bows in an hour.
A lot of that has to do with lag and wait times, if it happens to lag (like if it checks the inventory before the logs actually show up) then it will think there is an error. Best way to fix this is to change line 1006 to:
Simba Code:
Wait(RandomRange(1000,1300));

Originally Posted by
wolffang92
I figured it out, I have to set my nickname to match my username to log in, which won't work out because I have a different name in game that doesn't match my login name.
That's strange, I have gotten the error before but it has never stopped me for it. I will look into it.