Results 1 to 17 of 17

Thread: [OSRS] Setting up SRL with RSWalker

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

    Default [OSRS] Setting up SRL with RSWalker

    Setting up Simba for SRL and RSWalker

    1. Get Simba
    2. Install it to C:/Simba/
    3. Start Simba.exe
    4. Setup the requirements that we may need:

    1. In context menu navigate to: View->Extensions
    2. Select `srl.sex` check of `Enable`.
    3. Select `extensions.sex` check of `Enable`, follow it by closing the Extensions menu.

    4. In context menu navigate to: SRL->Setting->Override update
    5. In context menu navigate to: SRL->Update
    6. Wait for the update to complete.

    7. In context menu navigate to: Plugins->Setting->Override update
    8. In context menu navigate to: Plugins->Update
    9. Wait for the update to complete, and follow it by closing Simba.

    5. Download my unofficial Simba 1.2 (Adds important fixes lacking in official Simba 1.2)
    6. Place the Simba1206-fixes.x86.exe in "C:/Simba/"


    Setting up SRL

    1. Download the latest Release of SRL: https://github.com/SRL/SRL/releases (named: `Source code`)
    ALTERNATIVE: Download the absolutely latest (may have issues) by clicking Clone or Download at https://github.com/SRL/SRL
    2. Navigate to C:/Simba/Includes/ if you see a folder named SRL, delete it.
    3. Now simply extract SRL to `C:/Simba/Includes/`
    If the folder extracted is not named "SRL" be sure to rename it to "SRL".
    Inspect the folder "SRL" make sure it's unpacked properly, it should contain "OSR.simba", not just a folder named "SRL" or similar


    Setting up RSWalker

    1. Download the latest Release of RSWalker: https://github.com/slackydev/RSWalker/releases (named: `RSWalker.zip` or similar)
    2. Now simply extract RSWalker to `C:/Simba/Includes/`
    If the folder extracted is not named "RSWalker" be sure to rename it to "RSWalker".
    Inspect the folder "RSWalker" make sure it's unpacked properly, it should contain "Walker.simba", not just a folder named "RSWalker" or similar


    Using SRL and/or RSWalker

    Every time you want to use SRL and/or RSWalker, be sure to always start Simba using the `Simba1206-fixes.x86.exe` instead of the regular `Simba.exe`



    Verify that it works

    Run the following simple script:
    Simba Code:
    {$I SRL/OSR.simba}
    {$I RSWalker/Walker.simba}
    begin
    end.
    The output expected is something along the lines of
    Code:
    Compiled successfully in 2190 ms.
    Successfully executed.

    So now that it works, SRL, and script using SRL expect that you are max zoomed out, and brightness max as well. Some scripts also expect shift drop enabled.

    There's one extra steps I recommend you complete to avoid certain issues later on:
    • In context menu navigate to: Plugins->Automatically where you want to uncheck update






    These steps has been verified working 16th April 2018


    The core of colorfinding
    Find objects with SRL and RSWalker
    Botting using Remote Desktop
    Last edited by slacky; 05-16-2018 at 04:51 AM.
    !No priv. messages please

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

    Default

    Reserved
    !No priv. messages please

  3. #3
    Join Date
    Aug 2016
    Location
    Kentucky
    Posts
    254
    Mentioned
    3 Post(s)
    Quoted
    96 Post(s)

    Default

    As you already know, I really appreciate you taking your time to create this guide.

  4. #4
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Great work, I want to get back into Runescape scripting again, and color seems the way to go!
    Discord: Guy#1693

  5. #5
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

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

    Default

    Quote Originally Posted by Dan the man View Post
    Actually haven't looked at the SRL-OSR include as yet; how different is it to AL?
    To put it lightly, it's a notable difference, otherwise there would basically no reason to create it.
    !No priv. messages please

  7. #7
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by Dan the man View Post
    Actually haven't looked at the SRL-OSR include as yet; how different is it to AL?
    In my opinion, the biggest and best feature that differs between the two is the fact that SRL-OSR uses RSWalker to allow for very accurate object locating by searching for colours in an on-screen tile. Here is the tutorial about it.

  8. #8
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Thanks well written and easy to follow.
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  9. #9
    Join Date
    Aug 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    When I try to compile it tells me

    Error: Plugin(.) has not been found
    Compiling failed

    Any help?

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

    Default

    Quote Originally Posted by wotiskebab View Post
    When I try to compile it tells me

    Error: Plugin(.) has not been found
    Compiling failed

    Any help?
    You are supposed to run it with the Simba 1.2 provided in the tutorial. I suggest you read the tutorial once more to avoid anymore issues.
    Last edited by slacky; 05-10-2018 at 11:28 AM.
    !No priv. messages please

  11. #11
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Capture.PNG
    Make sure you using the fix simba!
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  12. #12
    Join Date
    Jul 2018
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by slacky View Post
    You are supposed to run it with the Simba 1.2 provided in the tutorial. I suggest you read the tutorial once more to avoid anymore issues.
    Thanks I try with Simba 1.2 and my error has been gone.

  13. #13
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Thank you. Going to start scripting and releasing as much scripts as I can soon. For now just going to use color. I hope SMART works.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  14. #14
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    I am trying to develop an include for resizable mode in OSRS, could something like this be used?

    The minimap box co-ordinates change depending on the size of the screen, but its location is a static distance from the x2, y1 corner.
    Simba Code:
    function GetMMBox:TBox;
    var
      w, h: integer;
    begin
      GetClientDimensions(w, h);
      Result := ToBox((w-158), 7, (w-7), 159);
    end;

    Does the RSWalker include use the static location of the minimap in fixed mode, or does it find the image another way?

  15. #15
    Join Date
    Oct 2017
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Unable to get working says "Error: Plugin(.) has not been found
    Compiling failed."

  16. #16
    Join Date
    Jun 2019
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi, i tried this but i get an error,

    Error: Plugin(SimpleOCR32) has not been found
    Compiling failed.

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

    Default

    We used to have functionality to find the symbols on the minimap. Was this intentionally left out?

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
  •