Package gwlpr.protocol.gameserver.outbound

Examples of gwlpr.protocol.gameserver.outbound.P393_Unknown


        updateGoldOnCharacter.setGold(0);

        channel.writeAndFlush(updateGoldOnCharacter);


        P393_Unknown itemStreamTerminator = new P393_Unknown();
        itemStreamTerminator.init(channel);
        itemStreamTerminator.setUnknown1((byte) 0);
        itemStreamTerminator.setUnknown2((short) gameMapId);
        itemStreamTerminator.setUnknown3(0);

        channel.writeAndFlush(itemStreamTerminator);
    }
View Full Code Here

TOP

Related Classes of gwlpr.protocol.gameserver.outbound.P393_Unknown

Copyright © 2018 www.massapicom. 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.