Page 7 of 7 FirstFirst ... 567
Results 151 to 171 of 171

Thread: [NEED TESTING!] SPS-OSR (2007Scape)

  1. #151
    Join Date
    Aug 2013
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    35 Post(s)

    Default

    procedure WalkToField;
    begin
    ToPotatoes := [Point(207, 493), Point(236, 489), Point(242, 472), Point(242, 446),
    Point(241, 422), Point(243, 398), Point(249, 377), Point(255, 354),
    Point(257, 344), Point(262, 326), Point(268, 310), Point(284, 310),
    Point(310, 303), Point(327, 301), Point(346, 305), Point(369, 306),
    Point(387, 307), Point(405, 315)];
    SPS_WalkPath(ToPotatoes);
    end;

    begin
    DeclarePlayers;
    SetupSRL;
    ActivateClient;
    Wait(2000);
    if (not LoggedIn) then LoginPlayer;
    MakeCompass(5);
    SPS_AnyAngle := True;
    SPS_Setup(runescape_surface, ['0_1','0_0','1_0']);
    MyLoc:=SPS_GetMyPos;
    WalkToField;
    end.
    Doesn't work. It just stands still. What did I do wrong?
    Last edited by Athylus; 08-14-2013 at 07:17 PM.

  2. #152
    Join Date
    Aug 2013
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    I was using this and it worked really good for me until about a little while ago. I updated and it asked me if i wanted to override plugins and i have can't get it to work now. If anyone knows how i can revert back, or some other way to fix this please let me know.
    Hey everyone! Check out my Giant Boner!
    http://villavu.com/forum/showthread.php?t=106012
    Quote Originally Posted by Wu-Tang Clan View Post
    This is the best name for a script that I have ever seen in my entire life. You sir, are a professional scripter in my eyes.

  3. #153
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    What problems are having exactly?

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  4. #154
    Join Date
    Aug 2013
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    What problems are having exactly?
    Me?
    Well after I updated i had no sps32 plugin, with the new sps32 i get:
    [Error] C:\Simba\Includes\SPS\sps-osr.simba(396:55): Invalid number of parameters at line 396
    Compiling failed.
    Hey everyone! Check out my Giant Boner!
    http://villavu.com/forum/showthread.php?t=106012
    Quote Originally Posted by Wu-Tang Clan View Post
    This is the best name for a script that I have ever seen in my entire life. You sir, are a professional scripter in my eyes.

  5. #155
    Join Date
    Sep 2013
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    This is the error I get when I try and run OldSchool scripts.
    Has anyone else had this error? If so how do you fix it?

    Exception in Script: Unknown declaration "getTClient" at line 52, column 10 in file "C:\Simba\Includes\SPS\sps-osr.simba"

  6. #156
    Join Date
    Nov 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Same here, Exception in Script: Unknown declaration "getTClient" at line 52, column 10 in file "C:\Simba\Includes\SPS\sps-osr.simba"

  7. #157
    Join Date
    Jan 2012
    Location
    Sweden
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Getting the same error.

  8. #158
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Use pascalscript, script > interpreter > pascalscript

  9. #159
    Join Date
    Oct 2008
    Posts
    500
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Is this still working properly? It has been a long time for me so maybe I'm missing something, but when running a test script:

    Simba Code:
    program TestSPS;
    {$DEFINE SMART}
    {$I SRL-OSR/SRL.Simba}
    {$I SPS/sps-osr.simba}
    var
      MyLoc: TPoint;

    Procedure DeclarePlayers;
    Begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

       Players[0].Name := 'name';
       Players[0].Pass :='pass';
       Players[0].Nick :='nick';
       Players[0].Active:=True;
    End;
    begin
     SetupSRL;
     DeclarePlayers;
     LoginPlayer;
     wait(2000);
     MakeCompass(5);
     SPS_Setup(runescape_surface, ['5_7']);
     SPS_AnyAngle := True;
     MyLoc:=sps_getMyPos;
     writeln('SPS returns '+inttostr(myloc.x)+','+inttostr(myloc.y));
     SPS_WalkPath([]);
    end.

    I'm getting the error of Exception: Access violation at line 609 of sps-osr.simba

    This script is being run at fishing guild, I'm pretty sure I put the right areas in the script.

  10. #160
    Join Date
    Apr 2013
    Location
    Wi
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    i get this error when i try to run woodcut bot AIO Chopper

    [Error] C:\Simba\Includes\SPS\sps-osr.simba(396:55): Invalid number of parameters at line 396

  11. #161
    Join Date
    Jan 2010
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by exceedinglife View Post
    i get this error when i try to run woodcut bot AIO Chopper

    [Error] C:\Simba\Includes\SPS\sps-osr.simba(396:55): Invalid number of parameters at line 396
    Same here

  12. #162
    Join Date
    Feb 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Codex View Post
    Same here
    I'm also getting this error, does anybody have an idea of what's going on?

  13. #163
    Join Date
    Sep 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Yep I'm getting this error aswell..

    Quote Originally Posted by exceedinglife View Post
    i get this error when i try to run woodcut bot AIO Chopper

    [Error] C:\Simba\Includes\SPS\sps-osr.simba(396:55): Invalid number of parameters at line 396

  14. #164
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    i am getting one error

    [Error] C:\runescape\Simbanew\Includes\SPS\sps-osr.simba(396:55): Invalid number of parameters at line 396
    Compiling failed.

  15. #165
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    A simple quickfix is needed. As the function has changed in to a procedure...
    Should work: sps-osr.simba
    !No priv. messages please

  16. #166
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by warpie View Post
    A simple quickfix is needed. As the function has changed in to a procedure...
    Should work: sps-osr.simba
    Thanks now it dont say thant anymore.


    now i am getting:
    [Hint] C:\runescape\Simbanew\Includes\SPS\sps-osr.simba(483:3): Variable 'Z' never used at line 482
    [Hint] C:\runescape\Simbanew\Includes\SPS\sps-osr.simba(485:3): Variable 'DEGREEFIX' never used at line 484
    [Hint] C:\runescape\Simbanew\Includes\SPS\sps-osr.simba(486:3): Variable 'FINDPOINT' never used at line 485
    Compiled successfully in 562 ms.
    it says its successfully, but the 3 lines say it was never used. Does that matter?

    Thanks

  17. #167
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    Quote Originally Posted by lasse48 View Post
    Thanks now it dont say thant anymore.
    now i am getting:
    ...
    Should not matter.
    !No priv. messages please

  18. #168
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    sps is max bug out.. 1/100 it will go to the right loc.

  19. #169
    Join Date
    Apr 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\SPS\sps-osr.simba(396:55): Invalid number of parameters at line 396
    Compiling failed.

  20. #170
    Join Date
    Sep 2014
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by slacky View Post
    A simple quickfix is needed. As the function has changed in to a procedure...
    Should work: sps-osr.simba
    this has been the solution for me thanks!
    to try and be of some help, just replace the SPS-ORS.simba file which is already in your includes/SPS folder with the one slacky has put for download, all i ahve to do now is get to grips with how SPS works, if I come across problems il be sure to post up so we can find answers. thanks slack

  21. #171
    Join Date
    Nov 2014
    Location
    Omnipresent
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    where do i get this Simba folder to put all the .zips into?

Page 7 of 7 FirstFirst ... 567

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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