Hi! Emu version 4.7.5.18 The error is: The broker throws disconnect the server if I want to buy if there are more than 40 of that item. What might be the problem? Help please!
[QUOTE = "romanz, hozzászólás: 20370, tag: 2026"] nézd meg az SM_BROKER_SERVICE [/ QUOTE] Mi lehet a probléma?
точно не скажу но на вскидку вот writeD(item.getObjectId()); writeD(item.getItemTemplate().getTemplateId()); writeQ(brokerItem.getPrice()); writeQ(brokerItem.getPrice()); // v4.7.5.2 7-days average price (Not implemented yet) writeQ(item.getItemCount());
Полный рабочий пакет 4.75 версии ссылка: Please login or register to view links пароль: 123456 --- Double Post Merged, 7 май 2020, Original Post Date: 7 май 2020 --- Ссылка будет не рабочей 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
Я вообще не понимаю, у пиндосов что, нет переводчика? Просят о помощи на русском форуме и даже не удосужатся перевести свой текст
Hi! Error description: I put an item in the Broker and I take it out right away, after the next server restart, it will be sold and I will get the money as well. Does anyone know a solution? Thanks