Made XP rates and ironman optional, locked behind new server config settings xp_rates and ironman
Removed the ironman_icons server config setting, locking it behind ironman instead Removed the default_xp_rate server config setting and hardcoded the default xp rate to 1x Changed a bunch of server config defaults for inauthentic features to disabled Added enable_global_chat to the worldprops default config. Note the change from enable_globalchat to enable_global_chat Removed the allow_slayer_rerolls worldprops config option Large number of tutorial island improvements and authenticity enhancements
This commit is contained in:
@@ -58,8 +58,6 @@ members = true
|
||||
#activity as displayed on the world list
|
||||
activity = "2009Scape Classic."
|
||||
pvp = false
|
||||
default_xp_rate = 5.0
|
||||
allow_slayer_reroll = 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
|
||||
@@ -72,44 +70,61 @@ new_player_location = "2524,5002,0"
|
||||
#the location of home teleport
|
||||
home_location = "3222,3218,0"
|
||||
autostock_ge = false
|
||||
allow_token_purchase = true
|
||||
skillcape_perks = true
|
||||
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 = true
|
||||
jad_practice_enabled = true
|
||||
wild_pvp_enabled = false
|
||||
jad_practice_enabled = false
|
||||
enable_global_chat = false
|
||||
#minimum HA value for announcements of bots selling on ge
|
||||
ge_announcement_limit = 500
|
||||
enable_castle_wars = false
|
||||
personalized_shops = true
|
||||
personalized_shops = false
|
||||
bots_influence_ge_price = true
|
||||
#verbose cutscene logging (for cutscenes in the new system)
|
||||
verbose_cutscene = false
|
||||
#show the rules the first time a player logs in
|
||||
show_rules = true
|
||||
show_rules = false
|
||||
#the number of revenants active at a time
|
||||
revenant_population = 30
|
||||
#enable auto-buy/auto-sell on the GE.
|
||||
i_want_to_cheat = false
|
||||
#better agility pyramid gp reward (gp reward = 1000 + ((agility level / 99) * 9000))
|
||||
better_agility_pyramid_gp = true
|
||||
better_agility_pyramid_gp = false
|
||||
#better dragonfire shield attack (30 second cooldown instead of 2 minutes)
|
||||
better_dfs = true
|
||||
better_dfs = false
|
||||
#new player announcement
|
||||
new_player_announcement = true
|
||||
new_player_announcement = false
|
||||
#enables inauthentic candlelight random event (adds an additional normal random event)
|
||||
inauthentic_candlelight_random = true
|
||||
inauthentic_candlelight_random = false
|
||||
#enables holiday random events (no effect on normal random events)
|
||||
holiday_event_randoms = true
|
||||
holiday_event_randoms = false
|
||||
#force holiday randoms (can only force one at a time)
|
||||
force_halloween_randoms = false
|
||||
force_christmas_randoms = false
|
||||
#runecrafting formula revision (573 introduced probabilistic multiple runes, 581 extrapolated probabilistic runes past 99)
|
||||
runecrafting_formula_revision = 581
|
||||
#enable the enhanced deep wilderness, where the area past the members' fence applies a red skull that boosts brawler/pvp drop rates
|
||||
enhanced_deep_wilderness = true
|
||||
runecrafting_formula_revision = 530
|
||||
#enables the enhanced deep wilderness, where the area past the members' fence applies a red skull that boosts brawler/pvp drop rates
|
||||
enhanced_deep_wilderness = false
|
||||
#enables wilderness-exclusive loot, i.e. brawling gloves and PvP gear, from revenants and the Chaos Elemental
|
||||
wilderness_exclusive_loot = false
|
||||
#enables the xp rates option on tutorial island
|
||||
xp_rates = false
|
||||
#enables the ironman option on tutorial island and the inauthentic game protocol addition to transmit chat icons for ironmen
|
||||
ironman = false
|
||||
#enables the custom-content ancient blueprint and ring of the star sprite
|
||||
shooting_star_ring = false
|
||||
#enables the inauthentic teleport option on the ring of wealth
|
||||
ring_of_wealth_teleport = false
|
||||
#enables second bank
|
||||
second_bank = false
|
||||
#enables inauthentic but non-dangerous commands for regular players
|
||||
player_commands = false
|
||||
#enables boosted rewards from fishing trawler consisting of key halves and pirate outfit pieces
|
||||
boosted_trawler_rewards = false
|
||||
|
||||
[paths]
|
||||
#path to the data folder, which contains the cache subfolder and such
|
||||
|
||||
Reference in New Issue
Block a user