Wynntils / Wynntils-Legacy

Wynntils is a Wynncraft Mod that seeks to enhance the user's gameplay with a variety of customizable options and additions.
https://wynntils.com
GNU Affero General Public License v3.0
158 stars 91 forks source link

feat: multiple totem tracking #598

Closed ryanzhoudev closed 1 year ago

ryanzhoudev commented 2 years ago

Adds multiple totem tracking. Allows totems to update their locations after being casted (one of the abilities on shaman allows this) Re-adds working totem highlights: Adds colored totem highlights and corresponding color in timer list.

Current flaw is that it takes one second after the totem lands to highlight the totem. This happens because we need to make sure we are highlighting the correct entity, and the check is done every second (when the timer updates). Can probably be fixed soon

ryanzhoudev commented 1 year ago

Didn't wanna deal with merge conflicts so I rewrote it better #651