If anything, all that proves is that you take into account how much fg someone has before selling them something... this is what I'm trying to get rid of. I don't see any possible way of "scamming" at best sure you can show you have less fg, but I don't see how that's a scam.
As for time/effort this would take in implementing new code into software, I will be more than happy to provide the code myself, its very simple to do because its not changing your gold amount, just what is shown visually, it can be implemented as easily as:
Code
if (_user.fg > _user.settings.fg_max_show)
{
return _user.settings.fg_max_show;
}
else
{
return _user.fg;
}
it's only a visual change, the actual amount in your acc does not change nor is the user fg count any way shape or form modified
Honest traders shouldn't change their prices on people based on what fg they have... regardless of whether its low or high. Thanks for your opinion though.
Also one of the main points in this thread is to bring up the issue of privacy, I for one don't like my forum gold info publicly available just as I would not want my finances revealed in real life.
Quote (Arsenic_Touch @ Jun 11 2012 02:42pm)
This is just opening a whole new avenue to scamming "Oh I have more fg, only showing part of it." the rule require you to only offer what you have by implementing this you would be forcing the mod team to take on more work to police something that isn't needed at all.
if you have more fg, then show it, there is no need to have mods verify anything
can you give me an example of what you would have to police?
This post was edited by Mens on Jun 11 2012 01:52pm