I believe so, but it only happened once for me. It hasn't happened to me, personally, since Coh3n pushed the fix.
I believe so, but it only happened once for me. It hasn't happened to me, personally, since Coh3n pushed the fix.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
No one > Registered User though, and I can't even begin to say how many "MSI Bugs" actually don't exist. Simple registered users not knowing what they're doing and blaming someone else's code.
I'm not saying that's what you're doing, but I do remember this bug before Coh3n fixed it and it occurred quite often (couple times a week for most). However, I haven't heard of it since, nor have I had any problems, and I just tested the Login procedure quite extensively when adding support for the unregistered email screen the other day.
this happens every 5-6 hours for me
Happened again.
Welcome to Runescape.
Than spam click recoveries.
I'm back
I can't reproduce this, at all. Could you add some WriteLn's to the Login method and post what it's doing?
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
I experienced this multiple times but I realized I just poorely scripted my scriptmissed a few checks.
Anti-Leech Movement Prevent Leeching Spread the word
Insanity 60 Days (Killer workout)
XoL Blog (Workouts/RS/Misc)
Well it happens in the loggedin function for me. I'll try to debug it.
I find it usually happens on a disconnect.
I'm back

I am working on fixing this, or at least finding the cause. I'll report back in a few....
Edit1: Ok, the line that opens up the recovery question tab in the lobby is in the function loginplayertolobby
edit2: Has to do with this piece of code:
Simba Code:if (not pointInBox(p, intToBox(Boxes[0], Boxes[1], Boxes[2], Boxes[3]))) then
p := point(UBX2 - (10 + random(10)), p.y);
Mouse(p.x, p.y, 5, 5, mouse_left);
end else
MouseBox(Boxes[0], Boxes[1], Boxes[2], Boxes[3], mouse_left);
Edit3: On my test character, if I open up the email tab (yes I am registered to an email) it spams click to recovery. And the call to click is done by the first Mouse procedure in the snipplet of code above.
Edit4: What I've noticed is that I get the one minute has passed message, then if my email tab is open, the script decides to spam click.
My guess is that it thinks I'm logged out and decides to type in the username again or erase the username again...
Edit5: Yup, it reports that I am not loggedin (loggedin = false) and lobbyscreen reports false
I'm done my psychoanalysis for the day. I'll leave you behavior-moders to works backwords and do your thing.
And my graphics settigns are correct.
Edit6: Turns out im not done. I just want to report that getlobbytab reports -1......
Edit: noone interested?
Edit: I can recreate
Last edited by Yago; 09-30-2012 at 09:17 PM.
"Logic never changes, just the syntax" - Kyle Undefined?
Remember, The Edit Button Is There For A Reason!!!

Thread should be reviewed once again with the information Yago has posted.

Double post I know but I have some more information on this.
While running one of my scripts, it tried to log in my character, Somewhere in login.simba or whatever (where it switches to the 'World' tab) failed. It was on the Main screen and was giving me a false-positive over this
^^ found in login.simbaSimba Code:777: Actions := ['Login limit exceeded.', 20000, 10, '', 'Waiting for login.'];
I think the detection method might need a revamp.
You are on about logging in a second player in right ? And the second script will try and log in the second char to the same world as the first char in the first script ? I have had no problems with this. If I try and do that it goes back to world select and selects a new world and logs in. I've not had it fail on me yet but I have only done that like 3 or 4 times in the past few months.
Today is the first day of the rest of your life

Yeah, logging into the same world, I think I figured it out, I have changed a wait value from 100 + random(50) to 800 + random(50) (the wait after you hit 'enter' on the password box) for it to start counting colours for the login error(s). I will give it more testing today and if that is a fix, I sill submit a pull request.
I've had it happen several times, and every single time I was babysitting. It would open up the lobby, and try to select a world, but the world select tab would not open, then it would click where the worlds should be and that is a link to set recoveries.
Funny thing is, as soon as I disable smart, it would jump straight to the select worlds tab. I think it maybe a smart 7.2 error.

When you disable SMART, it replicates an alt+tab to regain focus to the rsclient. That is why it switches to the world tab
Edit: https://github.com/SRL/SRL-5/pull/83/files
Last edited by Justin; 10-01-2012 at 11:31 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)