redrscphat 2 Posted September 20, 2020 Big thanks to all the devs! Been testing other OSRS bots and they are all dog shit! I get banned in less than 24 hours for less than 6 hours botting. I just made a new noob on this new client so we shall see!
Hmm 31 Posted September 20, 2020 9 hours ago, Nex said: Really loving the new API & look of the client Agreed. It's running really smoothly. Great work Dream Team!
hooplako 0 Posted September 21, 2020 Yo I am having alittle trouble navigating around the new client Where can I find the console and the widget hover?
Hashtag 9078 Posted September 21, 2020 2 hours ago, hooplako said: Yo I am having alittle trouble navigating around the new client Where can I find the console and the widget hover? To enable developer mode, either press CTRL + D simultaneously or enable the mode in the client settings. Client settings can be opened by clicking the bottom right icon. To open the console, either click the bottom left status bar message, press CTRL + L simultaneously or in developer mode open it in the Tools dropdown. Widget hover can be enabled in developer mode, it's under the Miscellaneous dropdown.
holic 238 Posted September 22, 2020 There's a bug with Emotes#doEmote where it won't scroll for Emote#CLAP. Looks like line 130 of Emotes needs to be an equal or greater than check, not greater than. (Sorry, took a look at the code lol)
holic 238 Posted September 22, 2020 9 minutes ago, holic said: There's a bug with Emotes#doEmote where it won't scroll for Emote#CLAP. Looks like line 130 of Emotes needs to be an equal or greater than check, not greater than. (Sorry, took a look at the code lol) Right..It's obfuscated so it might not be line 130 but I meant this line in particular: if (emote.childwidget > 20) { If the value is 20 (ie clap) then nothing happens 👍
Pandemic 2853 Author Posted September 22, 2020 53 minutes ago, holic said: Right..It's obfuscated so it might not be line 130 but I meant this line in particular: if (emote.childwidget > 20) { If the value is 20 (ie clap) then nothing happens 👍 Will be fixed in new build
LordJashin32 54 Posted September 22, 2020 @Pandemic Why does this work: this.addWindowListener(new WindowAdapter(){ public void windowClosing(WindowEvent e){ //ctx.stop(); ctx.setState(ScriptManager$State.STOP); } }); But this doesn't? this.addWindowListener(new WindowAdapter(){ public void windowClosing(WindowEvent e){ ctx.stop(); //ctx.setState(ScriptManager$State.STOP); } }); Script still running even after GUI close. Weird. Well anyway. Cheers. Love the new client looks way more than old one. its fashionable.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.