Полный рабочий пакет 4.75 версии
ссылка:
OneDrive
пароль: 123456
[DOUBLEPOST=1588842243,1588842210][/DOUBLEPOST]Ссылка будет не рабочей 9 мая
clean:
[delete] Deleting directory f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\build
init:
[mkdir] Created dir: f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\build
[mkdir] Created dir: f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\build\classes
compile:
[javac] Compiling 2480 source files to f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\build\classes
[javac] f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\src\com\aionemu\gameserver\network\aion\serverpackets\SM_BROKER_SERVICE.java:225: error: cannot find symbol
[javac] writeB(new byte[ManaStoneInfoBlobEntry.size]);
[javac] ^
[javac] symbol: variable size
[javac] location: class ManaStoneInfoBlobEntry
[javac] f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\src\com\aionemu\gameserver\network\aion\serverpackets\SM_BROKER_SERVICE.java:267: error: cannot find symbol
[javac] ItemInfoBlob.newBlobEntry(ItemBlobType.WRAP_INFO, null, item).writeThisBlob(getBuf());
[javac] ^
[javac] symbol: variable WRAP_INFO
[javac] location: class ItemBlobType
[javac] f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\src\com\aionemu\gameserver\network\aion\serverpackets\SM_BROKER_SERVICE.java:268: error: cannot find symbol
[javac] writeC(brokerItem.isSplittingAvailable() ? 1 : 0);
[javac] ^
[javac] symbol: method isSplittingAvailable()
[javac] location: variable brokerItem of type BrokerItem
[javac] f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\src\com\aionemu\gameserver\network\aion\serverpackets\SM_BROKER_SERVICE.java:277: error: cannot find symbol
[javac] writeQ(brokerItem.getAveragePrice()); //AWR price
[javac] ^
[javac] symbol: method getAveragePrice()
[javac] location: variable brokerItem of type BrokerItem
[javac] f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\src\com\aionemu\gameserver\network\aion\serverpackets\SM_BROKER_SERVICE.java:288: error: cannot find symbol
[javac] ItemInfoBlob.newBlobEntry(ItemBlobType.WRAP_INFO, null, item).writeThisBlob(getBuf());
[javac] ^
[javac] symbol: variable WRAP_INFO
[javac] location: class ItemBlobType
[javac] f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\src\com\aionemu\gameserver\network\aion\serverpackets\SM_BROKER_SERVICE.java:289: error: cannot find symbol
[javac] writeC(brokerItem.isSplittingAvailable() ? 1 : 0);
[javac] ^
[javac] symbol: method isSplittingAvailable()
[javac] location: variable brokerItem of type BrokerItem
[javac] f:\vSrever\AC-4.7.5.6.1-Project-A\Aion-4.7\AC-Game\src\com\aionemu\gameserver\services\BrokerService.java:742: error: no suitable constructor found for SM_BROKER_SERVICE(int,long,long,long,boolean)
[javac] PacketSendUtility.sendPacket(player, new SM_BROKER_SERVICE(itemUniqueId, Ave7day, CurrentLow, CurrentHigh, IsLowHighSame));
[javac] ^
[javac] constructor SM_BROKER_SERVICE.SM_BROKER_SERVICE(byte,int,long,long) is not applicable
[javac] (actual and formal argument lists differ in length)
[javac] constructor SM_BROKER_SERVICE.SM_BROKER_SERVICE(byte,int) is not applicable
[javac] (actual and formal argument lists differ in length)
[javac] constructor SM_BROKER_SERVICE.SM_BROKER_SERVICE(boolean,long) is not applicable
[javac] (actual and formal argument lists differ in length)
[javac] constructor SM_BROKER_SERVICE.SM_BROKER_SERVICE(BrokerItem[],int,int) is not applicable
[javac] (actual and formal argument lists differ in length)
[javac] constructor SM_BROKER_SERVICE.SM_BROKER_SERVICE(BrokerItem[],long) is not applicable
[javac] (actual and formal argument lists differ in length)
[javac] constructor SM_BROKER_SERVICE.SM_BROKER_SERVICE(BrokerItem[]) is not applicable
[javac] (actual and formal argument lists differ in length)
[javac] constructor SM_BROKER_SERVICE.SM_BROKER_SERVICE(int) is not applicable
[javac] (actual and formal argument lists differ in length)
[javac] constructor SM_BROKER_SERVICE.SM_BROKER_SERVICE(BrokerItem,int,int) is not applicable
[javac] (actual and formal argument lists differ in length)
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 7 errors
BUILD FAILED