1. #1

    [HELP] Weak Auras and Raid Markers

    Hi I want to create an aura that show the raid marker of my target and also one of my focuses target. Any help or direction would be appreciated

    Thanks

    -Sardan

  2. #2
    hey I'm using thise one since M zakuun.

    Code:
    dSZ)daWwkKTje1HPYCrvQzd08rvLBQkQ7sbDBu5EGWoPe7vz3iTFOrPk1WecJdvfVwi9yPmyIHdshevLoLQIJbW5eICAelvvvlwvOLJYIuv6PQSmq55uvxwYuf1Kfz6KUOQixfvv9mufxxWgvL03arBwO2of4JuO(mvzAGQVJQe7Is1FPKgTQkJxvWjPOULQexJICEkLvcOFlv)evj9aS8oUDPDPL3fOkJ45vSL31c(ANBxCG2usN((dcefuqbfwPbgffLfkeyrtt35AkXGkZiEEf75EQMLi2PmINxXwENAdATRf81o3UwWx7CMBD6U4aTPKo99heikOGckG9MdefohlkkqGIXL(3rszhZRuZ0u9W7VqbD2k23piquqbfuiXOWFkrF6bIV6)(luqNTI99dkqabkkluO4Oju4CSOOG8dcuOequ0FffbIckOGckOGckSsdmkkOGckgzKzQwSyxR4DMV)n(PSzlg)6F((8t8M)MF5VJKYoMxPeQN5wNA1qdTBhfohlkk2TBKr2FeeQHgIarbfuqPOjeyrt7A)Qw0DbOjNw7AbFTZTloqBkPtF)bbIckOGcyV5arH5ijRCowuuGafJl9VJKYoMxPMPP6H3FHc6SvSVFqGOGckOqIrH5ijRCowuuq(bbkucik6VIIccefuqbfuqbfuyLgyuuuwOqGOGckOu0ecSOPDTGV25SQ2Gw78vNg8NU7xr8(PZcatrSdS7slVl4xwPLbfBpUtDGfvxEhxaujlpD6UGFzTOTEGQfJK2J7sK4yslaQ2wEhxaujlpD6owhSwEhxaujlpD6UyxtjD6Y74cGkz5Pt3b1aOQdSO6Y74cGkz5Pt3XCTA5DCbqLS80P7kARhOAXiPDaGesiNUJvEKonBdATJ060DekrT26CqblTsZcGDK0U)oscLNDSOOyU1P74fss)nlamfXUwhSZwEwGVxnXda4WGdPPibZuercoCEw8lM4z6oAGlZiEEfZFwaSZLseL0PoqRkJ45vm)LNUZgVgh7x6EnYWbaJhaWHXdmyWmbjF4ZIFbo8P783bZom7aSBANbZca4WamDd
    If you want them to be on Focus go to Trigger and change everywhere in the lua code "player" to "focus" (I hope I'm not mistaken on this one tho)

  3. #3
    Worked Great exactly what i wanted thanks. The only problem i've run into is when there is no focus target it gets confused and leaves a "?" icon


    function()
    local raid_mark = GetRaidTargetIndex("focustarget")
    if raid_mark ~= nil then
    return true
    end
    end
    ###########################################
    function()
    local mark = GetRaidTargetIndex("focustarget")
    if UnitExists("focustarget") == true and mark ~= nil then
    return [[Interface\TARGETINGFRAME\UI-RaidTargetingIcon_]].. mark ..[[.blp]]
    end
    end
    Last edited by AgentSardan; 2016-09-24 at 09:09 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •