i see , so how can make the cheque?It is not a problem. Shards do not use checks any more since the new gold system has been introduced. Instead it uses an account based gold balance.
Think of it replacing checks with a debit card.
However, if you prefer the old system then you can do so by editing CurrentExpansion.cs
AccountGold.ConvertOnBank = true;Look at CurrentExpansion.cs . There are specific flags in that file that control the new gold system.
AccountGold.Enabled = Core.TOL;
AccountGold.ConvertOnBank = true;
AccountGold.ConvertOnTrade = false;
AccountGold.Enabled = false;
AccountGold.ConvertOnBank = true;
AccountGold.ConvertOnTrade = false;
We use essential cookies to make this site work, and optional cookies to enhance your experience.