-
Member
Originally Posted by
Romon07
7.2.0 23877
New small patch
RIP Journey
Anyone know if a fix or different method of swapping Druid forms has been found? When tMorph was working ofc :^)
-
Updated for 7.2.0.23877. Also implemented a new .shapeshift command:
Code:
.shapeshift <form id> <display id>
-
Post Thanks / Like - 3 Thanks
-
Member
Originally Posted by
Journey
Updated for 7.2.0.23877. Also implemented a new .shapeshift command:
Code:
.shapeshift <form id> <display id>
Thank you for fixing this issue! A very welcome addition to a fantastic addon. I do have one question though. How do I change so my shapeshift form is the same form as my human form? I've tried putting nil and player instead of a displayid but that doesnt work. Is there any way to do this?
-
Member
Speaking of swapping forms, I'm looking for a way to swap the Demon Hunter's Metamorphosis forms. I made a little add-on that updated what Form Id I had, but it turns out Metamorphosis does not count as one. Simply using the .spell to change the effect or .morph during the buff doesn't work.
-
Member
Hey im having a bit of a problem with my tmorph, when im playing my warr the morph on my toon seems to break when im in combat. im not sure exactly what makes it break but here is a pic of what happens: Imgur: The most awesome images on the Internet
Does anyone have the same problem or know what im doing wrong?
Morphs i use on my war is
ALT+Click set
.race 6
.gender
.item 16 134553 32
.item 17 134553 32
Appriciate any help i can get!
-
Member
Originally Posted by
Journey
Updated for 7.2.0.23877. Also implemented a new .shapeshift command:
Code:
.shapeshift <form id> <display id>
Thank♂You♂Sir♂
-
Member
Hey, first of all you are doing and amazing job journey, thank you for that !
Is there any way to morph into "Mote of Light" toy ? the id of the buff is 228140, but can't get it to work with .spell xxxxxx 228140
-
Member
Originally Posted by
WarcraftNinja
Yes you can, Asigiri posted the macro for it in one of the previous pages.
/run SetDisplayID(“target”, 0000)
/run UpdateModel(“target”)
Change "0000" to the display ID you want. You can use it to morph your pet, enemies, etc. It breaks easily though.
I'm guessing april fools?
-
Member
Hello it seems like after combat is over tmorph breaks seen like a few others are having this issue as well hope you guys can fix it. Keep up the good work.
-
Member
Originally Posted by
Anonimas93s
I'm guessing april fools?
How do you mean, exactly? Generally I've had to make a macro since both commands are needed. I don't suggest it though, just kind of "yes it does work." I'm not sure about warlock pets currently (in the past, my demon would stay morphed until I zoned) but I know it doesn't work well with companions (i.e., class hall champions) since as soon as I enter or exit combat, the companion will swap back pretty quickly.
Of course.. I generally just alter my CreatureDisplayInfo file for that.. ^^;;
-
Originally Posted by
JayRod731
Hello it seems like after combat is over tmorph breaks seen like a few others are having this issue as well hope you guys can fix it. Keep up the good work.
Should be fixed if you re-download.
-
Member
Morphing other players on your client does not effect their gameplay, so I don't think adding this feature will put this addon on blizzards blacklist. It would be great if you can make it possible.
-
Member
Is it possible to remove forms?
-
Member
Originally Posted by
Asigiri
How do you mean, exactly? Generally I've had to make a macro since both commands are needed. I don't suggest it though, just kind of "yes it does work." I'm not sure about warlock pets currently (in the past, my demon would stay morphed until I zoned) but I know it doesn't work well with companions (i.e., class hall champions) since as soon as I enter or exit combat, the companion will swap back pretty quickly.
Of course.. I generally just alter my CreatureDisplayInfo file for that.. ^^;;
I tried to use it on my target, my pet, none of it worked.
/run SetDisplayID(“target”, 0000)
/run UpdateModel(“target”)
Tried only replacing '0000' with display id and changing "target" to name of npc/pet etc. Did not work
-
Member
Originally Posted by
Anonimas93s
I tried to use it on my target, my pet, none of it worked.
/run SetDisplayID(“target”, 0000)
/run UpdateModel(“target”)
Tried only replacing '0000' with display id and changing "target" to name of npc/pet etc. Did not work

Huh, so somehow the character used for the quotation marks was changed when the commands were quoted or the original was posted. I copy and pasted exactly what you had and it did not work. However, in the macro I went back and replaced the quotation marks by simply typing them in again and it worked. Really don't know how they were converted to a different, but similar, character. Hope that helps.
Just keep in mind if you're not copying, that spacing, capitalization, etc is important as it seems pretty sensitive.
Last edited by Asigiri; 04-07-2017 at 05:50 AM.
Reason: Added info
-
Post Thanks / Like - 1 Thanks
Anonimas93s (1 members gave Thanks to Asigiri for this useful post)