Page 2 of 5 FirstFirst 1234 ... LastLast
Results 26 to 50 of 120

Thread: GnomeRunnerPRO by Leetsxc

  1. #26
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Ok you just needed to wait for the fail safe to kick in
    On debug it failed once and you stopped the script, let it sit for a couple minutes before stopping in and it should correct it self

  2. #27
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What do i am wrong? After 1 round it fails again.

  3. #28
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    What happens exactly>?
    Does it get to the Log and Hover over it and not right click and use the option?
    Because sometimes it fail's to recognize the up text for some reason

  4. #29
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Euhm after the log you go upside and there is an log there failed it, and the second time i tried it runs outside the field like in the video i uploaded from older version.

  5. #30
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

  6. #31
    Join Date
    Feb 2012
    Location
    The Netherlands
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It fails much @ the rope and then doing nothing -.-

  7. #32
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Using 1.8?
    N does it failsafe?
    It take's a little while to go through all the processes you'll see what I mean if you turn debug on

  8. #33
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hiya Leet, Bit of feedback

    After it climbs the first net, It right clicks the next option then selects cancel instead of climb Would love for this to be a reliable script.

  9. #34
    Join Date
    Jan 2012
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Brow View Post
    Hiya Leet, Bit of feedback

    After it climbs the first net, It right clicks the next option then selects cancel instead of climb Would love for this to be a reliable script.
    Not hard to fix that by yourself.

  10. #35
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've had a quick look and im in the middle of trying to fix it, This is a feedback thread right?

  11. #36
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

  12. #37
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's now running the log then running over to the obstacle pipe and failing Good luck matey wish i knew how to help lol

  13. #38
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have changed a few things with version 1.8 and it seems to be running ok at the moment.

    I've changed line 416----484 only a few words which looked out of order to me.

    Simba Code:
    if(attempts=9)then     ///It will attempt this last so it wont try and walk anywhere without being upstairs...
        begin
          Stage:='Rope';
        end;
        if(Debug=true)then writeln('We have Failed to find anything ' +inttostr(Attempts)+' times lets Quickly Cycle through The Stages of the LapProcess going backwards until found...');
        Case Stage of
        'Log': begin
                 if(StageChange=false)then
                 begin
                   Stagechange:=true;
                   Stage:='WalktoLog';
                 end;
               end;
        'Net': begin
                 if(StageChange=false)then
                 begin
                   Stagechange:=true;
                   Stage:='Log';
                 end;
               end;
        'Branch': begin
                    if(StageChange=false)then
                    begin
                      Stagechange:=true;
                      Stage:='Net';
                    end;
                  end;
        'Rope': begin
                   if(StageChange=false)then
                   begin
                     Stagechange:=true;
                     Stage:='Rope';
                     if(attempts=11)then
                     begin
                       Stage:='Branch';
                     end;
                   end;
                end;
        'NetSecond': begin
                       if(StageChange=false)then
                       begin
                         Stagechange:=true;
                         Stage:='Branch';
                       end;
                     end;
        'BranchSecond': begin
                       if(StageChange=false)then
                       begin
                         Stagechange:=true;
                         Stage:='Netsecond';
                       end;
                     end;
        'Pipe': begin
                  if(StageChange=false)then
                  begin
                   Stagechange:=true;
                   Stage:='Branchsecond';
                  end;
                end;
        'WalktoLog': begin
                       if(StageChange=false)then
                       begin
                        Stagechange:=true;
                        Stage:='Pipe';
                       end;
                     end;
        End;
      LapProcess;
      end;

  14. #39
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I hope it works now i need 46 agility and got 2 days member left.

  15. #40
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Yeh It's just a matter of getting the testing done proper and sorting out all the small bug's
    Someone Test 2.1 for me?
    Last edited by Sir Ducksworthy; 03-27-2012 at 05:55 PM.

  16. #41
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I will happilly test them leet.

  17. #42
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I tested it again, WHY does it fails all the times at me!

  18. #43
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    iDonn Maybe you could post where the script fails so that leet can maybe fix it?

  19. #44
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    At another update i made an video of it i can make again an video if you want, after the begin log it fails

  20. #45
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Which version?
    I am yet to test the 2 latest one's as my login is not working... Smart or chrome refuse to load the game lol

  21. #46
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Forgot, in the video it said $$$$ V1.2 $$$$
    Was from yesterday but the newest version i tried was some hours ago and still not working.

  22. #47
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

  23. #48
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Leet 2.3 is working fine for me at the minute... gonna leave it overnight. Hopefully I'll have a ncie proggy for you in the morning

  24. #49
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Keep up the awesome work! It has a lot of trouble with the nets and has some minor trouble with other parts of the course. I will post a proggy after it runs for a while.

  25. #50
    Join Date
    Feb 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here's my feedback for V2.3

    Overall, the script is good, but there is definitely a lot of room for improvement. For the most part of the course it works flawlessly. The main part where it usually messes up (is at the Obstacle net at the end.

    It usually fixes itself back using the fail safe method as it runs back to the starting position (the log).

    A solution(i'm no expert) could be to use DTMs to make your charactacter run directly infront of the net at the centre, this would not mess up anymore.

    Anyways, overall you seem very up to date in updating the script, keep up the good work!

    Edit: Actually after running it for 30 minutes, it also has a frequency at messing up at the tree branch near the end when it tries to climb down. This part actually requires me to click on it manually as the fail safe does not work here.
    Last edited by Derekkkz; 03-28-2012 at 06:01 AM.

Page 2 of 5 FirstFirst 1234 ... 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
  •