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!

weight limit of Character Inventory

Newbie Spellweaver
Joined
Apr 20, 2008
Messages
53
Reaction score
8
Anyone know which inform the local change in the weight limit of Character Inventory?
 
Junior Spellweaver
Joined
Jul 16, 2007
Messages
117
Reaction score
4
Just do not remember who had posted the code, but it is there.

Code:
Example : Quantamfusion's version 1870 client (based on it is similar)
Quantamfusion's client default Weight limit is 190H(400)

004C5D0B |. 66:C705 2E1D1303 5402 MOV WORD PTR DS:[3131D2E],254

[Commentary]
3131D2E -----> Weight Limit(MAX Weight) + C4H(196) -----> 254H(596)

If you want to make weight limit 3E8H(1000),change 254H(596) parts into 4ACH(1196).
By a routine displaying the warehouse, it goes down for C4H and comes to display it
(refer to an image).

Sorry my Bad English,thanks.

Imagefile was wrong, I replaced it...
 
Newbie Spellweaver
Joined
Apr 20, 2008
Messages
53
Reaction score
8
That there would be only for the warehouse is not it? For what is wanted for the character's inventory.
 
Back
Top