Here are
664 public repositories
matching this topic...
TrinityCore Open Source MMO Framework (master = 8.3.7.35662, 3.3.5 = 3.3.5a.12340)
Updated
Sep 4, 2020
Python
SkyFireEMU is a full featured World of Warcraft: Mists of Pandaria emulator written in C++. || Compatible with World of Warcraft client 5.4.8 (Build: 18414) Project Established in 2011 || Support on Discord
https://discord.gg/DnKZycD
World Of Warcraft 3.3.5a server package
A World of Warcraft addon manager written in Rust.
World of Warcraft Packet Parser
World of Warcraft in the browser using JavaScript and WebGL
Updated
Jul 28, 2020
JavaScript
World of Warcraft client-server combat system implementation in Unity with Photon Bolt.
Addon that keeps track of the instance/raid lockouts saved against your characters, and related currencies and cooldowns.
Database viewer for TrinityCore based on aowow by
@LordJZ , based on the JS-Engine of Wowhead
The Azerothcore/Trinitycore Database Web-Editor
Updated
Jun 9, 2019
JavaScript
ShestakUI for WoW Classic (1.13.2)
The Auctionator addon for World of Warcraft.
A wow 1.12.1 combat analyzation tool
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.
WOW Fishing Bot, World of Warcraft Fishing Bot - No DLL injection or memory watching, just screen capture and mouse and keyboard clicking.
A modern take on WoW emulation
Updated
Sep 22, 2020
CMake
The ultimate encounter helper (for Classic) 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.
a World of Warcraft Addon Manager aimed at Linux players
Updated
Sep 29, 2020
Clojure
WoW 1.13.2 (classic) Addon for switching between items and keybinding them
Official AscEmu repo... a never ending place to work. With cutting edge technologies XD
(Archived, see below) Hearthstone card image repository
World of Warcraft addon developper tools for VS Code
Lua Unlocker Source for Live WoW 7.x to 8.x and Classic
WoW addon manager, world of warcraft, addon, lua, command line, cli
Updated
Sep 14, 2020
JavaScript
Updated
Aug 7, 2019
JavaScript
Improve this page
Add a description, image, and links to the
wow
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
wow
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Concept
We need a function in the config manager to easily extract values from a string list.
Ex: "1,2,3,4" or "1, 2, 3, 4"
In the module conf:
MyModule.List = "1, 2, 3, 4"
In the module cpp:
Actually, everytime we want to make a list, we have to recreate a similar function in our modules. This is very bad
Maybe