[Archive] SQL Command to give players money on creation?
[Archive] SQL Command to give players money on creation?
Archived author: MikeS88 • Posted: 2025-11-04T18:18:09.596178
Original source
Hi there,
First of all, this is concerning the 4.3.4 repack V2 of Emucoach. I've figured out how to give players bags and items on startup using HeidiSQL, just wondering if there's a command or query to give players a bit of gold when they are created?
Any help would be greatly appreciated, as I am quite new to using SQL queries and currently only exploring the basics.
Many thanks,
Mike.
Quote: #
# StartPlayerMoney
# Description: Amount of money (in Copper) that a character has after creation.
# Default: 0
# 100 - (1 Silver)
StartPlayerMoney = 0
Click to expand...
Archived author: MikeS88 • Posted: 2025-11-04T18:18:09.596178
Original source
Hey there Mike, this is not do-able via the database but must be done via your worldserver configuration file, so what you want to do is browse to your repack folder, and open Worldserver.conf, find the row " StartPlayerMoney " And change the amount to whatever you desire!
Quote: #
# StartPlayerMoney
# Description: Amount of money (in Copper) that a character has after creation.
# Default: 0
# 100 - (1 Silver)
StartPlayerMoney = 0
Click to expand...
Archived author: MikeS88 • Posted: 2025-11-04T18:18:09.596178
Original source
Ahh, I thought I might be looking in the wrong place. Thank you very much for your swift response!