Zerthox / arcdps-buddy

ArcDPS plugin for Guild Wars 2 assisting with evaluating combat gameplay.
MIT License
6 stars 0 forks source link

Some skills aren't tracking in casts. #13

Closed DanteMccloud closed 2 months ago

DanteMccloud commented 2 months ago

Not tracking Reaper dagger or sword skill casts.

image

Zerthox commented 2 months ago

Buddy only displays casts for skills that have been added to the default skill definitions or are in the user's custom skill definition file.

DanteMccloud commented 2 months ago

Buddy only displays casts for skills that have been added to the default skill definitions or are in the user's custom skill definition file.

ah ok, is that the yml files in the src/data/skills folder? I'll see about adding some and dropping a PR ^.^

Zerthox commented 2 months ago

Correct, those are the default skills the plugin ships with. The format as well as how to add custom skills is documented in the readme. Feel free to PR or suggest default skills that you think most people would find useful.