SQL Command to give players money on creation?

MikeS88

Verified Member
14
2015
1
Location
Humberside, UK
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.
 

Ayiko

Senior User
344
2014
12
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!

#
# StartPlayerMoney
# Description: Amount of money (in Copper) that a character has after creation.
# Default: 0
# 100 - (1 Silver)

StartPlayerMoney = 0
 
Top