WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki

WoW AddOn


Example[]

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">;
  <Script file="repopme.lua"/>;
  
  <Frame name="repopme_core">
    <Scripts>
      <OnLoad>
        self:RegisterEvent("PLAYER_DEAD");
      </OnLoad>
      <OnEvent> 
        repopme_OnEvent(event);
      </OnEvent>
    </Scripts>
  </Frame>
</Ui>