Thread: TabletsII Beta
View Single Post
  #158  
Unread 01-06-2005, 05:56 PM
Talyns's Avatar
Talyns Talyns is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Everfrost
Posts: 604
Default

Quote:
Originally Posted by Agathorn
Welp unless i'm mistaken, you should be able to do the experience debt with this equation:
(/GameData.Self.ExperienceDebtCurrent+/GameData.Self.ExperienceCurrent)-/GameData.Self.ExperienceDebtCurrent

Unfortunately I can't figure out how to place that into the XML so that it is calculated. It was said we could do math but I can't find any examples of using math to calc and display a value.
Let's say experience debt is -144 and exp is 144%

-144 + 144 = 0 - -144 = 144

Experience debt is 4 and exp is 144%
4 + 144 = 148 - 4 = 144

Don't think that would work..
Reply With Quote