Hey All,
Have been searching for 2 days now for a solution to this but everywhere seems to be devoid of emote guides.
Quick backstory, I am making an area in my server that is very RP oriented and I want to have my main dude yelling a sort of story... I have the yelling working, my issue is, when he yells he doesnt do the yelling emote as well and I cant figure out why I am unable to get it to work.
It yells fine but doesnt move which looks funny... I have tried adding
Unit.Emote(5)
directly underneath the SendChatMessage even but it doesnt wanna work.
Any help would be greatly appreciated!
This is my condensed script for testing (I realise the random is uneccesary at the moment).
Code:
function Name(Unit, Event)
Unit:RegisterEvent("Ellzed_Say", 40000, 0)
end
function Ellzed_Say(Unit, Event)
local chance = math.random(1,1)
if(chance == 1) then
Unit:SendChatMessage(14, 0, "Hello Is This Working")
end
end
function Ellzed_Died(Unit, Event)
Unit:RemoveEvents()
end
RegisterUnitEvent(50000, 18, "Name")
RegisterUnitEvent(50000, 4, "Ellzed_Died")
Core: ArcEmu (Latest, compiled 2 Nights Ago)
Core Revision: Latest
Database: Hmm... WhyDB again latest
Database Revision:
Repack you used (if any): Hells no.... self compile ftl