cleanup: remove stale changelog and notes

This commit is contained in:
uprightbass360
2025-12-27 18:48:40 -05:00
parent a67bfcd87b
commit 07110902a6
2 changed files with 0 additions and 156 deletions

View File

@@ -231,75 +231,6 @@ CLIENT_DATA_PATH=
SERVER_CONFIG_PRESET=none
CLIENT_DATA_CACHE_PATH=${STORAGE_PATH_LOCAL}/client-data-cache
# =====================
# Module toggles (0/1)
# =====================
# Enable/disable modules by setting to 1 (enabled) or 0 (disabled)
# Modules are organized by category for easier navigation
# 🤖 Automation
# Playerbot and AI systems
# mod-playerbots: Installs SQL/config assets; core functionality is built into playerbot images
# ✨ Quality of Life
# Convenience features that improve gameplay experience
# ⚔️ Gameplay Enhancement
# Core gameplay improvements and mechanics
# 🏪 NPC Services
# Service NPCs that provide player utilities
# mod-npc-talent-template: Admin commands: .templatenpc create [TemplateName] and .templatenpc reload
# ⚡ PvP
# Player vs Player focused modules
# mod-arena-replay: NPC ID: 98500; known issue: players who were participants experience unusual behavior when watching their own replay
# 📈 Progression
# Character and server progression systems
# mod-progression-system: SQL files cannot be unloaded once executed; requires auto DB updater enabled in worldserver config
# mod-zone-difficulty: Mythicmode NPC 1128001 spawned in raids/heroic dungeons; NPC 1128002 for Mythicmode rewards
# 💰 Economy
# Auction house, trading, and economic systems
# 👥 Social
# Social and community features
# 👤 Account-Wide
# Features that apply across all characters on an account
# 🎨 Customization
# Character and appearance customization
# mod-morphsummon: Allows customization of summoned creature appearances (Warlock demons, Death Knight ghouls, Mage water elementals); NPC ID: 601072
# 📜 Scripting
# Lua/Eluna scripting frameworks and tools
# mod-aio: Azeroth Interface Override - enables client-server interface communication
# 🔧 Admin Tools
# Server administration and management utilities
# mod-keep-out: Requires editing database table mod_mko_map_lock; use .gps command to obtain map and zone IDs
# mod-spell-regulator: WARNING: Custom code changes mandatory before module functions; requires custom hooks from external gist
# 💎 Premium/VIP
# Premium account and VIP systems
# mod-premium: Script must be assigned to an item (like hearthstone) using script name 'premium_account'
# 🎮 Mini-Games
# Fun and entertainment features
# mod-tic-tac-toe: NPC ID: 100155
# 🏰 Content
# Additional game content and features
# 🎁 Rewards
# Player reward and incentive systems
# mod-resurrection-scroll: Requires EnablePlayerSettings to be enabled in worldserver config file
# 🛠️ Developer Tools
# Development and testing utilities
# =====================
# Rebuild automation
# =====================