Overriding ShowPower
Rainrider opened this issue ยท 1 comments
If I don't want the default behavior of ShowPower (specifically how it hints stuff when at max power), how am I supposed to disable it? I thought creating a user rule like this:
ShowPower {
{
17877, -- Shadowburn
114635, -- Ember Tap
108683, -- Fire and Brimstone
116858, -- Chaos Bolt
},
"BURNING_EMBERS",
4,
"none",
}
is supposed to do the job but it doesn't. This works if I put it directly in rules\Warlock.lua (i.e. replace the stock rule) but I will loose it the next time I update ABA. How to work around this?