Advertisement
GOODPower

Untitled

Nov 14th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.02 KB | None | 0 0
  1. ----------
  2. 1. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 8)
  3.     import npc.L2CtfFlag;
  4.            ^^^
  5. The import npc cannot be resolved
  6. ----------
  7. 2. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 9)
  8.     import npc.L2CtfFlag.IByCallback;
  9.            ^^^
  10. The import npc cannot be resolved
  11. ----------
  12. 3. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 62)
  13.     private class FlagCallback implements IByCallback {
  14.                                           ^^^^^^^^^^^
  15. IByCallback cannot be resolved to a type
  16. ----------
  17. 4. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 63)
  18.     @Override public boolean call(L2Player player, String command, L2NpcInstance instance) {
  19.                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  20. The method call(L2Player, String, L2NpcInstance) of type CtF.FlagCallback must override or implement a supertype method
  21. ----------
  22. 5. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 313)
  23.     ((L2CtfFlag)redFlag).setBypassCallback(FLAG_CALLBACK);
  24.     ^^^^^^^^^^^^^^^^^^^^
  25. L2CtfFlag cannot be resolved to a type
  26. ----------
  27. 6. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 313)
  28.     ((L2CtfFlag)redFlag).setBypassCallback(FLAG_CALLBACK);
  29.       ^^^^^^^^^
  30. L2CtfFlag cannot be resolved to a type
  31. ----------
  32. 7. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 315)
  33.     ((L2CtfFlag)blueFlag).setBypassCallback(FLAG_CALLBACK);
  34.     ^^^^^^^^^^^^^^^^^^^^^
  35. L2CtfFlag cannot be resolved to a type
  36. ----------
  37. 8. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 315)
  38.     ((L2CtfFlag)blueFlag).setBypassCallback(FLAG_CALLBACK);
  39.       ^^^^^^^^^
  40. L2CtfFlag cannot be resolved to a type
  41. ----------
  42. 9. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 317)
  43.     ((L2CtfFlag)greenFlag).setBypassCallback(FLAG_CALLBACK);
  44.     ^^^^^^^^^^^^^^^^^^^^^^
  45. L2CtfFlag cannot be resolved to a type
  46. ----------
  47. 10. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 317)
  48.     ((L2CtfFlag)greenFlag).setBypassCallback(FLAG_CALLBACK);
  49.       ^^^^^^^^^
  50. L2CtfFlag cannot be resolved to a type
  51. ----------
  52. [compiled 130198 lines in 5121 ms: 25424.3 lines/s]
  53. 10 problems (10 errors)[824 .class files generated]
  54. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@78778a99
  55. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@702c8098
  56. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@79aeb4b0
  57. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@3cd8cd39
  58. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@3d897864
  59. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@c3f0ccc
  60. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@7f612b5b
  61. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@4465a4b2
  62. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@6d1fc532
  63. org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@40cb8d96
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement