No. I think my computer was just going haywire causing SIMBA to mess up.
That's okay =3. I probably should have rebooted my computer before coming to that conclusion. It's no problem.
It does work again.
The only thing weird is the script has been running for about 7 hours, but it keeps spitting out progress reports at random intervals messing them up. (rebooted again, same deal). But that's not really a problem. I'm just used to it only giving you a progress report at the end.
It also messes up the load count, so I have to stop the script myself instead of it doing only 30 loads and then stopping.
Again, that is no big deal. Not really effecting the way it works.
3Garrett3's Fisherer 1.51 Progress Report
*********************************************
Ran for: 2 Hours, 31 Minutes and 27 Seconds
Fished : 360 Total Fish
Fished : 360 Lobsters
Rested: 1 Times
Rested for: 6 Minutes and 17 Seconds
*********************************************
| True | 360 Fish | 15 Loads | 1 Levels | 30240 Experience|
It gave me that while the script was still running >.>
I think I have the clue as to what is going on in what I said above ^
Every time I run this script I get this:
File[C:\Users\******\Documents\Simba\Includes\SRL\Logs\ SRL Log 11-09-10 6.txt] has not been freed in the script, freeing it now.
Last edited by wondersueak; 09-12-2010 at 01:41 AM.
I'm not 100% sure what you mean, that it's putting out a proggy during the run? I made it like that because I like when it does that :P.
The freeing of a file isn't a big deal, I don't think it has anything to do with my script, rather it involves SRL, saving a log of something.
The loads thing is actually a problem though. Could you give a little more information about that? Is it not counting right? Not stopping after the loads like it should? What's the exact problem, how I would replicate it, etc.
Thanks![]()
Oh. I wasn't sure if it was supposed to be spitting out proggies during the run =P. I prefer it too. And yeah, that's what I meant by it.
The exact problem is, every time it gives me a progress report, it erases the history of loads, experience, levels, hours, everything. At the end when the script is finished with the amount of loads, It doesn't give me the whole information. Just the information in the time since the last progress report.
Progress Report:3Garrett3's Fisherer 1.51 Progress Report ********************************************* Ran for: 1 Hours, 46 Minutes and 1 Seconds Fished : 320 Total Fish Fished : 320 Lobsters ********************************************* 0: | False | 0 Fish | 0 Loads | 0 Levels | 0 Experience| 1: ean | True | 320 Fish | 13 Loads | 0 Levels | 28800 Experience| 2: | False | 0 Fish | 0 Loads | 0 Levels | 0 Experience|
stopped for this error:
Progress Report:[22:48:07] Fishing Spot not found [22:48:07] Script failed at: WalkToDock Successfully executed. File[C:\Simba\Includes\SRL\Logs\SRL Log 12-09-10 23.txt] has not been freed in the script, freeing it now.
I get the same thing too. Vary rarely though.
Sorry for this double post, but whenever (since the latest simba/srl update) when the script walks my user back to the dock from stiles, it fails at finding the fishing spots, but there's one right next to it. It seems that the calibration is out of whack now.
I have been tracking the pattern that the script clicks on the map to get to stiles. Normally, the script will position my user one tile in front, and one tile to the left of stiles. I go on today, and the script moves my player two or three tiles in front of stiles.
I have noticed whenever the script clicks on the map, it is also two or three tiles off from normal.
Could you please look into the tile calibration?
I tried rebooting my computer and redownloading the script and nothing. Still the same problem.
edit:
for some reason I think it's thinking that it is two tiles off the dock, when it is on the first tile of the dock.
I confirmed it, instead of moving two tiles to the left and one in front of stiles, it positions the player two tiles in front of stiles. And two tiles to the south of everything else.
Last edited by wondersueak; 09-14-2010 at 05:56 AM.
Im going to have to confirm this as 6/10 times of running your script i will run into that bug. Its the most common one.
As soon as it gets done finishing a run to note, it can't find any fishing spots as there is one right there and logs out on the dock.
It takes the screenshots and i should post them but i never got the time to upload them.
Its pretty dumb because the way i set it up on all 3 declare players i set it to the same player because of this problem.
And when it logs into the same player, it marasically finds the fishing spot that was there before
I'll implement colour finding into Spot verification then, give me around 3 hours, I have to go to a Lab now.
All good. Thats why we are here to test your scripts.
I aslo have it set to "C" instead of "R" when i run the script. I thought it all ran in colour?
None the less I love your script![]()
Edit: Or does it? *To the sentence below.*
I think C=Color and R=Reflection =3
I can't wait! I got it to run for a little over an hour without it stopping itself due to the bug in reflection/spot finding. It still gets in some weird spots, but it doesn't always become enough to stop the script.
Last edited by wondersueak; 09-14-2010 at 11:25 PM.
I know c=color and R=Reflection, i just thought that if you had it set to colour it would have color in finding spots, i guess it used reflection for that part..
It's telling me the hooks are outdated even though I have updated reflection and I have pasted the code from this post in the Hooks file in the reflections folder. I am extremely new to this and am not sure if this is where I should post this but its only happening on this script so I figured this might be the best place.
The R and C are only for Randoms. Maybe that wasn't clarified.
I'm sorry I haven't done anything with this for a while. This should clarify a bit of stuff.
dang sounds rough
it says that *****Hooks are outdated. Terminating script.*****
Successfully executed. how do i fix that
Runescape just got outdated so you need to wait for them to update reflection
Simba won't even open the SMART window, I get an error saying:
"Error starting SMARt. Ensure the target page has an applet declaration."
Click here let runescape load and try agiain
I was trying autoing for the first time today, so could anyone help me out? The questions are posted in bold in the quote
What do i enter in the other 3 players?Program KARAMJAFisher;
{.include srl/srl/misc/smart.scar}
{.include srl/srl.scar}
{.include reflection/reflection.simba}
{.include srl/srl/misc/debug.scar}
Const
AntiRandomz = 'R'; // 'R' or 'C' for reflection or colour antirandoms Should it be R or C?
Debugg = True; // Debug?
SavingBug = True; // Save the debug to a file for easy access?
RetartDebug = False; // Debug way more than needed, don't do this unless you're a retart or you want to know exactly what is happening
Rest = True; // Rest or not, it will only rest when one player is active.
RestingFor = 25 * 60 * 1000; // Just change the first number to change minutes
RestEvery = 90 * 60 * 1000; // Just change the first number to change minutes
Sleeping = False; // Do you want to sleep? Only needed for long runs
SleepingFor = 3 * 60 * 60 * 1000; // Change the first number to change hours
SleepEvery = 3 * 60 * 60 * 1000; // Change the first number to change hours
AntiBanzor = 85; // The percentage that it wont do antiban. Ie for 85, the script will do antiban 15% of the time.
Smart_World = 31; // The world that you wish you play on.
Members = False;
Procedure DeclarePlayers;
Begin
HowManyPlayers := 3; I want to use it on 1 player so =1??
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 1;
With Players[0] Do
Begin
Name := "''; My Username?
Pass := ''; My Password?
Nick := ''; What do i enter here?
Active := True;
Integers[0] := 100; // How many loads to do, plus random 3. I want it to go on until i manually quit?
Strings[0] := 'Harpoon'; // Net, Bait, Harpoon, Cage, Highest Need Swordies
Pin := ''; No bank pin
End;
When i set it up myself, i got this
How do i make it work??OpenFile - Exception. Could not open file: E:\Program Files\Simba\Includes\SRL/logs/SRL log 22-10-10 1.txt
OpenFile - Exception. Could not open file: E:\Program Files\Simba\Includes\SRL/logs/SRL log 22-10-10 2.txt
SRL Compiled in 47 msec
SMART Initialized.
Loaded: Server 31, Members: False, Signed: True, Super Detail: False.
1
2
353.925483226776
True
[10:43:57] StartLev : -1 StartXP : -1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:43:59] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:43:59] Fish Spot was found, but was not on MS after attempts to relocate
[10:43:59] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:44:13] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:44:13] Fish Spot was found, but was not on MS after attempts to relocate
[10:44:13] Fishing Spot not found
[10:44:13] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:44:16] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:44:16] Fish Spot was found, but was not on MS after attempts to relocate
[10:44:16] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:44:31] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:44:31] Fish Spot was found, but was not on MS after attempts to relocate
[10:44:31] Fishing Spot not found
[10:44:31] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:44:34] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:44:34] Fish Spot was found, but was not on MS after attempts to relocate
[10:44:34] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:44:50] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:44:50] Fish Spot was found, but was not on MS after attempts to relocate
[10:44:50] Fishing Spot not found
[10:44:50] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:44:54] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:44:54] Fish Spot was found, but was not on MS after attempts to relocate
[10:44:54] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:45:07] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:45:07] Fish Spot was found, but was not on MS after attempts to relocate
[10:45:08] Fishing Spot not found
[10:45:08] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:45:11] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:45:11] Fish Spot was found, but was not on MS after attempts to relocate
[10:45:11] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:45:29] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:45:29] Fish Spot was found, but was not on MS after attempts to relocate
[10:45:29] Fishing Spot not found
[10:45:29] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:45:32] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:45:32] Fish Spot was found, but was not on MS after attempts to relocate
[10:45:32] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:45:49] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:45:49] Fish Spot was found, but was not on MS after attempts to relocate
[10:45:49] Fishing Spot not found
[10:45:49] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:45:52] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:45:52] Fish Spot was found, but was not on MS after attempts to relocate
[10:45:52] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:46:06] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:46:07] Fish Spot was found, but was not on MS after attempts to relocate
[10:46:07] Fishing Spot not found
[10:46:07] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:46:10] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:46:10] Fish Spot was found, but was not on MS after attempts to relocate
[10:46:10] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:46:25] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:46:25] Fish Spot was found, but was not on MS after attempts to relocate
[10:46:25] Fishing Spot not found
[10:46:25] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:46:29] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:46:29] Fish Spot was found, but was not on MS after attempts to relocate
[10:46:29] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:46:45] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:46:45] Fish Spot was found, but was not on MS after attempts to relocate
[10:46:45] Fishing Spot not found
[10:46:45] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:46:49] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:46:49] Fish Spot was found, but was not on MS after attempts to relocate
[10:46:49] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:47:07] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:47:07] Fish Spot was found, but was not on MS after attempts to relocate
[10:47:07] Fishing Spot not found
[10:47:07] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:47:11] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:47:11] Fish Spot was found, but was not on MS after attempts to relocate
[10:47:11] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
True
[10:47:28] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:47:28] Fish Spot was found, but was not on MS after attempts to relocate
[10:47:28] Fishing Spot not found
[10:47:28] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[10:47:32] FishingSpotTry steps up to # 1 failed, but # 2 worked
[10:47:32] Fish Spot was found, but was not on MS after attempts to relocate
[10:47:32] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
False
[10:48:01] FishingSpotTry steps up to # 7 failed, but # 8 worked
[10:48:01] Fish Spot was found, but was not on MS after attempts to relocate
[10:48:01] Fishing Spot not found
[10:48:01] Script failed at: FishingMain
[Reflection] Might be in a random(missing InRandom function), terminating.
[Reflection] Might be in a random(missing InRandom function), terminating.
353.925483226776
False
[10:48:06] Fishing Spot not found
[10:48:06] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
353.925483226776
False
353.925483226776
False
[10:48:20] Fishing Spot not found
[10:48:20] Fishing Spot not found
[10:48:20] Script failed at: FishingMain
[10:48:21] GearCheck failed, logging out
[10:48:21] Script failed at: GearCheckMain
353.925483226776
False
[10:48:24] Fishing Spot not found
[10:48:24] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
353.925483226776
False
353.925483226776
False
[10:48:37] Fishing Spot not found
[10:48:37] Fishing Spot not found
[10:48:37] Script failed at: FishingMain
[10:48:38] GearCheck failed, logging out
[10:48:38] Script failed at: GearCheckMain
353.925483226776
False
[10:48:42] Fishing Spot not found
[10:48:42] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
353.925483226776
False
353.925483226776
False
[10:48:54] Fishing Spot not found
[10:48:54] Fishing Spot not found
[10:48:54] Script failed at: FishingMain
[10:48:55] GearCheck failed, logging out
[10:48:55] Script failed at: GearCheckMain
353.925483226776
False
[10:48:59] Fishing Spot not found
[10:48:59] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
353.925483226776
False
353.925483226776
False
[10:49:11] Fishing Spot not found
[10:49:11] Fishing Spot not found
[10:49:11] Script failed at: FishingMain
[10:49:12] GearCheck failed, logging out
[10:49:12] Script failed at: GearCheckMain
353.925483226776
False
[10:49:15] Fishing Spot not found
[10:49:15] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
353.925483226776
False
353.925483226776
False
[10:49:28] Fishing Spot not found
[10:49:28] Fishing Spot not found
[10:49:28] Script failed at: FishingMain
[10:49:29] GearCheck failed, logging out
[10:49:29] Script failed at: GearCheckMain
353.925483226776
False
[10:49:33] Fishing Spot not found
[10:49:33] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
353.925483226776
False
353.925483226776
False
[10:49:48] Fishing Spot not found
[10:49:48] Fishing Spot not found
[10:49:48] Script failed at: FishingMain
[10:49:49] GearCheck failed, logging out
[10:49:49] Script failed at: GearCheckMain
353.925483226776
False
[10:49:52] Fishing Spot not found
[10:49:52] Emergency Logout to recalibrate Fishing spot
1
2
WriteFileString: Invalid Internal Handle of File: 1
353.925483226776
False
353.925483226776
False
[10:50:06] Fishing Spot not found
[10:50:06] Fishing Spot not found
[10:50:06] Script failed at: FishingMain
[10:50:07] GearCheck failed, logging out
[10:50:07] Script failed at: GearCheckMain
353.925483226776
False
[10:50:10] Fishing Spot not found
[10:50:10] Emergency Logout to recalibrate Fishing spot
1
2
4
5
1
2
WriteFileString: Invalid Internal Handle of File: 1
Possible Random: Quiz. Identifying by textbox.
Possible Random: Surprise Exam. Identifying by textbox.
Possible Random: Molly'S Evil Twin. Identifying by textbox.
Possible Random: Sandwich Lady. Identifying by textbox.
Possible Random: Bee Keeper. Identifying by textbox.
Possible Random: Pillory. Identifying by textbox.
Possible Random: Abyssal Teleport. Identifying by textbox.
Possible Random: Mime. Identifying by textbox.
Possible Random: Quiz. Identifying by music.
Possible Random: Surprise Exam. Identifying by music.
Possible Random: Molly'S Evil Twin. Identifying by music.
Possible Random: Sandwich Lady. Identifying by music.
Possible Random: Bee Keeper. Identifying by music.
Possible Random: Pillory. Identifying by music.
Possible Random: Abyssal Teleport. Identifying by music.
I want to fish swordies at Karamja
BTW I'm using Simba with SMART enabled and my player was located at Docks in Karamja as it says in your post
Thanks
Error: Could not call proc at line 419
The following DTMs were not freed: [SRL - Lamp bitmap]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
File[C:\Simba\Includes\SRL/logs/SRL log 22-10-10 3.txt] has not been freed in the script, freeing it now.
how do i fix this?
what do i open it with? im not that good with all this techy stuff >.>
There are currently 1 users browsing this thread. (0 members and 1 guests)