Allessiel Aggro Smart Overlay

Allessiel Aggro Smart Overlay

0 Downloads

Smart Aggro Overlay

This mod adds a smart aggro overlay to nameplates. You can change texture path, width and height on its Constructor method:

Constructor:Lines 10-18:

    --[[
        @var {Table}
    --]]
    envTable.TEXTURE_CONFIG = {
        ['height'] = textureHeight,
        ['width'] = textureWidth
    };

    --[[
        @var {String}
    --]]
    envTable.TEXTURE_PATH = [[Interface\Addons\SharedMedia_MyMedia\background\Neon_AggroOverlayWhiteSingle.tga]];

To use the default texture in this mod, you must download the texture and save it to PATH_TO_WOW\_retail_\Interface\Addons\SharedMedia_MyMedia\background\Neon_AggroOverlayWhiteSingle.tga