Originally Posted by
Noobz
I am trying to get Land of the Dead to show an icon in the PlayerTopBuffListPlugin.cs file. In the ISnoPowerList.cs file I found 465839 listed for LandOfTheDead. I added a buffrule like this:
RuleCalculator.Rules.Add(new BuffRule(465839) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true, IconSizeMultiplier = 1.25f, }); // Land of the dead
but nothing showed up. I want it to show the countdown for land of the dead until it is over, not the cooldown of the skill. Land of the dead is 10 seconds, so I want it to show the icon for Land of the dead and start a timer counting back from 10 so that I know when it is about up. Thank you if anyone can help.
Noobz