Skip to content

437620825/Warcraft-Arena-Unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warcraft Arena

World of Warcraft combat system implementation in Unity with Photon Bolt.

Install

Setup:

Open project in Unity Editor with version specified in ProjectSettings/ProjectVersion.
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:

  • Server instances and client connections with Photon Bolt
  • World of Warcraft player controller and camera
  • Arena location setup, Lordaeron map
  • Unit frames, action bars, custom hotkeys, lobby UI
  • Floating text, unit selection circle-projectors
  • Basic localization and spell error notifications
  • Spell, ui and character sounds
  • Visual effects for spell casts, projectiles and auras
  • Spells, spell effects, auras and aura effects

Next:

  • More spells, effects and auras
  • New spell and aura mechanics
  • Arena or battleground logic

Screenshot

Alt text

Implemented spell effects:

  • Direct teleport
  • Damage
  • Heal
  • Apply aura
  • Kill
  • Resurrect
  • Area effects
  • Dispel Mechanics

Implemented aura effects:

  • Absorb Damage
  • Change Display Model
  • Speed, critical damage and haste modifiers
  • Pacify & Silence
  • Periodic damage and healing
  • Root
  • Movement slow suppression
  • Confuse
  • Spell Modifier

Included spells:

  • Blazing Speed
  • Blink
  • Counterspell
  • Fire Blast
  • Flash Heal
  • Frost Bolt
  • Frost Nova
  • Ice Barrier
  • Ice Lance
  • Icy Veins
  • Living Bomb
  • Polymorph
  • Renew
  • Resurrect
  • Presence Of Mind
  • Pyroblast
  • Cone Of Cold
  • Scorch

Controls:

Hotkeys: Central Bottom Action Bar - No Modifiers, Central Top Action Bar - Left Shift, buttons left to right:

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. Q
  7. E
  8. R
  9. F
  10. Z
  11. X
  12. C
  13. V
  14. 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

Links

  • Photon Bolt - networking solution used for server-client communication and game state synchronization.

About

World of Warcraft client-server combat system implementation in Unity with Photon Bolt.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 88.7%
  • Mask 5.6%
  • ShaderLab 4.9%
  • Other 0.8%