BotRS123 Posted June 9, 2013 Share Posted June 9, 2013 How do you find the x's and y's of an area on the map? Is there a site or something along those lines? Link to comment Share on other sites More sharing options...
Rand Posted June 9, 2013 Share Posted June 9, 2013 (edited) In the OSBot client, go to Advanced Settings and turn on Positions. For getting an area use this: Go to lowest Y and X co-ordinate (write it down). Go to highest Y and X co-ordinate (write it down). Then put it like this in the code: private Area (NAME) = new Area(highestX, highestY, lowestX, lowestY); That will give the rectangular area. Edited June 9, 2013 by Rand Link to comment Share on other sites More sharing options...
BotRS123 Posted June 9, 2013 Author Share Posted June 9, 2013 In the OSBot client, go to Advanced Settings and turn on Positions. For getting an area use this: Go to lowest Y and X co-ordinate (write it down). Go to highest Y and X co-ordinate (write it down). Then put it like this in the code: private Area (NAME) = new Area(highestX, highestY, lowestX, lowestY); That will give the rectangular area. I was aware of that, I was hoping to find a site to do that. Similar to how some sites have item, objects, and npc IDs. Thanks anyways. Link to comment Share on other sites More sharing options...
Cyro Posted June 9, 2013 Share Posted June 9, 2013 I was aware of that, I was hoping to find a site to do that. Similar to how some sites have item, objects, and npc IDs. Thanks anyways. dont think there is a site but there a program called dunkPathMaker doesnt quite support OSBot but should get the tiles for you Link to comment Share on other sites More sharing options...