Flagrick's Avatar
Files 1
Downloads 9,220
Favorites 45
View Feature Request
Experience %
Feature #: 470
File: Lootdrop, Continued (All in One)
Date: 06/26/14 01:08 PM
By: ESOSecret
Status: Feature Implemented
Change the Experience so it shows the percentages

75 ( 0.34% / 54%)

By changing the code in XP and VetXP from

newDrop:SetLabel( gain )

to

local pct1 = math.floor(100*(exp/maxExp))
local pct2 = (math.floor(10000 * (gain/maxExp)) / 100)
newDrop:SetLabel( gain .. " ( " .. pct2 .. "% /"..pct1 .."% )" )

RSS 2.0 Feed for Favorite CommentsNotes Sort Options
By: Flagrick - 07/02/14 03:25 AM
Done in V1.8.7