Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Looking for JDK
  2. Compiling scripts
  3. Scripts\Sources\PureStarter.java:451: cannot find symbol
  4. symbol : method getModel()
  5. location: class PureStarter
  6. if (npcToKill == null || !calc.pointOnScreen(get
  7. Model().getPoint()) || !calc.tileOnScreen(getLocation()))
  8. ^
  9. Scripts\Sources\PureStarter.java:451: cannot find symbol
  10. symbol : method getLocation()
  11. location: class PureStarter
  12. if (npcToKill == null || !calc.pointOnScreen(get
  13. Model().getPoint()) || !calc.tileOnScreen(getLocation()))
  14.  
  15. ^
  16. Scripts\Sources\PureStarter.java:453: cannot find symbol
  17. symbol : method getModel()
  18. location: class PureStarter
  19. mouse.move(new Point((int) Math.round(getModel()
  20. .getPoint().getX()), (int) Math.round(getModel().getPoint().getY())));
  21. ^
  22. Scripts\Sources\PureStarter.java:453: cannot find symbol
  23. symbol : method getModel()
  24. location: class PureStarter
  25. mouse.move(new Point((int) Math.round(getModel()
  26. .getPoint().getX()), (int) Math.round(getModel().getPoint().getY())));
  27.  
  28. ^
  29. Note: Scripts\Sources\PureStarter.java uses unchecked or unsafe operations.
  30. Note: Recompile with -Xlint:unchecked for details.
  31. 4 errors
  32. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement