Crog boat + Pirate&EllinPQ + No dmg cap client
Now assaulter boat appears to client, added support for PiratePQ and EllinPQ and added a no dmg cap version localhost.
This commit is contained in:
@@ -4440,8 +4440,15 @@ public class MaplePacketCreator {
|
||||
return mplew.getPacket();
|
||||
}
|
||||
|
||||
public static byte[] crogBoatPacket(boolean type) {
|
||||
final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
|
||||
mplew.writeShort(SendOpcode.CONTI_MOVE.getValue());
|
||||
mplew.write(10);
|
||||
mplew.write(type ? 4 : 5);
|
||||
return mplew.getPacket();
|
||||
}
|
||||
|
||||
public static byte[] boatPacket(boolean type) {//don't think this is correct..
|
||||
public static byte[] boatPacket(boolean type) {
|
||||
final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
|
||||
mplew.writeShort(SendOpcode.CONTI_STATE.getValue());
|
||||
mplew.write(type ? 1 : 2);
|
||||
|
||||
Reference in New Issue
Block a user