How to increase limit gold in storage?
Gold limit in storage is 200mil gold, include inventory storage and pocket storage. How to increase it?
Thanks!
Re: How to increase limit gold in storage?
It's a dirty way, but I hex edited gs, gdeliveryd, and elementclient.exe... Replaced 200000000 (200mil) with 2000000001 (2bil)... Used the last "1" in 2bil so that I could undo the changes if needed... Then edited the xml files in interfaces.pck pertaining to coin values due to max digits from 9 to 10...
Been using it for a year now on my server, only issue I see is mail access coin limit...
Re: How to increase limit gold in storage?
I search 200.000.000 gold and got 15 values, Do we need change all of them?
Re: How to increase limit gold in storage?
Yup, that's why I put a 1 at the end... So you can find all of the ones that you replaced...
Re: How to increase limit gold in storage?
Re: How to increase limit gold in storage?
and when you sell things to npc it doesn't give you "Max Gold" at 200mil?
Re: How to increase limit gold in storage?
I change all 200m to 2bil in gs gdeliveryd elementclient.exe, it works!
Re: How to increase limit gold in storage?
Quote:
Originally Posted by
letanduy
I change all 200m to 2bil in gs gdeliveryd elementclient.exe, it works!
How did you find it exactly? I can't seem to find it if I search 200 000 000, 200,000,000, 200.000.000 etc. Explain please
Re: How to increase limit gold in storage?
in hex editor of your choice, open files... Search and replace option of "int" values... find 200000000 replace with 2000000001...
if you are not familiar with hex editors, this may be fairly difficult... make back ups before you break it... :)
Re: How to increase limit gold in storage?
Quote:
Originally Posted by
Wrechid
in hex editor of your choice, open files... Search and replace option of "int" values... find 200000000 replace with 2000000001...
if you are not familiar with hex editors, this may be fairly difficult... make back ups before you break it... :)
Oh I see, I was searching wrong lol. I will let you know if it doesn't work again.
Which editor is best to use by your experience?
Re: How to increase limit gold in storage?
1 Attachment(s)
Re: How to increase limit gold in storage?
Brilliant, ty works great.
At first i bumbled the uint32 little endian backwards, but got it in the end :)
Set for 2 billion, which was 00 94 35 77
You are like a Pinata of knowledge, much respect to you.
Re: How to increase limit gold in storage?
Quote:
Originally Posted by
argonaut
Brilliant, ty works great.
At first i bumbled the uint32 little endian backwards, but got it in the end :)
Set for 2 billion, which was 00 94 35 77
You are like a Pinata of knowledge, much respect to you.
Weird, I did the exact same as you... but gs and gdeliveryd wont load for me o.o ... which version are you doing this on? I am doing it on 1.5.1
Re: How to increase limit gold in storage?
Quote:
Originally Posted by
Waspy
Weird, I did the exact same as you... but gs and gdeliveryd wont load for me o.o ... which version are you doing this on? I am doing it on 1.5.1
I'm on the 155 files