All Projects → arcemu → Arcemu

arcemu / Arcemu

Licence: agpl-3.0
World Of Warcraft 3.3.5a server package

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Arcemu

Novuscore
A modern take on WoW emulation
Stars: ✭ 88 (-68.68%)
Mutual labels:  cmake, world-of-warcraft, wow, server
Azerothcore Wotlk
Complete Open Source and Modular solution for MMO
Stars: ✭ 1,330 (+373.31%)
Mutual labels:  world-of-warcraft, wow, server
AdvancedInterfaceOptions
WoW Addon that restores access to removed interface options in Legion
Stars: ✭ 43 (-84.7%)
Mutual labels:  wow, world-of-warcraft
DBM-Retail
The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
Stars: ✭ 194 (-30.96%)
Mutual labels:  wow, world-of-warcraft
Cell
A World of Warcraft raid frame addon.
Stars: ✭ 21 (-92.53%)
Mutual labels:  wow, world-of-warcraft
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+3499.64%)
Mutual labels:  cmake, server
FieldGuide
A World of Warcraft: Classic addon for displaying visually when you will learn certain spells.
Stars: ✭ 14 (-95.02%)
Mutual labels:  wow, world-of-warcraft
strongbox
a World of Warcraft Addon Manager aimed at Linux players
Stars: ✭ 131 (-53.38%)
Mutual labels:  wow, world-of-warcraft
Docker Lnmp
🐋Docker-compose(Linux,Nginx,MySQL,PHP7,Redis)
Stars: ✭ 244 (-13.17%)
Mutual labels:  mysql, docker-compose
why-I-hate-wow-private-servers
Reasons why most of WoW private servers sucks
Stars: ✭ 55 (-80.43%)
Mutual labels:  wow, world-of-warcraft
discord-wow-armory-bot
⚔️🗡️ World of Warcraft bot for Discord which checks a characters item level, notable achievements and pve/pvp progression and posts it in the chat.
Stars: ✭ 31 (-88.97%)
Mutual labels:  wow, world-of-warcraft
WoWHead-PHP-Extractors
Compare your database with WoWHead and find missing data
Stars: ✭ 14 (-95.02%)
Mutual labels:  wow, world-of-warcraft
Bestnote
👊 持续更新,Java Android 近几年最全面的技术点以及面试题 供自己学习使用
Stars: ✭ 841 (+199.29%)
Mutual labels:  cmake, mysql
wowa
WoW addon manager, world of warcraft, addon, lua, command line, cli
Stars: ✭ 58 (-79.36%)
Mutual labels:  wow, world-of-warcraft
Mumble
Mumble is an open-source, low-latency, high quality voice chat software.
Stars: ✭ 4,418 (+1472.24%)
Mutual labels:  cmake, server
AzeriteUI
Custom user interface suite for WoW. Design and code by Lars Norberg and Daniel Troconis.
Stars: ✭ 0 (-100%)
Mutual labels:  wow, world-of-warcraft
Docker Lamp
Docker with Apache, MySql, PhpMyAdmin and Php
Stars: ✭ 276 (-1.78%)
Mutual labels:  mysql, docker-compose
Kickoff Docker Php
🐳 🐘 🚀 Easily setup a PHP project with Docker
Stars: ✭ 213 (-24.2%)
Mutual labels:  mysql, docker-compose
Dice
前后端分离Blog系统,采用Nuxt、Vue 2.x 和 SpringBoot 全家桶。
Stars: ✭ 222 (-21%)
Mutual labels:  mysql, docker-compose
hearthstone-card-images
(Archived, see below) Hearthstone card image repository
Stars: ✭ 63 (-77.58%)
Mutual labels:  wow, world-of-warcraft

logo Arcemu

Build Status

Build Status Ubuntu Linux build on Travis

Build status Windows build on AppVeyor

Introduction

Arcemu is a World of Warcraft server package. Based on the popular Ascent project (defunct as of 2007) it aims to provide players with a gameplay very close or identical to the real thing as of World of Warcraft version 3.3.5a.

It's a multithreaded C++ application with a relational database as a data storage backend(mysql).

It also supports the popular Lua scripting language for easy extension, and customization.

NOTE: This project is mostly abandoned since the end of 2014. However feel free to try and have fun with it.

Installation

For installation instructions see the wiki and the forums.

Development box

You can get yourself a quick and dirty installation by using Vagrant. It will set up a virtual machine for you, with Arcemu installed.

  • Install Vagrant and VirtualBox
  • Create a directory somewhere
  • Check out Arcemu code to that directory
  • Go to the created directory in the command line / shell
  • Issue the command 'vagrant up', and wait until the process finishes.

Vagrant will download an OS for the virtual machine and then build and install Arcemu, this process will take a while. After it is done, you can log in to the box, and switch to the arcemu user using the following commands:

vagrant ssh
sudo su - arcemu

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].