Likes: 0
Results 1 to 1 of 1
-
30-08-19, 12:05 AM #1
jMorph - tMorph Morpher Recreated | WoW Morpher
Register to remove this adOriginally Posted by skidsh
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
Code:.spell 774 139
Code:.mount 45797
Code:.title 199
Code:.shapeshift 5 74269
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