Any updates on this reported issue? I have yet to see it happen.
xml.WriteStartElement("totalCurrency");
xml.WriteString(XmlConvert.ToString(TotalCurrency));
xml.WriteEndElement();
TotalCurrency = Double.Parse(Utility.GetText(node["totalCurrency"], "0.0"));
<totalCurrency>6.1E-05</totalCurrency>
Your locale's representation of a floating point number string may be different to mine, this is my theory based on the fact that your console outputs in a different language.
In your native language, what character represents a decimal place?
12,34 (with a comma)?
For the en-US and en-GB locales, it is typically 12.34
It would make sense that if a comma represents a decimal place and a period (dot) represents a thousands separator, then after each restart, the value is incremented exponentially (during load) because of the misinterpretation of the thousands separator in your locale. Double.Parse is locale dependent.
You can find out by looking at your Accounts.xml after a save, 61k gold for me is represented by this value;
XML:<totalCurrency>6.1E-05</totalCurrency>
At any rate, I have updated the project to count for locale, please test again and let me know if your issue is resolved!
New Armor Sets
- Aloron’s Armor – Named for the great chief of the Kurak Tribe, Aloron’s Armor consists of four pieces made from the pelts of a tiger and when fully equipped provides the wearer with,
- Mana Increase 15
- Lower Mana Cost 20%
- Dinosaur Slayer
- Self Repair 3
- Cold Eater 8%
- Dexterity Bonus 12
- Stamina Increase 16
- Stamina Regeneration 12
- Physical Resist 60%
- Fire Resist 60%
- Cold Resist 60%
- Poison Resist 60%
- Energy Resist 60%
Just out of curiosity, why so much effort in an unreleased expansion when the last expansion and booster isn't complete?
[CommandProperty(AccessLevel.Counselor)]
public int AccountPlat { get { return Account.TotalPlat; } }
[CommandProperty(AccessLevel.Counselor)]
public int AccountGold { get { return Account.TotalGold; } }
I just hope they will edit all that so it looks good from above...
So far it looks like they just painted patterns on the map. xD
Did they say the map dimensions?
We use essential cookies to make this site work, and optional cookies to enhance your experience.