This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the enhancement in mind? How should it look and feel? An addition to the disease-timer. An addition icon strafing about the disease Timer which displays estimated Pestilence-Time on mobs around.
Please provide any additional information below. i.e. You have 5s FF on your target - use pestilence (without the glyph properly), and the pestilence icon is appearing on the disease timer at full length.(pestilenceUseT=GetTime() here.) and each update of the timer add something like that pseudo-code:
.......... local now = GetTime() if bla then pestilenceTime=maxDiseaseTime-(now-pestilenceUseT) end ......... pestilenceUseT=GetTime()
fixed something
sorry for bad english :(
To post a comment, please login or register a new account.