View Single Post
10-21-17, 03:27 PM   #3
Maaggel
A Murloc Raider
Join Date: Oct 2017
Posts: 5
Originally Posted by Vrul View Post
This may work for you:
Code:
local modelFrame = CreateFrame("Frame", nil, UIParent)
modelFrame:SetPoint("Center", - 580, 300)
modelFrame:SetSize(200, 200)

local model = CreateFrame("DressUpModel", nil, modelFrame)
model:SetAllPoints()
model:SetItem(128827)
model:SetRotation(math.pi / 2)
It works perfectly
Thank you so much!..

Where do you get the item id from?
I'm planning on making this work for all the Artifact weapons that whisper you - and perhaps the whispers from raid bosses.

//Maaggel
  Reply With Quote