-
Member
hello everyone, i'm new here. Does anyone have the demon hunters metamorphosis form display ID ? i need the havoc one to change when i use my "battle mage" build. i'm trying to swap heroic leap with demon form but it doesnt work, so i figured i needed to change the form , not the spell. This would really help me out a lot , i already swapped almost all of my demon hunter abilities with other class ones, and this is the last spell to have "full immersion" .
thank you for your attention
edit: i dont know if this is how you do it, but what i'm trying to do is : i use the metamorphosis spell in my demon hunter and instead of turning into a demon i transform into a water elemental or some thing like that. or even not transforming into nothing if for example i have a warrior.
edit 2 : i'm swapping all the habilities appearances, does this makes me more banable or put my account into more danger? i've talked to a GM about tmorph and he said its ok for me to use, that it would be banable if it was a bot or something like that. i even printed our talk to use if anything happens.
Last edited by kurigosh; 09-30-2016 at 11:26 AM.
Reason: adding stuff
-
Member
Tmorph shaman shapeshift change
Heya shamans!
I know we've had some issues in the past trying to work out how to change the wolf form, and ya know what? I got it.
Go here and make a new addon with the following code:
Code:
-- local FORM = {DisplayID, Scale}
local CAT_FORM = {41447, .45}
local eventHandler = CreateFrame("Frame", nil, UIParent)
eventHandler:SetScript("OnEvent", function()
-- Break out of the function if tMorph is not loaded.
if (not tMorphLoaded) then return end
-- http://*************/API_GetShapeshiftFormID
local ShapeShiftID = GetShapeshiftFormID()
if (ShapeShiftID == 16) then
-- Cat Form.
if (CAT_FORM[1]) then
SetDisplayID("player", CAT_FORM[1])
if (CAT_FORM[2]) then SetScale("player", CAT_FORM[2]) end
UpdateModel("player")
end
end
end)
local _, playerClass = UnitClass("player")
if (playerClass == "SHAMAN") then
eventHandler:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
eventHandler:RegisterEvent("PLAYER_ENTERING_WORLD")
end
Obviously you'll change the = {41447, .45} bits to whatever, mine's currently set for a Pandaren to use a crane with a very slight transparency:

