-
Notifications
You must be signed in to change notification settings - Fork 431
Closed
Labels
Description
local T = {}
local function Tirion_OnSpawn(event, pUnit)
if(not T[pUnit:GetInstaceId()]) then
T[pUnit:GetInstaceId()] = {}
end
T[pUnit:GetInstaceId()].Tirion = pUnit
pUnit:SetUInt32Value(0x004D + 0x0006, 375) -- This sets the emote state
endPpl have requested for a method to set an emote state on the creature etc.
http://www.ac-web.org/forums/showthread.php?181931-Eluna-NPC-define&p=1895068&viewfull=1#post1895068