- 163
- 2015
- 33
Simple but hopefully useful tutorials to contribute to people!
The tutorial shows how to change the amount of gold/money when you create a character.
Works on repacks as well, including Emucoach repack.
1) Head into your release folder (where you have your worldserver, authserver, and vmaps etc)
2) Find worldserver.conf and search for StartPlayerMoney
This will display as the following by default:
StartPlayerMoney = 0
3) Change this to whatever starting level you would want players to start at.
For example, if Cataclysm and you want them to start with a huge amount of gold, you simply replace it with:
StartPlayerMoney = 999999999999
Keep in mind, value 100 = 1 silver.
And change the value to whatever you'd like.
Simple, but handy.
The tutorial shows how to change the amount of gold/money when you create a character.
Works on repacks as well, including Emucoach repack.
1) Head into your release folder (where you have your worldserver, authserver, and vmaps etc)
2) Find worldserver.conf and search for StartPlayerMoney
This will display as the following by default:
StartPlayerMoney = 0
3) Change this to whatever starting level you would want players to start at.
For example, if Cataclysm and you want them to start with a huge amount of gold, you simply replace it with:
StartPlayerMoney = 999999999999
Keep in mind, value 100 = 1 silver.
And change the value to whatever you'd like.
Simple, but handy.