05-25-2011, 05:01 PM
Народ помогите плз!
Item Mall взят здесь ссыль
Сборка L2Universe rev. 2137
При компиляции ядра вот такая вот ошибочка:
Item Mall взят здесь ссыль
Сборка L2Universe rev. 2137
При компиляции ядра вот такая вот ошибочка:
Код:
[javac] Compiling 1729 source files to E:\Server\eclipse\L2Universe\trunk\builds\core\classes
[javac] E:\Server\eclipse\L2Universe\trunk\Core\java\l2\universe\gameserver\model\actor\instance\L2PcInstance.java:7781: cannot find symbol
[javac] symbol : method setGamePoints(long)
[javac] location: class l2.universe.gameserver.model.actor.instance.L2PcInstance
[javac] player.setGamePoints(rset.getLong("game_points"));
[javac] ^
[javac] E:\Server\eclipse\L2Universe\trunk\Core\java\l2\universe\gameserver\model\actor\instance\L2PcInstance.java:8146: cannot find symbol
[javac] symbol : method getGamePoints()
[javac] location: class l2.universe.gameserver.model.actor.instance.L2PcInstance
[javac] statement.setLong(54, getGamePoints());
[javac] ^
[javac] E:\Server\eclipse\L2Universe\trunk\Core\java\l2\universe\gameserver\network\clientpackets\RequestBrBuyProduct.java:69: cannot find symbol
[javac] symbol : method getGamePoints()
[javac] location: class l2.universe.gameserver.model.actor.instance.L2PcInstance
[javac] final long gamePointSize = Config.GAME_POINT_ITEM_ID == -1 ? player.getGamePoints() : player.getInventory().getInventoryItemCount(Config.GAME_POINT_ITEM_ID, -1);
[javac] ^
[javac] E:\Server\eclipse\L2Universe\trunk\Core\java\l2\universe\gameserver\network\clientpackets\RequestBrBuyProduct.java:110: cannot find symbol
[javac] symbol : method getGamePoints()
[javac] location: class l2.universe.gameserver.model.actor.instance.L2PcInstance
[javac] player.setGamePoints(player.getGamePoints() - totalPoints);
[javac] ^
[javac] E:\Server\eclipse\L2Universe\trunk\Core\java\l2\universe\gameserver\network\clientpackets\RequestBrBuyProduct.java:110: cannot find symbol
[javac] symbol : method setGamePoints(long)
[javac] location: class l2.universe.gameserver.model.actor.instance.L2PcInstance
[javac] player.setGamePoints(player.getGamePoints() - totalPoints);
[javac] ^
[javac] E:\Server\eclipse\L2Universe\trunk\Core\java\l2\universe\gameserver\network\serverpackets\ExBrGamePoint.java:33: cannot find symbol
[javac] symbol : method getGamePoints()
[javac] location: class l2.universe.gameserver.model.actor.instance.L2PcInstance
[javac] _points = player.getGamePoints();
[javac] ^
[javac] 6 errors
BUILD FAILED
E:\Server\eclipse\L2Universe\trunk\Core\build.xml:55: Compile failed; see the compiler error output for details.
Total time: 9 seconds