Thread Tools Display Modes
11-29-11, 04:29 PM   #1
kasca
A Frostmaul Preserver
Join Date: May 2006
Posts: 288
Transmogrification

Ok been reading the notes. Some reason this stray thought poped up.

Will it ... can it be possable to make a mod to see what someone used for the look. What and where is was from. I mean you see someone with a cool look you like. Not everyone will tell you what they used.
  Reply With Quote
11-29-11, 04:47 PM   #2
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Isn't this visible on the "enchant" text on the item?

Haven't trans. any gear yet, but maybe you can't see it. :/
  Reply With Quote
11-29-11, 06:19 PM   #3
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
It shows up as a pink text at the top of the tooltip, normally.
  Reply With Quote
11-29-11, 07:29 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,322
I haven't gotten to see it yet, but theoretically, they could just add another section to the ItemID that would be the source ItemID used to display the model graphic.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
11-29-11, 07:44 PM   #5
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Take a look at some findings:

(id is either slot or item)
Code:
local isTransmogrified, canTransmogrify, cannotTransmogrifyReason, hasPending, hasUndo, visibleItemID, textureName = GetTransmogrifySlotInfo(id)
GameTooltip:SetTransmogrifyItem(id)
I do not see any changes done to the inspection code, so maybe you can't extract what the original item looks like? Hmm...

I mean, we will see but I am certain that perhaps the itemlink contains something, because if you link it to a friend won't they be able to equip it on themselves and check it out? Or will the item keep the original view instead of the custom one?
  Reply With Quote
11-29-11, 07:55 PM   #6
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,322
I'll be able to play around with it within an hour hopefully.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
11-29-11, 07:59 PM   #7
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
So I'm still not sure myself how to see with addons if other people transmogged their gear ..

Last edited by Ketho : 11-29-11 at 08:06 PM.
  Reply With Quote
11-29-11, 08:00 PM   #8
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
It's bed for me, patch not online until 1100 anyway, in 8 hours. So bed time!

I am sure you guys will have fun breaking this down and posting updates, hey, don't forget wowprogramming API too, Ketho!
  Reply With Quote
11-29-11, 08:08 PM   #9
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Vladinator View Post
It's bed for me, patch not online until 1100 anyway, in 8 hours. So bed time!

I am sure you guys will have fun breaking this down and posting updates, hey, don't forget wowprogramming API too, Ketho!
I do also sometimes contribute to wowprogramming, but it has a higher standard and different style/markup to get used to, and you'd need to be Superman imho to contribute to both sites simultaneously

Last edited by Ketho : 11-29-11 at 08:37 PM.
  Reply With Quote
11-30-11, 12:12 AM   #10
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,322
Anyone else notice an additional number added after character level in the item ID? For example [Chief Architect's Monocle] is showing me an item ID of 11839:0:0:0:0:0:0:1497381312:85:0. Notice '85' is my character's level and the '0' after it didn't exist until 4.3.0. Modifying it doesn't seem to do anything nor does it seem to change on a transmogrified item.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
11-30-11, 02:40 AM   #11
Voyager
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 22
Originally Posted by SDPhantom View Post
Anyone else notice an additional number added after character level in the item ID? For example [Chief Architect's Monocle] is showing me an item ID of 11839:0:0:0:0:0:0:1497381312:85:0. Notice '85' is my character's level and the '0' after it didn't exist until 4.3.0. Modifying it doesn't seem to do anything nor does it seem to change on a transmogrified item.
That's the reforgeId.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Transmogrification

Thread Tools
Display Modes

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