From 79a7deb193517dbcbcfbcd937abe92799dcbb25a Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:31:11 -0500 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11d0238..8c3c656 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ -Drop lua script in scripts folder on server. +# Arena Fight Script -Run SQL to world server +Welcome to the **Arena Fight Script** repository! This project is designed for use with AzerothCore servers, providing a custom scripted arena fight experience for players. It leverages the **Eluna Lua Engine** and **AIO (Addons Interactions Overhaul)** to deliver an immersive, interactive, and dynamic arena system. + +## Features + +- **Custom Arena Events:** Create unique and engaging arena battles with customizable rules and mechanics. +- **Dynamic Fight Mechanics:** Supports NPC spawning, timed events, and special abilities tailored for epic encounters. +- **Player Interactions with AIO:** Utilizes AIO to provide seamless communication between the server and client, enabling advanced interactions like UI updates and in-game event triggers. +- **Rewards and Progression:** Offers players rewards and recognition for their performance in arena events. +- **Easily Customizable:** Built with Lua and AIO, making it simple to adapt the script to your server's specific needs. + +## Requirements + +To use this script, you need: + +- An AzerothCore server running the Wrath of the Lich King 3.3.5 client. +- The Eluna Lua Engine enabled on your server. +- **AIO (Addons Interactions Overhaul)** installed and configured. + +## Installation + +1. Clone or download the repository: + ```bash + git clone https://github.com/araxiaonline/Arena-Fight-Script.git