UNIT_AURA

function(event, unitid)
    if event == "UNIT_AURA" and unitid == "target" then
        local name = UnitAura("target")
        if name == "집행자의 정밀함" then
            return true
        end
    end
end

대상이 "집행자의 정밀함" 디버프를 얻으면 true를 리턴하는 LUA입니다.

맨 남에 꺼 복붙해서 기워붙여서 쓰기만 하다가 처음으로 직접 작성해본 LUA인데 작동을 안 합니다 ㅠㅜ