jjsmells Posted October 31, 2019 Posted October 31, 2019 Client won't login and scripts aren't functioning. When I run a script it loads up client and sits on login screen. If I manually login and run the script it just sits there and script doesn't function at all. please help! Same issue when running any script I have.
Probability Posted October 31, 2019 Posted October 31, 2019 Yes, it's due to today's update. Come back tomorrow and try once the Dev's have had a chance to fix. 1
Token Posted October 31, 2019 Posted October 31, 2019 The client is up, a little more detail on what you are trying to to do would probably help, eg. images, logger contents etc.
mehorz Posted October 31, 2019 Posted October 31, 2019 (edited) I got the same thing, I made my own login handler and the mouse Y position seems to be hooking the wrong value or something. Getting y locations in the millions and neg numbers etc. For example, if I hold the mouse in the middle of the screen, this is the x, y reported. tempY += 40;g.drawString("Pos: " + getMouse().getPosition().x + ", " + getMouse().getPosition().y, paintX + 10, tempY); I tested on latest + dev build (2.5.60) with the same results. Hopefully this is helpful/useful for the devs. Edited October 31, 2019 by mehorz
mehorz Posted October 31, 2019 Posted October 31, 2019 Looks like there was a silent update, it seems to be working for me now. Was expecting a post or something, so might have been fixed for hours and didn't even know.
jjsmells Posted November 1, 2019 Author Posted November 1, 2019 yea its fixed now, working fine thank-you!