Перейти к содержанию
Авторизация  
guruw

Rebellion 688 Rguard

Рекомендуемые сообщения

Вроди бы оно! Тема старая нашол на компе у себя файл перезаливаю. Делалось Rebellion 688.

Скачать: https://yadi.sk/d/OFVc2olIbc75a

Изменено пользователем webdes27

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

init:
    [mkdir] Created dir: C:\Users\Владимир\Desktop\ServerSide\build

compile-guard:
    [mkdir] Created dir: C:\Users\Владимир\Desktop\ServerSide\build\classes
    [javac] Compiling 21 source files to C:\Users\Владимир\Desktop\ServerSide\build\classes
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\commons-dbcp-1.4.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\commons-io-2.4.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\commons-lang3-3.3.2.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\commons-pool-1.6.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\dom4j-2.0.0-ALPHA-2.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\ecj-4.4.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\ehcache-core-2.6.8.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\javolution-5.5.1.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\log4j-1.2.17.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\mysql-connector-java-5.1.33-bin.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\napile.primitive.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\slf4j-api-1.7.7.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\slf4j-log4j12-1.7.7.jar": no such file or directory
    [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\trove-3.0.3.jar": no such file or directory
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDAdminBan.java:8: error: HWIDAdminBan is not abstract and does not override abstract method getAdminCommandList() in IAdminCommandHandler
    [javac] public class HWIDAdminBan implements IAdminCommandHandler
    [javac]        ^
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDAdminBan.java:16: warning: [rawtypes] found raw type: Enum
    [javac] 	public boolean useAdminCommand(Enum comm, String[] wordList, String fullString, Player player)
    [javac] 	                               ^
    [javac]   missing type arguments for generic class Enum<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Enum<E> declared in class Enum
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDBan.java:78: error: cannot find symbol
    [javac] 			if (_lists.get(i).getHWID().equals(client.getHWID()))
    [javac] 			                                         ^
    [javac]   symbol:   method getHWID()
    [javac]   location: variable client of type GameClient
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDBan.java:93: error: cannot find symbol
    [javac] 		String HWID = client.getHWID();
    [javac] 		                    ^
    [javac]   symbol:   method getHWID()
    [javac]   location: variable client of type GameClient
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDManager.java:79: error: cannot find symbol
    [javac] 			if (_listHWID.get(i).getHWID().equals(client.getHWID()))
    [javac] 			                                            ^
    [javac]   symbol:   method getHWID()
    [javac]   location: variable client of type GameClient
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDManager.java:89: error: cannot find symbol
    [javac] 		hInfo.setHwids(client.getHWID());
    [javac] 		                     ^
    [javac]   symbol:   method getHWID()
    [javac]   location: variable client of type GameClient
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDManager.java:99: error: cannot find symbol
    [javac] 				statement.setString(2, client.getHWID());
    [javac] 				                             ^
    [javac]   symbol:   method getHWID()
    [javac]   location: variable client of type GameClient
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDManager.java:117: error: cannot find symbol
    [javac] 				statement.setString(1, client.getHWID());
    [javac] 				                             ^
    [javac]   symbol:   method getHWID()
    [javac]   location: variable client of type GameClient
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:25: error: cannot find symbol
    [javac] 				client.sendPacket(new SpecialString(1, true, -1, ConfigProtection.PositionXNameServerInfoInClient, ConfigProtection.PositionYNameServerInfoInClient, ConfigProtection.ColorNameServerInfoInClient, (client.getActiveChar().isLangRus() ? "Сервер: " : "Server: ") + ConfigProtection.NameServerInfoInClient));
    [javac] 				                                                                                                                                                                                                                          ^
    [javac]   symbol:   method isLangRus()
    [javac]   location: class Player
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:27: error: cannot find symbol
    [javac] 				client.sendPacket(new SpecialString(15, true, -1, ConfigProtection.PositionXRealTimeInClient, ConfigProtection.PositionYRealTimeInClient, ConfigProtection.ColorRealTimeInClient, client.getActiveChar().isLangRus() ? "Реальное время: " : "Real time: "));
    [javac] 				                                                                                                                                                                                                        ^
    [javac]   symbol:   method isLangRus()
    [javac]   location: class Player
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:35: error: cannot find symbol
    [javac] 			client.sendPacket(new SpecialString(2, true, -1, ConfigProtection.PositionXOnlineInClient, ConfigProtection.PositionYOnlineInClient, ConfigProtection.ColorOnlineInClient, (client.isLangRus() ? "Онлайн: " : "Online: ") + GameObjectsStorage.getAllPlayersCount()));
    [javac] 			                                                                                                                                                                                  ^
    [javac]   symbol:   method isLangRus()
    [javac]   location: variable client of type Player
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:43: error: cannot find symbol
    [javac] 				nd = client.isLangRus() ? "Ночь." : "Night.";
    [javac] 				           ^
    [javac]   symbol:   method isLangRus()
    [javac]   location: variable client of type Player
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:45: error: cannot find symbol
    [javac] 				nd = client.isLangRus() ? "День." : "Day.";
    [javac] 				           ^
    [javac]   symbol:   method isLangRus()
    [javac]   location: variable client of type Player
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:54: error: cannot find symbol
    [javac] 			client.sendPacket(new SpecialString(3, true, -1, ConfigProtection.PositionXServerTimeInClient, ConfigProtection.PositionYServerTimeInClient, ConfigProtection.ColorServerTimeInClient, (client.isLangRus() ? "Игровое время: " : "Game time: ") + strH + ":" + strM + " (" + nd + ")"));
    [javac] 			                                                                                                                                                                                              ^
    [javac]   symbol:   method isLangRus()
    [javac]   location: variable client of type Player
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:57: error: cannot find symbol
    [javac] 			client.sendPacket(new SpecialString(14, true, -1, ConfigProtection.PositionXPingInClient, ConfigProtection.PositionYPingInClient, ConfigProtection.ColorPingInClient, client.isLangRus() ? "Пинг: " : "Ping: "));
    [javac] 			                                                                                                                                                                            ^
    [javac]   symbol:   method isLangRus()
    [javac]   location: variable client of type Player
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:101: error: cannot find symbol
    [javac] 				if (client != null && client.getActiveChar() != null && !client.isGameGuardOk())
    [javac] 				                                                               ^
    [javac]   symbol:   method isGameGuardOk()
    [javac]   location: variable client of type GameClient
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:108: error: cannot find symbol
    [javac] 					_log.info("Client "+client+" is banned. Kicked! |HWID: " + client.getHWID() + " IP: " + client.getIpAddr());
    [javac] 					                                                                 ^
    [javac]   symbol:   method getHWID()
    [javac]   location: variable client of type GameClient
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\clientpackets\GameGuardReply.java:21: error: cannot find symbol
    [javac] 			client.setGameGuardOk(true);
    [javac] 			      ^
    [javac]   symbol:   method setGameGuardOk(boolean)
    [javac]   location: variable client of type GameClient
    [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\clientpackets\GameGuardReply.java:23: error: cannot find symbol
    [javac] 			client.setGameGuardOk(false);
    [javac] 			      ^
    [javac]   symbol:   method setGameGuardOk(boolean)
    [javac]   location: variable client of type GameClient
    [javac] 18 errors
    [javac] 15 warnings

BUILD FAILED
C:\Users\Владимир\Desktop\ServerSide\build-guard.xml:48: Compile failed; see the compiler error output for details.

Total time: 1 second

Подскажите что не так делаю?

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Делал так,скомпилировал ядро сервера,ядро сервера закинул в ServerSide,после того начал компилировать защиту

За помощь с меня плюс

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Для публикации сообщений создайте учётную запись или авторизуйтесь

Вы должны быть пользователем, чтобы оставить комментарий

Создать учетную запись

Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...