
Source Path = C:\Server\Source\ElunaTrinityWotlk Inside that folder, make 2 new folders "Source" and "Build"Ĭode: git clone -recurse- You now have the Source of Make a folder called "Server" in your C:/ Drive. When you are certain you have installed and confined the requirements correctly we are good to go. Make sure you install all of the required programs/prerequisites mentioned before you continue with this guide. You will also need a 3.3.5 client downloaded. Without these programs you will not be able to continue with this guide. Core that most other cores inherit from.Īssuming that you have never built a WoW server from source on your current system you are required to download supporting tools. Database Manager (HeidiSQL, SQL Workbench) Core (Trinit圜ore, AzerothCore, ElysiumCore) Serverside: It is used to script events, make complex quests, introduce complex new features. Clientside: it is most commonly used to write addons for the WoW interface. recompiling/rediscovering of old/outdated or recreation of now non-existent information. make the learning process less intimidating for beginners. Unless you want to perform all storytelling through a quest-log rather than visually, LUA is a requirement for greater designs. In short, Serverside LUA is how you can make scripted encounters, complicated quests or events happen in WoW.


I had difficulties when I was figuring out where to begin with serverside LUA, so I decided that I would write this simple guide:
