Log in

View Full Version : [SRL4][#4] Forefeathers



Pages : 1 2 3 4 5 6 7 8 [9]

Rct33
05-24-2009, 02:37 PM
/////////////////////////////////////////////
forefeathers
ran for 7 Hours, 37 Minutes and 39 Seconds
killed 2649 chickens
Picked up 8295 feathers
/////////////////////////////////////////////

n33d scripts
05-24-2009, 04:24 PM
i get Line 46: [Error] (234:11): Unknown identifier 'CreateTPAFromBMP' in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Math.scar

n33d scripts
05-24-2009, 05:37 PM
knvm i fixed it

k1ng duffy
05-31-2009, 06:44 AM
Line 119: [Hint] (16876:1): Variable 'I' never used in script C:\Users\99\Desktop\forefeathers1.2.5(2).scar
Line 293: [Error] (17050:1): Unknown identifier 'ftwait' in script C:\Users\99\Desktop\forefeathers1.2.5(2).scar

Dynamite
05-31-2009, 06:49 AM
Add
procedure FTWait(Time: Integer);
var
t: Integer;
begin
for T := 1 to Time do
Wait(200 + Random(50));
end;
somewhere

T~M

noidea
05-31-2009, 09:44 AM
Will this even work with teh update?

Rich
05-31-2009, 11:30 PM
If you're on about the HP Bar update, then yes, it will now due to Rev 33 coming out.

Nose Smasher
06-01-2009, 01:47 AM
If you're on about the HP Bar update, then yes, it will now due to Rev 33 coming out.

Very true bout rev 33 (or open dev) but it will not work with this script because he didn't use "InFight" or "IsFightAt(x, y)" he made his own functions... Easy fix though...

k1ng duffy
06-03-2009, 02:15 PM
why does it randomly stop

Dart
06-08-2009, 11:17 PM
Amazing bot. Ran for 6 hours, killed 4.2k chickens (on a low level account). Sorry about not posting a proggie, i lost it because my PC reset for updates. All i know is that i gained the right amount of experience to have killed 4.2k chickens. I also got 10k feathers :P

Thanks a lot for this script :)!

Putnam
06-11-2009, 03:24 AM
it loads graphics but cant close them, so it always stops at the graphics screen or audio

deadzone
06-11-2009, 03:51 PM
/////////////////////////////////////////////
forefeathers
ran for 3 Hours, 5 Minutes and 12 Seconds
killed 1731 chickens
Picked up 10785 feathers
/////////////////////////////////////////////

great script but it didnt kill that much chicken and pick up that much feathers

deadzone
06-12-2009, 02:50 AM
And another prog
0: leg | F | 8925 feathers | 1098 chickens |
1: leg | F | 8515 feathers | 1093 chickens |
2: leg | T | 8205 feathers | 1117 chickens |
3: leg | T | 7800 feathers | 1053 chickens |
4: leg | F | 7510 feathers | 882 chickens |
/////////////////////////////////////////////
forefeathers
ran for 9 Hours, 29 Minutes and 50 Seconds
killed 5243 chickens
Picked up 40955 feathers
/////////////////////////////////////////////
NextPlayer(Active: False);

[Runtime Error] : Exception: Out of memory in line 437 in script C:\Program Files\SCAR 3.20\includes\SRL/SRL/Core/Text.scar

DeceptionZD
06-16-2009, 04:20 PM
okay im running with 40 players right now, will post prggy :)

btw how can i change how much time the script will be logged per player?

