hey bi have all the rest of my yew cutter script coverd apart from the ent finder any 1 have a procedure i can use.
(it will be credited to you)
hey bi have all the rest of my yew cutter script coverd apart from the ent finder any 1 have a procedure i can use.
(it will be credited to you)
PLM'S Rimmington Yew Cutter And Banker,Worked: 4hour 54min
function FindEnt(fx, fy: Integer; AvoidWhenFound: Boolean): Boolean;
It's in SRL
[CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]
ok so in a procedure do you put:
or do i have to put in like a time to wait till the ent goes and any other stuf?PHP Code:function FindEnt(fx, fy: Integer; AvoidWhenFound: Boolean): Boolean;
PLM'S Rimmington Yew Cutter And Banker,Worked: 4hour 54min
my friend gave me this ent finder will it work?:
procedure EntFinder;
var
EX, EY: integer;
FX, FY: integer;
SafeEntWait: LongInt;
begin
if (not (LoggedIn)) then
Exit;
begin
Status('Checking For Ent')
if
(FindObjCustom(EX, EY, ['Willow'], [4690821], 5)) then
begin
MMouse(EX, EY, 0, 0)
if FindColorTolerance(FX, FY, 55769, 85, 15, 115, 15, 20) then
begin
Status('Ent Found');
MouseFindFlag(645, 83, 2, 2);
MarkTime(SafeEntWait)
repeat
FTWait(5)
FindNormalRandoms;
if not (LoggedIn) then
NextPlayer(False);
until TimeFromMark(SafeEntWait) > 29000 + Random(10000)
end;
end;
end;
end;
PLM'S Rimmington Yew Cutter And Banker,Worked: 4hour 54min
You just need to have it incorperated into your script correctly for it to work. This procedure looks like it will find the tree, and check the uptext for yellow to see if it is an ent.
From the looks of it i see that it may be finding a different tree and checking that one instead of the one you are cutting.
I say just test it out and see for yourself which one works better. Call both the SRL one and the one from your friend and through a Writeln when one of them works to see which one is successful...
METAL HEAD FOR LIFE!!!
ok thank you i will try also do any of you know how to drop every thin exept for a certain item?
PLM'S Rimmington Yew Cutter And Banker,Worked: 4hour 54min
DropToPosition(1, 28);
This drops all but if u change the first number too 2 it will not drop the first slot in your inventory, and so on.
So if u have like 5 items u don't want too be dropped put them all in the first 5 slots and say: DropToPosition(6, 28);
That's it.
i ment like say if it finds a item in a random spot in the iventory like drop all exept if it findes a certain color
PLM'S Rimmington Yew Cutter And Banker,Worked: 4hour 54min
ok will do..... thanks i got some ideas from it just so you know i didnt copy and past any of it! ty 4 help
PLM'S Rimmington Yew Cutter And Banker,Worked: 4hour 54min
There are currently 1 users browsing this thread. (0 members and 1 guests)