it seems that the axe error comes up quite a lot
i will get rid of the axe detection and just add it as a drop down box in the form
~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
Yay, finally I'm in need for this ULTRA script
Btw, Canterbury keeps getting errors such as : cannot find rocks or cannot find shop =/
srl rock finding color is broken :/
i have posted a fix for the srl one
~shut
EDIT: replace your srl FindRockColor with this one
SCAR Code:function FindRockColor: Integer;
var
GC, a, l, TestColor: integer;
var
P:array of Tpoint;
begin
GC := 5591394;
Flag;
FindColorsSpiralTolerance(MMCX,MMCY, P, GC, MMX1,MMY1,MMX2,MMY2, 80);
l:=GetArrayLength(P);
for a:= 0 to l-1 do
begin
TestColor := GetColor(P[a].x,P[a].y);
if (TestColor-GetColor(P[a].x+1,P[a].y)=1250837)then
begin
Result := TestColor;
WriteLn('Rock Color = ' + IntToStr(TestColor));
Exit;
end;
end;
WriteLn('Could not find Rock Color!');
Result := 0;
end;
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
Works like a charm I only seem to get it to work for a hour or so cuz of the teacher random event. But overall its great so far it cut me 1.2k yews in the past 2 days.
that random has been solved and should be in the next svn
but if you cant wait then you can get it here http://www.villavu.com/forum/showthr...069#post543069
~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
im still getting the
[Runtime Error] : Out Of Range in line 3818
and i tried changing the line with
:= 0;
but it didnt help and says i made a type mismatch :/
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
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
Just to Note, The Box Solver Is Broken...
...
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
To get rid of that ^^This script is outdated please redownload it from http://www.srl-forums.com/forum/ultr...n-p433857.html
do i get rid of this
SCAR Code:ClearDebug;
GetSelf.WindowState := wsMinimized;
MainInitForm;
curentver:= GetPage('http://tsr-forum.mgatesphoto.com/ultracutnbankver.txt');
if curentver <> UCBversion then
begin
writeln('This script is outdated please redownload it from http://www.srl-forums.com/forum/ultra-cut-n-p433857.html');
TerminateScript;
EDIT: Nevermind, It's working again, Soz If this was a double post... :l
EDIT2: New Proggy
################################################## #################
Ultra Cut n Bank V1.83
Final Report
Ran for: 3 Hours, 29 Minutes and 42 Seconds
Total Players: 2
Total Banks: 17
Total Yew Logs Banked: 471
Random Event Items Banked: 5
Total XP earned: 82,425
################################################## #################
...
Wow, I see so many long progress reports![]()
Mine won't run more than 2 hours
@Shut which place do you think the script will run the longest/best;
Edge or Cantherby?
hmm i've been using mine at edgeville...
simply cause its easiest to get to (Ancients home tele)
mine logs me out then in, and then carrys on :P
...
Failed when compiling
Line 818: [Error] (19179:1): Unknown identifier 'UseRespond' in script C:\Program Files\SCAR 3.15\Scripts\UltraCutnBankLiteV1.83.scar
How do I fix this?
I get this error:
SCAR Code:[Runtime Error] : Exception: Can't allocate the DIB handle in line 1336 in script C:\Users\****\Downloads\UltraCutnBankLiteV1.83.scar
You didn't post a handle on your original post, and I didn't want to sift through 51 pages of posts looking for the handle lol.
Can anyone help with this?
It logs in checks some stuff and then freezes :s:s
Fixed itsorry
Edit:
Sometimes i get an Socket Error # 11004
:s
Jaghax FTW
################################################## #################
Ultra Cut n Bank V1.83
Player Report for:
Location: Edgeville
Ran for: 23 Minutes and 53 Seconds
Loads Banked: 3
Yew Logs Banked: 84
Player Started at Level 85 and is still at Level 85
You earned 14,700 xp This session with 165,427 xp to the next Level
Overall Running Time: 24 Minutes and 15 Seconds
################################################## #################
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 29 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 1 |
| Fights : 1 |
\~~~~~~~~~~~~~~~~~
Hey when i try to use at CY it Stops when it cant find the rock East of trees
I get an error saying Line 818: (([Error] (19182:1): Unknown identifier 'UseRespond' in script C:\Users\ashender\Downloads\UltraCutnBankLiteV1.83 .scar ))
please help
Hey dude the script starts of fine then it starts walkin toward trees and it cant find rock color so it logs out then logs in...
Formerly Known as: Willie2oo8
There are currently 1 users browsing this thread. (0 members and 1 guests)