Page 1 of 1

AA Exp % error, plz help

Posted: Tue Jul 13, 2004 11:45 am
by masacist
ok currently on my AA exp bar it shows that it is full GRAPHICALLY to about 97%.....

BUT the problem is that the percentage shown in text next to the bar displays the wrong info, shows '0.4' for the first lot of code and '5.7' for the second lot of code.

Can anybody help me with this at all and if possible explain what is actually going on in the following command so i could possibly change it myself,

Code: Select all

${Math.Calc[${Me.AAExp}/30.30]}
= 0.4

Code: Select all

$(Me.PctAAExp}
= 5.7


:?


thnx guys.

P.S. I'd like to see my AA exp percentage in 2 decimal places if poss e.g. 97.00%

Posted: Tue Jul 13, 2004 11:59 am
by Fuergrissa
this shows your AAxp rounded up

Code: Select all

 /echo "I am at ${Float[${Me.PctAAExp}]} percent AA Exp." 
and this will show the actuall amount

Code: Select all

 /echo "I am at ${Me.PctAAExp} percent AA Exp."