Advertisement
OSRSMargins

Untitled

Dec 5th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. A(58, 61, 56, 61),
  2. B(58, 61, 58, 61),
  3. C(56, 61, 56, 61),
  4. D(56, 55, 58, 56),
  5. E(48, 55, 46, 55),
  6. F(57, 55, 56, 55),
  7. G(48, 53, 46, 55),
  8. H(53, 52, 54, 54),
  9. I(54, 54, 57, 53),
  10. J(48, 54, 46, 56),
  11. K(48, 56, 46, 56),
  12. L(48, 54, 46, 56),
  13. M(56, 55, 58, 55),
  14. N(51, 54, 50, 53),
  15. O(49, 54, 49, 53),
  16. P(56, 56, 58, 56),
  17. ;
  18.  
  19. public Area getArea(MethodProvider provider) {
  20. if (area == null || !area.getRandomPosition().isOnMiniMap(provider.getBot())) {
  21. Position top = getTopPosition(provider);
  22. Position bottom = getBottomPosition(provider);
  23.  
  24. area = new Area(top, bottom);
  25. }
  26. return area;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement