Thread: artifact xp bar
View Single Post
09-01-16, 12:00 AM   #14
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
You should just use those values directly instead of wasting resources copying them into more variables.
Code:
text:SetFormattedText("XP: %d / %d ",artifactXP,xpForNextPoint)
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote