hi,

iam running publish 54 and latest client, when i put gold or checks in bankbox it vanishes. Its still there but invisible like it seems
on a few minters i can see my balance while typing balance and can withdraw it with withdraw.

How can i change this that i can see my gold and checks in bankbox again? any clues?
 
You can enable/disable the feature by editing [url="https://github.com/ServUO/ServUO/blob/master/Scripts/Misc/CurrentExpansion.cs"]#CurrentExpansion.cs[/URL] specifically this line;

C#:
AccountGold.Enabled = Core.TOL;

Replace Core.TOL with false and the banks will work as you're expecting - be aware though, that you won't be able to use the new features of the latest trade window update in 7.0.45.65+

To convert all account gold currency back into normal physical currency, you can run the [ConvertCurrency command.
 
Back