• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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