Necromancer HUD Question

Lilnecro

New member
Joined
Feb 13, 2007
Messages
16
Reaction score
1
Points
3
There was a thread on here that contained a necro HUD with timers for item clicks and AA's but I can't seem to find it. The only one I could find is this one

Class hud by decker

I'm sure I can use his template for the AA timers, but I'm not sure how I would go about adding a timer to my HUD for an item like my 2.5 click.

If anyone knows, please share =)
 
Well. I feel silly.

I found my answer in the HUD that he has.

Code:
MGAA=3,200,600,0,255,0,-- Epic --
MGready=3,200,610,0,255,0,${If[(${FindItem[=Prismatic Dragon Blade].ID}),HoT-PoTion]}
MGnotready=3,200,610,0,255,0,${If[(${FindItem[=Prismatic Dragon Blade].ID}),${If[(${FindItem[=Prismatic Dragon Blade].Timer}>=2),${FindItem[=Prismatic Dragon Blade].Timer.TimeHMS},]},${If[(${FindItem[=Prismatic Dragon Blade].ID}),${If[(${FindItem[=Prismatic Dragon Blade].Timer}>=2),${FindItem[=Prismatic Dragon Blade].Timer.TimeHMS},]},]}]}