View Single Post
  #2  
Unread 09-01-2005, 02:59 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

The displayed text % (45.6%) and the Progress value used by the bars (0.456) are actually seperate data filters. Text is 0x0002, Progress is 0x0040.

My guess is that Progress isn't sent for Defense_MitigationPercent, which is why you can't get a progress bar working for it. If that is the case, there's nothing we can do. We can't use a script to convert from Text to Progress if the text already has a % sign, and even if we could, you'd have use an OnEvent like hovering over the bar to get it to update.
__________________
If it ain't broke, it needs more features!
Reply With Quote