mod-guildfunds/conf/mod_guildfunds.conf.dist
Revision 3b86494671 Information
Added the ability to turn off the info sent to the player.
2022-08-03 13:22:31 +02:00

18 lines
402 B
Text

[worldserver]
##
# Print information to the player about the amount of extra gold that got deposited to the guild bank
GuildFunds.ShowInfo = 1
##
##
# The amount, in percentage, of money looted to add to the guild bank
# Set to 0 to disable
GuildFunds.Looted = 10
##
##
# The amount, in percentage, of money gained from quests to add to the guild bank
# Set to 0 to disable
GuildFunds.Quests = 3
##