changing how many slots you have in inventory

Status
Not open for further replies.
Experienced Elementalist
Joined
Jun 8, 2008
Messages
275
Reaction score
4
well first go to maplepacketcreator.java and find
PHP:
mplew.write(100); // equip slots

		mplew.write(100); // use slots

		mplew.write(100); // set-up slots

		mplew.write(100); // etc slots

		mplew.write(100); // cash slots

it tells you already what, what is. some people might find it useful for the whole "buying more slots" thing in cash shop.
 
Re: [Release]changing how many slots you have in inventory

It works but it's more client crashy, so I don't recommend it.
 
Status
Not open for further replies.
Back