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.
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.
above is the line its referring toPHP Code:self.canvas.Rectangle([0, 0, self.bounds.x2, 33], $21314e);
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 + 1, self.bounds.y2 + 1);
self.canvas.Rectangle(self.bounds, $385385);
self.canvas.Rectangle([0, 0, self.bounds.x2, 33], $21314e);
self.canvas.DrawText(
'SuperUser''s Irony 2', Point(4, 2), BigChars, false, clWhite
);
with self.canvas_location do begin
x := 0;
y := y1;
end
end
end
Last edited by victordono; 10-06-2014 at 06:13 PM. Reason: tried to make it cleaner
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.
----
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.
Thanks for the advice Godless, followed it, but now i have this error
PHP Code:---- FATAL ERROR: TPlayerArray.setup(): Failure
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.
Checks Mining xp, backpack then logs out then terminates. same as above.
I am getting the same issues as above, but the stats box also says that SRL is broken.
Outdate/broken script?.
I can't pinpoint the bug that is causing this to fail. What was changed recently that could break this?
Hope this gets fixed![]()
This still works?
Error: Duplicate declaration "DeleteIndex" at line 488
Compiling failed. this keeps on happening so im guessing no..
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
Alright no worries thank you![]()
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?
There are currently 2 users browsing this thread. (0 members and 2 guests)