FrostBug Posted August 24, 2015 Share Posted August 24, 2015 None of the questions from the report template are really relevant here.. so.. Description: Banking uses a scroll button mouse-event to scroll in the bank. Mirror mode does not pick this event up, so it gets stuck scrolling. Can this be fixed already? Was reported ages ago 6 Link to comment Share on other sites More sharing options...
DubzieBug Posted August 24, 2015 Share Posted August 24, 2015 Luv u frost burgggg Link to comment Share on other sites More sharing options...
Gold Scripts Posted August 24, 2015 Share Posted August 24, 2015 None of the questions from the report template are really relevant here.. so.. Description: Banking uses a scroll button mouse-event to scroll in the bank. Mirror mode does not pick this event up, so it gets stuck scrolling. Can this be fixed already? Was reported ages ago I also experience this, also doesn't scroll with world hopping. (Only in mirror mode) Link to comment Share on other sites More sharing options...
SkylerSel Posted August 24, 2015 Share Posted August 24, 2015 (edited) I have had the same experience, clickToSlot works occasionally for me on mirror mode, but gets stuck more often than not. Edited August 24, 2015 by SkylerSel Link to comment Share on other sites More sharing options...
Bobrocket Posted August 24, 2015 Share Posted August 24, 2015 I have had the same experience, clickToSlot works occasionally for me on mirror mode, but gets stuck more often than not. API says that clickToSlot has a 1/6 chance to not use mouse wheel. Link to comment Share on other sites More sharing options...
SkylerSel Posted August 24, 2015 Share Posted August 24, 2015 (edited) API says that clickToSlot has a 1/6 chance to not use mouse wheel. Thats scrollToSlot not clickToSlot: clickToSlot public void clickToSlot(int slot,int absoluteSlot) Scrolls to the specified slot by clicking the scroll arrow buttons Parameters: slot - slotToScrollTo scrollToSlot public void scrollToSlot(int slot,boolean forceMouseScroll, int absoluteSlot) Scrolls to the specified slot either by scrolling the mouse or clicking the scroll arrow buttons, randomized with 5/6 chance of mouse scrolling. THIS IS RECOMMENDED METHOD Parameters: slot - The slot to scroll to. forceMouseScroll - If true the method will be forced to scroll using the mouse scroll wheel instead of randomizing usage of the scroll button and the arrow marker buttons. Edited August 24, 2015 by SkylerSel 1 Link to comment Share on other sites More sharing options...
Bobrocket Posted August 24, 2015 Share Posted August 24, 2015 Thats scrollToSlot not clickToSlot: clickToSlot public void clickToSlot(int slot,int absoluteSlot) Scrolls to the specified slot by clicking the scroll arrow buttons Parameters: slot - slotToScrollTo scrollToSlot public void scrollToSlot(int slot,boolean forceMouseScroll, int absoluteSlot) Scrolls to the specified slot either by scrolling the mouse or clicking the scroll arrow buttons, randomized with 5/6 chance of mouse scrolling. THIS IS RECOMMENDED METHOD Parameters: slot - The slot to scroll to. forceMouseScroll - If true the method will be forced to scroll using the mouse scroll wheel instead of randomizing usage of the scroll button and the arrow marker buttons. clickToSlot is likely just a handler for scrollToSlot + interact. 1 Link to comment Share on other sites More sharing options...
Apaec Posted August 25, 2015 Share Posted August 25, 2015 A similar issue (probably caused by same problem of tab, scroll wheel and spacebar not being registered) arises when using keyboard.typeString(String s); where s has a space in it eg: String s = "hello hello"; the script will type "hellohello" because space cannot be pressed apa Link to comment Share on other sites More sharing options...
hadiflanders Posted September 16, 2015 Share Posted September 16, 2015 i second this, fix the madness that is bank scrolling!!! Link to comment Share on other sites More sharing options...
Scape GAINZ Posted September 16, 2015 Share Posted September 16, 2015 I must admit, it is a tad bit annoying when it doesn't scroll. Link to comment Share on other sites More sharing options...