Eliot Posted June 20, 2017 Posted June 20, 2017 Just now, Alek said: Here is Macro Cutter:https://i.gyazo.com/7083ee031132d07dc25de656cbec1891.mp4 Care to share how you're adding the mouse listener? Perhaps via PM?
IDontEB Posted June 20, 2017 Posted June 20, 2017 (edited) Was using getTrade().acceptTrade(); as a boolean for an if statement previously but now it wont work trigger the if statement and it wont click accept. If I take it outside the if statement and just run it it declines the 2nd trade screen. The first trade screen for this still works fine. Just wanted to add that this only happened when I recompiled a script with the new version as the external library. Other scripts which werent recompiled dont have this problem Edited June 20, 2017 by IDontEvenBot
Alek Posted June 20, 2017 Author Posted June 20, 2017 8 minutes ago, Eliot said: Care to share how you're adding the mouse listener? Perhaps via PM? Not really a secret since I don't allow overriding human input: bot.getCanvas().addMouseListener(mouseListener); Your custom mouse listeners will get removed during some certain events (such as Windows UAC being prompted). It's part of some larger input issues that I can't really track down right now. 1
Eliot Posted June 20, 2017 Posted June 20, 2017 2 minutes ago, Alek said: Not really a secret since I don't allow overriding human input: bot.getCanvas().addMouseListener(mouseListener); Your custom mouse listeners will get removed during some certain events (such as Windows UAC being prompted). It's part of some larger input issues that I can't really track down right now. I was adding it via getBot().addMouseListener(mouseListener); directly. I changed it to how you do it and it now works until I open the logger, then everything goes to hell. 1
Alek Posted June 20, 2017 Author Posted June 20, 2017 10 minutes ago, Eliot said: I was adding it via getBot().addMouseListener(mouseListener); directly. I changed it to how you do it and it now works until I open the logger, then everything goes to hell. I spammed the logger a bunch:https://i.gyazo.com/c2fb8675eb20fafc2554e3058eb909c3.mp4
Eliot Posted June 20, 2017 Posted June 20, 2017 19 minutes ago, Alek said: I spammed the logger a bunch:https://i.gyazo.com/c2fb8675eb20fafc2554e3058eb909c3.mp4 Strange. https://i.gyazo.com/edac30b32487a72e2465283e1b526e66.mp4
Alek Posted June 20, 2017 Author Posted June 20, 2017 11 minutes ago, Eliot said: Strange. https://i.gyazo.com/edac30b32487a72e2465283e1b526e66.mp4 https://i.gyazo.com/c3fd35e3d9cbb06baf0a8c32143afb44.mp4 Hmm
Eliot Posted June 20, 2017 Posted June 20, 2017 57 minutes ago, Alek said: https://i.gyazo.com/c3fd35e3d9cbb06baf0a8c32143afb44.mp4 Hmm Hopefully Zach can recreate on OSX.
Chris Posted June 20, 2017 Posted June 20, 2017 4 hours ago, Juggles said: Are scripter 1s who only get the rank for free VIP considered free loaders yes
ProjectPact Posted June 21, 2017 Posted June 21, 2017 6 hours ago, Eliot said: Hopefully Zach can recreate on OSX. It is happening on mine too
k9thebeast Posted June 21, 2017 Posted June 21, 2017 8 hours ago, Alek said: Here is Macro Cutter:https://i.gyazo.com/7083ee031132d07dc25de656cbec1891.mp4 Nice RSN fgt
Kaarthal Posted June 21, 2017 Posted June 21, 2017 On my windows it is running all good, pause button works better than with .127, disabling input works better too Thanks for update. 1
Alek Posted June 21, 2017 Author Posted June 21, 2017 5 hours ago, Kaarthal said: On my windows it is running all good, pause button works better than with .127, disabling input works better too Thanks for update. Thanks for letting me know!