Jump to content
Funny

Ищу человека котрый поможет в запуске сборки

Recommended Posts

Ищу человека котрый поможет в запуске сборки пв софт 2017 , проблема такая сборка сама запускаеться ,но гс ругаеться на все скрипты что есть по типу 

ai/ItemPvP.java
ai/RaidSpawnWrite.java
ai/GrandBossSpawn.java
ai/QuestionsToPlayerAlt.java
ai/ItemPvPs.java 

ну вообщем все скрипты котрые прописаны в конфинге

гс выдает такие ошибки 

Спойлер

ava.lang.Integer cannot be resolved to a type
Integer cannot be resolved to a type
Implicit super constructor java.lang.Object() is undefined for default constructor. Must define an explicit constructor
The method destroyItemByItemId(java.lang.String, int, int, net.sf.l2j.gameserver.model.L2Object, boolean) from the type net.sf.l2j.gameserver.model.actor.instance.L2PlayableInstance refers to the missing type java.lang.String
Integer cannot be resolved to a type
java.lang.Integer cannot be resolved to a type
Failed executing script: D:\SBORKA 2024\gameserver\data\scripts\calypso\Chest3.java. See Chest3.java.error.log for details.
Annotation processing got disabled, since it requires a 1.6 compliant JVM
----------
1. ERROR in \q8018_CngNick.java (at line 1)
package custom.q8018_CngNick;
^
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
----------
2. ERROR in \q8018_CngNick.java (at line 1)
package custom.q8018_CngNick;
^
The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files
----------
3. ERROR in \q8018_CngNick.java (at line 1)
package custom.q8018_CngNick;
^
The type java.lang.Throwable cannot be resolved. It is indirectly referenced from required .class files
----------
4. ERROR in \q8018_CngNick.java (at line 1)
package custom.q8018_CngNick;
^
The type java.sql.PreparedStatement cannot be resolved. It is indirectly referenced from required .class files
----------
5. ERROR in \q8018_CngNick.java (at line 3)
import java.sql.PreparedStatement;
^^^^^^^^
The import java.sql cannot be resolved
----------
6. ERROR in \q8018_CngNick.java (at line 4)
import java.sql.Time;
^^^^^^^^
The import java.sql cannot be resolved
----------
7. ERROR in \q8018_CngNick.java (at line 5)
import java.time.LocalTime;
^^^^^^^^^
The import java.time cannot be resolved
----------
8. ERROR in \q8018_CngNick.java (at line 6)
import java.util.regex.Pattern;
^^^^^^^^^^^^^^^
The import java.util.regex cannot be resolved
----------
9. ERROR in \q8018_CngNick.java (at line 18)
public class q8018_CngNick extends Quest {
^^^^^^^^^^^^^
The hierarchy of the type q8018_CngNick is inconsistent
----------
10. ERROR in \q8018_CngNick.java (at line 21)
private static final Pattern pattern = Pattern.compile(
^^^^^^^
Pattern cannot be resolved to a type
----------
11. ERROR in \q8018_CngNick.java (at line 21)
private static final Pattern pattern = Pattern.compile(
^^^^^^^
Pattern cannot be resolved
----------
12. ERROR in \q8018_CngNick.java (at line 26)
private static final String INAME = "Donate Coin";// ╨╜╨░╨╖╨▓╨░╨╜╨╕╨╡ ╨╕╤В╨╡╨╝╨░
^^^^^^
String cannot be resolved to a type
----------
13. ERROR in \q8018_CngNick.java (at line 28)
public q8018_CngNick(int questId, String name, String descr, int ex) {
^^^^^^
String cannot be resolved to a type
----------
14. ERROR in \q8018_CngNick.java (at line 28)
public q8018_CngNick(int questId, String name, String descr, int ex) {
^^^^^^
String cannot be resolved to a type
----------
15. ERROR in \q8018_CngNick.java (at line 32)
private String error(String action, String text) {
^^^^^^

вот что пишет в логах 

Error on: D:\SBORKA2024\gameserver\data\scripts\calypso\AutoRestart.java.error.log
Line: -1 - Column: -1

compilation failed

Share this post


Link to post
Share on other sites

ну если вы их напихали с другой сборки  то оно и будет орать

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...