rsccabbage.conf 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. # RSC Cabbage World Config
  2. database:
  3. db_name: cabbage # MODIFIED
  4. world:
  5. server_name: RSC Cabbage # MODIFIED
  6. server_name_welcome: RSC Cabbage # MODIFIED
  7. welcome_text: Join our Discord to stay in touch! # MODIFIED
  8. display_logo_sprite: false # MODIFIED
  9. logo_sprite_id: 2010
  10. game_tick: 430 # MODIFIED
  11. walking_tick: 430 # MODIFIED
  12. milliseconds_between_spells: 1270 # Should be around game_tick * 3 - 20
  13. want_custom_walking_speed: false # Do we want to enable custom walking speed?
  14. idle_timer: 600000 # MODIFIED 10 minute player idle alert, 0 disables
  15. auto_save: 30000 # 30 second autosave interval
  16. client_version: 10009
  17. enforce_custom_client_version: false
  18. server_port: 43595 # MODIFIED
  19. ws_server_port: 43495 # MODIFIED
  20. want_feature_websockets: true
  21. max_connections_per_ip: 20 # Number of network connections allowed per IP address
  22. max_connections_per_second: 20 # Number of network I/O connections any specific host address can make per second
  23. max_packets_per_second: 100 # Number of network I/O packets any specific connection can make per second
  24. max_logins_per_second: 2 # Number of login attempts any specific IP address can make per second
  25. max_logins_per_server_per_tick: 5 # Number of logins that will be processed for a server in 1 tick before making others in the queue wait for the next tick
  26. max_password_guesses_per_five_minutes: 10 # Number of password/recover guesses an IP address can make per 5 minutes
  27. network_flood_ip_ban_minutes: 5 # Number of minutes that a host address is IP Banned if network I/O packets/connections are flooded
  28. suspicious_player_ip_ban_minutes: 60 # Number of minutes that a host address is IP Banned if player is suspicious
  29. server_location: USA
  30. session_id_sender_timer: 640 # Number of milliseconds between when the client first opens the tcp session until when it must have sent data
  31. max_players: 2000
  32. max_players_per_ip: 3 # Number of allowed logged in players per IP address
  33. avatar_generator: false # Generates avatar images of players but uses extra RAM
  34. member_world: true
  35. want_pcap_logging: true
  36. world_number: 1
  37. player_level_limit: 99
  38. want_experience_cap: true # MODIFIED
  39. experience_limit: -294967296 # Equal to 4B as unsigned
  40. combat_exp_rate: 5 # MODIFIED
  41. skilling_exp_rate: 5 # MODIFIED
  42. wilderness_boost: 0
  43. skull_boost: 0
  44. double_exp: false
  45. npc_respawn_multiplier: 0.7 # MODIFIED
  46. want_registration_limit: true # Limits player registrations per 24 hours per IP
  47. registration_limit_count: 2 #The number of player registrations per 24 hours per IP
  48. packet_limit: 100
  49. connection_limit: 10
  50. connection_timeout: 15
  51. want_fatigue: false # MODIFIED
  52. warn_excessive_captcha_failure: false # Decides if moderators will be alerted when a player fails typing captchas many times in a row
  53. load_prerendered_sleepwords: true # Set to false if there are prerendered sleepwords in the sleepwords directory that you would not like to load
  54. load_special_prerendered_sleepwords: true # Set to false if there are special prerendered sleepwords in the sleepwords directory that you would not like to load
  55. stop_skilling_fatigued: 0 # MODIFIED
  56. aggro_range: 1 # Default tile range aggressive NPCs will attack victims
  57. character_creation_mode: 1 # MODIFIED
  58. ring_of_recoil_limit: 40
  59. ring_of_forging_uses: 75
  60. dwarven_ring_uses: 29
  61. dwarven_ring_bonus: 3
  62. # check_admin_ip: false # Check the ip that the admin account is logging in from. Helps prohitbit unauthorized access.
  63. # admin_ip: 127.0.0.0,10.0.0.0,172.16.0.0,192.168.0.0 # IP/s from which the admin can connect from. Comma separated list. No spaces. Default is 127.0.0.0,10.0.0.0,172.16.0.0,192.168.0.0 . 127 is loopback (localhost) and the rest are private IP identities.
  64. is_localhost_restricted: false # lift any localhost restrictions (may not be recommended new servers)
  65. location_data: 2 # MODIFIED
  66. want_fixed_broken_mechanics: true # MODIFIED
  67. want_decorated_mod_room: true # MODIFIED
  68. want_auto_server_shutdown: false # causes the server to shutdown at a specified time for a cron to then start
  69. restart_hour: 7 # if want_auto_server_shutdown is set to true, the server will shut down at 7:00AM, local system time
  70. want_reset_event: false # forces all world scenery to be reset hourly
  71. based_map_data: 64 # map data info used for tileInfo, sceneries, boundaries, ground items, and npcs
  72. based_config_data: 85 # config data info used for items, sceneries, boundaries, and npcs
  73. features_sleep: true # Is sleep command featured, (+ should shops stock sleeping bags?)
  74. restrict_item_id: -1 # A non-negative value restricts the maximum item id of monster drops, shops, etc
  75. restrict_scenery_id: -1 # A non-negative value restricts the maximum scenery id
  76. respawn_location_x: 120 # Default/death location X coord
  77. respawn_location_y: 648 # Default/death location Y coord
  78. can_feature_membs: true # Can world feature members content
  79. show_tutorial_skip_option: true # If true, show the 'Skip the tutorial' menu option when on the tutorial.
  80. combat_level_non_melee_mask: 7 # Mask to indicate which non melee combat skills add to level (Ranged | Magic | Prayer)
  81. osrs_combat_melee: false # Use (a slightly modified version of) the OSRS melee formula
  82. osrs_combat_ranged: false # Use (a slightly modified version of) the OSRS ranged formula
  83. uses_retro_stock_sensitivity: false # Use retro shop stock sensitivity to calculate prices in shops
  84. pidless_catching: true # MODIFIED
  85. pvm_catching_distance: 1 # number of squares a player needs to be within in order to initiate PVM combat
  86. pvp_catching_distance: 1 # number of squares a player needs to be within in order to initiate PVP combat
  87. pvp_reattack_timer: 5 # Number of ticks before either player in PVP situations can engage or be re-engaged after a retreat.
  88. shuffle_pid_order: true # Discourage PID optimization game by shuffling the order that players are processed in
  89. shuffle_pid_order_interval: 500 # number of ticks between PID shuffles
  90. spell_range_distance: 4 # Maximum distance player can cast spell from (3 for retro, 4 for modern, any other value is custom)
  91. want_corrected_skilling_xp: true # MODIFIED Corrects xp on oversights of little xp such as gem stall
  92. summon_all_player_limit: 15 # limits the amount of players that can be summoned by the summonall command
  93. server_sided_word_filtering: true # enables a word filter / alert system enforced by the server
  94. server_sided_word_space_filtering: false # enables more aggressive word filtering, including if the word is obscured by spaces or other characters
  95. monitor_online: true # ping monitor_ip to check if the server is connected to the internet & pause server if not
  96. monitor_ip_timeout: 100 # milliseconds to wait before considering the ping unsuccessful.
  97. discord_downtime_reports_milliseconds_down_before_report: 1000 # part of the monitor_online feature
  98. client:
  99. view_distance: 2
  100. zoom_view_toggle: true # MODIFIED
  101. fog_toggle: true # MODIFIED
  102. ground_item_toggle: true # MODIFIED
  103. menu_combat_style_toggle: true # MODIFIED
  104. fightmode_selector_toggle: true # MODIFIED
  105. experience_counter_toggle: true # MODIFIED
  106. experience_drops_toggle: true # MODIFIED
  107. items_on_death_menu: true # MODIFIED
  108. show_roof_toggle: true # MODIFIED
  109. show_underground_flicker_toggle: true # MODIFIED
  110. want_skill_menus: true # MODIFIED
  111. want_quest_menus: true # MODIFIED
  112. want_quest_started_indicator: true # MODIFIED
  113. want_hide_ip: true # MODIFIED
  114. want_remember: true # MODIFIED
  115. client_fps: 50 # Authentic is 50
  116. want_email: true # MODIFIED
  117. allow_resize: true # MODIFIED
  118. lenient_contact_details: true # MODIFIED
  119. char_name_can_contain_mod: false # Allow players to create characters with the word "mod" in the name
  120. char_name_can_equal_global: false # Allow players to create characters with name "Global"
  121. disable_minimap_rotation: true # Disable random minimap rotation measure?
  122. allow_bearded_ladies: false # Authentic bug caused by packet manipulation would allow you to have a female character with a beard. Setting this to false disallows this manipulation.
  123. npc_kill_counters: true # MODIFIED
  124. retro_features:
  125. gather_tool_on_scenery: false # Allows client to use pickaxe on rock (or axe on tree) to skill
  126. coin_bank: false # Allows having coin bank instead of item bank
  127. influence_instead_qp: false # Influence stat instead of quest points
  128. uses_classes: false # To use the character classes system
  129. uses_pk_mode: false # To indicate world has pk mode (players being able to attack others anywhere)
  130. arrive_lumbridge: false # To arrive directly to lumbridge after making account
  131. scaled_woodcut_xp: false # To use the old woodcutting xp formula that scaled with level (similar to firemaking)
  132. old_pray_xp: false # To use the old pray xp (50% less from modern rsc)
  133. divided_good_evil: false # On true to split xp when burying bones, on false it also gives xp to just magic for retro spells
  134. lacks_prayers: false # On true to indicate there are no prayers
  135. has_fear_spell: false # For players to be able to cause npcs to retreat
  136. wait_to_reboost: false # To have to wait for potions & spell boost to wear off before being able to boost again
  137. no_level_requirement_wield: false # To be able to wield equipment without requiring any level
  138. fermented_wine: false # To have old wine making mechanics with fermented wines
  139. old_quest_mechanics: false # To have old quest mechanics (such as using key to get into Phoenix hideout)
  140. can_influence_npcs: false # To be able to influence npcs decision such as being able to buy silk at lower prices
  141. no_confirm_trades: false # To be able to trade without trade confirm window
  142. short_max_stacks: false # Max stacks in inventory are unsigned short rather than integer
  143. block_use_magic_in_combat: false # Prevents the use of magic spells while player is in combat
  144. rapid_cast_spells: false # Allows player to be able to cast spells without waiting
  145. meat_heal_level_dependent: false # Sets the healing of cookedmeat to be level dependent
  146. only_regular_bones: false # Does world feature only regular bones
  147. shared_gathering_resources: false # Are gathering resources such as rocks shared
  148. has_player_owned_houses: false # Are old POHs featured in the world
  149. spinach_roll_boosts: false # Do the spinach rolls give strength bonus
  150. old_skill_defs: false # Should old skill definitions be used
  151. wants_kill_stealing: false # Should all xp and loot go to the last attacking player
  152. ranged_gives_xp_hit: false # Should each successful ranged hit give a bit xp
  153. retro_ranged_damage: false # Use the pre-Fletching Ranged weapon power values
  154. only_basic_runes: false # Are only the basic runes obtainable?
  155. can_offer_untradeables: false # Can untradeable items (like quest items) be sold/traded/staked?
  156. can_prospect_fail: false # Can the prospect of rock fail?
  157. lacks_gold_smithing: false # On true to indicate there is no gold smithing
  158. npc_aggro_dont_check_level: false # On true, disables the 2x+1 level check for npc aggressiveness so they always attack.
  159. cant_dye_capes: false # On true, disables cape dyeing.
  160. healstat_on_current_stat: false # When true, healstat() function operates on "current level" (as documented in 2001 RuneScript), when false, healstat() operates as it did later.
  161. custom_features:
  162. custom_sprites: true # MODIFIED
  163. want_custom_ui: false
  164. want_custom_quests: true # MODIFIED
  165. spawn_auction_npcs: true # MODIFIED
  166. spawn_iron_man_npcs: true # MODIFIED
  167. show_floating_nametags: true # MODIFIED
  168. want_clans: true # MODIFIED
  169. want_kill_feed: false # Informs all players when someone is killed
  170. side_menu_toggle: true # MODIFIED
  171. inventory_count_toggle: true # MODIFIED
  172. auto_message_switch_toggle: true # MODIFIED
  173. hide_login_box_toggle: true # MODIFIED
  174. batch_progression: true # MODIFIED
  175. custom_improvements: true # MODIFIED
  176. want_global_chat: false
  177. want_global_friend: true # MODIFIED
  178. want_global_rules_agreement: true # MODIFIED
  179. global_message_cooldown: 0 # Time in milliseconds before players are allowed to send another global message
  180. global_message_total_level_req: 0 # Total level requirement for speaking in global chat
  181. want_experience_elixirs: false
  182. want_keyboard_shortcuts: 2 # MODIFIED
  183. want_custom_rank_display: true # MODIFIED
  184. custom_firemaking: true # MODIFIED
  185. want_drop_x: true # MODIFIED
  186. want_exp_info: true # MODIFIED
  187. want_woodcutting_guild: true # MODIFIED
  188. want_missing_guild_greetings: true # MODIFIED
  189. want_decanting: true # MODIFIED
  190. player_commands: true # MODIFIED
  191. npc_blocking: 0 # MODIFIED
  192. player_blocking: 0 # 0 disables player blocking; 1 authentic 2018 RSC (players walk through players unless last point on their path); 2 players act like solid objects (2001 era RSC)
  193. npc_dont_retreat: true # MODIFIED
  194. message_full_inventory: false # Shows message to the player if an item drops when skilling due to a full inventory
  195. want_pets: false # Enables following NPC pets and their capture items
  196. max_walking_speed: 1 # Number of spaces players can move per game tick. 1 is default
  197. max_ticks_until_full_walking_speed: 5 # MODIFIED
  198. show_unidentified_herb_names: true # MODIFIED
  199. fishing_spots_depletable: true # MODIFIED
  200. improved_item_object_names: true # MODIFIED
  201. crystal_key_gives_xp: true # MODIFIED
  202. looted_chests_stuck: true # MODIFIED
  203. want_runecraft: true # MODIFIED
  204. want_harvesting: true # MODIFIED
  205. want_custom_leather: true # MODIFIED
  206. custom_landscape: true # MODIFIED
  207. want_equipment_tab: true # MODIFIED
  208. want_bank_presets: true # MODIFIED
  209. mining_rocks_extended: true # MODIFIED
  210. want_new_rare_drop_tables: true # MODIFIED
  211. want_leftclick_webs: true # MODIFIED
  212. want_improved_pathfinding: false # Enables the ASTAR pathing algorithm for chasing NPCs
  213. can_use_cracker_on_self: false # Allows players to use Christmas Crackers / Trick or treat crackers / Presents on characters with the same IP address
  214. fix_overhead_chat: true # MODIFIED
  215. want_better_jewelry_crafting: true # MODIFIED
  216. more_shafts_per_better_log: true # MODIFIED
  217. faster_yohnus: true # MODIFIED
  218. want_chain_legs: true # MODIFIED
  219. want_apothecary_qol: true # MODIFIED
  220. want_ranged_face_player: true # MODIFIED
  221. want_poison_npcs: true # NPC's can be poisoned by poison weapons, arrows, bolts, and throwables.
  222. want_openpk_points: false # This adds the OpenPK points system.
  223. openpk_points_to_gp_ratio: 3 # This determines the OpenPK points to GP ratio.
  224. want_pk_bots: false # This determines if NPC PK bots will spawn.
  225. death_island: true # MODIFIED
  226. want_openpk_presets: false # This determines if we want presets on the OpenPK stat/points interface. It's worth noting StorkPK didn't have presets, but it's nice to have an option for them.
  227. form_fitting_chainmail: true # MODIFIED
  228. want_combat_odyssey: true # MODIFIED
  229. want_instanced_npcs: true # MODIFIED
  230. equip_quest_items_without_quests: false # Allows items to be equiped without completing the required quests
  231. want_packet_register: true # If true, signups (character creation) from within game clients such as RSC+ will be allowed
  232. parties:
  233. want_parties: true # MODIFIED
  234. want_party_xp_share: false # Enables party members to share XP
  235. party_additional_xp_percent_per_player: 0.06 # How much additional XP to award for larger parties
  236. party_distance_percent_decrease: 0.07 # How much less XP should be awarded based on distance from skiller
  237. party_save_xp_for_skiller_percent: 0.4 # How much xp to save for the skiller
  238. party_share_max_x: 20 # Maximum x distance for sharing XP
  239. party_share_max_y: 20 # Maximum y distance for sharing XP
  240. party_share_infinite_range: false # Allow XP sharing to have infinite range
  241. party_share_with_same_ip: false # Allow accounts on the same IP to share XP.
  242. party_share_size_algorithm: linear # Algorithm used for determining additional XP to be given to larger parties.
  243. party_share_distance_algorithm: exponential # Algorithm used for determining the XP dropoff based on distance from party member. (exponential or linear)
  244. party_max_size_for_additional_xp: 5 # How many party members should count for adding additional XP when sharing.
  245. party_iron_man_can_share: false # Should iron man give/receive shared XP?
  246. discord:
  247. want_discord_auction_updates: false # Should a discord webhook be called for auction house changes?
  248. want_discord_monitoring_updates: false # Should a discord webhook be called for performance monitoring?
  249. want_discord_staff_commands: true # Should a discord webhook be called for in-game staff commands?
  250. want_discord_report_abuse_updates: true # Should a discord webhook be called for in-game abuse reports?
  251. want_discord_naughty_words_updates: true # Should a discord webhook be called for in-game offensive language?
  252. want_discord_general_logging: true # Should a discord webhook be called for general game logging?
  253. want_discord_bot: false # Utilize a Discord chat bot integration?
  254. want_discord_downtime_reports: true # Should a discord webhook be called when the server recovers from being disconnected from the internet?
  255. cross_chat_channel: 0 # Channel used in Discord for in-game to Discord cross chat
  256. bank:
  257. right_click_bank: true # MODIFIED
  258. want_custom_banks: true # MODIFIED
  259. want_bank_pins: true # MODIFIED
  260. tolerate_bank_pins: false
  261. want_bank_notes: true # MODIFIED
  262. want_cert_deposit: true # MODIFIED
  263. want_certer_bank_exchange: true # MODIFIED
  264. want_cert_as_notes: false # Instead of having certs for any tradeable, display as note
  265. shop:
  266. right_click_trade: true # MODIFIED
  267. npc_kills:
  268. npc_kill_list: true # MODIFIED
  269. npc_kill_list_lookup_only: false # Only allow kills (kc) command for individual npcs
  270. npc_kill_messages: true # MODIFIED
  271. npc_kill_messages_filter: false # Only display kill messages for npcs in npc_kill_messages_npcs
  272. npc_kill_messages_npcs: King Black Dragon,Black Dragon # Comma separated list without spaces
  273. npc_kill_logging: true
  274. valuable_drops:
  275. valuable_drop_messages: true # MODIFIED
  276. valuable_drop_ratio: 3 # MODIFIED
  277. valuable_drop_extras: true # MODIFIED
  278. valuable_drop_items: Half of a key,Half Dragon Square Shield # Comma separated list without spaces
  279. glitch_checks:
  280. strict_check_all: false # Makes all checks strict
  281. strict_pdart_check: false # Makes the poisoned throwing dart requirement strict
  282. strict_pknife_check: false # Makes the poisoned throwing knife requirement strict
  283. strict_pspear_check: false # Makes the poisoned spear requirement strict
  284. loose_shallow_water_check: true # MODIFIED
  285. want_bugged_claws_xp: false # MODIFIED
  286. custom_quest_and_minigame:
  287. want_gianne_badge: true # MODIFIED
  288. want_blurberry_badge: true # MODIFIED
  289. want_extended_cats_behavior: true # MODIFIED
  290. want_barter_wormbrains: true # MODIFIED
  291. locked_post_quest_regions_accessible: true # MODIFIED
  292. can_retrieve_post_quest_items: true # MODIFIED
  293. esters_bunnies: false # Enable/disable the Ester's Bunnies Easter event
  294. esters_bunnies_stingy_duck: false # The duck will not give unlimited Easter Eggs if this is true
  295. mice_to_meet_you: false # Enables/disables the Mice to Meet you Halloween event.
  296. mice_to_meet_you_no_rats: false # Enables/disables Rat NPCs during the Mice to Meet you Halloween event.
  297. santa_gives_presents: true # Enables/disables Santa rewarding player with Presents when giving sustenance
  298. pride_month: true # Enables Make over mage to give out the cape of inclusion
  299. a_bone_to_pick: false # MODIFIED
  300. a_lumbridge_carol: true # Enables the 2023 Christmas event