View Single Post
  #91  
Unread 11-09-2008, 03:34 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Quote:
Originally Posted by gm9 View Post
Sorry, forgot about the ESC button. I reuploaded a fixed file in my post above.

Btw do you know the range of the percentage numbers for Cast and Recovery? In principle these values can still be updated automatically by doing a string comparison of the style: if ("100%" == "100%"){value=100}; if ("101% == ... - you get the idea. However, if the range is something like 50% to 300% then you'd have to run 250 string comparisons each time you update it, not sure if you want to waste so many operations just for that. Let me know.
Found it gm9. I personally would like to have 250 string comparisons because manually changing stuff becomes very tedious especially in groups and raids. I also believe that it would only cap at 100.

I'm not sure how it would effect the performance, but I have a mod that has over 120 pages of hotbar reuse information and around 730 lines of .xml dedicated to update every time a spell or CA is used on the hotbar (but is all released through DD). My point is that I see little to no performance problems with all the dynamic data/pages/lines.

A visual representation of what I mean in my mod (and the huge amount of info):
__________________
May Jesus Have Mercy On Us

Last edited by dragowulf : 11-09-2008 at 08:56 PM.