Log in

View Full Version : Silent Spinner (Color)(ObjDTM)



Pages : 1 [2] 3 4

golumpa
12-28-2011, 02:24 AM
I have an error at when it trying to spin the flax it wont find the flaxer thingy.

~golumpa

Kyle Undefined
12-28-2011, 02:25 AM
More information on the error? That would help greatly.

Press Play
12-29-2011, 08:27 AM
I have an error at when it trying to spin the flax it wont find the flaxer thingy.

~golumpa
I have a fix for the 'Not finding spinner thing'. It is just a colour issue; and I have noticed that it can not find it sometimes depending on which tile you're standing on. I'm not sure how good you are at scripting (I'll PM Silent SPY to see what he wants to do) but you'll have to change the whole FindAndClickSpinner function to:

function FindAndClickSpinner: Boolean;
var
x, y, cts, i :Integer;
TPA, TPA2: TPointArray;
ATPA, ATPA2: T2DPointArray;

begin
if not (LoggedIn) then
Exit;
if not (FindNormalRandoms) then
begin
MakeCompass('s');
Wait(RandomRange(500,750));
result:= false;
repeat
Wait(RandomRange(400, 700));
until not (IsMoving);
x:= MSCX;
y:= MSCY;
CTS:= GetColorToleranceSpeed;
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(0.03, 0.38); //CHANGED
FindColorsSpiralTolerance(x, y, TPA, 7374741, MSX1, MSY1, MSX2, MSCY, 11); //CHANGED

if Length(TPA) = 0 then
FindColorsSpiralTolerance(x, y, TPA, 6386814, MSX1, MSY1, MSX2, MSY2, 11);


ATPA:= TPAtoATPAEx(TPA, 12, 24);
for i:= 0 to High(ATPA) do
begin
MiddleTPAEx(ATPA[i], x, y);
MMouse(x, y, 2, 2);
GetMousePos(x, y);
if (WaitUpTextMulti(['Spin'], 300)) then
begin
Mouse(x, y, 0, 0, false);
if WaitOption('Spin', 300) then
begin
Writeln('Clicked Spinner..');
Result:= true;
Exit;
end;
end;
Wait(RandomRange(400, 700));
end;

SetColorSpeed2Modifiers(0.09, 0.47); // ADDED FROM HERE
FindColorsSpiralTolerance(x, y, TPA2, 6653085, MSX1, MSY1, MSX2, MSCY, 11);

ATPA2:= TPAtoATPAEx(TPA2, 12, 24);
for i:= 0 to High(ATPA2) do
begin
MiddleTPAEx(ATPA2[i], x, y);
MMouse(x, y, 2, 2);
GetMousePos(x, y);
if (WaitUpTextMulti(['Spin'], 300)) then
begin
Mouse(x, y, 0, 0, false);
if WaitOption('Spin', 300) then
begin
Writeln('Clicked Spinner..');
Result:= true;
Exit;
end;
end;
Wait(RandomRange(400, 700));
end;

end;
end;

Note: I had the same problem and this has currently fixed it! It is now running:
/================================================== =====\
| Finishing load #9
| Running for..17 Minutes and 38 Seconds
| Strings made = 252
| Experience gained...3780
| Levels gained.......1
\================================================= ======/

EDIT: This fix that I implemented seems to fix the small trip in the script -
/================================================== =====\
| Finishing load #101
| Running for..3 Hours, 25 Minutes and 56 Seconds
| Strings made = 2800
| Experience gained...42420
| Levels gained.......3
\================================================= ======/
It's just colour issues; Silent SPY's scripting methods are flawless! :D

lotery33
12-29-2011, 04:57 PM
takes a while finding the spinning wheel
also randomly stops after spinning 11 flax and doesent do anything

Weinstein
12-29-2011, 10:33 PM
This is an awesome script I can run it for hours flawlessly made 20k bs in 1 day Thank you Silent Spy.

Silent
12-29-2011, 11:09 PM
I have a fix for the 'Not finding spinner thing'. It is just a colour issue; and I have noticed that it can not find it sometimes depending on which tile you're standing on. I'm not sure how good you are at scripting (I'll PM Silent SPY to see what he wants to do) but you'll have to change the whole FindAndClickSpinner function to:

snipped

Note: I had the same problem and this has currently fixed it! It is now running:
/================================================== =====\
| Finishing load #9
| Running for..17 Minutes and 38 Seconds
| Strings made = 252
| Experience gained...3780
| Levels gained.......1
\================================================= ======/

EDIT: This fix that I implemented seems to fix the small trip in the script -
/================================================== =====\
| Finishing load #101
| Running for..3 Hours, 25 Minutes and 56 Seconds
| Strings made = 2800
| Experience gained...42420
| Levels gained.......3
\================================================= ======/
It's just colour issues; Silent SPY's scripting methods are flawless! :D

Thanks Dazzn, I'll probably implement that fix, I saw your Pm also :)


takes a while finding the spinning wheel
also randomly stops after spinning 11 flax and doesent do anything

Could you post the debug log? That would be helpful :)

Did you change the load amount? I believe the default load amount is somewhere around 11k flax if my memory is correct.


This is an awesome script I can run it for hours flawlessly made 20k bs in 1 day Thank you Silent Spy.

That makes me happy, you're very welcome! Thanks for the feedback :)

Sulferx
12-30-2011, 10:33 PM
rying 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]

I know someone already posted. just letting you know multi people getting the same error, gotten it a couple times :)

just letting you know I get the same error as well.

pretty excited for this script, thanks for your work :)

CreaShun
12-30-2011, 11:13 PM
just letting you know I get the same error as well.

pretty excited for this script, thanks for your work :)


Getting the same error as well, Just started happening today for me, Couple of days ago i ran the script and it was flawless for 4+ hours.

Thank you for the great script:)

EDIT: Once it gets stuck on the "following DTMs and bitmaps" Line #325 gets highlighted to orange, Hope that helps. Here's the line:
MinTP := IntToPoint(MiddleTPA(ATPA[0]).x, MiddleTPA(ATPA[0]).y);

Silent
12-31-2011, 12:00 AM
Getting the same error as well, Just started happening today for me, Couple of days ago i ran the script and it was flawless for 4+ hours.

Thank you for the great script:)

EDIT: Once it gets stuck on the "following DTMs and bitmaps" Line #325 gets highlighted to orange, Hope that helps. Here's the line:
MinTP := IntToPoint(MiddleTPA(ATPA[0]).x, MiddleTPA(ATPA[0]).y);

I finally figured out what is causing this! Thanks for the feedback

Press Play
12-31-2011, 12:03 AM
^^ That only happened to me when I was at the Spinner and not at the bank. When I manually walked to the bank aahahah. And by the way, my code fix is really messy from above. You should look through it. It was only meant to be temporary :)

Silent
12-31-2011, 12:30 AM
^^ That only happened to me when I was at the Spinner and not at the bank. When I manually walked to the bank aahahah. And by the way, my code fix is really messy from above. You should look through it. It was only meant to be temporary :)

Alright I will. Yeah, that error is caused when the character isn't actually at the bank. :duh:

Time for some fail-safes!

CreaShun
12-31-2011, 01:28 AM
Alright I will. Yeah, that error is caused when the character isn't actually at the bank. :duh:

Time for some fail-safes!

w00t w00t, I'm learning so much from this script, One day i might be able to create my own. I wish i started young though:(

dead4lyfe
12-31-2011, 03:11 AM
please just help me instead of redirecting me to some other thread. Basically i've downloaded the script, when you click on the download script Simba opens up but i when i put my details in and press the play button the script works but it doesnt enter my details and tells me that there are no stats saved wtf. please don't send me somewhere else like everyone else does help me please thank you.

euphemism
12-31-2011, 03:28 AM
please just help me instead of redirecting me to some other thread. Basically i've downloaded the script, when you click on the download script Simba opens up but i when i put my details in and press the play button the script works but it doesnt enter my details and tells me that there are no stats saved wtf. please don't send me somewhere else like everyone else does help me please thank you.

People redirect you to other threads because those other threads contain the answers you seek. If you would read the threads they linked to, more often than not, your questions would be answered. Those other threads exist as central places to answer the questions that get asked over and over again. If you would post what is printed in the debug box, we may be able to help you.

Silent
12-31-2011, 04:04 AM
please just help me instead of redirecting me to some other thread. Basically i've downloaded the script, when you click on the download script Simba opens up but i when i put my details in and press the play button the script works but it doesnt enter my details and tells me that there are no stats saved wtf. please don't send me somewhere else like everyone else does help me please thank you.

