View Single Post
09-06-17, 09:31 AM   #10
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
Originally Posted by Uitat View Post
in a wierd little way i do that here
Lua Code:
  1. if not HasArtifactEquipped() then self:Hide() return end
I actually have that before the code I quoted which is just getting the current AP level plus pointsAvailable if you have "filled the bar" multiple times before using the forge, which is quite easy with new 110s (or atl least was pre 7.3)
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote