Examples of ExReplyWritePost


Examples of l2p.gameserver.serverpackets.ExReplyWritePost

    letter.price = _messageType > 0 ? _price : 0;
    letter.unread = 1;
    letter.validtime = expiretime;
    // цель существует и не против принять почту
    MailParcelController.getInstance().sendLetter(letter, _attItems, _attItemsQ, cha);
    cha.sendPacket(new ExReplyWritePost(1));
    if(target != null)
    {
      target.sendPacket(new ExNoticePostArrived(1));
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.