Quote:
Originally Posted by Treats
[You must be logged in to view images. Log in or Register.]
Dunno, not sure what Duration Formula 8 is.
|
eqemu sez...
Code:
case 8:
i = level + 10;
return i < duration ? (i < 1 ? 1 : i) : duration;
Level + 10 ticks, up to a cap of <listed duration>. In other words, at most 70 ticks = 7 minutes. Probably why it's so short in the first place.
Who knows if that formula is right and/or period accurate, though.