Can anyone tell me how to?![]()
Can anyone tell me how to?![]()
FORMERLY BORN2CODE | Play Internet Games
http://img147.imageshack.us/img147/2084/sigg.png
YoHoJo has one.. ask him.
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
While wcing, you need to check for a yellow "Chop" text. Because for some reason, Fagex made is so that whenever there is a ent, text shows up yellow...I think they support macro's.
On vacation from July 2nd till middle of August
Account Creator and Tutorial Island Runner (member | public) Errors fixed
Check out my Complete forms tutorial. It will teach you everything you need to know about forms.
Yeah, I think that too..
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
Alright, so, how would I include that?
FORMERLY BORN2CODE | Play Internet Games
http://img147.imageshack.us/img147/2084/sigg.png
How would I do that? I am not very good at dtms.
FORMERLY BORN2CODE | Play Internet Games
http://img147.imageshack.us/img147/2084/sigg.png
lol you think i am? read a bitmap tut, then create the bmp. your code should look something like..
SCAR Code:program tree choper;
const
yellowtext=
BitMapToStr'bfisbfuiosuifhsuiohfnousnfonzsdovgodvgodfbgodfbgoa'
then u will need
SCAR Code:Procedure loadbmp
begin;
LoadBmps
end;
then before and after your procedure of chopping the tree, put this procedure
SCAR Code:Procedure findent
begin;
if yellowtext then
begin;
RundDir's'
Runback
end;
now i am a complete nub, so im not sure if this will work, so dont shoot my hed off.
FORMERLY BORN2CODE | Play Internet Games
http://img147.imageshack.us/img147/2084/sigg.png
FORMERLY BORN2CODE | Play Internet Games
http://img147.imageshack.us/img147/2084/sigg.png
{************************************************* ******************************
function FindEnt(TreeColor: Integer): Boolean;
By:
Description: Will look for an Ent
************************************************** *****************************}
function FindEnt(TreeColor: Integer): Boolean;
var
i: Integer;
begin
if (Option2('Chop')) then
begin
if (FindColorTolerance(x, y, 383705, 9, 9, 233, 24, 20)) or
(FindColorTolerance(x, y, 65535, 9, 9, 233, 24, 20)) then
begin
GetMousePos(x, y);
Mouse(x, y, 5, 5, False);
if (FindText(x, y, 'Chop down', upchars, x - 50, y - 50, x + 100, y + 50))
then
begin
if (FindColor(x, y, 65535, x + 70, y, x + 100, y + 10)) then
begin
for i := 1 to 2 do
begin
Mouse(648, 83, 1, 1, True)
Flag;
end;
WriteLn('Found ent! Waiting for it to go away');
Wait(30000 + Random(5000));
Result := True;
EntsAvoided := EntsAvoided + 1;
end;
end else
ChooseOption(x, y, 'Cancel');
end;
end;
end;
look in the srl directory under skills
x: y, why are you so fat?
y:-_____
---l-1
---l-----
---l
--\l64
FORMERLY BORN2CODE | Play Internet Games
http://img147.imageshack.us/img147/2084/sigg.png
try it out first, if it works well for you then there should be no problemThat is the one my SRL. They say that it does not work well.
x: y, why are you so fat?
y:-_____
---l-1
---l-----
---l
--\l64
Yeah it doesn't work all to good.
Well, what do you want to do when you find an ent? (FindEnt is a procedure in SRL). You wanna runaway for 15 seconds or so, so then (Runback...which is also a procedure). You can try and figure it out off of that.
OK, Fine..I give in.
Proper Credits please, but tbh, the FindEnt function should work, as long as you define the tree color correctly =]Code:procedure FindingEnts; var Ents: Integer; begin if(FindEnt(TREECOLOR OR CONSTANT OF TREE COLOR GOES HERE))or (FindEnt(YOU CAN DELETE THIS IF YOU DON'T HAVE 3 DIFFERENT COLORS THAT SCAR LOOKS FOR))or (FindEnt(SAME AS ABOVE))then begin WriteLn('Ent Found'); RunAwayDirection('N'); wait(7000+random(3000)); RunBack; Ents := Ents + 1; end; end;
IEJB, I though that FindEnt in SRL doesn't work.. or is that your own creation?
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
Ooh, it..doesn't? :S
Sounds easy enough
Can somebody find an image of the yellow 'chop'? Make it a bitmap and post it on here.. I don't go on Runescape anymore
I suppose i could use the regular chop and make it the runescape yellow, but nah..if someone does play Runescape and woodcuts a little, just take a screeny.
It's not that simple. The tree usually becomes an ent while your chopping and I don't think you keep your mouse over the tree the whole time. However, if the ent is symbolised by a yellow dot on the minimap, you can probably use FindColorCircleTolerance or FindColorCircle.
You'd find the white dot of yourself, then check if the yellow dot of the ent is in a certain radius. Ofcourse, this is not full proof as there might be other yellow dots on the minimap.
[CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
[CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]
[CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]
There are currently 1 users browsing this thread. (0 members and 1 guests)