Page 28 of 79 FirstFirst ... 1826272829303878 ... LastLast
Results 676 to 700 of 1956

Thread: How to install/setup Simba for RS3

  1. #676
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey I went through the thread about three times but when I type in the thing to test if it works I get this error:
    [Error] (8:3): Unknown identifier 'SetupSRL' at line 7
    Compiling failed.
    Please help

  2. #677
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    SRL didn't install correctly. Use the extension to install it.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  3. #678
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SRL didn't install correctly. Use the extension to install it
    how do you do that?

  4. #679
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by danny2010 View Post
    Code:
    [Error] C:\Simba\Includes\MSI/MSI/Core/Manipulation.simba(286:24): Unknown identifier 'SPS_TileToPos' at line 285
    Code:
    function MSI_ConvertTileBox(tileBox: TBox): TBox;
    begin
      result := intToBox(0, 0, 0, 0);
    
      {$IFDEF SPS}   // yes, the Y values are supposed to be reversed
    285:  result := pointToBox(SPS_TileToPos(point(tileBox.x1, tileBox.y2)),
                           SPS_TileToPos(point(tileBox.x2, tileBox.y1)));
      {$ENDIF}
    end;
    Yes, I did search and got tons of results unrelated to this even google doesn't have a clue what's going on.
    You need to download SPS. There's a link in the OP.

    Quote Originally Posted by kRATOS Kill9 View Post
    how do you do that?
    Go to your SRL Menu > Settings > Override Update. Then go SRL > Update. Files should download.

  5. #680
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I still get the same error:
    [Error] (8:3): Unknown identifier 'SetupSRL' at line 7
    Compiling failed.

    I installed it the way wizzup? and Coh3n told me to

  6. #681
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by kRATOS Kill9 View Post
    I still get the same error:
    [Error] (8:3): Unknown identifier 'SetupSRL' at line 7
    Compiling failed.

    I installed it the way wizzup? and Coh3n told me to
    Go to Simba/Includes/SRL, is there an SRL.simba file?

  7. #682
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    there is an srl.scar, but no srl.simba

  8. #683
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by kRATOS Kill9 View Post
    there is an srl.scar, but no srl.simba
    yea .scar is correct

    you have

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl/srl.scar}

    begin
      ClearDebug();
      SetupSRL();
    end.

    and it gives you these errors?
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  9. #684
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes grats i got those errors

  10. #685
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just copy and pasted that code and now it says

    Exception in Script: Plugin(irokiplugin32) has not been found

  11. #686
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by kRATOS Kill9 View Post
    Yes grats i got those errors
    On the top click the SRL tab -> settings "override update"

    then click the update button, that should fix it... if not something is broken!




    Quote Originally Posted by kRATOS Kill9 View Post
    I just copy and pasted that code and now it says

    Exception in Script: Plugin(irokiplugin32) has not been found
    oh ok, yea I installed it last night on a different machine, not sure why irokiplugin isn't there

    go to your 'plugins' folder in /simba/plugins

    put the attached in there
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  12. #687
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I already did that Coh3n told me to do that

  13. #688
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    and so i did it again and got the same error above

  14. #689
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    yea I'll message wizzup and tell him the irokiplugin is missing

    nvm he is on the bottom of the thread lol



    you can grab it here,
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  15. #690
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    What is in the Plugins/ folder?



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  16. #691
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    In the plugins folder there is:
    LibReflection.dll
    libsmart.dll
    RefCalculationsLib.dll

  17. #692
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    What is in the Plugins/ folder?
    Mine (last night) had only these circled ones:

    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  18. #693
    Join Date
    Oct 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Kudos to you grats. ILY Man It worked. ILY MAN

  19. #694
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by kRATOS Kill9 View Post
    Kudos to you grats. ILY Man It worked. ILY MAN
    lol no problem, it should be back in the srl updater pretty fast when wizzup sees it isn't there
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  20. #695
    Join Date
    Oct 2011
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when i try to run scripts it pops up with smart but then smart just remains black... anyone know how to fix?

  21. #696
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by beeferer View Post
    when i try to run scripts it pops up with smart but then smart just remains black... anyone know how to fix?
    make sure runescape is on minimum settings, safe mode and max brightness
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  22. #697
    Join Date
    Feb 2010
    Location
    Somewhere on earth
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    You need to download SPS. There's a link in the OP.
    I did download SPS and i moved the plugin to simba\plugins

  23. #698
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Added irokuplugin to updaters.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  24. #699
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by danny2010 View Post
    I did download SPS and i moved the plugin to simba\plugins
    Did you rename the folder to SPS and is it in your Includes folder?

  25. #700
    Join Date
    Feb 2010
    Location
    Somewhere on earth
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Did you rename the folder to SPS and is it in your Includes folder?
    Yes, i have placed it inside

    Code:
    C:\Simba\Includes\SRL\SRL\core
    And for msi

    Code:
    C:\Simba\Includes\msi\MSI\Core

Page 28 of 79 FirstFirst ... 1826272829303878 ... 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
  •