고흑
https://web.archive.org/web/20101108010818/http://elitistjerks.com/f47/t65804-warlock_affliction/

악흑
법사

냥꾼

징기

위협(어그로) 계산하기..



영문 매우 길어요..

/script
for i = 1, 40 do
    local u = "raid"..i;
    local hp = UnitHealthMax(u);
    local _, _, grp = GetRaidRosterInfo(i);
    if UnitExists(u) and hp < 9500 and grp <= 8 then
        ChatFrame1:AddMessage(UnitName(u)..": "..hp.." HP");
    end
end