Hjornskar
Member
There's a comment in IAccount.cs stating that changing CurrencyThreshold, that is, the ratio of gold to platinum might cause issues with the trade window.
/// The client is designed to perceive the currency threashold at 1,000,000,000
/// if you change this, it may cause unexpected results when using secure trading.
I've been looking for an explanation and found a brief one from Voxpire on another forum:
I added a modification to CurrentExpansion.cs to test the CurrencyThreshold at a different value. With some brief testing using the new trade window to trade gold and platinum, I did not notice any issues. Can anyone further explain what unexpected results might occur from using a value such as 10,000 instead of a billion?
/// The client is designed to perceive the currency threashold at 1,000,000,000
/// if you change this, it may cause unexpected results when using secure trading.
I've been looking for an explanation and found a brief one from Voxpire on another forum:
this amount is hard-coded in the client, so we can't adjust it without causing issues in the Secure Trade Window
I added a modification to CurrentExpansion.cs to test the CurrencyThreshold at a different value. With some brief testing using the new trade window to trade gold and platinum, I did not notice any issues. Can anyone further explain what unexpected results might occur from using a value such as 10,000 instead of a billion?