Results 1 to 15 of 15

Thread: Help needed OSR

  1. #1
    Join Date
    Feb 2016
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default Help needed OSR

    Code:
    program Auto_Camelot_Tele;
    {$i SRL-OSR/srl.simba}
    procedure Tele;
    var
      x,y:Integer;
    begin
    if FindColorSpiralTolerance(x,y, 16645886, 741, 791, 762, 815, 1) then
      begin
        Mouse(x,y,2,2,mouse_left)
        Wait(RandomRange(50,5000));
        end;
    end;
    begin
    SetupSRL;
    repeat
    Tele;
    until (false);
    end.
    Just wrote a simple script to tele for me..Without SetupSRL; the cursor moves incredibly slow, and with it, it doesn't do anything. Simba is setup properly to the best of my knowledge. Any ideas? Thanks!

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    after setupSRL; add
    mouseSpeed := 15;

  3. #3
    Join Date
    Feb 2016
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Rj, thanks for the reply! I did what you said, it still just doesn't do anything. I made sure the color and the coordinates are correct. It compiles fine and when I run it, the log says SRL compiled successfully in X msec, but then just idles.

    Any other ideas would be greatly appreciated, thanks again.

  4. #4
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    So we are all clear, srl-osr is basically obsolete and has not been updated since april 28, 2015.

  5. #5
    Join Date
    Feb 2016
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Is there anything more recent that I could use - is reflection relatively up to date?

  6. #6
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    AeroLib, Reflection (and OllySRL or whatever it's called).
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  7. #7
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    Quote Originally Posted by Joopi View Post
    AeroLib, Reflection (and OllySRL or whatever it's called).
    Is OllySRL still maintained?

  8. #8
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    if it works without SetUpSRL; and the only problem is a slow mouse, then in the main loop just add MouseSpeed:= RandomRange(15, 21); or whatever you want it to be. Then your mouse won't move so slow.

    EDIT: I wouldn't really recommend relying on an outdated include, but if all you're doing is clicking teleport over and over it's probably not a big deal, but it's not good practice.

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

    Default

    Quote Originally Posted by Turpinator View Post
    So we are all clear, srl-osr is basically obsolete and has not been updated since april 28, 2015.
    Not sure if you can even say it's updated that late, latest work on it related to RS itself was in Nov 22, 2014. While active work on it stopped around mid 2014 - Making it nearly outdated by 2 years.

    Quote Originally Posted by kristi View Post
    Is OllySRL still maintained?
    Sure. BTW, we call it Olly-/SRL (Not "OllySRL") - The name is just the github url: "github.com/Olly-/SRL", which is a temp location, until a new Simba release has been added, at which point we can probably merge it into SRL/SRL. Ofc, a compatible Simba release could have been made a year ago, just haven't happened.
    PS: A test-build which works with Olly-/SRL (built by our own Dgby714) with a very updated lape is found here: Simba-dgby.exe (Wont work with SRL-6, SRL-6 would need "tweaks")

    People need to push em higher ups for a new Simba release if it's going to happen in a foreseeable future, I think
    We had @Olly pushing Wizzup before, but he has basically left us to pursue his own thing... But you can push Olly if you can find where he hides, he could prob get a pre-release going, at which point a release wont be far away
    I am sadly not driven enough to do this myself :/
    Last edited by slacky; 02-21-2016 at 06:30 AM.
    !No priv. messages please

  10. #10
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    Quote Originally Posted by slacky View Post
    Not sure if you can even say it's updated that late, latest work on it related to RS itself was in Nov 22, 2014. While active work on it stopped around mid 2014 - Making it nearly outdated by 2 years.


    Sure. BTW, we call it Olly-/SRL (Not "OllySRL") - The name is just the github url: "github.com/Olly-/SRL", which is a temp location, until a new Simba release has been added, at which point we can probably merge it into SRL/SRL. Ofc, a compatible Simba release could have been made a year ago, just haven't happened.
    PS: A test-build which works with Olly-/SRL (built by our own Dgby714) with a very updated lape is found here: Simba-dgby.exe (Wont work with SRL-6, SRL-6 would need "tweaks")

    People need to push em higher ups for a new Simba release if it's going to happen in a foreseeable future, I think
    We had @Olly pushing Wizzup before, but he has basically left us to pursue his own thing... But you can push Olly if you can find where he hides, he could prob get a pre-release going, at which point a release wont be far away
    I am sadly not driven enough to do this myself :/
    I'm not really sure what the problem is here. If Dgby714 made a new more updated version, why not release it officially?

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

    Default

    Quote Originally Posted by kristi View Post
    why not release it officially?
    Because that is more work? :P
    The devs are rather busy irl so they need a bit of an extra push to get their priorities corrected, hehe. Tho there is talk about a release, been talk about one for some a couple of months now, so yeah I honestly think an extra push is all that's needed
    Last edited by slacky; 02-22-2016 at 12:06 PM.
    !No priv. messages please

  12. #12
    Join Date
    Feb 2016
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    I know SRL-OSR is outdated, but is there any reason the UpText functions would be broken?

    'Walk here' returns 'Paib nere'

    'Bank Bank Booth' returns 'Ianb nanb noorn'

    For my purposes (relatively simple scripts) the SRL-OSR include works fine, just wondering if I can figure out why the uptext is wonky.

    Thank you

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

    Default

    Quote Originally Posted by Certified View Post
    I know SRL-OSR is outdated, but is there any reason the UpText functions would be broken?

    'Walk here' returns 'Paib nere'

    'Bank Bank Booth' returns 'Ianb nanb noorn'

    For my purposes (relatively simple scripts) the SRL-OSR include works fine, just wondering if I can figure out why the uptext is wonky.

    Thank you
    Slacky made a nice fix: https://villavu.com/forum/showthread.php?t=106987
    It addresses the uptext issues in vanilla srl-osr. Aerolib has this built in.
    Discord: Guy#1693

  14. #14
    Join Date
    Feb 2016
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Thanks for the reply. I would use AL, but I'd rather not use SMART.

    I checked out his thread, and maybe will use his fix. I realized even if the uptext for whatever is wrong it will still be unique (or should be).

  15. #15
    Join Date
    Jul 2015
    Posts
    80
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    You dont need to use Smart, just add
    ActivateClient;
    to your script and delete all smart related things to get it working.

    Aerolib is great.

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
  •