Results 1 to 13 of 13

Thread: SeerOaker

  1. #1
    Join Date
    Jan 2012
    Posts
    522
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default 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.



    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

  2. #2
    Join Date
    Jan 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it clicks the ground every now and then right in front of the tree

  3. #3
    Join Date
    Jan 2012
    Posts
    522
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What do you mean? Does it chop or not?

  4. #4
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    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

  5. #5
    Join Date
    Jan 2012
    Posts
    522
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  6. #6
    Join Date
    Jan 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it chops then it clicks the ground then it clicks the tree agian

  7. #7
    Join Date
    Jan 2012
    Posts
    522
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If it does that I will try to fix it later on today. For now you will have to get used to it. Sorry

  8. #8
    Join Date
    Jan 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    okay other then that it works flawless

  9. #9
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    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.

  10. #10
    Join Date
    Jan 2012
    Posts
    522
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Currently working on getting it to be able to have progress reports for now

  11. #11
    Join Date
    Jan 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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;

  12. #12
    Join Date
    Jan 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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
    Last edited by voltr; 01-30-2012 at 08:08 AM.

  13. #13
    Join Date
    Jan 2012
    Posts
    522
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •