Смердокрыл Posted January 26, 2024 Share Posted January 26, 2024 Introduction I bet many of you have, at least once, encountered a situation when you wanted to transmog an item just for fun, but you couldn't because of some stupid restriction, and even though it was nothing major and important, you couldn't just let it go because you have an obsessive personality. Now I shall teach you the excruciatingly sophisticated algorithm of bypassing the bullshit and just making the stupid thing work. I will use the following key words: Source item - the actual item you want to change the look of Target item - the item you want to get the look from Intermediate item - any item which the source item can be transmogrified into This should be working with all Cata + clients. I have no idea about custom transmog systems implemented on clients <Cata. Tools and resources Any MySQL editor The Technique Find the intermediate item Transmogrify the source item into the intermediate item Open the Characters database, the item_instance table In the owner_guid column, find the id of your character In the enchantments cell of that row you will have a bunch of zeros and other numbers E.g. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Among those numbers will be the id of your intermediate item Replace that with the id of your target item Relog on your character Enjoy your one-handed mace-staff! or not Link to comment Share on other sites More sharing options...
Brute-force transmogrification
By Смердокрылin Miscellaneous
Recommended Posts