What you are talking about is it asking you for SRL stats. It's a separate account from your forum one, and should be created at stats.villavu.com. I ask you to fill that in because it helps me keep track of how the script is doing. It doesn't collect your username, password, or anything like that. If you want to see what it collects, look at the master progress report in the first post.

I hope this answers your question

dead4lyfe
12-31-2011, 10:26 AM
i'm sorry, i got it to work and then it did 6k flax overnight amazing script.

Kyle Undefined
12-31-2011, 03:36 PM
Awesome job!


/================================================== =====\
| Finishing load #102
| Running for..3 Hours, 15 Minutes and 0 Seconds
| Strings made = 2856
| Experience gained...42840
| Levels gained.......26
\================================================= ======/

TheHoac
12-31-2011, 10:42 PM
Nvm fixed it

Kyle Undefined
01-01-2012, 03:02 AM
Just finished my 10k flax! Never messed up, except for that one issue with banking that you fixed in IRC. Love this script! :D Got me from level 10 to level 54!

http://puu.sh/c53s

Also, just noticed the stats page. Crafting EXP (Gained) : 9453360!!! HOLY!

Press Play
01-01-2012, 05:03 AM
^^ I got from level 10 to 58 crafting all with this script :D so that must mean I've done more than 10k flax :O

kuiper
01-01-2012, 07:08 AM
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]

I getting this alot.

And its taking 20-30 seconds some times to find the spinner. Could you speed it up?

Kyle Undefined
01-01-2012, 07:31 AM
It never took that long for me, are you sure you set everything up correctly?

Silent
01-01-2012, 07:46 AM
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]

I getting this alot.

And its taking 20-30 seconds some times to find the spinner. Could you speed it up?

I have a fix for that first error that will be going up tomorrow, along with an SRL 5 version of this.

chelmid
01-01-2012, 11:32 AM
Banking problems:
Trying to open the bank: 1 out of 11
Error: Out Of Range at line 324
The following DTMs were not freed: [SRL - Mod bitmap, SRL - Admi
n bitmap, SRl - Flag bitmap]

Silent
01-01-2012, 12:11 PM
Banking problems:
Trying to open the bank: 1 out of 11
Error: Out Of Range at line 324
The following DTMs were not freed: [SRL - Mod bitmap, SRL - Admi
n bitmap, SRl - Flag bitmap]

Temp fix. Replace the entire banking function with this:

function Banking: Boolean;
var
p, t, w: Integer;

begin
if not LoggedIn then
Exit;
Result:= false;
t := 0; //Tries starts at zero
repeat
Inc(t);
SetAngle(SRL_ANGLE_HIGH);
Writeln('Trying to open the bank: ' + IntToStr(t) + ' out of 11');
MakeCompass('s');
if not (OpenLumbridgeBank) then
begin
Writeln('Method one failed, trying method two.');
Writeln('Opening bank failed, trying again');
if not OpenBankNPC then
if not OpenBankFast('lb') then
begin
Continue;
end;
end;

Wait(Random(700));
until BankScreen or PinScreen or (t > 10);

if PinScreen then
begin
p := 0;
repeat
InPin(Players[0].Pin);
Inc(p)
until BankScreen or (p > 0) or not (LoggedIn);
end;

if BankScreen then
begin
Writeln('Opened the bank...');
FixBankTab;
DepositAll;
repeat
WithdrawMaterial;
Inc(w);
until (InvCount > 27) or (w > 5)
if (InvCount > 27) then
begin
MakeCompass('n');
Wait(RandomRange(400, 500));
Result:= true;
end else
begin
Writeln('Getting '+ Players[CurrentPlayer].Strings[1] + ' failed');
CloseBank;
Logout;
Exit;
end;
end;
end;

robkar32
01-01-2012, 12:40 PM
Fails alot to open the bank. It needs to try several times.

Silent
01-01-2012, 07:40 PM
Fails alot to open the bank. It needs to try several times.

Are you using the fix I posted on the last page?

Marwan96
01-01-2012, 07:56 PM
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 ''

Press Play
01-01-2012, 08:17 PM
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

Marwan96
01-01-2012, 09:02 PM
thank you man , Your realy Awsome ;*

Press Play
01-01-2012, 09:35 PM
thank you man , Your realy Awsome ;*
Just helping out ;)

dead4lyfe
01-02-2012, 02:13 AM
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.

Silent
01-02-2012, 03:39 AM
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.

Read up like 3 posts for a fix

kuiper
01-02-2012, 05:00 AM
The temp banking fix doesnt work.

chelmid
01-02-2012, 08:39 AM
After temp fix:

[Error] <616:16>: Unknown identifier 'SRL_ANGLE_HIGH' at line 615
Compiling failed

CreaShun
01-02-2012, 01:48 PM
After temp fix:

[Error] <616:16>: Unknown identifier 'SRL_ANGLE_HIGH' at line 615
Compiling failed


After temp fix:

[Error] <616:16>: Unknown identifier 'SRL_ANGLE_HIGH' at line 615
Compiling failed

Yep, same thing i get with the temp fix:)

Mr Apple
01-02-2012, 03:39 PM
/================================================== =====\
| 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!

dead4lyfe
01-02-2012, 03:56 PM
Read up like 3 posts for a fix

Silent even when i use the temporary fix, all of the things i wrote or changed have compiling errors. Thanks

Silent
01-02-2012, 09:49 PM
Silent even when i use the temporary fix, all of the things i wrote or changed have compiling errors. Thanks

hmm odd, I'll be uploading a version a little later with a vast amount of improvements, including the banking fix.

Kyle Undefined
01-02-2012, 10:12 PM
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:

{$IFDEF SRL5}
SetAngle(SRL_ANGLE_HIGH);
{$ELSE}
SetAngle(True);
{$ENDIF}

Silent
01-02-2012, 10:47 PM
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:

{$IFDEF SRL5}
SetAngle(SRL_ANGLE_HIGH);
{$ELSE}
SetAngle(True);
{$ENDIF}


dam.. I forgot that I had changed that in that fix... alright, I'm about to just push an SRL 5 version and make people get it.

Auggie
01-03-2012, 12:10 AM
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
\================================================= ======/

Silent
01-03-2012, 01:50 AM
Great script! It is working perfectly for me!

Glad to hear this :)

quazzymodem
01-03-2012, 02:15 AM
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!

Tam
01-03-2012, 09:02 PM
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.

Silent
01-03-2012, 09:48 PM
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.

Welcome to SRL.

To use this script download the attachment from the first post. Open the file in Simba, make sure you have all the proper extensions setup. (SRL, ObjDTM).

See first post if you don't know how to do this.

Da Clown
01-03-2012, 10:43 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?

Tam
01-03-2012, 10:55 PM
When I go to the second setup panel I am not finding your script, how come? what am I doing wrong? please help me

Kyle Undefined
01-03-2012, 11:00 PM
Tam, you're looking in MSI. This is a script you have to download.

Tam
01-03-2012, 11:08 PM
Im in the SLR website and I can see The Silent Spinner but how do I download it?

Giant Panda
01-04-2012, 12:49 AM
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! :)

Itankbots
01-04-2012, 12:59 AM
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

tylerbanz
01-04-2012, 02:25 AM
i got script to start but it wont run

Silent
01-04-2012, 06:31 AM
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! :)

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.


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?

It asks for your SRL Stats username, which is a separate thing, see the OP.


When I go to the second setup panel I am not finding your script, how come? what am I doing wrong? please help me

Im in the SLR website and I can see The Silent Spinner but how do I download it?

The script is at the bottom of the first post. It's a .Simba file that is attached.


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

Good to hear it works so well for you :). If you ever need help scripting, let me know.


i got script to start but it wont run

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.

tylerbanz
01-04-2012, 05:04 PM
i solved the problem had screen size on custom and not fixed. btw ran the bot for 7 hourse great script =)

tylerbanz
01-04-2012, 05:16 PM
^ that the script needs fix they added an empty coin pouch button to inventory.and the click is off by about a cm now

Tam
01-04-2012, 05:20 PM
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?

Kyle Undefined
01-04-2012, 05:22 PM
http://villavu.com/forum/showpost.php?p=881685&postcount=8

Go to: C:\Simba\Includes\SRL\SRL\core\bank.scar and replace that function with what I posted.

Tam
01-04-2012, 05:29 PM
http://villavu.com/forum/showpost.php?p=881685&postcount=8

Go to: C:\Simba\Includes\SRL\SRL\core\bank.scar and replace that function with what I posted.

