Results: 1Comments by: losiupac
File: Plater Nameplates10-05-18
nameplate color change for debuff
Posted By: losiupac
Im trying to make a script to change nameplate color whenever I chill the target with frost mage. Im setting the trigger to debuff, typing id of chilled and using this script: constructor function (self, unitId, unitFrame, envTable) Plater.SetNameplateColor (unitFrame, "blue") Plater.RefreshNameplateColor (unitFra...