Reminiscence Posted December 25, 2018 Share Posted December 25, 2018 (edited) No console output/no errors/no warnings/no exceptions No crash A simple barbarian fishing script that used to work inventory.dropAllExcept("Feather", "Barbarian rod"); 64-bit Shift-dropping and non-shift dropping broken Script will attempt to drop all and accidentally select an item and keep selecting used item on next item. Incredibly bot-like. The only solution I could find was to turn off shift-dropping, but it still occurred after a few tries. Edit: Solution was to reduce mirror mode to 300ms. Edited January 1, 2019 by Sonysi Link to comment Share on other sites More sharing options...
Juggles Posted December 25, 2018 Share Posted December 25, 2018 Deselect item Link to comment Share on other sites More sharing options...
Reminiscence Posted December 25, 2018 Author Share Posted December 25, 2018 1 minute ago, Juggles said: Deselect item Already tried, won't deselect, just keeps going onto the next item in inventory. Link to comment Share on other sites More sharing options...
Juggles Posted December 25, 2018 Share Posted December 25, 2018 14 minutes ago, Sonysi said: Already tried, won't deselect, just keeps going onto the next item in inventory. If item 1 is selected and uses on item 2, it will deselect item 1. The rest of the inventory should be fine. This isn't necessarily a bug but most likely due tog lag/proxies on your part. You could write your own drop method to deselect midway though. But if you think about it, every once in a while this would happen to a human as well Link to comment Share on other sites More sharing options...
Reminiscence Posted December 25, 2018 Author Share Posted December 25, 2018 1 minute ago, Juggles said: If item 1 is selected and uses on item 2, it will deselect item 1. The rest of the inventory should be fine. This isn't necessarily a bug but most likely due tog lag/proxies on your part. You could write your own drop method to deselect midway though. But if you think about it, every once in a while this would happen to a human as well I'm well aware of how it should work, and I get 50ms~ on my current world. No proxies, no pc lag, no internet lag. This has always worked before, but recently mirror mode has been rather questionable. It seems as if it doesn't properly register that it's supposed to shift drop. It also fails after a while even with shift dropping disabled. 1 Link to comment Share on other sites More sharing options...
TutIslander Posted December 25, 2018 Share Posted December 25, 2018 This has happened to me a couple of times across different scripts I've wrote, like Juggles said it's just down to lag on my side usually, never happens on the beast just the laptop. 2 Link to comment Share on other sites More sharing options...
Reminiscence Posted December 26, 2018 Author Share Posted December 26, 2018 (edited) 12 hours ago, TutIslander said: This has happened to me a couple of times across different scripts I've wrote, like Juggles said it's just down to lag on my side usually, never happens on the beast just the laptop. Again, it's not my computer or internet. Unless of course, an i7-8700k at 5.0GHz and 32GB ddr4 @ 3200mhz isn't enough to run one bot. Then I definitely understand. Please suggest me better computer parts so I can run this. On a side note, I'm going to have to request that non-developers stop posting in here. Edited December 26, 2018 by Sonysi Link to comment Share on other sites More sharing options...
TutIslander Posted December 26, 2018 Share Posted December 26, 2018 11 hours ago, Sonysi said: Again, it's not my computer or internet. Unless of course, an i7-8700k at 5.0GHz and 32GB ddr4 @ 3200mhz isn't enough to run one bot. Then I definitely understand. Please suggest me better computer parts so I can run this. On a side note, I'm going to have to request that non-developers stop posting in here. Look at your code properly then instead of complaining, nobodys going to listen to your "Request" If I feel the need to post here I will, thanks. Link to comment Share on other sites More sharing options...
Reminiscence Posted January 1, 2019 Author Share Posted January 1, 2019 On 12/26/2018 at 4:50 AM, TutIslander said: Look at your code properly then instead of complaining, nobodys going to listen to your "Request" If I feel the need to post here I will, thanks. Your posts are entirely useless. Anyways, this has been resolved. Reduced mirror mode to 300ms response and it stopped happening. Link to comment Share on other sites More sharing options...