Alright, after a few posts in the beta thread - i decided to seperate this idea into its own thread.
Basicly, right now - all the decent items in shops are severely overpriced (25k for a potion...no.)
This is because many players have rediculous ammounts of money, obtained through the use of glitches and selling certain items in previous versions of the game.
I propose that there be a "money wipe" it would work as follows:
Thothie (or other person with the code) would make a standalone program to lower the money reserves of the char files. Since this would no doubt hurt new players saving for knight armor, how about a limiter?
If (moneyz > 5000 )
moneyz = 5000;
_______________
This could be tested on a seperate server (NOT FN) to make sure everything is stable before the real one happens.
Basicly, right now - all the decent items in shops are severely overpriced (25k for a potion...no.)
This is because many players have rediculous ammounts of money, obtained through the use of glitches and selling certain items in previous versions of the game.
I propose that there be a "money wipe" it would work as follows:
Thothie (or other person with the code) would make a standalone program to lower the money reserves of the char files. Since this would no doubt hurt new players saving for knight armor, how about a limiter?
If (moneyz > 5000 )
moneyz = 5000;
_______________
This could be tested on a seperate server (NOT FN) to make sure everything is stable before the real one happens.