Thread Tools Display Modes
03-23-23, 04:04 PM   #1
wootan12
A Murloc Raider
Join Date: Mar 2023
Posts: 4
Help me plz

I'd like to move a position of item count in inventory.
I managed to make it smaller than the first, but I can't move it.
I've tried to find setPosition or something but I couldn't find it in the end.

Here is my addon that I made by myself.

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

stackCount:SetPoint("BOTTOMRIGHT", -1, 0) <-- This is what I'm trying to figure out. (It doesn't work)
end)

frame:RegisterEvent("PLAYER_LOGIN")
--------------------------------------------------------------
I don't have any idea about lua, I just mimicked it.
I'd like anyone to move item stacks count to bottomright, 0, 0.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Help me plz


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off