Thread: Help me plz
View Single Post
03-23-23, 09:00 PM   #3
wootan12
A Murloc Raider
Join Date: Mar 2023
Posts: 4
Thank you for your reply

I've add those lines, but it doesn't work and even font doesn't work..


local frame = CreateFrame("Frame")
frame:SetScript("OnEvent", function()
NumberFont_Outline_Med:SetFont("Fonts\\arialn.ttf", 13, "OUTLINE")

stackCount:ClearAllPoints()
stackCount:SetPoint("BOTTOMRIGHT", -1, 0)

frame:RegisterEvent("PLAYER_LOGIN")

If my own addon would be a problem, is there any way to make the item count number moved to bottomright, 0, 0?

Here is my inventory in game. I want the item count number font which is smaller and moved to bottomright.

  Reply With Quote