BeaconAlert

  • 1 page found
NameAuthorLast updated byUpdated on
NameAuthorLast updated byUpdated on
Main SweetTactics SweetTactics 30 Dec 2008
BeaconAlert sends you a message in red text (with a sound) when the Beacon of Light spell you had cast on someone has faded. You can customize BeaconAlert the old fashioned way...by editing the source code. BeaconAlert.lua function BeaconAlert_OnLoad() BeaconAlertFrame:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED"); end function BeaconAlert_OnEvent(self, event, ...) local timestamp, type, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags = select(1, ...) if( event ==...
  • 1 page found