Brute-force transmogrification


Description

I will briefly explain how to forcefully transmogrify any item into any item, bypassing any type/slot/age/etc. requirements.

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

  1. Find the intermediate item
  2. Transmogrify the source item into the intermediate item
  3. Open the Characters database, the item_instance table
  4. In the owner_guid column, find the id of your character
  5. 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
  6. Replace that with the id of your target item
  7. Relog on your character

Enjoy your one-handed mace-staff!

 



Recommended Comments

wat u min bye

im reading dis tut for the litterary experience joyride and u juss bye

 

no

Share this comment


Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now