Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----------
- 1. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 8)
- import npc.L2CtfFlag;
- ^^^
- The import npc cannot be resolved
- ----------
- 2. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 9)
- import npc.L2CtfFlag.IByCallback;
- ^^^
- The import npc cannot be resolved
- ----------
- 3. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 62)
- private class FlagCallback implements IByCallback {
- ^^^^^^^^^^^
- IByCallback cannot be resolved to a type
- ----------
- 4. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 63)
- @Override public boolean call(L2Player player, String command, L2NpcInstance instance) {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The method call(L2Player, String, L2NpcInstance) of type CtF.FlagCallback must override or implement a supertype method
- ----------
- 5. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 313)
- ((L2CtfFlag)redFlag).setBypassCallback(FLAG_CALLBACK);
- ^^^^^^^^^^^^^^^^^^^^
- L2CtfFlag cannot be resolved to a type
- ----------
- 6. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 313)
- ((L2CtfFlag)redFlag).setBypassCallback(FLAG_CALLBACK);
- ^^^^^^^^^
- L2CtfFlag cannot be resolved to a type
- ----------
- 7. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 315)
- ((L2CtfFlag)blueFlag).setBypassCallback(FLAG_CALLBACK);
- ^^^^^^^^^^^^^^^^^^^^^
- L2CtfFlag cannot be resolved to a type
- ----------
- 8. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 315)
- ((L2CtfFlag)blueFlag).setBypassCallback(FLAG_CALLBACK);
- ^^^^^^^^^
- L2CtfFlag cannot be resolved to a type
- ----------
- 9. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 317)
- ((L2CtfFlag)greenFlag).setBypassCallback(FLAG_CALLBACK);
- ^^^^^^^^^^^^^^^^^^^^^^
- L2CtfFlag cannot be resolved to a type
- ----------
- 10. ERROR in /home/JustWars/game/./data/scripts/events/ctf/CtF.java (at line 317)
- ((L2CtfFlag)greenFlag).setBypassCallback(FLAG_CALLBACK);
- ^^^^^^^^^
- L2CtfFlag cannot be resolved to a type
- ----------
- [compiled 130198 lines in 5121 ms: 25424.3 lines/s]
- 10 problems (10 errors)[824 .class files generated]
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@78778a99
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@702c8098
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@79aeb4b0
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@3cd8cd39
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@3d897864
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@c3f0ccc
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@7f612b5b
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@4465a4b2
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@6d1fc532
- org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl$3$2@40cb8d96
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement