84 lines
2.8 KiB
Plaintext
84 lines
2.8 KiB
Plaintext
[server]
|
|
#Secret key - this is sent by the client during login.
|
|
#Client/Server MUST match or connection is refused.
|
|
secret_key = "2009scape_development"
|
|
write_logs = true
|
|
msip = "127.0.0.1"
|
|
noauth_default_admin = true #NOTE: If we are not using auth, this determines whether or not players are admins by default.
|
|
|
|
[database]
|
|
database_name = "global"
|
|
database_username = "2009scapetest"
|
|
database_password = "2009scapetest"
|
|
database_address = "127.0.0.1"
|
|
database_port = "3306"
|
|
|
|
|
|
[world]
|
|
name = "2009Scape"
|
|
debug = true
|
|
dev = true
|
|
start_gui = false
|
|
daily_restart = true
|
|
#world number
|
|
world_id = "1"
|
|
country_id = "0"
|
|
members = true
|
|
#activity as displayed on the world list
|
|
activity = "2009Scape Classic."
|
|
pvp = false
|
|
#enables a default clan for players to join automatically. Should be an account with the same name as @name, with a clan set up already.
|
|
enable_default_clan = true
|
|
enable_bots = true
|
|
#message of the week model ID, 0 for random
|
|
motw_identifier = "0"
|
|
#text shown for message of the week - @name will be replaced with the name property set above.
|
|
motw_text = "Welcome to @name!"
|
|
#the coordinates new players spawn at
|
|
new_player_location = "3094,3107,0"
|
|
#the location of home teleport
|
|
home_location = "3222,3218,0"
|
|
autostock_ge = false
|
|
allow_token_purchase = false
|
|
skillcape_perks = false
|
|
increased_door_time = false
|
|
enable_botting = false
|
|
max_adv_bots = 100
|
|
enable_doubling_money_scammers = true
|
|
wild_pvp_enabled = false
|
|
jad_practice_enabled = false
|
|
enable_global_chat = false
|
|
enable_castle_wars = false
|
|
personalized_shops = false
|
|
|
|
[paths]
|
|
#path to the data folder, which contains the cache subfolder and such
|
|
data_path = "data"
|
|
#in the lines below, @data will be replaced with the value set for data_path
|
|
cache_path = "@data/cache"
|
|
store_path = "@data/serverstore"
|
|
save_path = "@data/players"
|
|
configs_path = "@data/configs"
|
|
#this is where economy/grand exchange data gets saved
|
|
grand_exchange_data_path = "@data/eco"
|
|
#path to file defining the rare drop table
|
|
rare_drop_table_path = "@data/configs/shared_tables/RDT.xml"
|
|
#path to file defining c.ele minor drop table
|
|
cele_drop_table_path = "@data/configs/shared_tables/CELEDT.xml"
|
|
#path to file defining the uncommon seed drop table
|
|
uncommon_seed_drop_table_path = "@data/configs/shared_tables/USDT.xml"
|
|
#path to file defining the herb drop table
|
|
herb_drop_table_path = "@data/configs/shared_tables/HDT.xml"
|
|
#path to file defining the gem drop table
|
|
gem_drop_table_path = "@data/configs/shared_tables/GDT.xml"
|
|
#path to file defining the rare seed drop table
|
|
rare_seed_drop_table_path = "@data/configs/shared_tables/RSDT.xml"
|
|
#path to file defining the allotment seed drop table
|
|
allotment_seed_drop_table_path = "@data/configs/shared_tables/ASDT.xml"
|
|
#path to file containing boot-time object changes
|
|
object_parser_path = "@data/ObjectParser.xml"
|
|
#path logs are written to
|
|
logs_path = "@data/logs"
|
|
bot_data = "@data/botdata"
|
|
eco_data = "@data/eco"
|