menu
-
Private
3.3.5 forgoten?
Hello guys , I was searching for 3.3.5 model swaps for few days now , and i didn't find anything that can help me out to change my Tauren cat form - to this Stabled Kurenai Lion - NPC - World of Warcraft , i'll be thankful if somebody help me , thanks :/ , PS. im playing on a private server 3.3.5(wotlk) thanks :confused:
-
Member
for 3.3.5 , idk but you can do it with 5.3
just download tmorph and in the the LUA file , add this
local events = CreateFrame("Frame")
function events:UPDATE_SHAPESHIFT_FORM()
local form = GetShapeshiftForm()
if form == 3 then -- cat form
Morph("player", 1977)
end
end
events:SetScript("OnEvent", function(self, event, ...) return self[event](self, ...) end)
events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
-
Member
He asked for 3.3.5 not5.3