Last active
November 3, 2024 06:06
-
-
Save Espionage724/33010f18a0eab546143752061067f010 to your computer and use it in GitHub Desktop.
2009Scape (localhost) worldprops/default.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[server] | |
# Server | |
log_level = "verbose" | |
write_logs = true | |
msip = "localhost" | |
secret_key = "2009scape_development" | |
preload_map = false | |
# Accounts | |
use_auth = false | |
persist_accounts = false | |
noauth_default_admin = false | |
daily_accounts_per_ip = 3 | |
# Watchdog | |
watchdog_enabled = false | |
connectivity_check_url = "localhost" | |
connectivity_timeout = 500 | |
[database] | |
# MySQL | |
database_address = "localhost" | |
database_port = "3306" | |
database_name = "2009scape" | |
database_username = "2009scape" | |
database_password = "x" | |
[integrations] | |
# Grafana Analytics? | |
grafana_logging = false | |
grafana_log_path = "@data/logs" | |
grafana_log_ttl_days = 1 | |
[world] | |
# localhost | |
motw_text = "Welcome to your localhost server!" | |
show_rules = false | |
new_player_announcement = false | |
allow_token_purchase = false | |
autostock_ge = false | |
bots_influence_ge_price = false | |
enable_doubling_money_scammers = false | |
personalized_shops = false | |
enable_default_clan = false | |
# Jagex-like | |
i_want_to_cheat = false | |
default_xp_rate = 1.0 | |
runecrafting_formula_revision = 530 | |
allow_slayer_reroll = false | |
better_agility_pyramid_gp = false | |
better_dfs = false | |
skillcape_perks = false | |
jad_practice_enabled = false | |
# Holiday (only enable one or none) | |
force_halloween_randoms = false | |
force_christmas_randoms = false | |
# PVP | |
pvp = false | |
wild_pvp_enabled = false | |
enhanced_deep_wilderness = true | |
revenant_population = 30 | |
# Server config | |
debug = false | |
dev = false | |
start_gui = false | |
daily_restart = false | |
smartpathfinder_bfs = true | |
enable_botting = false | |
motw_identifier = "0" | |
ge_announcement_limit = 500 | |
increased_door_time = false | |
enable_castle_wars = false | |
verbose_cutscene = false | |
holiday_event_randoms = true | |
enable_bots = false | |
max_adv_bots = 100 | |
new_player_location = "2524,5002,0" | |
home_location = "3222,3218,0" | |
# World | |
name = "2009Scape" | |
world_id = "1" | |
country_id = "0" | |
members = true | |
name_ge = "2009Scape" | |
activity = "2009Scape Classic." | |
[paths] | |
# Paths | |
data_path = "data" | |
bot_data = "@data/botdata" | |
cache_path = "@data/cache" | |
configs_path = "@data/configs" | |
eco_data = "@data/eco" | |
grand_exchange_data_path = "@data/eco" | |
logs_path = "@data/logs" | |
object_parser_path = "@data/ObjectParser.xml" | |
save_path = "@data/players" | |
store_path = "@data/serverstore" | |
# Drop Tables | |
rare_drop_table_path = "@data/configs/shared_tables/RDT.xml" | |
gem_drop_table_path = "@data/configs/shared_tables/GDT.xml" | |
herb_drop_table_path = "@data/configs/shared_tables/HDT.xml" | |
cele_drop_table_path = "@data/configs/shared_tables/CELEDT.xml" | |
allotment_seed_drop_table_path = "@data/configs/shared_tables/ASDT.xml" | |
uncommon_seed_drop_table_path = "@data/configs/shared_tables/USDT.xml" | |
rare_seed_drop_table_path = "@data/configs/shared_tables/RSDT.xml" | |
# End |
Author
Espionage724
commented
Nov 2, 2024
- https://wiki.realmofespionage.xyz/servers:linux:games:2009scape_localhost
- https://wiki.realmofespionage.xyz/games:linux:rt4_client_runescape_530
- https://forum.2009scape.org/viewtopic.php?t=1038-singleplayer-server-rt4-client-master-branches-scripts-and-desktop-launcher-on-linux-my-notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment