Search the Community

Showing results for tags 'transmogrification'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Important
    • Announcements
    • Getting Started
  • Modding
    • Modeling
    • Level Design
    • Interface
    • Serverside
    • Noggit
    • Miscellaneous
    • Retro-Porting
    • Useful Services
  • Projects
    • Recruitment
    • Paid Work
    • Showcase
    • Machinima
  • Community
    • General
    • Random
    • Gallery
    • Releases
    • The Graveyard

Categories

  • Tools
    • Uncategorized
    • Map Editing
    • Model Editing
    • DBC & DB2 Editing
    • Serverside
    • CASC & MPQ
  • Resources
    • Graphics
    • Uncategorized
    • Models
    • Maps
    • Client Patches
  • 010 Editor Scripts and Templates
  • Noggit Script Brushes

Categories

  • Projects
  • Machinima
  • Software Development

Categories

  • Beginner
    • Русский
    • Deutsch
  • Modeling
    • Česky
    • Français
  • Level Design
  • Interface
  • Serverside
  • Miscellaneous
    • Česky
    • Français
  • Retro-Porting
  • Machinima

Categories

  • Tutorials
  • Timelapse
  • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Twitter


Skype

Found 1 result

  1. 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!