Im sorry to bother you again, but how do you go there and do it?

Kyle Undefined
01-04-2012, 05:33 PM
I just told you how.

Tam
01-04-2012, 05:36 PM
I just told you how.

But where shall I put that code in? in the silentspy's script?

eljb1234
01-04-2012, 05:53 PM
http://villavu.com/forum/showpost.php?p=881685&postcount=8

Go to: C:\Simba\Includes\SRL\SRL\core\bank.scar and replace that function with what I posted.

Kyle Undefined thanks a lot mate, really helped me here :D

Kyle Undefined
01-04-2012, 06:01 PM
Go to: C:\Simba\Includes\SRL\SRL\core\bank.scar and replace that function with what I posted.

I told you in the original post.

lostprophetsown
01-04-2012, 07:51 PM
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.php?p=881931#post881931

Herosoul
01-04-2012, 10:39 PM
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:


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]

Just as a last note, I don't know anything about coding so sorry if I'm not making sense with this lol.

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 :)

Kajutsky
01-04-2012, 10:46 PM
do i need to update my simba version?

jozz
01-04-2012, 11:00 PM
All time


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.

Inception
01-05-2012, 03:46 AM
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.


..........
FixBankTab;
//DepositAll;

InvMouse(1,2);
Wait(100);
WaitOptionMulti(['t-All', 'ancel'], 1500);

repeat
......

Silent
01-05-2012, 04:22 AM
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.


..........
FixBankTab;
//DepositAll;

InvMouse(1,2);
Wait(100);
WaitOptionMulti(['t-All', 'ancel'], 1500);

repeat
......

This is fixed in the version I'm working on right now. I would just release it, but I'm taking care of a few other bugs I found, plus adding fail-safes.

dead4lyfe
01-05-2012, 08:50 PM
This is fixed in the version I'm working on right now. I would just release it, but I'm taking care of a few other bugs I found, plus adding fail-safes.

Is there an estimated release time, this temporary fix doesn't work for me :)

dead4lyfe
01-05-2012, 09:00 PM
This is fixed in the version I'm working on right now. I would just release it, but I'm taking care of a few other bugs I found, plus adding fail-safes.

and this may not be to do with your script but, could you help me out a bit, i cannot use the script as i keep getting this.

Exception in Script: Unable to find file 'srl/srl/misc/smart.scar' used from ''

Kajutsky
01-05-2012, 10:10 PM
does flax give more xp and profit or does wool?

Kyle Undefined
01-05-2012, 11:07 PM
Flax, by far.

Silent
01-05-2012, 11:19 PM
Flax, by far.

Indeed!

Also...

V 1.2.0 Major update: Latest Version!

Updated for SRL 5
Added Dynamic Location fixer
Spinner fixes
Bank Fixes
More Minor bug fixes

Press Play
01-05-2012, 11:48 PM
YAY! Going to have a proggy for you soon hopefully :D

jozz
01-06-2012, 12:04 AM
Hähh


Flag distance reached.
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 39 Seconds
| Strings made = 0
| Experience gained...420
| Levels gained.......0
\================================================= ======/
Successfully executed.

Silent
01-06-2012, 12:50 AM
Hähh

That with the latest version?

Kyle Undefined
01-06-2012, 03:20 AM
One little error, don't know if it's possible to check. But, when it comes out of a solved random, it doesn't continue the spinning.

Silent
01-06-2012, 07:02 AM
One little error, don't know if it's possible to check. But, when it comes out of a solved random, it doesn't continue the spinning.

Well, it should have gone back to spinning... I have the code there.

I've added an additional fail-safe and I'm adding one other minor bug fix you mentioned.

jozz
01-06-2012, 10:13 AM
That with the latest version?

Yes

Heya69
01-06-2012, 11:09 AM
Whats up with the ObjectDMTIncludeRemote?

Kajutsky
01-06-2012, 12:21 PM
how do i delete this post?

Kajutsky
01-06-2012, 12:22 PM
btw how much is 1 flax and xp each?

chelmid
01-06-2012, 12:47 PM
W00t W00t it finally doesn't fail banking!!!!

sometimes it takes a while to go up the stairs.

Kyle Undefined
01-06-2012, 02:23 PM
Here's a proggy from new version:


/================================================== =====\
| Finishing load #192
| Running for..6 Hours, 2 Minutes and 49 Seconds
| Strings made = 5348
| Experience gained...80640
| Levels gained.......1
\================================================= ======/

quazzymodem
01-06-2012, 09:16 PM
I was using the old version (didnt relise there was an update) it worked fine but when it went to deposit the strings I didnt see it click the money pouch button and was like "whoa where did i get all the money from" when I went to check on it ahahaha new version is working nicely though :)

Kajutsky
01-06-2012, 09:30 PM
omgeeeeeeeeeeee it is actually working like a bawss!
how do u get the bot to bank?
i had full invo off flax and it banked it and was pressing on bob tab :S
what do i do?
where do i put flax?:fiery:

Kajutsky
01-06-2012, 09:48 PM
omfg no1 told me how to delete double post :(

Silent
01-06-2012, 10:15 PM
Whats up with the ObjectDMTIncludeRemote?

what do you mean?


btw how much is 1 flax and xp each?

one flax costs around 60gp and gets 15xp


Here's a proggy from new version:


/================================================== =====\
| Finishing load #192
| Running for..6 Hours, 2 Minutes and 49 Seconds
| Strings made = 5348
| Experience gained...80640
| Levels gained.......1
\================================================= ======/


awesome! notice any bugs?


I was using the old version (didnt relise there was an update) it worked fine but when it went to deposit the strings I didnt see it click the money pouch button and was like "whoa where did i get all the money from" when I went to check on it ahahaha new version is working nicely though :)

hehe, glad the new one is working.


omgeeeeeeeeeeee it is actually working like a bawss!
how do u get the bot to bank?
i had full invo off flax and it banked it and was pressing on bob tab :S
what do i do?
where do i put flax?:fiery:

You can't delete your own posts btw. Have the flax visible anywhere in the first bank tab.

Heya69
01-06-2012, 11:24 PM
Everytime I run your script my antivirus picks up http://alt-f4.co.cc/objdtm/ObjDTMIncludeRemote.txt at IP address:69.89.18.39

Inception
01-06-2012, 11:33 PM
The BreakTime method should be changed up a bit. Right now it will run until the initial time before break, then come back after the break, do two loads and break again. Should be a pretty straight forward fix.

Kyle Undefined
01-06-2012, 11:38 PM
I didn't notice any bugs, but I was sleeping so :p

Heya69, that's the ObjectDTM include auto updater, nothing to worry about.

CreaShun
01-07-2012, 03:39 AM
Everytime it goes to the bank, It gets stuck at "Empty your money pouch into bank" and the script doesn't move.

Silent
01-07-2012, 03:52 AM
Everytime it goes to the bank, It gets stuck at "Empty your money pouch into bank" and the script doesn't move.

Make sure your SRL is updated, and make sure you are using the latest version. This has been resolved.

Edit:
@heya69, you can look over the source if you like. I don't do anything with your player information other than use it in the script. That URL is simply for checking the version of the ObjDTM Include, which isn't written or maintained by me. You can view it's source too. Just search for the URL you linked being a problem, and see if you find anything problematic. :)

CreaShun
01-07-2012, 03:56 AM
Make sure your SRL is updated, and make sure you are using the latest version. This has been resolved.

I updated everything and it still doesn't work:(

Silent
01-07-2012, 04:08 AM
The BreakTime method should be changed up a bit. Right now it will run until the initial time before break, then come back after the break, do two loads and break again. Should be a pretty straight forward fix.

I haven't extensively tested the break system. I will look into that.


I updated everything and it still doesn't work:(

Try the fix that Kyle posted then. I know there is also a tutorial in the Runescape Scripts section at the bottom.

Kyle Undefined
01-07-2012, 04:33 AM
Go to SRL -> Settings -> Override Update.
Then, SRL -> Update.

VillaVuFTW
01-07-2012, 09:03 AM
Stuck at Withdrawing >.<

Hovers over Tab(4)

chaoose
01-07-2012, 09:06 AM
mm, i dont understand where to implement the objdtm and also it says it fails whilst compiling

Silent
01-07-2012, 09:09 AM
Stuck at Withdrawing >.<

Hovers over Tab(4)

Try selecting your first bank tab? Make sure the flax is visible.

