Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Cashshop tetrasea

Newbie Spellweaver
Joined
Jul 12, 2012
Messages
12
Reaction score
0
hey everyone i recently bought a repack, im almost done everything. I found a error when i charge my cash

i found this in my packetcreater, any ideas how to change this to normal ?

public static byte[] chargeCash() {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();

mplew.writeShort(SendPacketOpcode.CS_CHARGE_CASH.getValue());
mplew.writeMapleAsciiString("http://www.google.com");
mplew.writeMapleAsciiString("http://www.google.com");

return mplew.getPacket();
}
 
Back
Top