Jump to content

Quotations

Members
  • Posts

    110
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Quotations

  1. FileNotFoundException was thrown tho, so u sure the file is created in that specific spot its looking for it? can always give it a specific location I believe:

    FileWriter fw = new FileWriter("H:/Desktop/Confidential.txt"); for example

  2. What are you applying for : Firecaper/Quester (can do NMZ/PC as well)
    - What is your timezone: EST
    - Skype : exodussboom
    - How much you willing to put deposit [Depending on how trusted you are]: 15m?
    - How efficient are you with the role(s) (1-10): 10
    - Do you agree to the TOS : yes

  3. So would all of the walking using positions be unnecessary since webwalking would just handle that?

     

    Or how does webwalking specifically work?

     

    it works just as i showed you.

     

    don't need each position that you want to click and walk. just need the end area/position. walks there from wherever you are

    • Like 1
  4. change it to

     

    import org.osbot.rs07.api.map.Area;

     

    you establish/declare an area like so :: private Area lumbridgeGoblins = new Area(3244, 3243, 3249, 3241);

     

    then i would use webwalking to walk to ur area seeing as it auto handles doors/steps/etc

     

    getWalking().webWalk(lumbridgeGoblins);

    • Like 1
×
×
  • Create New...