gm 노란채팅하기
if (c.getPlayer().isGM()) {
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.sendYellowTip(c.getPlayer().getName() + " : " + KorText));
MaplePacketCreator에 가서 추가
public static MaplePacket sendYellowTip(String tip) {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.YELLOW_TIP.getValue());
mplew.write(0xFF);
mplew.writeMapleAsciiString(tip);
return mplew.getPacket();
}
SendPacketOpcode에 가서 추가
YELLOW_TIP;
sendops.properties가서 추가
YELLOW_TIP = 0x4A

피카츄염 님의 최근 댓글
ㅋㅋ 2018 05.29 클라 안되는대ㅔ여 2018 02.16 감사합니다 2018 02.12 클라 보내주세요 go_to_r@naver.com 2018 02.09 ㄳ 2018 02.01