Holiday Dungeon Helper

Holiday Dungeon Helper

820 Downloads

Features:

  • A simple addon allows you to queue and enter holiday dungeons automatically.
  • Supports Love is in the Air, Brewfest and Hallow's End. Only works if the dungeon reward is epic-quality box.

Commands:

  • /hdh
  • /holidaydungeonhelper

FAQ:

Can this addon automatically open box and logout ?

Protected function cannot be called by addons. You can use this macro to quickly open box and logout.

/run local b=U_L or CreateFrame("Button","U_L",nil,"SecureActionButtonTemplate")b:SetAttribute("type","macro")b:SetScript("PreClick",function()b:SetAttribute("macrotext",GetItemCount(54537)>0 and"/use item:54537"or"/logout")end)
/click U_L