-
Member
Originally Posted by
Monqan
Does anyone know its ID?
Druid Artifact Forms tMorph Codes - WarcraftNinja
Guide to make druid froms persist after shifting. (From WoD but still works. Currently leveling a druid. My travel form is 1 color of the cat hidden appearence. when i shift into feral i am another color etc.
tMorph & Druid Forms (UPDATED!) - YouTube
Quote from comment at bottom of page
''Kitty artifact forms are from like .morph 66775 all the way to .morph 66794 maybe.. u can try them out.. i just typed something and got them... So im happy to share it
''
Hope this gets you half way there
Props too Journey for tMorph
-
Member
yeah I know about the normal artifact forms, hvn't found the hidden one for feral yet tho that's why I was asking, thanks anyways.
-
Member
Is it possible to morph into wrath sylvanas model, anybody know?
-
Member
-
Member
-
Member
How would you get the Hidden Artifact of the Ashbringer of "Heart of Corruption"? don't know how to code it in. Heart of Corruption - Item - World of Warcraft
-
Member
-
Member
They reworked sylvanas model and I can't find wrath model. Not even sure if it's still possible to morph it.
-
Member
I keep getting this -
ERROR: Injection failed with code 5
Have googled it so many times, can't find anything.
I run tmorph as admin, even wow, firewall/antivirus is off, updated visual c++, running wow 64bit and obv the latest tmorph.
Tried running tmorph before/after starting the game both as an admin and without, tried running wow64 as admin and without even with or without starting it through the battlenet app, out of ideas now and nothing works...=(
Has been like this since Legion got released
-
Member
you'll have to find a npc of her with the old model
-
Member
Have the druid addon it works for cat and bear form but I want one for moonkin form, cannot get it to work don't know what to type in. can anyone help?
-
Member
Yeah I tried finding npc with her old wrath model but every one of her ingame models got replaced so I was wondering if anyone knows her wrath id or if there's another way to morph sylvanas.
-
Member
I need some help.
I can't find the dispaly id for this character
marin-bladewing
-
Member
-
Post Thanks / Like - 1 Thanks
ZOMGMAO (1 members gave Thanks to Monqan for this useful post)
-
Member
doesnt work for me i try to get incarnation cat form tauren on my druid bear and doesnt work, i try to use druidshapeshift addon and works 5 seconds change original bear artifact form when i attack or pop my artifact claws cd and i try to use tmorph macro and doesnt work for me because i had errors writting on this core. I hope someone help me im really greatfully
local events = CreateFrame("Frame")
events:SetScript("OnEvent", function(self, event, ...) return self[event](self, ...) end)
function events:UPDATE_SHAPESHIFT_FORM()
-- docs/api/GetShapeshiftFormID - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
local form = GetShapeshiftFormID()
if form == 1 then -- cat form
SetDisplayID("player", 1337)
UpdateModel("player")
elseif form == 5 then -- bear form
SetDisplayID("player", 43766)
UpdateModel("player")
end
end
if UnitClass("player") == "Druid" then
events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
end
what's wrong thank you apreciate journey work with tmorph are amazing thank you so much and thank all people help on forums!