bsides / horizoverlay

A simple horizontal damage meter overlay for Final Fantasy XIV. It currently shows player dps, damage %, hps, max hit, encounter duration and total dps. It's super configurable! It supports English, Portuguese, Chinese (S/T) and French.
Apache License 2.0
127 stars 48 forks source link

Order flipping #81

Open Rawrington opened 5 years ago

Rawrington commented 5 years ago

This is my own fault and I'm putting this issue here to let you know and implement the fix myself. Actwebsocket flips the order of combatants (low to high) compared to overlayplugin (high to low) I 'fixed' the ordering for actwebsocket because it looked wrong on my end and only briefly tested with overlayplugin, I'll fix this asap in a pull request by flipping actws data if it's detected

bsides commented 5 years ago

Oh the PR is there since then and I couldn't test it :( I'm going to try to push it tonight. In case I can't I'll just trust it will work 😉

bsides commented 4 years ago

Hi @Rawrington could you tell if it's fixed?