[Archive] 3.3.5 forgoten?
[Archive] 3.3.5 forgoten?
Quote: 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:
Archived author: radi980 • Posted: 2025-11-04T11:37:44.477409
Original source
Quote: 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:
Quote: 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")
Archived author: armyguy710 • Posted: 2025-11-04T11:37:44.477409
Original source
Quote: 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")
Quote: He asked for 3.3.5 not5.3
Archived author: Dreadzone • Posted: 2025-11-04T11:37:44.477409
Original source
Quote: He asked for 3.3.5 not5.3