please do because i want more proggies
please do because i want more proggies
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
I just get 'Waiting for Smart' forever. I've got srl rev #16 and latest includes.
Bleh.
well you need an updated world list...
or pick another world
TOO MUCH LEECHING!!!!!!!!!!!!!!!!!!!!! IF I DONT GET A PROGRESS REPORT TODAY I AM REMOVING
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
Ahh noooooo. I would give you a good proggie! But unfortunately, after running for about 4 hours my SCAR closes and it says on my computer "SCAR has stopped Working" i think its something wrong with my computer so its bull. But I use 2 characters and the script runs 4+ hours everytime!
I'll post a proggy in a bit but it won't let me in members worlds >.>..
in the scripts code just change the world number, for members worlds...
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
I'll edit this post in a bit to give a proggy for you, but i keep getting this every so often
**Warning in GameTab: 0 is no valid GameTab**
---------------------
I joined this forum a long time ago. I leeched, I didn't really bother to properly learn SCAR and it's uses. I am sorry. I've matured, and I want to commit to a hobby I will enjoy and is worthwhile. Teach me.
Ill run it tonight and post a proggy.
^LOL^
Ok, Cool, It's just i've not used SCAR or been on here In a while so i've not seen this before
EDIT:
As promised, a proggy.
--------------------------------------------
Thank you for using TFIGHT by Timothegreat
version 1.3
------------------------------------------
Time Running: 16 Minutes and 35 Seconds
Kills: 28
Kills/hr. : 101
Items Picked Up: 0
Feathers Picked Up: 0
Worked fine for meI gave the script a looking at, and it's lovely
Nice work. I'll post a longer one soon perhaps
Wow, way too many's there.
---------------------
I joined this forum a long time ago. I leeched, I didn't really bother to properly learn SCAR and it's uses. I am sorry. I've matured, and I want to commit to a hobby I will enjoy and is worthwhile. Teach me.
great
i expect proggies from you two soon...
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
And another, only slightly longer
--------------------------------------------
Thank you for using TFIGHT by Timothegreat
version 1.3
------------------------------------------
Time Running: 32 Minutes and 59 Seconds
Kills: 51
Kills/hr. : 92
Items Picked Up: 0
Feathers Picked Up: 0
--------------------------------------------
---------------------
I joined this forum a long time ago. I leeched, I didn't really bother to properly learn SCAR and it's uses. I am sorry. I've matured, and I want to commit to a hobby I will enjoy and is worthwhile. Teach me.
*SIGH* Im angry xD. I was going to run this tonight and when i woke up my computer said something like ''New updates has been installed and the computer had to restart bla bla'' -.- Didnt get any lvls at all xD But then again, i owe you a proggy. Ill run tonight too.![]()
^LOL^
I'm working on a proggy, but your FindMonster procedure needs some work. Its too inaccurate. It misses the monster 3/4 times.
Also, it likes to click two monsters at once. Maybe having a check for the green color of the hp bar around the player's head?
Also, you use way to many begin's and end's they are unnecessary if you only use one line of code after, or have an if statement immediately after.
This is waht your FindMonster could look like:
SCAR Code:function FindMonster:boolean;
var
Setit,ForbidLength,i,j,k,mx,my,tempcolor: integer;
Forbidden: TPointArray;
forbid: boolean;
begin
mx:= MSCX;
my:= MSCY;
if (TimeFromMark(ForbiddenTime) > 15000)then
begin
SetArrayLength(Forbidden,0);
MarkTime(ForbiddenTime);
end;
for i:= 0 to 2 do
begin
if (Missed[i] >= 10)then
begin
if debug then
begin
writeln('replaced color for '+inttostr(i)+' did not work well');
writeln('set color back to original');
end;
case i of
0: Colors[0]:= MonColor1;
1: Colors[1]:= MonColor2;
2: Colors[2]:= MonColor3;
end;
end;
if FindColorSpiralTolerance(mx,my,Colors[i],MSX1,MSY1,MSX2,MSY2,2)then
begin
if mx - 20 <= 0 then
mx:= 25;
if my - 20 <= 0 then
my:= 25;
if not FindColor(x,y,255,mx-20,my-25,mx+20,my+20)then
if not FindColor(x,y,65280,mx-20,my-20,mx+20,my+20)then
if (Distance(mx,my,MSCX,MSCY) > 10)then
begin
forbid:= false;
for k:= 0 to length(Forbidden)-1 do
if (Distance(mx,my,Forbidden[k].X,Forbidden[k].Y) < 10)then
forbid:= true;
if not forbid then
begin
MMouse(mx,my,2,2);
wait(55+random(25));
if isuptext('ack')then
begin
TempColor:= GetColor(mx,my);
for j:= 0 to 2 do
if not(tempcolor = Colors[j])then
if similarcolors(tempcolor,Colors[j],10)then
begin
if debug then
writeln(inttostr(tempcolor)+' switched for '+inttostr(Colors[j]));
Colors[j]:= tempcolor;
end;
result:= true;
GetMousePos(x,y);
break;
exit;
end else
begin
ForbidLength:= Length(Forbidden)+1;
SetArrayLength(Forbidden,Forbidlength);
Setit:= Length(Forbidden)-1;
Forbidden[Setit]:= inttopoint(mx,my);
result:= false;
end;
end else
begin
Missed[i]:= Missed[i] + 1;
end;
end;
end;
Thanks for a decent script, some things to work onHope it gets better
Nava2
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Error:
SCAR Code:set your fight style correctly next time!
Setting your char for roach training
Health getting low... eating
Health getting low... eating
Health getting low... eating
Health getting low... eating
Health getting low... eating
Health getting low... eating
Health getting low... eating
Health getting low... eating
Did that right off the start.
Nava2
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Also, for that update to FindMonster, it was more or less aesthetics.. all the begin and ends were excessive thats all.
Nava2
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Another proggie, cause i love you. I ran it for four hours today, but scar closes after four hours or so on my comp![]()
Anyway, here's another proggy
--------------------------------------------
Thank you for using TFIGHT by Timothegreat
version 1.3
------------------------------------------
Time Running: 1 Hours, 55 Minutes and 20 Seconds
Kills: 162
Kills/hr. : 84
Items Picked Up: 2
Feathers Picked Up: 0
Btw, that was on sleep mode![]()
---------------------
I joined this forum a long time ago. I leeched, I didn't really bother to properly learn SCAR and it's uses. I am sorry. I've matured, and I want to commit to a hobby I will enjoy and is worthwhile. Teach me.
I was leveling some new chars on goblins, didnt set it to pick up, but it randomly picked up about 12 coins and a goblin mail.
I'm guessing this is a feature to make it more humanly?
---------------------
I joined this forum a long time ago. I leeched, I didn't really bother to properly learn SCAR and it's uses. I am sorry. I've matured, and I want to commit to a hobby I will enjoy and is worthwhile. Teach me.
Yeah i know you can set it to do that, not a total Noob, although still pretty crap![]()
I didnt set it to pick up, cause i mean, what do goblins drop of any value?![]()
---------------------
I joined this forum a long time ago. I leeched, I didn't really bother to properly learn SCAR and it's uses. I am sorry. I've matured, and I want to commit to a hobby I will enjoy and is worthwhile. Teach me.
yo....it dosent work anymore after the website shut down...for the past 3 weeks...i tried it again nd its dead now....i think you gotta change da plugins or smtin
Well, it works for me. I think you need to choose a different world if you are using SMART.Because some don't load smart and some do. That would make it work, well did for me.
On-topic: I love the script. I will post a proggy. Also I like the sleeping function and I love how it doesn't work too fast, and trains more like a real player.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)