# Warcraft-Arena-Unity **Repository Path**: BonoGuo/Warcraft-Arena-Unity ## Basic Information - **Project Name**: Warcraft-Arena-Unity - **Description**: No description available - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-30 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Warcraft Arena World of Warcraft combat system implementation in Unity with Photon Bolt. Feel free to ask anything about this project in [Discord](https://discord.gg/d62a5zG). ## Install **Setup:** Open project in **Unity Editor** with version specified in [ProjectSettings/ProjectVersion](ProjectSettings/ProjectVersion.txt).
Enter playmode from **Launcher** scene in Assets/Scenes/Launcher.
**Build:** **Launcher** scene should be always included first, followed by other locations, currently only Lordaeron.
Dedicated server may also be built using **Launcher Dedicated** scene. **Play:** To create a server, select any map then press **Start Server** button.
To connect to existing server press **Start Client** then wait for sessions to appear and press **Connect**.
Client is started by default, if connection fails then reason should be displayed at the bottom of lobby panel.
## Project status **Done:** - [X] Server instances and client connections with Photon Bolt - [X] World of Warcraft player controller and camera - [X] Arena location setup, Lordaeron map - [X] Unit frames, action bars, custom hotkeys, lobby UI - [X] Floating text, unit selection circle-projectors - [X] Basic localization and spell error notifications - [X] Spell, ui and character sounds - [X] Visual effects for spell casts, projectiles and auras - [X] Spells, spell effects, auras and aura effects **Next:** - [ ] More spells, effects and auras - [ ] New spell and aura mechanics - [ ] Arena or battleground logic ## Guides * [How to add new spell](https://github.com/Reinisch/Warcraft-Arena-Unity/wiki/Adding-New-Spell) ## Screenshot ![Alt text](/Screenshots/WoW-Unity-1.0.48.png?raw=true "World of Warcraft Unity") ### Implemented spell effects: | **Direct teleport** | **Damage** | **Heal** | **Dispel Mechanics** | | :---: | :---: | :---: | :---: | | **Apply aura** | **Kill** | **Resurrect** | **Area Effects** | ### Implemented aura effects: | **Absorb Damage** | **Critical damage** | **Haste** | **Root** | | :---: | :---: | :---: | :---: | | **Display Model** | **Periodic healing** | **Confuse** | **Speed** | | **Slow suppression** | **Periodic damage** | **Pacify** | **Silence** | | **Ignore Aura State** | **Damage Reduction** | **Stat Mod** | **Immunity** | | **Spell Modifier** | **Spell Trigger** | **Stun** | **Freeze** | ### Included spells: | **Ice Block** | **Renew** | **Ice Lance** | **Holy Word: Serenity** | | :---: | :---: | :---: | :---: | | **Ice Nova** | **Resurrect** | **Polymorph** | **Pain Suppression** | | **Scorch** | **Periodic damage** | **Pacify** | **Silence** | | **Icy Veins** | **Presence of Mind** | **Pyroblast** | **PvP Trinket** | | **Flash Heal** | **Deep Freeze** | **Flame Strike** | **Cone of Cold** | | **Counterspell** | **Ice Barrier** | **Frost Nova** | **Arcane Intellect** | | **Living Bomb** | **Frost Bolt** | **Blazing Speed** | **Blink** | | **Fire Blast** | **Hot Streak** | **Shatter** | **Fingers of Frost** | ### Controls: **Hotkeys:** Central Bottom Action Bar - **No Modifiers**, Central Top Action Bar - **Left Shift**, action buttons: | S-1 | S-2 | S-3 | S-4 | S-5 | S-Q | S-E | S-R | S-F | S-Z | S-X | S-C | S-V | S-G | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | **1** | **2** | **3** | **4** | **5** | **Q** | **E** | **R** | **F** | **Z** | **X** | **C** | **V** | **G** | **Character:** - Jump : *Space* - Move : *WASD* or *Left + Right Click* - Target : *Tab* or *Left Click* - Rotate Camera : *Left Click* + *Drag* - Rotate Character : *Right Click* + *Drag* - Select Self : *F1* - Chat : *Enter* - Toggle Healthbars : *Ctrl-V* - Cancel Cast : *Esc* - Deselect Target : *Esc* ## Links * [Photon Bolt](https://assetstore.unity.com/packages/tools/network/photon-bolt-free-127156) - networking solution used for server-client communication and game state synchronization. ## License All character models, textures and sound are copyrighted by ©2004 Blizzard Entertainment, Inc. All rights reserved. World of Warcraft, Warcraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.