Nose Smasher
06-17-2009, 02:48 PM
I get this too:
[Runtime Error] : Exception: Out of memory in line 437 in script C:\Program Files\SCAR 3.20\includes\SRL/SRL/Core/Text.scar
:(

TomTuff
06-19-2009, 09:55 AM
0: xgui | T | 6960 feathers | 3346 chickens |
1: oof | T | 6140 feathers | 3416 chickens |
/////////////////////////////////////////////
forefeathers
ran for 12 Hours, 4 Minutes and 53 Seconds
killed 6762 chickens
Picked up 13100 feathers
/////////////////////////////////////////////

kthxbai

n33d scripts
06-21-2009, 07:50 PM
hey it doesnt compile with the latest revs, or does it?
is there a way to fix it?

TomTuff
06-26-2009, 11:30 PM
/////////////////////////////////////////////
forefeathers
ran for 8 Hours, 54 Minutes and 44 Seconds
killed 3244 chickens
Picked up 7975 feathers
/////////////////////////////////////////////

n33d scripts - yes it does, that prog is with latest dev rev of SRL, and i have latest ref but this script isn't reflection

TomTuff
07-01-2009, 04:37 AM
/////////////////////////////////////////////
forefeathers
ran for 6 Hours, 2 Minutes and 54 Seconds
killed 2304 chickens
Picked up 13645 feathers
/////////////////////////////////////////////

JonM1892
07-14-2009, 12:52 AM
Ok i updated all my scar stuff following guides and got this error code...Someone help me please?

[Runtime Error] : Exception: Access violation at address 0071EB83 in module 'scar.exe'. Read of address 00000000 in line 45 in script C:\Users\mathew\Desktop\includes\SRL/SRL/Core/Math.scar

What does this mean and how can i fix it!?

lost_sum_teeth
07-14-2009, 12:25 PM
Line 119: [Hint] (16876:1): Variable 'I' never used in script C:\DOCUME~1\Chase\LOCALS~1\Temp\15fezasy.tmp\foref eathers1.2.5.scar
Line 293: [Error] (17050:1): Unknown identifier 'ftwait' in script C:\DOCUME~1\Chase\LOCALS~1\Temp\15fezasy.tmp\foref eathers1.2.5.scar

i get this everytime i do it please help quick!!!!

lost_sum_teeth
07-14-2009, 12:32 PM
i put this
procedure FTWait(Time: Integer);
var
t: Integer;
begin
for T := 1 to Time do
Wait(200 + Random(50));
end;

at the beginning of the script and it starts but it just moves the mouse around and doesnt attack anything! please help

Dark Arcana
07-14-2009, 04:02 PM
i put this
procedure FTWait(Time: Integer);
var
t: Integer;
begin
for T := 1 to Time do
Wait(200 + Random(50));
end;

at the beginning of the script and it starts but it just moves the mouse around and doesnt attack anything! please help

That probably caused by the new RuneScape update.

lowstyle
07-15-2009, 08:12 AM
procedure FTWait(Time:Integer);
var
t:Integer;
begin
for T := 1 to Time do
Wait(200 + Random(50));
end;

Is what i put after the function called UTWait. and it compiles without errors.

lost_sum_teeth
07-15-2009, 09:47 AM
it wont attack anything or click a monster

lowstyle
07-15-2009, 10:56 PM
that is because SRL is outdated atm...

DeSnob
07-15-2009, 11:18 PM
that is because SRL is outdated atm...

No it's not, Srl Dev and Scar 3.21 Alpha can be used to auto on, it's the script which needs to be updated.

Caotom
07-20-2009, 05:23 PM
Beautiful script, works VERY nicely!

It would be nice to see a SMART version for the public (I just converted it myself and it ran fine, it's very easy to convert so it may be something you want to do). The mouse moves quite fast and sometimes goes from a rock to egg to rock to egg to rock to egg like 5 times until it finds something to click on, this would probably be easy to pick up some, a function where it also left clicks sometimes would be nice. You may also want to include turning on run.

I turned off this myself as the world I was killing in was getting quite full in the chicken house:

0: pea | T | 245 feathers | 132 chickens |
1: 0nag | T | 220 feathers | 116 chickens |
/////////////////////////////////////////////
forefeathers
ran for 29 Minutes and 39 Seconds
killed 248 chickens
Picked up 465 feathers
/////////////////////////////////////////////

[BUG]
I re-downloaded the script and I had someone pm me about this problem.

Line 293: [Error] (20110:1): Unknown identifier 'ftwait' in script C:\Documents and Settings\Chris\My Documents\Downloads\forefeathers1.2.5 (2).scar
I fixed it by adding this under DeclarePlayers:

procedure FTWait(Time: Integer);
var
t: Integer;
begin
for T := 1 to Time do
Wait(200 + Random(50));
end;

Hope that helps
Thanks heaps for this great script and sorry for the jumbled suggestions :p
~Caotom

distress
07-22-2009, 08:35 PM
Hmm, it logs in perfectly, then right-clicks EVERYTHING and the mouse goes batshit insane all over the screen, any suggestions on how to fix this?

Dracody
08-11-2009, 10:38 AM
Would love to see an update :p

Coolerthanauto
08-11-2009, 10:55 AM
I'm not gonna lie man, I love you. The script is excellent, although it is not logging feathers for me. Don't have a proggy but when I watch it it sometimes attacks other chickens to early, and once it even attacked a farmer. Best chicken killer I've used, excellent army starter.
EDIT:
NVM, heres a proggy, my best so far
/////////////////////////////////////////////
forefeathers
ran for 2 Hours, 26 Minutes and 23 Seconds
killed 1062 chickens
Picked up 0 feathers
/////////////////////////////////////////////
As I said before it doesn't count feathers...

tls
08-11-2009, 11:00 AM
Would love to see an update :p

I would just love to see munk come back, but that isn't going to happen in all reality.