Advertisement
TheBat

Untitled

Apr 8th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. if(status.equals("Walking back")){
  2. // if(dtmAlHedge1.findDTMS(20, MINIMAP)){
  3. // int i = Random.random(0,DTM2.dtmLocations.size()-1);
  4. // Point hedgePt = new Point((int)DTM2.dtmLocations.get(i).getCenterX(),(int)DTM2.dtmLocations.get(i).getCenterY());
  5. // Mouse.click(hedgePt);
  6. // Environment.saveScreenshot();
  7. // for(int j = 0; j <= 70; j++){
  8. // sleep(100*walkmod);
  9. // }
  10. // if(dtmAlHedge1.findDTMS(20, MINIMAP)){
  11. // i = Random.random(0,DTM2.dtmLocations.size()-1);
  12. // hedgePt = new Point((int)DTM2.dtmLocations.get(i).getCenterX(),(int)DTM2.dtmLocations.get(i).getCenterY());
  13. // hedgePt.x -= 30;
  14. // Mouse.click(hedgePt);
  15. // Environment.saveScreenshot();
  16. // for(int j = 0; j <= 30; j++){
  17. // sleep(100*walkmod);
  18. // }
  19. Mouse.click(609, 158);
  20. for(int j = 0; j <= 100; j++){
  21. sleep(100*walkmod);
  22. }
  23. status = "Finding banker";
  24. return 100;
  25. // }
  26. // }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement