Page 4 of 5 FirstFirst ... 2345 LastLast
Results 76 to 100 of 101

Thread: SuperUser's Irony 2

  1. #76
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by Godless View Post
    So now I'm having issues... I did what you mentioned in your post and got the tesseract error for the first time. I used Google to find your plugin (https://github.com/SRL/SRL-Plugins/b...sseract2_32.so) and added it to my plugins folder - to no avail. What do you suggest I try next?
    What tesseract error? If you update your extensions and then restart, then update plugins you should be fine.

  2. #77
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Quote Originally Posted by Olly View Post
    What tesseract error? If you update your extensions and then restart, then update plugins you should be fine.
    "Error: Plugin(libtesseract2_32) has not been found"
    Extensions, Plugins and everything else are up to date.

  3. #78
    Join Date
    Jun 2012
    Location
    Toronto, CA
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    After fixing the overload error it will identify where I am, execute GotoMiningSpot, and then proceed to terminate the script. Seems to be going awry at line 1662. Will keep tinkering, but hopefully someone else knows something more

    edit: Also, everything needed is installed and updated.
    Last edited by Mezzanine; 10-06-2014 at 08:20 AM.

  4. #79
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by Godless View Post
    "Error: Plugin(libtesseract2_32) has not been found"
    Extensions, Plugins and everything else are up to date.
    Force update them all.

  5. #80
    Join Date
    Mar 2014
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    53 Post(s)

    Default

    i get this error
    Error: Don't know which overloaded method to call with params (array [0..3] of Int32, Int32) at line 234
    Compiling failed.

    PHP Code:
    self.canvas.Rectangle([00self.bounds.x233], $21314e); 
    above is the line its referring to

    this is the chunk of code it belongs to
    PHP Code:
    procedure TStatistics.Initialize()
    begin
      with actionBar
    .GetBounds() do begin
        self
    .bounds.x1 := 0;
        
    self.bounds.x2 := x2;
        
    self.bounds.y1 := 0;
        
    self.bounds.y2 := __smartClientHeight y1;

        
    self.canvas.init(Client.GetMBitmaps);
        
    self.canvas.SetSize(self.bounds.x2 1self.bounds.y2 1);

        
    self.canvas.Rectangle(self.bounds, $385385);
        
    self.canvas.Rectangle([00self.bounds.x233], $21314e);
        
    self.canvas.DrawText(
          
    'SuperUser''s Irony 2'Point(42), BigCharsfalseclWhite
        
    );

        
    with self.canvas_location do begin
          x 
    := 0;
          
    := y1;
        
    end
      end
    end 
    Last edited by victordono; 10-06-2014 at 06:13 PM. Reason: tried to make it cleaner

  6. #81
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Quote Originally Posted by victordono View Post
    i get this error
    Error: Don't know which overloaded method to call with params (array [0..3] of Int32, Int32) at line 234
    Compiling failed.

    PHP Code:
    self.canvas.Rectangle([00self.bounds.x233], $21314e); 
    above is the line its referring to

    this is the chunk of code it belongs to
    PHP Code:
    procedure TStatistics.Initialize()
    begin
      with actionBar
    .GetBounds() do begin
        self
    .bounds.x1 := 0;
        
    self.bounds.x2 := x2;
        
    self.bounds.y1 := 0;
        
    self.bounds.y2 := __smartClientHeight y1;

        
    self.canvas.init(Client.GetMBitmaps);
        
    self.canvas.SetSize(self.bounds.x2 1self.bounds.y2 1);

        
    self.canvas.Rectangle(self.bounds, $385385);
        
    self.canvas.Rectangle([00self.bounds.x233], $21314e);
        
    self.canvas.DrawText(
          
    'SuperUser''s Irony 2'Point(42), BigCharsfalseclWhite
        
    );

        
    with self.canvas_location do begin
          x 
    := 0;
          
    := y1;
        
    end
      end
    end 
    See Olly's post on the previous page. As a rule of thumb it's a good idea to read a couple of the last pages in advance.
    ----

    Quote Originally Posted by Olly View Post
    Force update them all.
    As in manually update through the Extensions; Plugins dropdowns? If so, I've done that...
    EDIT: Nevermind, I found this: https://villavu.com/forum/showthread...93#post1312393 and will follow your instructions there.
    Last edited by Godless; 10-06-2014 at 09:38 PM.

  7. #82
    Join Date
    Mar 2014
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    53 Post(s)

    Default

    Thanks for the advice Godless, followed it, but now i have this error
    PHP Code:
    ---- FATAL ERRORTPlayerArray.setup(): Failure 

  8. #83
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Quote Originally Posted by victordono View Post
    Thanks for the advice Godless, followed it, but now i have this error
    PHP Code:
    ---- FATAL ERRORTPlayerArray.setup(): Failure 
    I'm getting that error as well. From what I'm getting on my end it seems like the break handler is broken. I tried to remove it but it didn't seem to want to work.

  9. #84
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by Godless View Post
    I'm getting that error as well. From what I'm getting on my end it seems like the break handler is broken. I tried to remove it but it didn't seem to want to work.
    Re enter your players into the player manager, we are using a new one now.

  10. #85
    Join Date
    Mar 2014
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    53 Post(s)

    Default

    Quote Originally Posted by Olly View Post
    Re enter your players into the player manager, we are using a new one now.
    Ahhhh that makes sense now, but the next problem is the script logs in, checks my mining level ? goes back to backpack, checks my mining level again, then logs out ( my mining level is 99 )

  11. #86
    Join Date
    Jun 2012
    Location
    Toronto, CA
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Having the same issues as victordono - after a few days of tinkering I still can't seem to get it going, but I probably don't know my way through this script as well as superuser.

  12. #87
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    Checks Mining xp, backpack then logs out then terminates. same as above.

  13. #88
    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I am getting the same issues as above, but the stats box also says that SRL is broken.

  14. #89
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    Outdate/broken script?.

  15. #90
    Join Date
    Mar 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I can't pinpoint the bug that is causing this to fail. What was changed recently that could break this?

  16. #91
    Join Date
    Apr 2012
    Location
    Gielinor
    Posts
    231
    Mentioned
    4 Post(s)
    Quoted
    33 Post(s)

    Default

    Quote Originally Posted by mikesdav View Post
    I can't pinpoint the bug that is causing this to fail. What was changed recently that could break this?
    I'm trying to work on fixing this up, but the updater simba is not working [the download site is down]. Do you have a copy of the actual script and not just the updater simba?

  17. #92
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    Hope this gets fixed

  18. #93
    Join Date
    Dec 2014
    Posts
    188
    Mentioned
    3 Post(s)
    Quoted
    100 Post(s)

    Default

    This still works?

  19. #94
    Join Date
    Mar 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Error: Duplicate declaration "DeleteIndex" at line 488
    Compiling failed. this keeps on happening so im guessing no..

  20. #95
    Join Date
    Mar 2014
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks for the new version! I downloaded all the required files but when I press play, "Error: Duplicate declaration "Delete Index" at line 488 appears. Any suggestions?
    Much thanks,
    Zbrodie

  21. #96
    Join Date
    May 2007
    Posts
    527
    Mentioned
    12 Post(s)
    Quoted
    109 Post(s)

    Default

    Quote Originally Posted by zbrodie17 View Post
    Thanks for the new version! I downloaded all the required files but when I press play, "Error: Duplicate declaration "Delete Index" at line 488 appears. Any suggestions?
    Much thanks,
    Zbrodie
    When I'm not this lazy, I'll fix the script. Thanks for the patience.

  22. #97
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    Quote Originally Posted by superuser View Post
    When I'm not this lazy, I'll fix the script. Thanks for the patience.
    superuser ur back

  23. #98
    Join Date
    Mar 2014
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Alright no worries thank you

  24. #99
    Join Date
    Feb 2015
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by superuser View Post
    When I'm not this lazy, I'll fix the script. Thanks for the patience.
    Not sure, have you gotten around to looking at this script? If so I could test it for ya.

    If not thats fine too, ill be in the resource dungeon

  25. #100
    Join Date
    Aug 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    It has been almost a month since someone has commented on this script. Superuser do you have any updates on your progress to fixing your bot?

Page 4 of 5 FirstFirst ... 2345 LastLast

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 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
  •