Fails alot to open the bank. It needs to try several times.
Printable View
Fails alot to open the bank. It needs to try several times.
The SRL and Simba developers wish you a happy new year.
Live long and prosper.
Thank you for using Simba,
Hakuna Matata
Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''
Did you read the first post? You need to download a utility called ObjectDTMs from: http://villavu.com/forum/showthread.php?t=68112
thank you man , Your realy Awsome ;*
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?