Page 17 of 18 FirstFirst ... 715161718 LastLast
Results 401 to 425 of 438

Thread: Stuck in an 07 random? Let us know!!!

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

    Default

    Quote Originally Posted by bob_dole View Post
    Don't have ent detection yet? I have detection and prevention already inside my scripts, let me pull out a snippet for you guys.

    Basic Function:
    Simba Code:
    Procedure FindEnt;
    begin

      if (not (IsUpText('hop'))) then
      begin
      writeln  ('Error: Cursor must be on the tree!');
      Exit;
      end;

         if (CountColorTolerance(65535,82, 5, 110, 23, 55) > 20) then
         begin
         Alert ('An ent has been detected, getting off...');
         Mmouse(643, 84, 3, 3);
         Clickmouse2(mouse_left);
         WriteLn ('Waiting a moment for the ent to go away...');
         wait(randomrange(20000,25000));
         end;

    end;


    Implementation:
    Simba Code:
    if (FindObjCustom (x, y, ['hop', 'own'], [3363667, 1865577, 1730392], 3)) then
       begin
       MMouse(x, y, 3, 3);
       end;
       FindEnt;

    Simply using a color finder works because the uptext is blue normally and yellow when it is an ent. Simply check for the correct coloring before sending out the final click.

    PS: I totally want credit for this.
    Ent detection is probably best included in the script

  2. #402
    Join Date
    Apr 2013
    Location
    Las Vegas
    Posts
    111
    Mentioned
    1 Post(s)
    Quoted
    35 Post(s)

    Default

    Quote Originally Posted by Officer Barbrady View Post
    Ent detection is probably best included in the script
    I agree. I also think its important for people to know some items are not up there because of being too difficult

  3. #403
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    So i guess this is it, all work on random events detection have ceased for srl-osr (as most enthusiasm for the game also has).

    Thanks for all the hard work guys!, guess its upto us new people to carry it on, any idea where i can find SRL V4?, its the most similar to SRl-OSR, if some one has it can you upload it please?, i think thats the best spot to start from to build random solvers, i want to train in the stronghold but i can't do that if my include can not solve any of the teleport randoms :-(.

  4. #404
    Join Date
    Mar 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    I hope after the vac. that all randoms work !
    Previously known as nikaa

  5. #405
    Join Date
    Jun 2012
    Posts
    23
    Mentioned
    2 Post(s)
    Quoted
    6 Post(s)

    Default

    randomplant1.pngrandomplant2.png



    Trying to be as helpful as possible

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

    Default

    Quote Originally Posted by irmao0 View Post
    randomplant1.pngrandomplant2.png

    Trying to be as helpful as possible
    Indeed. I ran my strangeplant-finder on your image and it's still detected just fine. Here's a search of your mainscreen from the image you provided:


    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..."


  7. #407
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    2,254
    Mentioned
    21 Post(s)
    Quoted
    238 Post(s)

    Default

    Hey if we are in a random but don't really have time to let you guys on it, is there anyway we should record the event and send you the vid? Would that be good enough? Which format would you want? Or just screenshots?

  8. #408
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by cause View Post
    Hey if we are in a random but don't really have time to let you guys on it, is there anyway we should record the event and send you the vid? Would that be good enough? Which format would you want? Or just screenshots?
    Vids are compressed, so next to no use, screenshots from start to finish help alot


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  9. #409
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    2,254
    Mentioned
    21 Post(s)
    Quoted
    238 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Vids are compressed, so next to no use, screenshots from start to finish help alot
    Roger that.

  10. #410
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    There is a bug that allows you to dont get any randoms (search bboyownz on yt)

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

    Default

    Quote Originally Posted by hoodz View Post
    There is a bug that allows you to dont get any randoms (search bboyownz on yt)
    If it has to do with trapping a random event in your house/building mode that's been patched for a while now.

    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..."


  12. #412
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    If it has to do with trapping a random event in your house/building mode that's been patched for a while now.
    Ah too bad

  13. #413
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    If it has to do with trapping a random event in your house/building mode that's been patched for a while now.
    http://www.youtube.com/watch?v=vRlOfkCCGkw

    pretty nice glitch to be honest. Shame it got patched.
    Quit gaming

  14. #414
    Join Date
    Jan 2012
    Posts
    1,104
    Mentioned
    18 Post(s)
    Quoted
    211 Post(s)

    Default

    Quote Originally Posted by samerdl View Post
    http://www.youtube.com/watch?v=vRlOfkCCGkw

    pretty nice glitch to be honest. Shame it got patched.
    Wow. Wish I could abuse that.

  15. #415
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Shatterhand View Post
    Wow. Wish I could abuse that.
    How do you think i got 30+ hours proggies?

  16. #416
    Join Date
    Jan 2012
    Posts
    1,104
    Mentioned
    18 Post(s)
    Quoted
    211 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    How do you think i got 30+ hours proggies?
    Cheater.

  17. #417
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Shatterhand View Post
    Cheater.
    Botter

  18. #418
    Join Date
    Jul 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    good idea but i think that some of the randoms at the beginning of the thread have been taken care of and 30 hour proggys?!?! lucky i cant get one to work more then 6 or 7 lol

  19. #419
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Anybody willing to fix beehive random? Got an account ready.

    Creds to DannyRS for this wonderful sig!

  20. #420
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    Anybody willing to fix beehive random? Got an account ready.
    I'll do it.

  21. #421
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Kevin View Post
    I'll do it.
    woot, are you on?

    Creds to DannyRS for this wonderful sig!

  22. #422
    Join Date
    Sep 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I get stuck in the frog random

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

    Default

    I've decided to spend a little time and tackle a few of these random events. I'd like to confirm that the Evil Bob random-solver (island) is not working at the moment, but I've already begun working on it and should have it completed within the next hour. Of course I can only test this on my one single account, so if anyone currently stuck in this random would like to test-run my solver please send me a PM. I don't need your account, I can hand you a stand-alone version of the solver to run on your own.

    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..."


  24. #424
    Join Date
    Aug 2012
    Location
    127.0.0.1
    Posts
    74
    Mentioned
    1 Post(s)
    Quoted
    26 Post(s)

    Default

    Today, I've been stuck in the frog random and the mordaut random twice. Both just circled through.
    Are OSR randoms still been worked on or shall I put in hack fixes myself for them?

    EDIT: Also stuck in various other randoms, such as strange fruit, and mysterious old man. (Every single random I've encountered)

  25. #425
    Join Date
    Aug 2013
    Posts
    230
    Mentioned
    1 Post(s)
    Quoted
    114 Post(s)

    Default

    Strange box doesn't work, it keeps trying to drop it when you cannot. Does not solve the the question. It is a rotating box that says "What is the number on this shape".

Page 17 of 18 FirstFirst ... 715161718 LastLast

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
  •