Here's just a brief example of what I was talking about:
Let's say that in Group 2, I have icons for Curse of Agony and Shadow Bolt assigned. So the appropriate icons are dragged from the spell book down to whatever spots in Group 2. In CT_BarMod, I would assign Curse of Agony to F1 and Shadow Bolt to F2. In the CT_BarMod display for Group 2, you would see something like "13 Curse of Agony F1" and "14 Shadow Bolt F2".
Now lets generate two macros as follows: (macro name = Clk CoA) as
#showtooltip Curse of Agony /castsequence reset=target Curse of Agony,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
and (macro name = Clk Shadow Bolt) as
#showtooltip Shadow Bolt /castsequence reset=target Shadow Bolt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Take the icons for these 2 macros and assign them to some slots in Group 4, use and assigning keys 'F3' and 'F4'(choosing group 4 so that display from group 1 has scrolled out of the CT_BarMod window). Close and reopen CT_BarMod.
Mousing over Group 4 icons will show tooltips identical to the ones in Group 1.
Open CT_BarMod and scroll down to the Group keybinding window. The display for Group 2 should be fine. If this example behaves like my problem (unfortunately, I've not tested this little example), when the window is scrolled down to show the bindings for Group 4, all the text the icon names will be replaced by 'None'. The 'F' key assignment will still be there corresponding to the icon position in the group. If you scroll back up and look at group 2, the icon names should also be replaced with 'None'.
I've tried to explain exactly how the situation occurred and I hope it is understandable. I don't know exactly what trauma that #showtooltip xxxxxxxx line caused but I simply deleted that line from my macros and everything was ok.Last updated by TreborCG
|