From 6ea17b4e4773d8ce34408466a9bf24debac769c8 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 15:41:13 -0500 Subject: [PATCH 1/9] Update Stonetalon Ruins.sql --- Delve Spawn SQL/Stonetalon Ruins.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/Delve Spawn SQL/Stonetalon Ruins.sql b/Delve Spawn SQL/Stonetalon Ruins.sql index 0eda660..3805257 100644 --- a/Delve Spawn SQL/Stonetalon Ruins.sql +++ b/Delve Spawn SQL/Stonetalon Ruins.sql @@ -1,6 +1,7 @@ -- ================================================================================== -- CREATURE Template -- ================================================================================== +DELETE FROM `creature_template` WHERE `entry` IN (600662, 600663, 600664); INSERT INTO creature_template (entry,difficulty_entry_1,difficulty_entry_2,difficulty_entry_3,KillCredit1,KillCredit2,name,subname,IconName,gossip_menu_id,minlevel,maxlevel,`exp`,faction,npcflag,speed_walk,speed_run,speed_swim,speed_flight,detection_range,`scale`,`rank`,dmgschool,DamageModifier,BaseAttackTime,RangeAttackTime,BaseVariance,RangeVariance,unit_class,unit_flags,unit_flags2,dynamicflags,family,trainer_type,trainer_spell,trainer_class,trainer_race,`type`,type_flags,lootid,pickpocketloot,skinloot,PetSpellDataId,VehicleId,mingold,maxgold,AIName,MovementType,HoverHeight,HealthModifier,ManaModifier,ArmorModifier,ExperienceModifier,RacialLeader,movementId,RegenHealth,mechanic_immune_mask,spell_school_immune_mask,flags_extra,ScriptName,VerifiedBuild) VALUES (600662,0,0,0,0,0,'Nessie','Delve Boss',NULL,0,84,84,0,168,0,1.0,1.14286,1.0,1.0,20.0,1.0,3,0,35.0,2000,2000,1.0,1.0,1,32768,2048,0,0,0,0,0,0,1,4,600662,0,0,0,0,0,0,'',1,1.0,100.0,1.0,1.0,1.0,0,0,1,617299803,0,2,'',12340), (600663,0,0,0,0,0,'Ruin Smasher X-98','Delve Boss',NULL,0,85,85,0,168,0,1.0,1.14286,1.0,1.0,20.0,1.0,3,0,36.9,2000,2000,1.0,1.0,1,64,2048,0,0,0,0,0,0,9,4,600663,0,0,0,0,0,0,'',1,1.0,78.6,20.0,1.2,2.0,0,0,1,608908883,0,0,'',12340), From 0480b102cd9ee5c2d71d73487f5bb4a423ae646d Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:32:22 -0500 Subject: [PATCH 2/9] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 40b8271..c5e1d96 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![AzerothCore](https://img.shields.io/badge/AzerothCore-supported-brightgreen?logo=worldofwarcraft&style=flat)](https://www.azerothcore.org/) +[![Eluna](https://img.shields.io/badge/Eluna-supported-brightgreen?logo=lua&style=flat)](https://github.com/ElunaLuaEngine/Eluna) + + # **Single Player Delves for Araxia Online** > *In Araxia, Delves are exciting, action-packed areas where players can dive into dangerous, monster-filled dungeons, ancient ruins, and hostile environments. These delves are designed for both solo and group play, offering intense combat with a variety of enemies and challenging bosses. Players will face off against increasingly tough foes, collect valuable loot, and experience fast-paced gameplay in unique settings.* From 5c7ae969a556ac8721926a29f400ec9b68c32478 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:37:04 -0500 Subject: [PATCH 3/9] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8b6ef63 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Araxia Online + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From bc95fb609c1e6c63bfd87db81c1564057c660427 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:38:33 -0500 Subject: [PATCH 4/9] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8b6ef63..d0882e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Araxia Online +Copyright (c) 2023 AzerothCore Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From b2625837d74ddc5005effa56da7782ae1673bbcd Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:39:46 -0500 Subject: [PATCH 5/9] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c5e1d96..23d0185 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ +# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) Azeroth Core Module [![AzerothCore](https://img.shields.io/badge/AzerothCore-supported-brightgreen?logo=worldofwarcraft&style=flat)](https://www.azerothcore.org/) [![Eluna](https://img.shields.io/badge/Eluna-supported-brightgreen?logo=lua&style=flat)](https://github.com/ElunaLuaEngine/Eluna) +

+ Araxia Online + Developed By Araxia Online +

# **Single Player Delves for Araxia Online** From 95c2b056f2f778003371e66a5b62b851a94ffe00 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:52:41 -0500 Subject: [PATCH 6/9] Update README.md --- README.md | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) diff --git a/README.md b/README.md index 23d0185..e9b23f6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Developed By Araxia Online

+[Installation](#installation) + # **Single Player Delves for Araxia Online** > *In Araxia, Delves are exciting, action-packed areas where players can dive into dangerous, monster-filled dungeons, ancient ruins, and hostile environments. These delves are designed for both solo and group play, offering intense combat with a variety of enemies and challenging bosses. Players will face off against increasingly tough foes, collect valuable loot, and experience fast-paced gameplay in unique settings.* @@ -294,3 +296,116 @@ | 900 | Stonetalon Ruins | Strange Pool | 184845 | +## 📦 Installation + +### Prerequisites +- AzerothCore server (latest version) +- Access to your world database +- Eluna Lua Engine installed +- WoW Client (3.3.5a WotLK) +- [WDBX Editor](https://github.com/WowDevTools/WDBXEditor) (for DBC files) + +--- + +### Step 1: SQL Database Files + +Import all SQL files into your `acore_world` database using HeidiSQL, MySQL Workbench, or your preferred database tool. + +**Files to import:** +- Altar of Storms.sql +- Arathi Farmland Highlands.sql +- Blackchar Cave.sql +- Demon Hunter Cove (WIP).sql +- Elwynn Falls.sql +- Forgotten Gnome Camp.sql +- Mustafar.sql +- Newmans Landing.sql +- Quelthalas Island.sql +- Sandfury Delve.sql +- Stonetalon Logging Camp.sql +- Stonetalon Ruins.sql +- Gameobjects.sql +- creature_template_resistance.sql + +--- + +### Step 2: Lua Scripts (Boss Mechanics) + +Copy all Lua scripts from the `lua_scripts` folder to your server's Eluna scripts directory. + +**Typical locations:** +- Linux: `/home/azerothcore/lua_scripts/` +- Windows: `C:\AzerothCore\lua_scripts\` + +--- + +### Step 3: DBC Files + +**You need to convert CSV files to DBC format:** + +1. Download and install [WDBX Editor](https://github.com/WowDevTools/WDBXEditor) +2. Open WDBX Editor +3. Import each CSV file from the `DBFilesClient` folder +4. Export each file as `.dbc` format +5. Copy the exported `.dbc` files to: + - **Server:** `server/data/dbc/` + - **Client:** `WoW/Data/enUS/DBFilesClient/` + +**Note:** Both server and client need the same DBC files installed. + +--- + +### Step 4: Server Map Files + +Copy the following directories to your server's data folder: + +- `world/maps/` → `server/data/maps/` +- `world/mmaps/` → `server/data/mmaps/` +- `world/vmaps/` → `server/data/vmaps/` + +--- + +### Step 5: Client Files (Players) + +Players need to install these files to their WoW client: + +**DBC Files:** +- Copy exported `.dbc` files to `WoW/Data/enUS/DBFilesClient/` + +**Loading Screens:** +- Copy `Interface/Glues/LoadingScreens/` to `WoW/Interface/Glues/LoadingScreens/` + +**Minimaps:** +- Copy `textures/minimap/` to `WoW/textures/minimap/` + +**Sounds:** +- Copy `Sound/Delves/` to `WoW/Sound/Delves/` + +**Star Wars Content (Optional):** +- Copy `starwars/` to `WoW/starwars/` + +--- + +### Step 6: Restart Server + +Restart your worldserver for all changes to take effect. + +--- + +## 📋 File Locations Summary + +**Server Side:** +- SQL files → Import to `acore_world` database +- Lua scripts → `server/lua_scripts/` +- Map files → `server/data/maps/`, `mmaps/`, `vmaps/` +- DBC files → `server/data/dbc/` + +**Client Side:** +- DBC files → `WoW/Data/enUS/DBFilesClient/` +- Loading screens → `WoW/Interface/Glues/LoadingScreens/` +- Minimaps → `WoW/textures/minimap/` +- Sounds → `WoW/Sound/Delves/` + + + + From 896bc81cb36f2a6e5ca530da6441d3a6ea3bb4e1 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:52:54 -0500 Subject: [PATCH 7/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b23f6..6439742 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Developed By Araxia Online

-[Installation](#installation) +[Installation](#Prerequisites) # **Single Player Delves for Araxia Online** From 6e5b56cc0084500ab2ac75b80f7433b2878e427b Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:53:12 -0500 Subject: [PATCH 8/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6439742..a152f4f 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,7 @@ | 900 | Stonetalon Ruins | Highland Mixed School | 182957 | | 900 | Stonetalon Ruins | Strange Pool | 184845 | +--- ## 📦 Installation From c5dd1c677c2821cb426a5d00f451f7404a3e99f6 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:54:21 -0500 Subject: [PATCH 9/9] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a152f4f..7247b37 100644 --- a/README.md +++ b/README.md @@ -371,19 +371,19 @@ Copy the following directories to your server's data folder: Players need to install these files to their WoW client: **DBC Files:** -- Copy exported `.dbc` files to `WoW/Data/enUS/DBFilesClient/` +- Copy exported `.dbc` files **Loading Screens:** -- Copy `Interface/Glues/LoadingScreens/` to `WoW/Interface/Glues/LoadingScreens/` +- Copy `Interface/Glues/LoadingScreens/` **Minimaps:** -- Copy `textures/minimap/` to `WoW/textures/minimap/` +- Copy `textures/minimap/` **Sounds:** -- Copy `Sound/Delves/` to `WoW/Sound/Delves/` +- Copy `Sound/Delves/` **Star Wars Content (Optional):** -- Copy `starwars/` to `WoW/starwars/` +- Copy `starwars/` ---