Page 1 of 2 12 LastLast
Results 1 to 25 of 49

Thread: Not detecting Lobby

  1. #1
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default Not detecting Lobby

    Since RuneScape just updated, Just wanting to know if anyone else is having trouble when SRL log's in an account, it just hangs on the lobby screen.

    Was working fine before the update.

    Justin.

    Forum account issues? Please send me a PM

  2. #2
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Yeah same problem here, i'm now trying to figure out what changed. Tell me if you noticed anything.

  3. #3
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Yeah same problem here, i'm now trying to figure out what changed. Tell me if you noticed anything.

    EDIT: Seems like LoggedIn is broken too.
    Weird

    Simba Code:
    if LoggedIn then
        writeln('we are logged in');
        wait(2000);

    Output:

    Account was logged in.

    IIRC LoggedIn uses the white text on the 'Report' button


    Forum account issues? Please send me a PM

  4. #4
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    everything running super slow for me too. haven't tried the lobby yet. gametab seems to have problems too

  5. #5
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by [J]ustin View Post
    Weird

    Simba Code:
    if LoggedIn then
        writeln('we are logged in');
        wait(2000);

    Output:

    Account was logged in.

    IIRC LoggedIn uses the white text on the 'Report' button

    Sorry i manually logged in, start my script and it stops, i assumed it's LoggedIn. Seems like it's some other problem.
    Anyway, fixed the lobby tab, Jagex is lame, just a color change to 11582147.

    Gametab next.

    EDIT: fixed as well. Anything else?

  6. #6
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Sorry i manually logged in, start my script and it stops, i assumed it's LoggedIn. Seems like it's some other problem.
    Anyway, fixed the lobby tab, Jagex is lame, just a color change to 11582147.

    Gametab next.

    EDIT: fixed as well. Anything else?
    I started the script while my account was logged in (the if LoggedIn)

    That's all that I have noticed that is broken atm.

    Forum account issues? Please send me a PM

  7. #7
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by [J]ustin View Post
    I started the script while my account was logged in (the if LoggedIn)

    That's all that I have noticed that is broken atm.
    Apparently everything to do with tab is broken. I've fixed Lobby, GameTab, Bank tab. What other tabs are there in game?

  8. #8
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Apparently everything to do with tab is broken. I've fixed Lobby, GameTab, Bank tab. What other tabs are there in game?
    Speaking to Mat on skype, we thing that it's only GameTab and the Bank tab that could be used.

    I guess we just wait for posts saying stuff is broken

    Forum account issues? Please send me a PM

  9. #9
    Join Date
    Jun 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hello, i am trying to run a herblore script. when it's trying to use first item on 2nd item, instead of clicking on the 2nd item, it clicks on the inventory tab. Hope this helps

  10. #10
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by Faab68 View Post
    Hello, i am trying to run a herblore script. when it's trying to use first item on 2nd item, instead of clicking on the 2nd item, it clicks on the inventory tab. Hope this helps
    Probably because InvMouse checks for current tab, and since it is broken it went to click on tab_Inv in attempt to switch to it.
    I've sent a pull request, wait for Coh3n to merge then you can update your SRL and it should be fixed.

  11. #11
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Probably because InvMouse checks for current tab, and since it is broken it went to click on tab_Inv in attempt to switch to it.
    I've sent a pull request, wait for Coh3n to merge then you can update your SRL and it should be fixed.
    Make sure 'tab_LogOut' works with your new colours

    Forum account issues? Please send me a PM

  12. #12
    Join Date
    Aug 2012
    Posts
    144
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I tried to use a few scripts, they all seem to have the same issue. The cursor will click inventory and equipment tabs, and just seem to be operating in super slow motion.

    Takes 5 minutes to click the bank, 5 minutes to click an item ect.

    Just figured I would let everyone know what's going on.

  13. #13
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by Scorched View Post
    I tried to use a few scripts, they all seem to have the same issue. The cursor will click inventory and equipment tabs, and just seem to be operating in super slow motion.

    Takes 5 minutes to click the bank, 5 minutes to click an item ect.

    Just figured I would let everyone know what's going on.
    Thanks for letting us know.

    Riwu has done some work and has fixed the issues.

    As you can see by the title, a fix has been released. You will just need to wait for Simba to update your include. (Or you can force-update it)

    Forum account issues? Please send me a PM

  14. #14
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Unfortunately not yet, detection is fixed now but the actual tab switching functions involves a composite color of the tab, i'm now fixing them as well.

  15. #15
    Join Date
    Nov 2011
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    68 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Unfortunately not yet, detection is fixed now but the actual tab switching functions involves a composite color of the tab, i'm now fixing them as well.
    Thats good to hear, just ran into this problem.
    Last edited by l6bustank; 10-24-2012 at 01:43 PM.

  16. #16
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  17. #17
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    I fixed the gametab thing on justin's other thread, at least it works for me
    That's changing the algorithm slightly, and introducing tolerance to the function which i'm not sure if it's a good idea. Anyway try my attached file, everything should be fixed now, if it doesn't report it here.

    Also make sure you update your SRL to get the bank.simba fix. SRL>Check for updates. (Inb4 SmartParams error)

  18. #18
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    kinda of topic, main map have been changed a bit, then you are in city varrock or falador it gets red overly, for now only these two are changed.
    I guess they change not only randoms being off.

  19. #19
    Join Date
    Jul 2012
    Location
    London
    Posts
    1,549
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    New SRL update is working perfectly for me on litoris's Iron Man

  20. #20
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    So should I replace with your file then update? Or not update? Thanks Riwu

  21. #21
    Join Date
    Apr 2006
    Posts
    168
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's working, back to normal now. Don't need to change anything. Just make sure you click SRL -> Check for updates within Simba and restart it.
    Oldgen.

  22. #22
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    That's changing the algorithm slightly, and introducing tolerance to the function which i'm not sure if it's a good idea. Anyway try my attached file, everything should be fixed now, if it doesn't report it here.

    Also make sure you update your SRL to get the bank.simba fix. SRL>Check for updates. (Inb4 SmartParams error)
    Yeah the only reason i changed it to that is for future slight changes to the colors can be handled by tolerance, but there are lots of solutions

  23. #23
    Join Date
    Apr 2012
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by QQu View Post
    It's working, back to normal now. Don't need to change anything. Just make sure you click SRL -> Check for updates within Simba and restart it.
    Wow, your guys are awesome. Update the include within a few hours. Thanks

  24. #24
    Join Date
    Dec 2007
    Location
    FL, USA
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the timely update
    YAKKY

    LEGEND....WAIT FOR IT..........DARY!!!

  25. #25
    Join Date
    Nov 2011
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Awesome and with such speed!!!! Thank you Kindly to all of those who collaborated on the update!

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •