|
rovin Newbie
Joined: 14 Jun 2002 Posts: 2
|
Posted: Fri Jun 14, 2002 12:35 pm
Experience / minute trigger |
I'm trying to make a trigger which calculates the exp/minute i get from a mob.
It all works fine, onto one point: the calculating :P
somehow the result of the following calculation is always 0:
#MATH exprate {%time(nn)*60+%time(ss)}.
the time functions work ok, just when i multiply them, the result is 0. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Jun 14, 2002 1:09 pm |
Try:
#MATH exprate {%eval(%time(nn)*60+%time(ss))}
Kjata |
|
|
|
rovin Newbie
Joined: 14 Jun 2002 Posts: 2
|
Posted: Fri Jun 14, 2002 1:13 pm |
Thanks that worked!
|
|
|
|
|
|