VillaVuFTW
01-07-2012, 09:27 AM
It is first tab, it is visible
EDIT
Fixed by Removing
FindItem(x, y, 'dtm', Mat, MSX1, MSY1, MSX2, MSY2, [0]);
Withdraw(BankSlotX, BankSlotY, 28);
Result := true;
Wait(Random(700));
Inc(d);
Writeln('attempting to get ' + Players[0].Strings[1] +' ... Try Number:' + IntToStr(d));
until IsUpTextMultiCustom([UpText]) or (d = 9);
Wait(RandomRange(500, 700));
if IsUpTextMultiCustom([UpText]) then
from the WithdrawMaterial
Method

Well I actually removed your custom Withdraw Method, since it didn't work for me.. and added the BankSlotX and BankSlotY Method (:

Kyle Undefined
01-07-2012, 03:08 PM
Whoooooooooooooo!! :D

http://puu.sh/cGp2
http://puu.sh/cGp8

All from your spinner :)

butterlyr
01-07-2012, 04:40 PM
Stuck at Withdrawing >.<

Hovers over Tab(4)

Is the item in Tab 4 a similar colour to the flax? If so that's the problem, I had the same one myself, took me a while to figure it out, constantly moving stuff around the first tab of my bank :duh:



Whoooooooooooooo!! :D

http://puu.sh/cGp2
http://puu.sh/cGp8

All from your spinner :)


Nice :P

Kajutsky
01-08-2012, 05:44 AM
THIS IS MY BEST PROGGY!
/================================================== =====\
| Finishing load #173
| Running for..5 Hours, 28 Minutes and 45 Seconds
| Strings made = 4928
| Experience gained...72660
| Levels gained.......3
\================================================= ======/

hents1230
01-08-2012, 06:04 PM
somehow it gets stuck everywhere(mostly next to the spinning wheel).

Doesn't work flawlessy, but gets the job done, if u babysit it 24/7

SyntaxError1
01-08-2012, 08:33 PM
Great script mate getting back to using it full-time and looks like you've made a bunch of improvements. Looking very very nice. Had a couple 4hr+ proggies but forgot to write in my stats account.

Only thing I've noticed is that when you level up it seems to get stuck on some loop that and continues to find the spinner and hit make flax.

Silent
01-09-2012, 04:37 AM
Great script mate getting back to using it full-time and looks like you've made a bunch of improvements. Looking very very nice. Had a couple 4hr+ proggies but forgot to write in my stats account.

Only thing I've noticed is that when you level up it seems to get stuck on some loop that and continues to find the spinner and hit make flax.

It should break out of this....Odd, thanks.

DeiJaiVui
01-09-2012, 07:01 AM
What's the current/hr of this?

Kajutsky
01-09-2012, 01:33 PM
got stuck on stairs :/

Silent
01-09-2012, 07:07 PM
What's the current/hr of this?

Of what exactly? Xp, strings? or Gp? More information please.


got stuck on stairs :/

Upper or lower?

jozz
01-09-2012, 07:16 PM
What runescape graphic settings u use ?

Kyle Undefined
01-09-2012, 07:23 PM
somehow it gets stuck everywhere(mostly next to the spinning wheel).

Doesn't work flawlessy, but gets the job done, if u babysit it 24/7

It worked flawless for me, spun 55K bow strings and I didn't babysit/watch it at all. Are you using the correct graphics?


What runescape graphic settings u use ?
Safe mode, lowest quality, highest brightness. It's the same for all of our scripts.

jordi1104
01-09-2012, 08:14 PM
It should break out of this....Odd, thanks.

It's quite irritating it tries clicking the spinning wheel but does not see it is already spinning wich at lower lvl's when you continually lvl up isn't handy hope you can somehow fix this.

DeiJaiVui
01-10-2012, 12:40 AM
Of what exactly? Xp, strings? or Gp? More information please.



Upper or lower?

XP and GP please.

Silent
01-10-2012, 03:47 AM
XP and GP please.

It's about 13.5k xp per hour. Gp depends on how you obtained the flax, and I really don't know.

DeiJaiVui
01-10-2012, 01:09 PM
It's about 13.5k xp per hour. Gp depends on how you obtained the flax, and I really don't know.

173,600 GP assuming that you spin 900/hr. That's pretty nice :D

Se7eN
01-10-2012, 07:04 PM
alright i'm doing something wrong here i am certain of it. it has been a long long time since i used any srl based script, and never one that used smart (on a side note i thought smart would be broken like everything else that used reflection...).

anyway the problem is as follows, simba successfully compiles the script then i get the following error.


SRL Compiled in 31 msec
SMART Initialized.
Loaded: Server 72, Members: True, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]


the script breaks on line 101 of the smart.simba file. it claims that i do not have msvcr71.dll which would be part of the microsoft C++ redistributable package (I'm currently downloading a new copy of that), it could be than benland has work to do, but it's more likely that i have messed something up along the way. we'll see if the re-install method fixes this error.

re-installing the redistributable package didn't work. i also tried manually adding the dlls to the relevant folder... no dice
im running win 7 x64 it could be that this pascal interpreter isn't compatible with 64 bit, but if its run as a 32 bit instance it shouldn't have issues...

i'm rambling at this point, if you need any more info just poke me.

-Se7eN

-edit-
i should mention that i have force updated all includes, srl, sps, msi if i knew of a way to update smart i would have done that as well, but i believe that it is packaged with simba...?

Silent
01-11-2012, 02:46 AM
alright i'm doing something wrong here i am certain of it. it has been a long long time since i used any srl based script, and never one that used smart (on a side note i thought smart would be broken like everything else that used reflection...).

anyway the problem is as follows, simba successfully compiles the script then i get the following error.


SRL Compiled in 31 msec
SMART Initialized.
Loaded: Server 72, Members: True, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]


the script breaks on line 101 of the smart.simba file. it claims that i do not have msvcr71.dll which would be part of the microsoft C++ redistributable package (I'm currently downloading a new copy of that), it could be than benland has work to do, but it's more likely that i have messed something up along the way. we'll see if the re-install method fixes this error.

re-installing the redistributable package didn't work. i also tried manually adding the dlls to the relevant folder... no dice
im running win 7 x64 it could be that this pascal interpreter isn't compatible with 64 bit, but if its run as a 32 bit instance it shouldn't have issues...

i'm rambling at this point, if you need any more info just poke me.

-Se7eN

-edit-
i should mention that i have force updated all includes, srl, sps, msi if i knew of a way to update smart i would have done that as well, but i believe that it is packaged with simba...?

Have a look at this tutorial:
http://villavu.com/forum/showthread.php?t=58812

Herosoul
01-11-2012, 07:27 AM
EDIT: The first issue has been resolved, however with the update of DTM, a new error has risen in the script

I get
[Error] (674:7): Unknown identifier 'ClearRSCanvas' at line 673
Compiling failed.

I can get around it, I just thought I'd let you know.

Vadovan
01-11-2012, 07:58 AM
EDIT: The first issue has been resolved, however with the update of DTM, a new error has risen in the script

I get

I can get around it, I just thought I'd let you know.

Feel free to share how you get around it :spot:

Se7eN
01-11-2012, 08:46 AM
so thanks silent spy that fixed me up but now like the two people above me i am having the
[Error] (674:7): Unknown identifier 'ClearRSCanvas' at line 673 error. so just commenting out the line doesn't really fix the problem but it does produce a different error.
-Se7eN

euphemism
01-11-2012, 09:13 AM
Just comment that line out, or replace it with 'SMART_ClearCanvas;'. SRL removed that procedure with the last update. Silent SPY will get around to fixing it.

Herosoul
01-11-2012, 09:16 AM
Sorry lol, I forgot to include how I fixed it in my post. All you have to do is remove the text in line 673 and type
SMART_ClearCanvas; Instead.

Edit:Ninja'd =O

loser69
01-11-2012, 01:46 PM
First time I started this script it ran flawless for 5 hours but everytime after it only lasts around 40 minutes before getting stuck, regardless its a good script.

Vadovan
01-11-2012, 01:51 PM
The script appears to be broken as of now. It won't bank properly nor will it withdraw flax from the bank properly. Wait for fix. :spongebob:

Silent
01-11-2012, 03:16 PM
Just comment that line out, or replace it with 'SMART_ClearCanvas;'. SRL removed that procedure with the last update. Silent SPY will get around to fixing it.

Coh3n put it back in it looks like.... So now I'm getting duplicate identifiers...
Which sucks, so I guess now I get to wait for the next update eh?


The script appears to be broken as of now. It won't bank properly nor will it withdraw flax from the bank properly. Wait for fix. :spongebob:

Could you give a little more information? What happens when it attempts to do these things? I'm not running this 24/7, I rely on you guys giving me good feedback to fix :).

Thanks everyone for the feedback, I'm trying to get this thing resolved.

EDIT: Had to force update my ObjDTM, now it works.

I'll upload later, I have to go right now.

euphemism
01-11-2012, 03:41 PM
Heh, yeah, the method of updating is not without limitations. Thanks to Dgby714's help there is an updater extension now, which will solve issues like these. :)

Vadovan
01-11-2012, 04:14 PM
Thanks everyone for the feedback, I'm trying to get this thing resolved.

EDIT: Had to force update my ObjDTM, now it works.

I'll upload later, I have to go right now.

Sounds awesome :wub:
Hope you can get it up soon :blushing:
Perfect script overall!

Silent
01-11-2012, 05:14 PM
Heh, yeah, the method of updating is not without limitations. Thanks to Dgby714's help there is an updater extension now, which will solve issues like these. :)

You got an extension now? Where Can I find it? Sounds sexy...


Sounds awesome :wub:
Hope you can get it up soon :blushing:
Perfect script overall!

Updated:

V 1.2.2 Minor Key update: Latest Version!

Fixed an issue with ObjDTM include. Make sure you are running the latest (ObjDTM) version (91+)

uujee4
01-11-2012, 05:26 PM
[Error] (674:7): Unknown identifier 'ClearRSCanvas' at line 673
Compiling failed.
:fiery:

euphemism
01-11-2012, 05:34 PM
You got an extension now? Where Can I find it? Sounds sexy...



Updated:

V 1.2.2 Minor Key update: Latest Version!

Fixed an issue with ObjDTM include. Make sure you are running the latest (ObjDTM) version (91+)


Yer, it's attached to the project thread. The files the updater uses are hosted by you, I forgot to ask. :redface:

Blackpea
01-11-2012, 05:36 PM
The newest version 1.2.2 isn't working for me, the script runs fine logging me in but when actually in runescape fails to work at all e.g. cannot click to open bank.

Inception
01-11-2012, 05:44 PM
The newest version 1.2.2 isn't working for me, the script runs fine logging me in but when actually in runescape fails to work at all e.g. cannot click to open bank.

I think this has to do with the new Rs update. Check out this topic for a fix: http://villavu.com/forum/showthread.php?p=889572

Blackpea
01-11-2012, 05:54 PM
I think this has to do with the new Rs update. Check out this topic for a fix: http://villavu.com/forum/showthread.php?p=889572

Thank you so much, it works perfectly now! :)

