This doubles the limit of the inventory to hold items.
Advantage:
- Its useful for players with a lot of cash or bounty items that spam a number of lucky boxes to get desired items without having to sell useless items in order to buy more boxes / items.
July 2008 MatchServer edit:
Code:
00409B6E |> 8B91 FF000000 MOV EDX,DWORD PTR DS:[ECX+FF]
For those who get an error while assembling the code above, follow this:
Code:
00409B6E MOV EDX,DWORD PTR DS:[ECX+0FF]
No client edit is required and please do not ask me this for the 2007 files since I didn't find this and the one who gave it to me doesn't want credit for it. Please note that he allowed me to release it.
For people who don't know to use this:
- Open MatchServer in OllyDBG
- Press Control + G and type / paste 00409B6E
- When you're on that line, press the Space bar or Right click -> Assemble
- Replace the code present on that line with MOV EDX,DWORD PTR DS:[ECX+FF]
- Uncheck the "Keep size" and "Fill rest with NOP's" and click Assemble
- Right click on any line -> Select all -> Copy to executable
- A new window will open. Right click on that window -> Save file.
Do this and you're done. You could refer to this tut to learn to edit all the ASM code that gets posted here.
Click the "Thanks" button if this helped you.
Have fun.