Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reinisch/warcraft-arena-unity
World of Warcraft client-server combat system implementation in Unity with Photon Bolt.
https://github.com/reinisch/warcraft-arena-unity
arena multiplayer photon unity world-of-warcraft wow
Last synced: 3 days ago
JSON representation
World of Warcraft client-server combat system implementation in Unity with Photon Bolt.
- Host: GitHub
- URL: https://github.com/reinisch/warcraft-arena-unity
- Owner: Reinisch
- License: unlicense
- Created: 2016-12-01T17:34:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T19:18:52.000Z (over 1 year ago)
- Last Synced: 2025-01-12T02:18:03.880Z (10 days ago)
- Topics: arena, multiplayer, photon, unity, world-of-warcraft, wow
- Language: C#
- Homepage:
- Size: 184 MB
- Stars: 479
- Watchers: 30
- Forks: 128
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.