Skip to content

WarcraftPriests/wcl-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wcl-events

Parses WCL fights and converts it into SimC events

How to use

python parse.py REPORTID FIGHTID [--print]

e.g. python parse.py DCXQbaV8j26mxfwJ 237

  • REPORTID: Report ID for the log
  • FIGHTID: Specific Fight ID that corresponds to the dungeon fight of a log.

Secret

Create api_secrets.py in the root directory with the following contents:

api_key = 'XXX'

You can go to WCL to get your api key (scroll down on your profile page).

Results

You can see the output raid event file in output/raid_events.simc. It will contain the following:

  • first event that makes the default boss of simc invulnerable (similar to Dungeonslice)
  • set the sim time to the duration of the dungeon based on the FIGHTID given
  • list of raid events for each add wave corresponding to each dungeon pull

About

Parses WCL fights and converts it into SimC events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages