Unified and reimplemented various banker dialogues

Accessibility to second bank is now locked behind server config toggle second_bank
Eniola, Arnold Lydspor, and Emerald Benedict now offer access to second bank
Locked the backported ability to charge our ring of wealth with GE teleports behind server config toggle ring_of_wealth_teleport
Corrected enchant spells to always yield uncharged dragonstone items, rather than fully charged ones
Fixed inauthentic jewellery UI
Locked the availability of our inauthentic player commands behind server config toggle player_commands. Admins are immune to this and still always have all commands available. Note that this includes ::confirmrules, so be sure not to set your server to show rules and info, but not allow commands
This commit is contained in:
Player Name
2025-11-25 12:56:41 +00:00
committed by Ryan
parent 78f1c58b4e
commit 1fa2d3460f
20 changed files with 468 additions and 1014 deletions
+18
View File
@@ -339,6 +339,24 @@ class ServerConstants {
@JvmField
var ENHANCED_DEEP_WILDERNESS = false
@JvmField
var WILDERNESS_EXCLUSIVE_LOOT = false
@JvmField
var SHOOTING_STAR_RING = false
@JvmField
var RING_OF_WEALTH_TELEPORT = false
@JvmField
var SECOND_BANK = false
@JvmField
var PLAYER_COMMANDS = false
@JvmField
var BOOSTED_TRAWLER_REWARDS = false
@JvmField
var STARTUP_MOMENT = Calendar.getInstance()