Results: 1Comments by: Egris
File: RareAlert09-19-13
GetVignetteInfoFromInstanceID
Posted By: Egris
Why not use the objectIcon? local _, _, name, objectIcon = C_Vignettes.GetVignetteInfoFromInstanceID(vignetteInstanceID) if objectIcon and (objectIcon == 40 or objectIcon == 42)then --40-Chest, 41-Skull, 42-Crossed Swords return end PlaySoundFile("Sound\\Interface\\RaidWarning.wav") if name then RaidNotice_AddMessage(Rai...