Fails alot to open the bank. It needs to try several times.
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
INACTIVE
How-to: Make S.M.A.R.T. less laggy
Sell me your Maple Shieldbows (u)! Up to 95gp ea!
My Scripts:
Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
99 x78 |
99 x10 |
99 x2 |
99 x12
Use the REPORT tags when posting progress reports to make life easier (:
[REPORT]Put progress report in here![/REPORT]
Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]
thank you man , Your realy Awsome ;*
INACTIVE
How-to: Make S.M.A.R.T. less laggy
Sell me your Maple Shieldbows (u)! Up to 95gp ea!
My Scripts:
Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
99 x78 |
99 x10 |
99 x2 |
99 x12
Use the REPORT tags when posting progress reports to make life easier (:
[REPORT]Put progress report in here![/REPORT]
Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]
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}
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Great script! It is working perfectly for me!
/================================================== =====\
| 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.
I'm Silent SPYSecret project: 0%Need help? Send me a PM
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.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Im in the SLR website and I can see The Silent Spinner but how do I download it?
There are currently 1 users browsing this thread. (0 members and 1 guests)