Dominos

Dominos

19M Downloads

Need to abstract page states

Tuller opened this issue ยท 1 comments

commented

Currently, dominos stores paging information in the following form:
bar.sets.pages['condition'] = offset:
ex:
bar.sets.pages['bonusbar:3'] = 4 to switch a bar 4 pages on the condition of [bonusbar:4]

This approach worked pretty decently, up until 4.0. When that patch was released, blizzard removed the bonusbar condition for tree form, but kept the form:x version of it. Unlike bonus bar states, form states are not static, since they simply map to the positions of icons on the class bar. This is problematic for Druids, since Tree of Life form may be in multiple places on their bar. So, I want to now store states like the following:
bar.sets.pages['treeoflife'] = page, and then dynamically look up what macro state tree of life currently maps to.

commented

implemented in v4.1.apple1