yea... that one is pretty easy and was mentioned already... (i think in the other thread...)
search for "inventory_limit" (as Folly mentioned)
@Folly
that changes sometimes... it's because the order of the strings change ^-^'
and you're right it doesn't matter in that location ^_^
there you will see 3 strings directly after each other
look which order the strings are... and depending on that order we can find the limit...
if it's the first of those strings (normally there are only 3 strings at that location... the other strings should be a bit further down but we don't need them)
you will see "00 00 00 03" right after the last string and after that you have "00 00 00 06" from there go 4 bytes then you see your limit saved in 4 bytes
if it's the second entry then to the next "00 00 00 06"
and if it's the third entry go to the "00 00 00 06" after that...
that's how to change you inventory limit ^_^
good luck with that...













Reply With Quote













