워크오라 처럼 각 직업 중요 스킬 쿨 보여주는 애드온입니다...

 

if class == "DRUID" and spec == 1 then -- moonkin
  name = "Balance"
 elseif class == "DRUID" and spec == 4 then -- resto
  name = "Restoration"
 -- rogue
 elseif class == "ROGUE" and spec == 1 then -- Assassination
  name = "Assassination"
 elseif class == "ROGUE" and spec == 2 then -- outlaw
  name = "Outlaw"
 elseif class == "ROGUE" and spec == 3 then -- subtlety
  name = "Subtlety"  
 -- warlock
 elseif class == "WARLOCK" and spec == 1 then -- affliction
  name = "Affliction"
 elseif class == "WARLOCK" and spec == 2 then -- demonology
  name = "Demonology"
 elseif class == "WARLOCK" and spec == 3 then -- destruction
  name = "Destruction"
 -- demon hunter
 elseif class == "DEMONHUNTER" and spec == 1 then -- Havoc
  name = "Havoc"
 elseif class == "DEMONHUNTER" and spec == 2 then -- Vengeance
  name = "Vengeance"
 -- hunter
 elseif class == "HUNTER" and spec == 1 then -- beast mastery
  name = "BeastMastery"
 elseif class == "HUNTER" and spec == 2 then -- marksmanship
  name = "Marksmanship"  
 -- paladin
 elseif class == "PALADIN" and spec == 3 then -- retribution
  name = "Retribution"
 elseif class == "PRIEST" and spec == 3 then -- shadow
  name = "Shadow"
 elseif class == "MAGE" and spec == 1 then -- arcane
  name = "Arcane"
 elseif class == "WARRIOR" and spec == 1 then -- arms
  name = "Arms"

 

사용 가능합니다

 

ESC_애드온_Boomkinator  크기  위치 이동 다 가능