Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 809 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 809 Bytes

WoW-SymSync

This project aims to provide a streamlined way of updating the WoW Audit wishlist for your whole guild at once, with minimal user interaction.

How does it work?

There are two parts to this project.

First a WeakAuras2 WeakAura, which will collect the SimulationCraft strings from your raid members and export them in a machine readable .json format. See here for the documentation.

Secondly there is a .NET 8 application, which injests this .json output and runs Droptimizer simulations using PlayWright and Raidbots. It then provides the reports to the Audit API. See here for the documentation and installation guide.