Results 1 to 13 of 13

Thread: Having problems logging into 07 even though it was fine earlier

  1. #1
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Having problems logging into 07 even though it was fine earlier

    First post, but I have an issue I can't seem to resolve.

    I had figured out how to run the program yesterday and have downloaded/updated everything to run RS07, but I recently had a glitch in the system.

    I was running this code to directly open the browser from my desktop:

    Code:
    Program testP07;
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}
    
    //LOGIN INFO STUFF
    
    Begin
      SetupSRL;
          SetupP07Include;
          ActivateClient;
      Wait(2000);
      If (Not P07_LoggedIn) Then
        P07_LogInPlayer;
      P07_MakeCameraAngleHigh;
      P07_MakeCompassNorth;
    
      Writeln(P07_GetUpText);
    
      If P07_BankScreen Then
        WriteLn('Bank is Open');
      If P07_InvFull Then
        WriteLn('Inventory is Full');
    
    End.

    ...and now it suddenly started loading EoC RS instead of RS07. Also, I couldn't get a couple different scripts to work prior to that.

    What happened?
    Last edited by kreut; 03-27-2013 at 05:18 AM.

  2. #2
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Same with me, all of a sudden, it opens up EOC now, not 07.

  3. #3
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Same. Not all scripts though. The fishing guild bot loads fine (randomly afking a lot more often now though) but some of the other ones are loading up EOC.

    This happened just in the past few hours.

  4. #4
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    It's probably because SRL had an update and it changed some of the files you modified. Try doing this again: http://villavu.com/forum/showthread.php?t=97599

  5. #5
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Total View Post
    It's probably because SRL had an update and it changed some of the files you modified. Try doing this again: http://villavu.com/forum/showthread.php?t=97599
    Lurv you. Fixed.

  6. #6
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Total View Post
    It's probably because SRL had an update and it changed some of the files you modified. Try doing this again: http://villavu.com/forum/showthread.php?t=97599

    Seems to be working.

    +1 Internets for you

  7. #7
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    EDIT: Put the files in again, working now.

    Cheers maytie, will keep this in mind for the future.
    Last edited by shimmy2501; 03-27-2013 at 05:46 AM.

  8. #8
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    No you don't need to reinstall the whole thing, just follow that thread I linked and that's it.

  9. #9
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    i did all over it didnt work, so i uninstalled it and installed it, used for a few hours turned it down, guess what, now its EOC again, and tried the steps again and it wont work AGAIN.

  10. #10
    Join Date
    Mar 2013
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    same problem.

  11. #11
    Join Date
    Mar 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    reinstaled everything and working now

  12. #12
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    go to simba/includes/srl/srl/misc and take smartparams.simba then open it and change www.runescape.com to the oldschool runescape link i guess

  13. #13
    Join Date
    May 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I got the solution
    All you have to do is Re-download the Smartparams.simba.

    Wont Let Post Link but
    CLICK ON Total's link @ Bottom

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 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
  •