View Single Post
  #7  
Unread 08-12-2005, 09:47 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Send a message via Yahoo to Zonx
Default

Smallest available unit on the text values for XP Dynamic Data is 10ths of a percent.

I seam to recall someone doing a test on the progress bars that revealed them to be much more acurate. If so, you might be able to grab a more acurate number from the progress amount. If so, you could prbly build a calc window with 3 buttons:

A) grabs the pre-kill XP percent from the prog bar
B) grabs the post-kill XP percent from the prog bar
C) Calculates

Kill value = B - C
Kills to lvl = (100 - B)/(B - C)
Kills for entire lvl = 100/(B-C)

Could maybe include a text box for entering how far into lvl your vitality goes (vit percentage is useless for these calcs) and spit out another Kills to lvl number with partial vit factored in.
Reply With Quote