Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » Developer Discussions » Lua/XML Help » White model texture help


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