Just helping out ;)
Printable View
Swaps := 1;
Len := Length(ATPA);
MinTP := IntToPoint(MiddleTPA(ATPA[0]).x, MiddleTPA(ATPA[0]).y);
MinDist := Distance(MinTP.x, MinTP.y, SortPoint.x, SortPoint.y);
while (Swaps <> 0) do
begin
Swaps := 0;
for I := 0 to (Len - 1) do
begin
TestTP := IntToPoint(MiddleTPA(ATPA[i]).x, MiddleTPA(ATPA[i]).y);
TestDist := Distance(TestTP.x, TestTP.y, SortPoint.x, SortPoint.y);
if (MinDist > TestDist) then
begin
Inc(Swaps);
MinDist := TestDist;
TPASwap(ATPA[i], ATPA[0]);
end;
end;
end;
end;
doesn't find the bank and sometimes the spinner too.
The temp banking fix doesnt work.
After temp fix:
[Error] <616:16>: Unknown identifier 'SRL_ANGLE_HIGH' at line 615
Compiling failed
/================================================== =====\
| Finishing load #125
| Running for..3 Hours, 53 Minutes and 35 Seconds
| Strings made = 3500
| Experience gained...52500
| Levels gained.......3
\================================================= ======/
Trying to open the bank: 1 out of 11
Error: Out Of Range at line 325
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
Great script! only failed because of rs update!
Silent, I wouldn't use "SRL_ANGLE_HIGH" just yet, that's for SRL 5. I would wrap it in the "{$IFDEF SRL5}" to see if they're using SRL 5 before trying to call it.
To everyone having that issue, try replacing that line with:
Simba Code:{$IFDEF SRL5}
SetAngle(SRL_ANGLE_HIGH);
{$ELSE}
SetAngle(True);
{$ENDIF}
Great script! It is working perfectly for me!
Quote:
/================================================== =====\
| Finishing load #98
| Running for..3 Hours, 15 Minutes and 56 Seconds
| Strings made = 2744
| Experience gained...41160
| Levels gained.......1
\================================================= ======/
bought 20k flax a few days ago, now have 20k bs's! Thanks man, this script works really well. The only time I would find it stuck is in a random!
Hello im new to this website, and downloaded the simba programm but Im stuck now what to do next, please can one of you guys help me I just want this script.
When I run The simba thing, it asks me for my slr account to set it up, and I already have it but where in the script or programm do I put it, and also how come it does not enter my username or password in the Runescape Login screen?
When I go to the second setup panel I am not finding your script, how come? what am I doing wrong? please help me
Tam, you're looking in MSI. This is a script you have to download.
Im in the SLR website and I can see The Silent Spinner but how do I download it?
I don't see a need for a temp fix, so it takes an extra 2 or 3 seconds to find the banker? Still loving it!
Great script Silent! Really appreciate it! :)
Love you script man, got me 1-61 crafting for lunars on tank <3 keep up the work! when i get free time ima try scripting, thanks man :D
i got script to start but it wont run
You are quite welcome. It wasn't a speed fix, it was for people getting an out of range error, which was caused by the player not actually being in the bank.
It asks for your SRL Stats username, which is a separate thing, see the OP.
The script is at the bottom of the first post. It's a .Simba file that is attached.
Good to hear it works so well for you :). If you ever need help scripting, let me know.
A little more information would be nice. Does it load up SMART? What does the debug log say? Any other information you can give me would help me help you.
i solved the problem had screen size on custom and not fixed. btw ran the bot for 7 hourse great script =)
^ that the script needs fix they added an empty coin pouch button to inventory.and the click is off by about a cm now
Why is the script not working properly for me, am I doing something wrong?, sometimes it cant get my flax from my bank, sometimes it has trouble finding the spinning wheel, it never has a smooth rune for atleast a minute! please what am I doing wrong?
http://villavu.com/forum/showpost.ph...85&postcount=8
Go to: C:\Simba\Includes\SRL\SRL\core\bank.scar and replace that function with what I posted.
I just told you how.
Uploaded a tutorial based on Kyle's fix, if it's more helpful.
It includes the ready made file incase you're unable to do it yourself or can't be bothered :)
http://villavu.com/forum/showthread....931#post881931
I've been using this script thoroughly for the last week or so and I absolutely love it. It works great and runs for hours on end with almost no mistakes except the occasional random popping in and ending it. However, this morning with the new RS update, the script has stopped working so well for me. I went ahead and did the fix to the whole DepositAll ordeal with what Kyle Undefined created as a fix. However, my problem is that the player will get to the bank and then fail to open it once in a while. This happens randomly anywhere from every 5-35 minutes and I'll have to manually interfere to fix t.
The problem arises from DTM I believe. This is what I get in the log:
Just as a last note, I don't know anything about coding so sorry if I'm not making sense with this lol.Quote:
Trying to open the bank: 1 out of 11
Error: Out Of Range at line 325
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
EDIT: I'm sorry, I didn't update my DTM with the upgrade to SRL 5. I just downloaded it and will run the script to see if the problem persists. I will post back here in a bit to inform you how it went.
EDIT 2: Alright after letting it run for a short while, it would seem that the problem is fixed. There is a slight chance that I could run into it if I let the bot proceed, but I have to go out on a trip shortly and I won't be able to test the bot as much as I have been to see if my problem really was resolved from updating everything. Once again though, I want to say thanks for making this AWESOME script that works so well. Great job, truly :)
do i need to update my simba version?
All time
Quote:
Finding Spinner failed a second time, quiting.
Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/================================================== =====\
| Finishing load #1
| Running for..4 Minutes and 0 Seconds
| Strings made = 0
| Experience gained...420
| Levels gained.......0
\================================================= ======/
Successfully executed.
Edit: DepositAll has been fixed, if it working fine disregard this post. Otherwise, check this topic out: http://villavu.com/forum/showthread.php?t=71058
I'm sure it won't be long until DepositAll is working normally, but until then, here is a little work around that I used.
Simba Code:..........
FixBankTab;
//DepositAll;
InvMouse(1,2);
Wait(100);
WaitOptionMulti(['t-All', 'ancel'], 1500);
repeat
......