If someone get error while loading, it's not because of tmorph, but this: https://twitter.com/BlizzardCSEU_EN/...01142264365056
Btw, spell morph is working again, I'm so happy!!!
still getting access violation error wow crashes and get the same error the guy did on page 40 in the screenshot
re downloaded and still getting wow crashes and the access violation error
md5: e88fd33c2638c3d60628c80c2a0cdd88 tinject.exe
I got wrong one?
Code:ACCESS_VIOLATION (DBG-OPTIONS<FunctionsOnly SingleLine> DBG-ADDR<00007ffb60dd2db9>("tMorph.dll") <- DBG-ADDR<00007ffb60de02eb>("tMorph.dll") <- DBG-ADDR<00007ff7b975e470>("WoW-64.exe") DBG-OPTIONS<>)
Yep can confirm it crashes from time to time.
stil, journey is an hero for updating this program. da real mvp.
Does anyone else get a bug when race swapping from worgen? It will distort the coloring and give me a big head. I can change it to make it go back but if I zone, have a spell effect go off or something, it will bug again.
The problem with Worgens has to do with Two Forms. There are two common ways in which I've seen the bug.
To replicate, while morphed into another form (ie: Human), try to following:
- Go into combat (auto-activating Worgen form), although you will still see the morphed form, try inspecting an item in the dressing room. You will see your character in the squat, big headed distorted form that is a result of the program trying to reconcile Two Forms.
- Go through any loading screen while the game is meant to be displaying Worgen form, and you'll see the same but in game as well (not just in the dressing room).
crashes, every now and then, i have the latest version
Still crashes
Code:(DBG-OPTIONS<FunctionsOnly SingleLine> DBG-ADDR<00007ffb603b02c3>("tMorph.dll") <- DBG-ADDR<00007ff7b975e470>("WoW-64.exe") <- DBG-ADDR<00007ff7b97603ee>("WoW-64.exe") DBG-OPTIONS<>)
Hello, wanted to thank Journey for the years of fun I've had with this program. Much love for still keeping it updated!
I hope the answer for this isn't listed elsewhere, I browsed through and couldn't find exactly what I was asking.
I, like many, can't stadn the claws druid forms and use the druid addon listed on the front page to morph it to a normal druid form. My only problem is that when using the "Incarnation: King of the Jungle" cooldown, my form doesn't change as it normally would. I understand why it's not, but was wondering if there would be a way to write an exception to have the following:
1. When in cat form (claws of Shirvallah) be morphed to night elf cat form, but have the form change to the incarnation form when and only when the cd is active, and then changing back to normal NE cat form once done?
2. More of a hope, instead of the actual incarnation form, would it be possible to morph into Xuen when incarnation is active, and only when its active?
If anyone could help I would be greatly appreciative. Thanks.
The code Im using atm is from the front page:
-- This file is loaded from "druidForm.toc"
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", 33664)
UpdateModel("player")
elseif form == 5 then -- bear form
SetDisplayID("player", 133
UpdateModel("player")
end
end
if UnitClass("player") == "Druid" then
events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
end
Is there any Code for the NEW Arakkoa Model??![]()