Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Looking for JDK
  2. Compiling scripts
  3. Scripts\Sources\MultiFighter.java:44: cannot find symbol
  4. symbol : class GlobalConfiguration
  5. location: package org.rsbot.util
  6. import org.rsbot.util.GlobalConfiguration;
  7. ^
  8. Scripts\Sources\MultiFighter.java:141: package GlobalConfiguration does not exis
  9. t
  10. String folderName = GlobalConfiguration.Paths.getHomeDir
  11. ectory()
  12. ^
  13. Scripts\Sources\MultiFighter.java:900: cannot find symbol
  14. symbol : method findPath(org.rsbot.script.wrappers.RSTile)
  15. location: class org.rsbot.script.methods.Walking
  16. RSTile[] path = this.walking.fin
  17. dPath(currentTargetNPC
  18. ^
  19. Scripts\Sources\MultiFighter.java:1012: cannot find symbol
  20. symbol : method findPath(org.rsbot.script.wrappers.RSTile)
  21. location: class org.rsbot.script.methods.Walking
  22. RSTile[] path = walking.findPath(npc.getLocation());
  23. ^
  24. Scripts\Sources\MultiFighter.java:1249: cannot find symbol
  25. symbol : method findPath(org.rsbot.script.wrappers.RSTile)
  26. location: class org.rsbot.script.methods.Walking
  27. RSTile[] monsterPath = this.walking.findPath(this.curren
  28. tTargetNPC
  29. ^
  30. Scripts\Sources\MultiFighter.java:1295: cannot find symbol
  31. symbol : method findPath(org.rsbot.script.wrappers.RSTile)
  32. location: class org.rsbot.script.methods.Walking
  33. .findPath(safeSp
  34. ot));
  35. ^
  36. Scripts\Sources\MultiFighter.java:1336: cannot find symbol
  37. symbol : method findPath(org.rsbot.script.wrappers.RSTile)
  38. location: class org.rsbot.script.methods.Walking
  39. RSTile[] path = this.walking.fin
  40. dPath(currentTargetNPC
  41. ^
  42. Scripts\Sources\MultiFighter.java:1459: cannot find symbol
  43. symbol : method findPath(org.rsbot.script.wrappers.RSTile)
  44. location: class org.rsbot.script.methods.Walking
  45. RSTile[] path = walking.findPath(npc.getLocation
  46. ());
  47. ^
  48. Scripts\Sources\MultiFighter.java:1533: cannot find symbol
  49. symbol : method findPath(org.rsbot.script.wrappers.RSTile)
  50. location: class org.rsbot.script.methods.Walking
  51. RSTile[] path = this.walking.findPath(destination);
  52. ^
  53. Scripts\Sources\MultiFighter.java:1791: cannot find symbol
  54. symbol : method findPath(org.rsbot.script.wrappers.RSTile)
  55. location: class org.rsbot.script.methods.Walking
  56. RSTile[] tiles = this.walking.findPath(activeNPC
  57. .getLocation());
  58. ^
  59. Scripts\Sources\MultiFighter.java:2922: cannot find symbol
  60. symbol : method findPath(org.rsbot.script.wrappers.RSTile)
  61. location: class org.rsbot.script.methods.Walking
  62. RSTile[] path = walking.findPath(tile);
  63. ^
  64. Note: Some input files use or override a deprecated API.
  65. Note: Recompile with -Xlint:deprecation for details.
  66. Note: Scripts\Sources\EFighter.java uses unchecked or unsafe operations.
  67. Note: Recompile with -Xlint:unchecked for details.
  68. 11 errors
  69. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement