Ту проблему решил, при загрузку сервис менеджера в гм ошибки incorrect classpath: ./extensions/*
----------
1. ERROR in \ServiceManager.java (at line 28)
import ru.catssoftware.sql.DatabaseFactory;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import ru.catssoftware.sql.DatabaseFactory cannot be resolved
----------
2. ERROR in \ServiceManager.java (at line 146)
Connection con = DatabaseFactory.getInstance().getConnection();
^^^^^^^^^^^^^^^
DatabaseFactory cannot be resolved
----------
3. ERROR in \ServiceManager.java (at line 267)
player.getAppearance().setNameColor(colorsid);
^^^^^^^^^^^^
The method setNameColor(int) in the type PcAppearance is not applicable for the
arguments (String)
----------
4. ERROR in \ServiceManager.java (at line 281)
player.getAppearance().setTitleColor(colorsid);
^^^^^^^^^^^^^
The method setTitleColor(int) in the type PcAppearance is not applicable for the
arguments (String)
----------
4 problems (4 errors)The import ru.catssoftware.sql.DatabaseFactory cannot be re
solved
DatabaseFactory cannot be resolved
The method setNameColor(int) in the type ru.catssoftware.gameserver.model.actor.
appearance.PcAppearance is not applicable for the arguments (java.lang.String)
The method setTitleColor(int) in the type ru.catssoftware.gameserver.model.actor
.appearance.PcAppearance is not applicable for the arguments (java.lang.String)
[WARN 18:34:38]: Failed executing script: C:\ser\game\data\scripts\custom\servic
em\ServiceManager.java. See ServiceManager.java.error.log for details.
Как исправить??