Poofhead
01-12-2012, 02:33 AM
[Error] (674:7): Unknown identifier 'ClearRSCanvas' at line 673
Compiling failed.
:fiery:

I am getting the same as you and I've done everything I can think of to fix it.

euphemism
01-12-2012, 02:37 AM
I am getting the same as you and I've done everything I can think of to fix it.

Please see the top of this page for fix, or download latest version.

Silent
01-12-2012, 06:49 AM
Please see the top of this page for fix, or download latest version.

^^ This.

Get the extension from the link in the first post.

Jhangir
01-12-2012, 10:05 PM
/================================================== =====\
| Finishing load #191
| Running for..6 Hours, 2 Minutes and 56 Seconds
| Strings made = 5572
| Experience gained...80220
| Levels gained.......3
\================================================= ======/
Successfully executed.

Record for most strings made do I get to be on first page!?!

Herosoul
01-13-2012, 01:05 AM
Got flax!
Walking to the stairs
Found Object DTM, walking.
Flag distance reached.
Found Object DTM, walking.
Flag distance reached.
Finding Spinner failed a second time, quiting.


This just started happening to me since I updated the DTM to 92 just now. The character will get down to the spinner wheel, but fails to find it. Ran the script 3 times just to be sure and he failed to find it each time.

EDIT: Ok I ran the script one more time for the heck of it and he found the wheel this time. Will keep you updated if he fails to find the wheel.

EDIT2: Alright, never mind. He's been going for about 45 minutes now with no further problems so I think it's safe to say that the script is still working fine.

Silent
01-13-2012, 02:47 AM
/================================================== =====\
| Finishing load #191
| Running for..6 Hours, 2 Minutes and 56 Seconds
| Strings made = 5572
| Experience gained...80220
| Levels gained.......3
\================================================= ======/
Successfully executed.

Record for most strings made do I get to be on first page!?!

I'll probably add it yeah. nice report!


This just started happening to me since I updated the DTM to 92 just now. The character will get down to the spinner wheel, but fails to find it. Ran the script 3 times just to be sure and he failed to find it each time.

EDIT: Ok I ran the script one more time for the heck of it and he found the wheel this time. Will keep you updated if he fails to find the wheel.

EDIT2: Alright, never mind. He's been going for about 45 minutes now with no further problems so I think it's safe to say that the script is still working fine.

glad it started working.. wonder what happened the first two times. it wouldn't be objdtm's fault..

Inception
01-13-2012, 04:07 AM
This just started happening to me since I updated the DTM to 92 just now. The character will get down to the spinner wheel, but fails to find it. Ran the script 3 times just to be sure and he failed to find it each time.

EDIT: Ok I ran the script one more time for the heck of it and he found the wheel this time. Will keep you updated if he fails to find the wheel.

EDIT2: Alright, never mind. He's been going for about 45 minutes now with no further problems so I think it's safe to say that the script is still working fine.

Maybe a poor connection?

Herosoul
01-13-2012, 05:03 AM
Maybe a poor connection?

It could have been. I wasn't watching it completely at the time so I'm not positive as to why it was doing that. I just know that each time I logged back in, my character was right next to the spinning wheel but never actually found it. It's been working fine now for several hours so it was definitely some glitch on my end from what I can gather.

Silent
01-13-2012, 07:56 AM
It could have been. I wasn't watching it completely at the time so I'm not positive as to why it was doing that. I just know that each time I logged back in, my character was right next to the spinning wheel but never actually found it. It's been working fine now for several hours so it was definitely some glitch on my end from what I can gather.

Interesting... Lag could cause a failure of it the first time, but it should still gather the point information on the second attempt.... Well, whatever as long as it's working for you now.

Se7eN
01-13-2012, 08:29 AM
so i finally got this working, it seems to have issues when performing the bored human functions where it will end up click something other than examine, or whatever option wont interrupt spinning, then upon moving will just sit there for a while, walk back to the bank, fail to open the bank then log out. it doesn't happen all of the time, I'll try to pin down which of the bored human case statements is doing it but no guarantees. thought you should know, other than that this seems to work quite well.

-Se7eN

Silent
01-13-2012, 02:06 PM
so i finally got this working, it seems to have issues when performing the bored human functions where it will end up click something other than examine, or whatever option wont interrupt spinning, then upon moving will just sit there for a while, walk back to the bank, fail to open the bank then log out. it doesn't happen all of the time, I'll try to pin down which of the bored human case statements is doing it but no guarantees. thought you should know, other than that this seems to work quite well.

-Se7eN

Interesting... I don't know why that would stop it...but if it's giving you that much trouble just replace all BoredHuman with RandomMovement and you should be good to go.

Se7eN
01-13-2012, 06:34 PM
/================================================== =====\
| Finishing load #155
| Running for..5 Hours, 9 Minutes and 4 Seconds
| Strings made = 4928
| Experience gained...65100
| Levels gained.......21
\================================================= ======/

so far so good however i do note that i didn't actually gain 21 levels rather i gained 7... it appears to be multiplying...by 3. other than that works great.

-Se7eN

lzDylanzl
01-13-2012, 08:29 PM
this is the best script no proggy yet. but i ran yesterday for 2hrs i started again this morning and been running for 2hrs 40mins and 2.6k string so far running really good about 980strings an hour no fuck ups i didnt even have to babysit <3 will posy proggy after i finish my other 16,000flax lol

fallafil
01-13-2012, 09:48 PM
Honestly one of the best scripts on these forums. Started at level 40 and spun 20-30k flax will post a proggy of my level once i hit 70 (real close).

Silent
01-14-2012, 12:17 AM
/================================================== =====\
| Finishing load #155
| Running for..5 Hours, 9 Minutes and 4 Seconds
| Strings made = 4928
| Experience gained...65100
| Levels gained.......21
\================================================= ======/

so far so good however i do note that i didn't actually gain 21 levels rather i gained 7... it appears to be multiplying...by 3. other than that works great.

-Se7eN

Yeah that part has been having issues... Not exactly sure why.


