From acb813a35b29cc255a693d8c57c45d13acd36a7c Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:12:34 -0400 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d2bd918..f3b7126 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,26 @@ The Scourge Invasion is a custom event implementation for AzerothCore, crafted f ## Features -- **Dynamic Mob Attacks**: 15% chance for mobs to spawn and attack when changing zones/subzones, scaled to player level. -- **Bosses LUA**: LUA scripts for Scourge Invasion Bosses. -- **Updated Quests**: Replaced Dim `Necrotic Shards (ID 22892)` with `Necrotic Rune (ID 22484)`, removed exploration requirements, and adjusted quest flags. -- **Spawn**: Spawns for bosses and quest givers tied to Event 17. -- **Lua Scripts**: Includes random attack logic, world announcement scripts, NPC despawn and spawn logic. -- QUEST : Folder contains SQL for Quest -- ITEMS: Contains SQL needed for quest Items. -- NPC: Folder contains SQL for NPC's that are in the event. -- Enemies: Folder contains foldersMobs and Bosses. Including **SmartAI**, and updated loot tables for creatures. -- - game_event: Contains SQL for databse to run this event EVERY saturday from Midnight till 4 AM server time (UTC). -- **Future Plans**: Potential integration with in-game holiday calendar for enhanced visibility. +- **Dynamic Mob Attacks**: 15% chance for mobs to spawn and attack when changing zones or subzones, scaled to player level. +- **Boss LUA Scripts**: Includes Lua scripts for Scourge Invasion bosses. +- **Updated Quests**: + - Replaced Dim `Necrotic Shards (ID 22892)` with `Necrotic Rune (ID 22484)` + - Removed exploration requirements + - Adjusted quest flags +- **Event Spawns**: Bosses and quest givers spawn only during Event ID 17. +- **Lua Scripts**: + - Random mob attack logic + - World announcement handling + - NPC despawn/spawn behavior +- **Quest SQL**: `QUEST/` folder contains SQL for event quests. +- **Item SQL**: `ITEMS/` folder includes SQL for quest-related items. +- **NPC SQL**: `NPC/` folder contains SQL for all event-related NPCs. +- **Enemies**: `Enemies/` folder includes: + - `Mobs/` and `Bosses/` subfolders + - SmartAI scripts + - Updated loot tables +- **Event Schedule**: `game_event/` folder contains SQL to run this event every **Saturday** from **Midnight to 4:00 AM UTC**. +- **Future Plans**: Potential integration with the in-game holiday calendar for enhanced visibility. ## Directory Structure