Pestilence Timer #24


  • New
  • Enhancment
Open
Assigned to _ForgeUser4827812
  • _ForgeUser818274 created this issue May 16, 2009

    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()
    
  • _ForgeUser818274 added the tags New Enhancment May 16, 2009
  • _ForgeUser818274 edited description May 16, 2009
  • _ForgeUser818274 posted a comment May 16, 2009

    fixed something

    sorry for bad english :(

  • _ForgeUser4827812 unassigned issue from kollektiv Apr 26, 2011
  • _ForgeUser4827812 self-assigned this issue Apr 26, 2011

To post a comment, please login or register a new account.