this is the best script no proggy yet. but i ran yesterday for 2hrs i started again this morning and been running for 2hrs 40mins and 2.6k string so far running really good about 980strings an hour no fuck ups i didnt even have to babysit <3 will posy proggy after i finish my other 16,000flax lol

Honestly one of the best scripts on these forums. Started at level 40 and spun 20-30k flax will post a proggy of my level once i hit 70 (real close).

Love hearing feedback like this, glad it is working so well :)

Dion5227
01-14-2012, 05:28 PM
I think there's a bug when running this, especially at low levels, when you level up it tends to click on the wheel to spin again after clicking "click here to continue", then it clicks on the wheel, spins like two flax, then clicks on the wheel to spin again... Just thought I'd let you know.

Silent
01-14-2012, 08:49 PM
I think there's a bug when running this, especially at low levels, when you level up it tends to click on the wheel to spin again after clicking "click here to continue", then it clicks on the wheel, spins like two flax, then clicks on the wheel to spin again... Just thought I'd let you know.

Thanks. I'm aware of this issue, and I have a possible fix for it, great feedback though thank you!

lzDylanzl
01-15-2012, 05:49 PM
Thanks. I'm aware of this issue, and I have a possible fix for it, great feedback though thank you!

bot runs to the spinner and logs out randomly just started happening to me...

fallafil
01-16-2012, 06:54 PM
Script is broken cause there's a new graphic update.

Desperate
01-16-2012, 07:19 PM
Yep its broken, cant find banker here. When I have opened bank, he can't withdraw flax. He logs out instantly.

Germs
01-16-2012, 08:35 PM
Yep its broken, cant find banker here. When I have opened bank, he can't withdraw flax. He logs out instantly.

Broken due to update, i imagine it will be fixed soon.

Silent
01-16-2012, 11:54 PM
bot runs to the spinner and logs out randomly just started happening to me...


Script is broken cause there's a new graphic update.


Yep its broken, cant find banker here. When I have opened bank, he can't withdraw flax. He logs out instantly.


Broken due to update, i imagine it will be fixed soon.

All should be fixed now, SRL updated. Let me know if you guys are still having issues.

aspire
01-17-2012, 02:40 AM
it doesn't click on the spinning wheel then it logs out

EDIT: YA nvm I just restarted Simba and it works great now thanks.

Overtime
01-17-2012, 03:39 AM
Working fine for me aspire. Make sure you have everything updated.


Did a 6hour run after the update when ChooseFont was updated and it started working.

rsfan123
01-17-2012, 11:20 AM
when compiling/starting i get this:
Exception in Script: Unable to find file 'srl/srl/misc/smart.simba' used from ''
sorry, first time using simba. if i figure it out myself ill post back

Desperate
01-17-2012, 12:34 PM
Working perfectly fine for me now! Thanks!

Silent
01-17-2012, 01:55 PM
when compiling/starting i get this:
Exception in Script: Unable to find file 'srl/srl/misc/smart.simba' used from ''
sorry, first time using simba. if i figure it out myself ill post back

You need to setup the SRL library (http://villavu.com/forum/showthread.php?t=47714)


Working perfectly fine for me now! Thanks!

Great to hear!

dead4lyfe
01-17-2012, 05:17 PM
it's works well for me, but every level up, i get it every two or so flax it presses bow string on the spinner again, it gets done but if you're a low level it will take a bit longer. because it will be pressing spin again and again untill the flax in your inventory is finished.

Inception
01-17-2012, 08:13 PM
it's works well for me, but every level up, i get it every two or so flax it presses bow string on the spinner again, it gets done but if you're a low level it will take a bit longer. because it will be pressing spin again and again untill the flax in your inventory is finished.

I'm pretty sure this is an SRL error in LevelUp. If you are skilled in scripting, you could add a Boolean variable to bypass the LevelUp check after you have leveled up that load, then reset the variable for the next load.

Silent
01-17-2012, 10:54 PM
I'm pretty sure this is an SRL error in LevelUp. If you are skilled in scripting, you could add a Boolean variable to bypass the LevelUp check after you have leveled up that load, then reset the variable for the next load.

Eh... It's kind of my bad too. It should have broken out of this loop but for some reason it doesn't, it's fixed in the next version.

chulo14
01-18-2012, 08:38 AM
just wondering if this is normal, this script usually only runs for like 30 mins and then for no apparent reason it just logs me out or crashes. what could be the problem?

Silent
01-18-2012, 02:11 PM
just wondering if this is normal, this script usually only runs for like 30 mins and then for no apparent reason it just logs me out or crashes. what could be the problem?

It's not normal. Are you getting a specific error? Where is your character when it logs you out each time? Can you get me the debug log?

Ziggaa
01-19-2012, 02:27 PM
Can't get this to work, Cause i don't know how it works.. Tried folowing the steps on the ObjDTMInclude thread.. But still don't get it, isn't there a guide somewhere?

Kyle Undefined
01-19-2012, 02:48 PM
Can't get this to work, Cause i don't know how it works.. Tried folowing the steps on the ObjDTMInclude thread.. But still don't get it, isn't there a guide somewhere?

It's pretty self explanatory. Download the ObjectDTM.sex file, move that file to your Extensions folder in /Simba/Extensions/, restart Simba, Go to View -> Extensions, enable the ObjectDTM, then do ODTM -> Check For Update.

Ziggaa
01-19-2012, 03:33 PM
It's pretty self explanatory. Download the ObjectDTM.sex file, move that file to your Extensions folder in /Simba/Extensions/, restart Simba, Go to View -> Extensions, enable the ObjectDTM, then do ODTM -> Check For Update.

I've done all that, but from there.. What do I have to do? It's not like the other scripts.

Wentwrong
01-19-2012, 04:19 PM
It just stops at the spinner. :( I've tried restarting and all, why doesn't it work?! :<

Silent
01-19-2012, 04:41 PM
It just stops at the spinner. :( I've tried restarting and all, why doesn't it work?! :<

Debug log please?

Wentwrong
01-19-2012, 04:56 PM
Debug log please?

I reinstalled my Simba, seems to work now, EXCEPT for one new glitch I suppose is caused by the new graphical update, when you level it just keeps trying to press make all again and cannot find the button and then logs out. :(

Silent
01-19-2012, 10:29 PM
I reinstalled my Simba, seems to work now, EXCEPT for one new glitch I suppose is caused by the new graphical update, when you level it just keeps trying to press make all again and cannot find the button and then logs out. :(

They changed the level up thing again?

Itankbots
01-20-2012, 01:16 AM
Yeah i can send u screenie if u want

Silent
01-20-2012, 01:55 AM
Yeah i can send u screenie if u want

If you wouldn't mind, thank you!

Wentwrong
01-20-2012, 01:32 PM
It's possible to get around the level up bug by putting your chat bar to Clan Chat, it doesn't notice when you level and won't mess up.

Silent
01-20-2012, 02:13 PM
It's possible to get around the level up bug by putting your chat bar to Clan Chat, it doesn't notice when you level and won't mess up.

Interesting... I never thought that the chat box settings would change the window that popped up... It's a good temp fix anyway!

nanana
01-20-2012, 09:48 PM
[Error] (674:7): Unknown identifier 'SMART_ClearCanvas' at line 673
Compiling failed.



getting this if somebody could help me i would be happy

lzDylanzl
01-20-2012, 09:51 PM
I found an error, i usually run two simba's and on my second one i run to the spinner and it wont click it this happens every once in awhile and i usually just restart the bot and it fixes i tried doing it about 10times no change idk whats wrong nothings showing in the CMD though.

nanana
01-20-2012, 09:53 PM
[Error] (674:7): Unknown identifier 'SMART_ClearCanvas' at line 673
Compiling failed.



getting this if somebody could help me i would be happy

nvm fixd it already sorry

lzDylanzl
01-20-2012, 11:26 PM
i'm still having my error :(

turdburg
01-21-2012, 12:24 AM
i cant figure out how to run this script can anyone help me?

turdburg
01-21-2012, 01:37 AM
how do i run this script?

Demondog
01-21-2012, 04:44 AM
1) Download save file in file
2) Download ObjectDTM to extensions folder
3) Restart Simba
4) Update DTM
5) Run file

This worked for me.

JackCraft
01-21-2012, 05:11 AM
How do you Download ObjectDTM to extensions folder ?
(Don't troll me i'm really new to this stuff)

Junji
01-21-2012, 05:44 AM
Nvm

serexcety
01-21-2012, 08:28 PM
does the script run? it wouldnt find the banker for me..?


nvm its running will let you know if anything happens so you can help me out.

