OK after i fill in the form.. I add user.. and when i click Start Script.. I get an Access violation error... what should i do to fix this??
thanks![]()
OK after i fill in the form.. I add user.. and when i click Start Script.. I get an Access violation error... what should i do to fix this??
thanks![]()
hey shut...... i got my 99!!!!!!!!!!!!!!!!!!!!!!!!!!!!thanks for the scrip and for the new 99
now what 99 will be the next? haha thanks again
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
UPDATE!
fixed the birds nest finder
fixed a vine searching bug
fixed a antiban bug
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
my bot was running while i was at school, i came back, it logged out, because it didn't did the random: capt arv.
edit: in the bot menu i can choose what world he doens't go to that world, just clicking logging in
Last edited by nickgrohe; 01-11-2012 at 11:46 AM.
It's still not picking up bird nests.
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
ok, can you watch the debug
a couple of thing if you could do for me please
could you replace MyFindBirdNest with this one
Simba Code:function MyFindBirdsNest: Boolean;
var
x, y: Integer;
ChatBoxStuff: string;
begin
if Debug then Writeln('Looking for a birds nest');
x:= 260;
y:= 211;
ChatBoxStuff:= GetChatBoxText(8, 255);
if Debug then Writeln(ChatBoxStuff);
if (Pos('A bird', ChatBoxStuff)<>0) then
begin
if Debug then Writeln('Found the red text');
if FindObjCustom(x, y, ['ake B', 'Bird', 'nest'], [2767422, 2961972, 3818051, 2833729, 2306100, 3949638], 5) then
begin
if Debug then Writeln('Found a birds nest!');
Mouse(x, y, 0, 0, True);
Result:= True;
end;
end;
if Debug then Writeln('Finished looking for a birds nest');
end;
and then when a bird nest drops, can you copy and paste the debug box
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
it messes up after picking upa nest
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
Yes, my setting are set to all. And once it picks up a nest, it has trouble detecting the vines, as it hovers around the map in search of it, but fails to detect.
I'm almost at 99 woodcutting. Almost a flawless script. Almost.
Last edited by Shuttleu; 01-12-2012 at 11:29 AM.
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
After it picks up a nest it can't find the ivy
Didn't seem to find vines at cw
93
87629003
Could not find Inferno Adze in hand
Found Dragon Hatchet in hand
87629003
Looking for a birds nest
Finished looking for a birds nest
Starting random check
Finished random check
87629003
87629003
Starting random check
Finished random check
chopping vines
finding vines
Failed to find the color, no result.
0
216
Last edited by Shuttleu; 01-12-2012 at 05:39 PM.
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
sorry my problem had some game options wrong. working fine right now got 98 WC from this script so you can almost post my name on the front page![]()
Thanks this got me 99 wc. I will upload screenies shortly. A shame the nests collection didn't work until I had almost finished.
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
Script works really well, gotten me 3 levels(80 right now). Hopefully will be able to use this until 99. I've noticed it sometimes fails to find a birds nest, only with the seed one. But it's missed like 1 nest out of 15 or so, and I honestly don't care too much about the nests.
One suggestion, could you implement summoning of beavers? Right now I'm doing it manually every 30 minutes or so. I have an inventory with some beaver scrolls, and some sum pots. Summon the beaver, renew the beaver at 2 minutes, drink pots to restore, drop empty vials for more inv space.
Here is a samll proggy
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)