상점 아이템판매 수정법
MainPacketCreator.java 로 이동후
confirmShopTransactionAdditional 이걸 찾아주세요
그리고
public static Packet confirmShopTransactionAdditional(int sid, List<MapleShopItem> items, MapleShop shop, final MapleClient c) {
WritingPacket packet = new WritingPacket();
packet.writeShort(SendPacketOpcode.CONFIRM_SHOP_TRANSACTION.getValue());
packet.write(8);
WritingPacket packet = new WritingPacket();
packet.writeShort(SendPacketOpcode.CONFIRM_SHOP_TRANSACTION.getValue());
packet.write(8);
addShopInfo(packet, c, sid, items);
return packet.getPacket();

cksals33 님의 최근 댓글
감사용 2017 04.03