Basically, if you know how to do the druid changes, you can do the shaman changes. I suggest using spirit beasts to keep with the ghostly theme, I just couldn't find a crane that fit the bill (and a turtle to go faster is a little silly). I might change mine to a tiger, to be honest. But hey! There ya go!
-
Post Thanks / Like - 2 Thanks
kurigosh,
Korrasami (2 members gave Thanks to Deastrumquodvicis for this useful post)
-
Member
Does anyone know how i can morph into the pirate from the Savory Deviate Delight food?
Would be much appreciated !
-
Member
Help tmorph is outdated and not working with last game update
-
Member
Hi, new here. Can anybody help me find a working code for Heavenly Azure Cloud Serpent? None of the ones I've tried seem to work... Thanks in advance!
-
Active Member
Estimated Prophet
Originally Posted by
Aluries
Hi, new here. Can anybody help me find a working code for Heavenly Azure Cloud Serpent? None of the ones I've tried seem to work... Thanks in advance!
43697 is the display id yer lookin for i believe
-
Member
Originally Posted by
Aluries
Hi, new here. Can anybody help me find a working code for Heavenly Azure Cloud Serpent? None of the ones I've tried seem to work... Thanks in advance!
How are you running tmorph with current game version? Is it just my tmorph that doesnt work?
-
Banned
Hey guys, I've become very desperate, I can't stand the new models or their animations. I really need a fix for this, I know that Morph ID 7750 gives you the Noggenfogger model which uses the old Undead skeleton rig. But I'm looking for the Morph ID for the old model animations for Tauren male.
I've read through this thread with some hope that I might stumble across an answer to my problems, but I haven't. It's been a few weeks since the talk about the old models on here so I've decided to reignite the discussion and find a solution to this mess.
Can we find out the Morph IDs for the old model animations?
For those who are having issues with running Tmorph with the current game version, I think I saw a thread from the developer saying that if you have problems with it running, that you should download the latest version. I have no issues running it myself with the latest version.
-
Member
Originally Posted by
xaroc
For those who are having issues with running Tmorph with the current game version, I think I saw a thread from the developer saying that if you have problems with it running, that you should download the latest version. I have no issues running it myself with the latest version.
Alright Ill try that
-
Member
if someone could make a tutorial or somethin on how to change the DH metamorphosis form i would be really appreciative
-
Member
Originally Posted by
xaroc
Hey guys, I've become very desperate, I can't stand the new models or their animations. I really need a fix for this, I know that Morph ID 7750 gives you the Noggenfogger model which uses the old Undead skeleton rig. But I'm looking for the Morph ID for the old model animations for Tauren male.
I've read through this thread with some hope that I might stumble across an answer to my problems, but I haven't. It's been a few weeks since the talk about the old models on here so I've decided to reignite the discussion and find a solution to this mess.
Can we find out the Morph IDs for the old model animations?
For those who are having issues with running Tmorph with the current game version, I think I saw a thread from the developer saying that if you have problems with it running, that you should download the latest version. I have no issues running it myself with the latest version.
Well, not much comes to my mind. As far as i know (and it has been said here couple of times) old character models are removed from the game due to updated spell animations which they couldnt support due to lower number of "bones" in their "frame." Im not sure are their files still in the game or not so i wont comment that.
During the Legion beta they did try to make them work and at some point ticking "use old models" was just changing... your characters face... to "old" face, body frame and animations remained "new." And finally they decided to just remove them completely.
Now.. Noggen works since its a "buff" which they didnt touched, and im pretty sure is one of few (if not only) buff that remained using old "frame."
As for tauren models, i tried digging trough all the toys, buffs and some of (but not all) tauren (Azeroth, Outland and Northrend) models... Sadly, so far they are all changed to new models, so youre out of luck.
Originally Posted by
kurigosh
if someone could make a tutorial or somethin on how to change the DH metamorphosis form i would be really appreciative
So far.. we didnt had luck with it too.. I tried several solutions and.. nothing worked.
The issue here is that DH's Meta is server side script that, between other stuff that it does (applying bunch of auras and modifiers to your attacks, even completely switching spells for some of your attacks) it completely switches your player model with Meta model (link to model) too.
So far i didnt had much luck changing it at all:
1. I tried using Meta's spell ID - Nothing happens.
2. I tried using Meta's spell ID of the buff that it gives you - "model switch still happen," some minor changes happen mainly glow around model it self.
3. i tried using addon code thats in the first post - nothing happens as Meta it self is not a "stance" rather than a buff.
This is just ideas that are on top of my mind so please take them as such, just ideas and speculations:
Now, what comes to my mind is to rewrite addon it self and somehow make it to work with specific buff ID, aka IF player has Meta buff id, current model is switched to model defined in addon.
What comes to my mind is this API LUA string
As you can see, default model is female meta, so thats also the reason why whenever we use tmorph to change anything on male DH our Meta becames female.
Last edited by Enuma; 10-02-2016 at 10:27 PM.
-
Member
Hello 
For me it isn't possible to change my druid forms.
Aswell i tryed to create a Addon with World of Warcraft: Addon Creator
Tryed to change the cat form to 38150 (fire Cat)
I open wow + tmorpher inject but doesn't work
Screenshot of my Addon it should work Bilder-Upload - Kostenlos Fotos hochladen und ins Netz stellen
can someone help?
Sorry for my bad english.
Greetings
Last edited by cHR1337; 10-03-2016 at 06:50 AM.
-
Active Member
There seem to be a bug with .gender and shapeshift on a druid, it doesnt always stick, but you can see that the helm size is wrong
-
Member
Originally Posted by
cHR1337
Read THIS (tMorph — 64-bit Morpher (updated for Legion)) its my old post.
TL;DR
It works just fine IF youre not using artifacts, but if you use artifact will NOT WORK as Artifact skins are placed on top of your skin, therefor replacing ANYTHING thats there
Proof HERE
Last edited by Enuma; 10-04-2016 at 09:39 PM.
-
Member
Is there a way to change the look of an NPC into another NPC? If not are there any plans to do so?