in ArcEmu the option to change the starting gold is at the bottom of the arcemu-optional.cfg file:
Code:
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# GoldSettings Configuration
#
# EnableGoldCap
# Enable/Disable Maximum Gold.
# Default: 0(Disable) 1(Enable)
#
# StartingGold
# On Creating a character they will start with this amount in Gold
# Default: 0
#
# MaximumGold
# Maximum amount of Gold a character can hold
# Default: 214000 (214k gold)
# Note: Client Max is 214000 Gold
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<GoldSettings EnableGoldCap = "0"
StartingGold = "500"
MaximumGold = "214000">
If you dont have this option upgrade your arcemu core to the latest revision.