dreameo Posted September 21, 2018 Share Posted September 21, 2018 (edited) This is my mostly finished fm script. This is something you need to edit and compile yourself. If you can't do that, then this isn't for you. How it works: You can go to any location on the map and define that to be your area. An area gets defined from when you START the bot. So wherever you're standing, this is the beginning of your FM area. (Make sure that the area to your WEST is not cluttered) How large the area is, is defined by you. Check the Utils.java script. numberOfRows = how many rows consists of the area minAvailable = the minumum available slots to which a row should have in order for you to FM. So if a row had 25 free locations and your minAvailable was 20, then that row is one of the possible rows you can FM on and which the bot will use. maxRowLength = how far a row should extend. All the properties are in the Utils.java which you can play with and figure more out about the bot. I feel like it's easily modifiable so go at it. Ask away if you have any issues or questions. src.rar Edited September 21, 2018 by dreameo Quote Link to comment Share on other sites More sharing options...
Naked Posted September 21, 2018 Share Posted September 21, 2018 Beautiful Quote Link to comment Share on other sites More sharing options...
Seyton Posted November 19, 2018 Share Posted November 19, 2018 Thanks for posting, this is pretty nice 1 Quote Link to comment Share on other sites More sharing options...
dreameo Posted November 19, 2018 Author Share Posted November 19, 2018 18 minutes ago, Seyton said: Thanks for posting, this is pretty nice Yeah it's okay. Quote Link to comment Share on other sites More sharing options...