Initial build
This commit is contained in:
parent
ff0c5acd2a
commit
f8e7eabde4
8 changed files with 151 additions and 1 deletions
1
conf/conf.sh.dist
Normal file
1
conf/conf.sh.dist
Normal file
|
|
@ -0,0 +1 @@
|
|||
#!/usr/bin/env bash
|
||||
13
conf/mod_guildfunds.conf.dist
Normal file
13
conf/mod_guildfunds.conf.dist
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[worldserver]
|
||||
|
||||
##
|
||||
# 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
|
||||
##
|
||||
Loading…
Add table
Add a link
Reference in a new issue