Update README.md

This commit is contained in:
Manmadedrummer
2025-06-21 12:12:34 -04:00
committed by GitHub
parent 2448f47766
commit acb813a35b

View File

@@ -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