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), diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d0882e0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +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 +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. diff --git a/README.md b/README.md index 40b8271..7247b37 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +# ![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 +

+ +[Installation](#Prerequisites) + # **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.* @@ -284,4 +295,118 @@ | 900 | Stonetalon Ruins | Highland Mixed School | 182957 | | 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 + +**Loading Screens:** +- Copy `Interface/Glues/LoadingScreens/` + +**Minimaps:** +- Copy `textures/minimap/` + +**Sounds:** +- Copy `Sound/Delves/` + +**Star Wars Content (Optional):** +- Copy `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/` + + +