Hey guys. This is my first release. In this release its how to enable trading and making merchants for GM's and Admins.
First. In your source open MaplePacketCreator.java
Second. Search for:
Code:
mplew.write(c.gmLevel() > 0 ? 1 : 0);
or
Code:
getAuthSuccessRequestPin
And you will see
Code:
//mplew.write((byte) (c.gmLevel() > 0 ? 1 : 0)); //admin byte
// 00 -- GM Byte
mplew.write(c.gmLevel() > 0 ? 1 : 0);
replace
Code:
mplew.write(c.gmLevel() > 0 ? 1 : 0);
with
compile and replace the jar file and test it out!