PDA

View Full Version : Mana Regen Function/Frame update rate


AceoStar
29-01-2007, 10:03 PM
Hello,

I was wondering if anyone has a function designed for displaying current mana regeneration. I will need it to do two things, show til time full and current mana regen.

I have one currently that is using to show time til full
(maxmana-mana)/(oldmana-mana) but it seems to be a bit off when compared to Titan regen.

The difference could be because of a slower update rate on my frame, so tips on how to fix that error would help as well.

I'll post my current function when I get home from work.