1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Question Predifened path Walking fails

Discussion in 'Developer Support' started by Vil4nte, Sep 18, 2018.

  1. Vil4nte

    Joined:
    Sep 4, 2018
    Messages:
    2
    Likes Received:
    1
    So i use predefined path but it fails. Goes to some coordinate and just spamm clicks it. If i help(by hand) to go to another coordinate it spamms that one. Its strange for me becouse i am using same tehniques on other scripts bots and it works perfect. This is path:
    Code (Text):
    1. final Path ruinPath = PredefinedPath.create(new Coordinate(3260, 3428, 0), new Coordinate(3275, 3428, 0), new Coordinate(3284, 3440, 0), new Coordinate(3288, 3456, 0), new Coordinate(3299, 3468, 0));
    2.  
    3.  
    And this is how i use it:
    Code (Text):
    1. if (!isInRuin() && !isInPortal() && !isInAltar() && hasEssence() && hasTalisman()) {
    2.                 ruinPath.step();
    3.             }
     

Share This Page

Loading...