it couldn't find the spinner, logged out.

Silent
01-22-2012, 03:11 AM
How do you Download ObjectDTM to extensions folder ?
(Don't troll me i'm really new to this stuff)

Read the first post, has very specific instructions :)


does the script run? it wouldnt find the banker for me..?


nvm its running will let you know if anything happens so you can help me out.

it couldn't find the spinner, logged out.

Try running it again, sometimes people get this bug when they first start it. It usually has no problems after that, I'm not sure what causes it in the first place.

jordi1104
01-22-2012, 05:57 PM
Scripts pretty buggy right now every now and then it gets stuck behind bank or somewhere else.

Silent
01-22-2012, 11:14 PM
Scripts pretty buggy right now every now and then it gets stuck behind bank or somewhere else.

Sounds like it's time for me to do some adjustments :)

I'll get on it.

EDIT:

I've only been running it for a few minutes, but so far I haven't noticed any odd behavior.

jordi1104
01-23-2012, 11:25 AM
Sounds like it's time for me to do some adjustments :)

I'll get on it.

EDIT:

I've only been running it for a few minutes, but so far I haven't noticed any odd behavior.

Usually only comes after about a few hours but somehow it cant bank sometimes it cant see the uptext or chooseoption i have no idea what you call it but the text when right clicking banker he can't find after a few hours.

Silent
01-24-2012, 02:26 AM
Usually only comes after about a few hours but somehow it cant bank sometimes it cant see the uptext or chooseoption i have no idea what you call it but the text when right clicking banker he can't find after a few hours.

Interesting... That would be a dynamic change of uptext in the middle of the game, nothing to do with my script directly...

atomiK
01-26-2012, 12:51 AM
this keeps popping up...

Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''

JackCraft
01-26-2012, 03:18 AM
The bot just rests at the bottom of the stairs now :l Is there a fix for this?

CreaShun
01-26-2012, 03:29 AM
The bot just rests at the bottom of the stairs now :l Is there a fix for this?

Same problem with me, I'm trying to figure out why since i didn't update the script itself. I did some editing of the code last night so i thought it was because of that but its a relief to know someone else is having the same problem:)

lzDylanzl
01-26-2012, 03:40 AM
bot i broken can't run over night now :(

emopenguin91
01-26-2012, 04:18 AM
im having the problem to :p i love this script though i was really glad someone made one i have 95 crafting and flax is the only good way to make money and get 99, the script is really good except it doesn't run that long and now it rests at the bottom of stairs, other than that i love it, keep up the good work

Herosoul
01-26-2012, 04:42 AM
Not sure what caused it, I'll look into it and see if I can figure anything out about it. But basically, the bot gets to the stairs, climbs down and then clicks rest right at the bottom of the stairs. Camera still spins and everything and the log says


Opened the bank...
Getting flax...
attempting to get flax ... Try Number:1
Found Item at Bank Slot 1.
Got flax!
Walking to the stairs
Found Object DTM, walking.
Flag distance reached.



EDIT: Here's a quick fix, I just removed the rest feature completely since my guy sits at full rest anyway while spinning flax. I'll look actually more into it though and see if I can't fix it and keep rest in there as well once I get a bit of time.

Itankbots
01-26-2012, 05:27 AM
this keeps popping up...

Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''

If you cant read the front page. dont use the script.

Also to fix the resting at button of steps bug. Just delete RestUp Procedure and it works like a charm

JackCraft
01-26-2012, 06:06 AM
Haha Thanks for the quick fix man :) I never thought of doing that. :D

lzDylanzl
01-26-2012, 05:07 PM
Just started having this issue as well. Not really sure what caused it, I'll look into it and see if I can figure anything out about it. But basically, the bot gets to the stairs, climbs down and then clicks rest right at the bottom of the stairs. Camera still spins and everything and the log says





EDIT: 13415 Here's a quick fix, I just removed the rest feature completely since my guy sits at full rest anyway while spinning flax. I'll look actually more into it though and see if I can't fix it and keep rest in there as well once I get a bit of time.

u left ur user/pass in there. someone hacked u i checked u bank for the hell of it and u was cleaned. sorry bro wish i found earlier

Itankbots
01-26-2012, 06:07 PM
Wow did not even see that because i fixed it myself without his attachment :L
SOO many people leave there passes in there :s

Edit: Changed your pass so no one else could log back into you account. Pm'd you the new one. Hopefully you didnt have much in you bank because someone cleaned it :L

Herosoul
01-26-2012, 08:39 PM
Wow lol that was so dumb of me. I completely derped and forgot to take all that out. But yeah, they cleaned me out of about 7M lol. Nothing crazy because this is just one of my lower skillers. Kind of disappointing though that someone on here would do that to me :( I had actually planned on retiring that account in 2 days since his membership is almost up. Thanks to everyone who tried to help out

It was my fault. Certainly won't happen again lol.

JackCraft
01-27-2012, 12:32 AM
I really tried to change your pass for you so it wouldn't get hacked but somone was online for the whole night :( Kinda sad that someone would hack you for doing a nice thing for the community. Sorry man

madmatt9797
01-27-2012, 02:25 AM
I'm going to be running this script for 12 hours straight. IF it turns out to work and doesnt stop mid-night then i will be posting a proggy sometime tomorrow.

jordi1104
01-27-2012, 06:45 AM
I'm going to be running this script for 12 hours straight. IF it turns out to work and doesnt stop mid-night then i will be posting a proggy sometime tomorrow.

Would be really interresting if you could run it for 12 hours straight.

JackCraft
01-27-2012, 07:30 AM
/================================================== =====\
| Finishing load #201
| Running for..6 Hours, 26 Minutes and 57 Seconds
| Strings made = 6104
| Experience gained...84420
| Levels gained.......17
\================================================= ======/
My best run sofar :)

Addyo
01-28-2012, 05:10 AM
Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''

what am i doing wrongg :(

Silent
01-28-2012, 05:21 AM
Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''

what am i doing wrongg :(

You need objDTM include, please see the first post for instructions.

Edit: Wow, I'm gone for three days and the scripts goes to hell. I'm looking into the rest issue...

Addyo
01-28-2012, 05:26 AM
wow that was a flop on my behalf... but im going to be honest with you im pretty hammed right now tryin to scritp and its nto working well

TheKhaos
01-28-2012, 08:45 PM
Thanks alot! I bought 3000 flax and realized, I needed a bot. It was a bit tricky to set up, after hours of pain it's going great :) Thanks!

Kyle Undefined
01-28-2012, 10:15 PM
Oh hey, guess what, just bought 100K more flax :p Will keep you updated.

Silent
01-29-2012, 03:04 AM
Thanks alot! I bought 3000 flax and realized, I needed a bot. It was a bit tricky to set up, after hours of pain it's going great :) Thanks!


Oh hey, guess what, just bought 100K more flax :p Will keep you updated.

Those are some large amounts of flax... Wow! Sounds like some great work for my script to do! I'm going to upload a slightly updated version soon, with that blasted level up bug fixed!

MattL191
01-29-2012, 06:19 AM
Fixed

gigahd
01-29-2012, 06:31 AM
i just hope people are selling on med-high
i cant run mines for 20 mins sometimes.

Silent
01-29-2012, 11:48 PM
i just hope people are selling on med-high
i cant run mines for 20 mins sometimes.

What happens? Debug log would help if you are having this problem consistently.

Skillz 1101
01-30-2012, 03:20 AM
Hey guys just wondering what the ban rate is like with this bot anyone? Please and thank you :)

botter5214
01-30-2012, 07:21 AM
how to fix the compiling on this SMART_DrawPolygons(False, [Polygon], clWhite);

b00mheadsh0t
01-30-2012, 02:32 PM
We are in the bank
Trying to open the bank: 1 out of 11
opened bank
Opened the bank...
Getting flax failed
Successfully executed.


misclicks the flax and stops

yep
01-30-2012, 05:47 PM
never worked last night so I'm retesting it.

emopenguin91
01-30-2012, 11:59 PM
i meant to post a proggy last night :p, the longest ive gotten it to run is 1hr 57mins but it never goes any longer, you've gotten me from 94 to 96 crafting so far though, thanks so much for this bot

b00mheadsh0t
01-31-2012, 12:56 AM
This script is really good when set up properly, runs for a good 6 hours. Guys, PLEASE, and I mean please lets all sell at mid-high!!!

Overtime
01-31-2012, 01:08 AM
I've gone from 58-79 with this script great job Silent!

Don't worry i haven't sold any of my strings yet. I have 150k flax in my bank :P

ScriptTester
01-31-2012, 01:12 AM
We are in the bank
Trying to open the bank: 1 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 2 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 3 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 4 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 5 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 6 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 7 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 8 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 9 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 10 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Trying to open the bank: 11 out of 11
Failed to find counter colors
failed to open bank
Method one failed, trying method two.
Opening bank failed, trying again
Successfully executed.

I downloaded SIMBA properly, also have SLR and ODTM fully updated.
I have downloaded the file specified in OPs post.
what it does is the camera keeps spinning until it reaches the 11 out 11 bank fails.


procedure DeclarePlayers;
begin
HowManyPlayers := 1; // Set the number of players you are using
NumberOfPlayers(HowManyPlayers); // Don't touch
CurrentPlayer := 0; // This is the player to start with; the first player will always be 0

Players[0].Name := '############'; // Username
Players[0].Pass := '############'; // Password
Players[0].Active := True; // Set to true if you want to use Player 0
Players[0].Pin := ''; // Leave blank if the player doesn't have a bank pin
Players[0].Strings[1] := 'flax'; //Type of material to spin. Acceptable inputs are...
//'wool', 'flax'
Players[0].Integers[1] := 500;//# of loads to do.
Players[0].Booleans[1] := False; //Take Breaks?
Players[0].Integers[2] := 9999; // Time before breaking ( In minutes)
end;

procedure SetupLogin;
begin
ClearDebug;
LoadObjects;
Smart_Server := 9;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
SetupSRL;
DeclarePlayers;
SetupSRLStats(296, SRLStats_User, SRLStats_Password);
LoginPlayer; // Logging in...
end;

Thanks to anyone willing to help me, I'd really like to be able to use this script bought 10k flaxs...

NOTE: I ran many other scripts (firemaking/fletching/mining/smithing).

JackCraft
01-31-2012, 02:17 PM
Need Srl update...EHHH JAGEX YOU ANNOY ME

rsfan123
01-31-2012, 04:01 PM
looks like they removed the "use quickly" option when banking

Addyo
01-31-2012, 05:54 PM
yea was just goig ot mention that..stands there for like 2 mins retrying bank booth, then finds banker. easy fix though.

vinchuan
01-31-2012, 06:15 PM
need to fix, new "bank booth" option

Kyle Undefined
01-31-2012, 06:28 PM
Just be patient.

rsfan123
02-01-2012, 01:15 AM
has it been fixed ?

CreaShun
02-01-2012, 02:29 AM
Here's a quick fix:

begin
MMouse(probBank[i].x,probBank[i].y,0,0);
if (WaitUptext('ank',500)) then
begin
//here goes all the bank stuff
for q := 0 to 3 do
begin
Mouse(probBank[i].x,probBank[i].y,0,0,mouse_right);
wait(100);
ChooseOption('ank');
if (WaitFunc(@BankScreen,100,3000)or(PinScreen)) then
begin

Replace from line 563 to line 574 with this.

This is just a shitty temp fix by me, For the real fix wait until Silent fixes it himself.

Overtime
02-01-2012, 02:30 AM
Here's a quick fix:

begin
MMouse(probBank[i].x,probBank[i].y,0,0);
if (WaitUptext('ank',500)) then
begin
//here goes all the bank stuff
for q := 0 to 3 do
begin
Mouse(probBank[i].x,probBank[i].y,0,0,mouse_right);
wait(100);
ChooseOption('ank');
if (WaitFunc(@BankScreen,100,3000)or(PinScreen)) then
begin

Replace from line 563 to line 574 with this.

This is just a shitty temp fix by me, For the real fix wait until Silent fixes it himself.

I did the same ha

CreaShun
02-01-2012, 02:31 AM
I did the same ha

I didn't think it was going to work. I guess simba chooses the closest option with that uptext on it. Lucky for a noob like me:D

Silent
02-01-2012, 07:45 AM
Working on a fix guys, I've been kind of busy with school (not an excuse, just statement). I'll get on this tomorrow! It's like 1:44 here.

Overtime
02-01-2012, 08:26 AM
All good silent, the above fix works


Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

/================================================== =====\
| Finishing load #160
| Running for..4 Hours, 59 Minutes and 42 Seconds
| Strings made = 4480
| Experience gained...67200
| Levels gained.......0
\================================================= ======/

CreaShun
02-01-2012, 01:44 PM
Working on a fix guys, I've been kind of busy with school (not an excuse, just statement). I'll get on this tomorrow! It's like 1:44 here.

Thank you for even spending time making this the best script out there. I really appreciate it:)

vinchuan
02-01-2012, 02:27 PM
fix works perfect, thanks :)

Silent
02-01-2012, 11:01 PM
All good silent, the above fix works


Thank you for even spending time making this the best script out there. I really appreciate it:)


fix works perfect, thanks :)

No problem guys.

@Overtime, I'd rather people not have to hunt through the forums for the fix though.

Uploading the fix now...

mikey603
02-03-2012, 12:31 AM
Does it have good antiban features?Cuz when i run it it looks kinda bot like

FBI
02-03-2012, 01:22 AM
The RS client doesn't even open for me when I start it?

kyocera
02-03-2012, 01:27 AM
I remember when this first came out gonna see if it works now, it worked for like 30 minutes max last time:)


[Error] (37:3): Unknown identifier 'ObjDTM_Setup' at line 36
Compiling failed.

usually with stuff like this restarting simba helps, NOPE idk what the problem is lol it has the semicolin in the line before and at line 36. doesn't make since.

updating everything... -___- hopefully that fixes it
nope...

EDIT: Fixed my own problem! I rage quitted about a month ago and for some reason deleted simba which deleted my extensions includin objDTM.sex lolzzzzzz

CreaShun
02-03-2012, 01:54 AM
On a related note, Why are you guys selling bow-string for such a low price? Lol C'mon people! We need to take it back to 270 so we can make more profits.

kyocera
02-03-2012, 02:36 AM
got this weird error


Walking to the stairs
Found Object DTM, walking.
Flag distance reached.
Found Object DTM, walking.
Flag distance reached.
Finding Spinner failed a second time, quiting.

Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

/================================================== =====\
| Finishing load #12
| Running for..30 Minutes and 3 Seconds
| Strings made = 308
| Experience gained...5040
| Levels gained.......0
\================================================= ======/
Successfully executed.

it was actually up stairs it didnt even go down yet

king88
02-03-2012, 03:07 AM
Im haveing trouble trying to get the script to start everything on the simba client itself is up to date according to the guides iv installed and updated ObjDTMInclude

when i go to start the script comes up with this,


[Error] (23:22): String error at line 22
[Error] (23:22): Syntax error at line 22
Compiling failed.

Players[0].Name := '; // Username
Players[0].Pass := ''; // Password

Iv tryed typeing in my srl user my rs user but it always ends up telling me,


Unknown identifier '*********' at line 22
Compiling failed.

Any suggestion towards what i'm doing wrong?

CreaShun
02-03-2012, 04:49 AM
Im haveing trouble trying to get the script to start everything on the simba client itself is up to date according to the guides iv installed and updated ObjDTMInclude

when i go to start the script comes up with this,




Iv tryed typeing in my srl user my rs user but it always ends up telling me,



Any suggestion towards what i'm doing wrong?

On line 22, This is what it reads:

Players[0].Name := '; // Username

Change that to:

Players[0].Name := ''; // Username

Save the script, Now type your username within the ''

Silent just has to make that quick change and upload script again so noobs don't get owned.

king88
02-03-2012, 05:46 AM
Cheers mate :)

Silent
02-03-2012, 07:01 AM
Does it have good antiban features?Cuz when i run it it looks kinda bot like

It has anti-ban built in yes.


The RS client doesn't even open for me when I start it?

Run RS in a web browser, reload simba.


Im haveing trouble trying to get the script to start everything on the simba client itself is up to date according to the guides iv installed and updated ObjDTMInclude

when i go to start the script comes up with this,




Iv tryed typeing in my srl user my rs user but it always ends up telling me,



Any suggestion towards what i'm doing wrong?


Woops. Use the fix posted below, I'll upload it.

Botter1234
02-03-2012, 07:05 AM
great script think to use it on lvl 3 account lol

wtfLARRY
02-03-2012, 11:17 AM
For some reason it still misses the spinner for me. :/


EDIT: nevermind, I reran the script a few times and restarted simba, seemed to work after a while.

neoprax
02-03-2012, 06:22 PM
hi, i have a problem with this script, when i run it it cant spin the flax, AND sometimes (always) it cant find the flax on my bank, PLEASE HELP!