push
push
This is a good script, it gets stuck at white portal and mine deposits my mith pickaxe into the bank after the first load even though ive declared it
Nick := '';
Name := '';
Pass := '';
Active := true;
Integers[1] := 1;
Last edited by tkinchela; 09-24-2013 at 11:23 PM.
I keep getting this error, other scripts seem to work fine. I've reinstalled Simba several times. I've been at this for like 4 hours now, help is much appreciated.
Exception in Script: Duplicate declaration "P07_GetUpText" at line 104, column 31 in file "C:\Simba\Includes\P07Include.Simba"
latest version: http://essence-harvester.googlecode....arvester.simba
Creds to DannyRS for this wonderful sig!
I get this error:
Exception in Script: Cannot invoke identifier at line 134, column 60
I'm also getting this. Fairly sure that I've installed SRL-OSR and SPS-OSR correctly, and I've got a small amount of coding experience. It seems to dislike the "- pi()" section of line 134, which reads "if findDTMRotatedSE(DTM, x, y, MMX1, MMY1, MMX2, MMY2, - pi() / 4, pi() / 4, pi() / 64, angle) then"
WAAAASSAAAAAAAAAAAAPP!
@Bedders
I am getting this same error when running in Lape.
While running in Pascal, it successfully compiles.
However, it gives me this:
[Hint] C:\Simba\Scripts\EssenceHarvesterv2.2.simba(165:3) : Variable 'I' never used at line 164
[Hint] C:\Simba\Scripts\EssenceHarvesterv2.2.simba(543:3) : Variable 'X' never used at line 542
[Hint] C:\Simba\Scripts\EssenceHarvesterv2.2.simba(543:3) : Variable 'Y' never used at line 542
Compiled successfully in 343 ms.
It seems to be running, will post a proggy soon.
@jinouga210
Ok, setting it to compile in PascalScript (via Script -> Interpreter -> PascalScript), then removing any player information I didn't need (I'm only using one character for now) worked fine. Thanks for the tip!
Though, I don't get anything about variables not being used. Will run now for a while, and report back.
EDIT: Ok folks, Proggy time.
[=============================]
[ Essence Harvester 2.2 ]
[ by wthomas ]
[=============================]
[ TimeRunning : 00:58:52 ]
[ Total Ess Banked : 324 ]
[ Active Players : 1 ]
[=============================]
[ Essence Harvester 2.2 ]
[=============================]
[===============================================]
[ Nick | Active | Worked | Mined | Experience ]
[===============================================]
[ **** | True | 00:58:52 | 351 | 1755 ]
[===============================================]
The script seems to get stuck when detecting the Exit portal to go back from the essence mine. I'm not sure if there's any way to improve this - if anyone has any ideas I'd be willing to give it a shot (can't program in Pascal, but I've done Java, C# and HTML/CSS/PHP in the past).
Last edited by Bedders; 12-04-2013 at 10:56 PM.
WAAAASSAAAAAAAAAAAAPP!
I added an AntiBan and AntiRandom system.
Not sure how well it will work but this is my proggy.
[=============================]
[ Essence Harvester 2.3 ]
[ by wthomas ]
[=============================]
[ TimeRunning : 00:28:32 ]
[ Total Ess Banked : 351 ]
[ Active Players : 1 ]
[=============================]
[ Essence Harvester 2.3 ]
[=============================]
[===============================================]
[ Nick | Active | Worked | Mined | Experience ]
[===============================================]
[ nick | True | 00:28:29 | 351 | 1755 ]
[===============================================]
EssenceHarvesterv2.3.simba
Last edited by AliveDrive; 12-05-2013 at 02:19 AM. Reason: nick
[=============================]
[ Essence Harvester 2.3 ]
[ by wthomas ]
[=============================]
[ TimeRunning : 00:02:47 ]
[ Total Ess Banked : 84 ]
[ Active Players : 1 ]
[=============================]
[ Essence Harvester 2.3 ]
[=============================]
[===============================================]
[ Nick | Active | Worked | Mined | Experience ]
[===============================================]
[ nick | True | 00:02:42 | 85 | 425 ]
[===============================================]
BUG REPORT FORM
Version of the script I am using: 2.3
Issue: Deposits pick
Description of issue: rune pick is in slot 1. integers[1]. started bot with some ess in invy because last attempt got stuck at the white portal. mined some ess perfectly and banked it. 2nd trip it banked the pick then the ess and kept going.
Number of times experienced: 2
Can you reproduce this issue?: Yes
how to reproduce the issue: Run the bot with my char and rune pick invy slot 1
Console Errors (any errors displayed on the console): no
Unfortunately i did not record the error from when i was stuck at the white portal. it was a randoms error.
Anyways, bot stood beside white portal and didn't do anything.
Supposedly it could be reproduced by botting at the section with the white portal.
@Ender
I am sorry to hear about the pick being deposited. I haven't yet experienced this issue.
As for getting stuck at the portal, a quick read through this thread informed me that the portal changes to three different colors.
WHITE, PALE YELLOW*, AND YELLOW (GOLD).
I have been spending my free time the last few days trying to figure out how to add the white and gold colors to the script.
If I could figure that out, this script would work too well haha.
EDIT:
Here is a copy of the script where I attempted to add the 2 other colors.
I also am experiencing a new issue: Sometimes after teleporting to the Essence, my character will get stuck. This didn't happen previously, and I believe it has to do with
I can't seem to figure out where I went wrong when adding the new colors. I used ACA and got these values:Code:function InEssMine: boolean; begin Result := (PercentBlackMM > 25); end;
white: 11454415
pale yellow: 10868705
gold: 7254456
Any assistance would be greatly appreciated.
And of course, full credits to OP.
EssenceHarvesterv2.4.simba
================================================== ================================================== ========================================
EDIT 2:
I have succesfully tagged and bagged all FOUR colors, and ran the bot for 2 hours straight.
I found a few more things I would like to edit before I post the revision.
I also seem to have solved the previous error where entering the mine made the bot get stuck. I feel like that was a fluke.
Now however, I have found him in Varrock Palace at least twice. So I guess you can't win 'em all.
These are my proggy's:
[=============================]
[ Essence Harvester 2.4 ]
[ by wthomas ]
[=============================]
[ TimeRunning : 01:14:55 ]
[ Total Ess Banked : 324 ]
[ Active Players : 1 ]
[=============================]
[ Essence Harvester 2.4 ]
[=============================]
[===============================================]
[ Nick | Active | Worked | Mined | Experience ]
[===============================================]
[ *** | True | 01:14:00 | 324 | 1620 ]
[===============================================]
[=============================]
[ Essence Harvester 2.4 ]
[ by wthomas ]
[=============================]
[ TimeRunning : 02:01:44 ]
[ Total Ess Banked : 648 ]
[ Active Players : 1 ]
[=============================]
[ Essence Harvester 2.4 ]
[=============================]
[===============================================]
[ Nick | Active | Worked | Mined | Experience ]
[===============================================]
[ *** | True | 02:00:49 | 647 | 3235 ]
[===============================================]
Last edited by AliveDrive; 12-12-2013 at 06:16 AM.
This *SHOULD* work.
And huge props to a lot of the guys around SRL forums. You have helped out a lot!
EssenceHarvesterv2.5.simba
I tried your script and got the following error.
[Error] C:\Simba\Scripts\EssenceHarvesterv2.5.simba(523:18 ): Unknown identifier 'x' at line 523
Compiling failed.
So then I messed around with it a little bit and still got this error
[Error] C:\Simba\Scripts\EssenceHarvesterv2.5 oh god.simba(518:1): Identifier expected at line 518
Compiling failed.
Any ideas?
I have been having issues getting this(or any non-test) script to work. I have searched but no able to find the answers to fix it. I have some programming experience, not quite enough to solve on my own. I copied the script from the Google docs link provided earlier in the post, hopefully i didn't miss an update after that point. Attached is a screen capture of my Simba window after i ran the script. It shows the error and where it moved the focus to. I am running everything up-to-date. The 'script > interpreter' is PascalScript. Lape gave me another issue. it looked to me like i was supposed to run it this way. If the other way is an easier fix let me know and i will post all the information i can on it. Please let me know if i missed something.
I'm getting the same error.
This script is not working... Spends at least 3 min between actions, always loses track. Right now I'm just watching him run from one booth to the next, opening and closing the bank, and just clickling randomly on ess.
Any word on a real update?
Last edited by droxide; 03-23-2014 at 12:31 AM.
@wthomas; Is this still working? If not do you plan on updating it?
There used to be something meaningful here.
hope it gets updated, altho thanks wthomas for your work
So, is there an updated version that works?
works fine for 1 turn but then:
anti randoms
so does someone know how to solve this ?Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 778
The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, SRL - Book of Knowledge]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap]
I RUN THE SCRIPT IT SAYS
Exception in Script: Unable to find file 'srl/srl.simba' used from 'C:\Users\pc\Desktop\EssenceHarvester.simba'
There are currently 1 users browsing this thread. (0 members and 1 guests)