-
SeerOaker
This was a request by 'voltr' so I decided to give it a go.
This script however doesn't have a proggy system just yet. Sometimes it cuts a tree but it should cut the oak down mainly.
What does this script do?
-This script cuts oak at Seers Village and banks them. Repeats over and over.
http://i.imgur.com/oINGr.png
The 'Red Square' indicates you must be standing right there before you run this bot.
This bot isn't the best but it should get the job done.
Proggy Reports aren't possible yet but Feedback would be great :p
-
it clicks the ground every now and then right in front of the tree
-
What do you mean? Does it chop or not?
-
He meant that you procedure for chopping tree's need to be more accurate as its miss clicking I will have a look at your script in a hour or 2 on my phone atm and have finaly got some spare time
-
Considering I only made it quick I will try to fix it up. Otherwise it should work at least. If it clicks the ground it only slows it down by a little.
-
it chops then it clicks the ground then it clicks the tree agian
-
If it does that I will try to fix it later on today. For now you will have to get used to it. Sorry
-
okay other then that it works flawless
-
just had a look at your script will wait till you have updated again before giving any advice you could try inverting your SPS TPA instead of having two path's.
-
Currently working on getting it to be able to have progress reports for now ;)
-
i found a way to make it stop clicking on the oak so much so in the next update u could add this im starting to learn how to write them kinda? im still learning but im sure ill get it sooner or later
begin
repeat
FindNormalRandoms;
WriteLn('Looking for Oak to chop.');
if FindObj(x, y, 'ak', 5140362, 10) then //This finds the object, records the X and Y values, and tells the script to find the option "Rocks" in order to work.
WriteLn('Cutting oak.');
Mouse(x, y, 0, 0, true);
ChooseOption('hop');
repeat
wait(1200+random(250));
Until not IsUpText('ak') or (InvFull);
Until (InvFull);
end;
-
but when u do this is goes to the nearest oak tree so i dont know how you would stop it from going to the next one or it clicks the npc that walks around the oak tree
-
The color of the NPC isn't the same as the tree. It is if you dont zoom in the picture for grabbing the color of the tree.