Quote Originally Posted by skidsh
Hey, this is my first release here. It is a recreation of the popular morpher tMorph made with help of the memory editing section and Icesythe7.
Note: I created this myself from scratch with only this forum as a starting point. I had no memory editing experience prior to the last week.
Updated for patch 8.2.0.31478 - Download

Changelog
08/17/2019
  • Updated for WoW version 8.2.0.31478
08/08/2019
  • Updated for WoW version 8.2.0.31429
08/05/2019
  • Resolved taint issues with alt click morphing
  • Requires run as admin now
08/03/2019
  • Alt + click morphing enchants, items, and item links implemented
07/31/2019
  • Moonkin Form, Shadowform, and various other forms now properly display character models.
  • Spell effect morphs ex. Metamorphosis or Polymorph now correctly display the spell animation while .morphed

All the original commands and features in the quoted post below are supported besides .spell which I did not invest the time to recreate yet.

The .race command now supports all new races up to race id 36.

The underlying tMorph LUA API was recreated too.

There is a new additional command I added for changing the weather: .weather <weather id> <intensity> - thanks Icesythe7
Code:
.weather 100 1





Features


* Persistent smart player morphing (i.e. you can shift in and out of forms as a druid)
* Special race morphing with support for Pandarens
* Race appearance customization
* Persistent mount morphing
* Item morphing
* Weapon enchant morphing
* Spell animation morphing
* Title morphing
* In-game command system
* Underlying Lua API


Requirements


* Visual C++ Redistributable for Visual Studio 2015 (vc_redist.x64.exe)
* Must be run with Administrative privileges




Usage Examples


To morph yourself into a troll pirate:
Code:
.morph 25041
To morph into another race (Pandaren, in this case):
Code:
.race 24
Race IDs:
Code:
0
1 -- Human
2 -- Orc
3 -- Dwarf
4 -- Night Elf
5 -- Undead
6 -- Tauren
7 -- Gnome
8 -- Troll
9 -- Goblin
10 -- Blood Elf
11 -- Draenie
22 -- Worgen
24 -- Pandaren
27 -- Nightborne
28 -- Highmountain Tauren
29 -- Void Elf
30 -- Lightforged Draenei
31 -- Zandalari Troll
32 -- Kul Tiran
34 -- DarkIron Dwarf
36 -- Maghar Orc




To swap genders after a race morph:
Code:
.gender
The following commands allow you to change the appearance of regular races:
Code:
.skin 2
.face 1
.hair 6
.haircolor 3
.piercings 5


.tattoos 2
.horns 4
.blindfold 3
To morph an item (where 1 is the inventory slot ID):
Code:
.item 1 32235
Alternatively, to morph an item into its Mythic variant:
Code:
.item 1 115542 3
Item version/appearance IDs:
Code:
0 -- Normal
1 -- Heroic
3 -- Mythic
4 -- Raid Finder


6 -- Stage 1
7 -- Stage 2
8 -- Stage 3
To change a weapon enchant (e.g. Mongoose):


Code:
.enchant 1 155
To swap a spell animation:


Code:
.spell 774 139
To morph your mount:


Code:
.mount 45797
To morph your title:
Code:
.title 199
To morph your various shapeshift forms (e.g. bear):




Code:
.shapeshift 5 74269
Known issues using directx 11 and game crashes have been found. Recommend using directx 12 or directx 11 Legacy.

I wrote this with VS 2017 so it may require a 2017 VS Visual C++ Redistributable.

Please report any bugs.

Have fun morphing!

All credits to respected "skidsh"


› See More: jMorph - tMorph Morpher Recreated | WoW Morpher