Jump to content

gashole

Player
  • Content count

    33
  • Joined

  • Last visited

Everything posted by gashole

  1. gashole

    Shapeshift Macros

    Also, the macros above do not require anything extra to be installed.
  2. gashole

    Shapeshift Macros

    Caster Form /run for i = 1, GetNumShapeshiftForms() do local _, _, active = GetShapeshiftFormInfo(i) if active then CastShapeshiftForm(i) return end end Bear Form / Charge /run local _, _, active = GetShapeshiftFormInfo(1) if not active or IsControlKeyDown() then CastShapeshiftForm(1) else CastSpellByName"Feral Charge" end Cat Form / Prowl /run local _, _, active = GetShapeshiftFormInfo(3) if not active or IsControlKeyDown() then CastShapeshiftForm(3) else CastSpellByName"Prowl" end Aquatic / Travel Form /run UIErrorsFrame:UnregisterEvent"UI_ERROR_MESSAGE" for i = 2, GetNumShapeshiftForms(), 2 do local _, _, active = GetShapeshiftFormInfo(i) if not active then CastShapeshiftForm(i) end if i == 2 then UIErrorsFrame:RegisterEvent"UI_ERROR_MESSAGE" end end
  3. gashole

    Broken Torrent

    https://forum.elysium-project.org/topic/31958-mac-torrent-problems/?do=findComment&comment=300436
  4. gashole

    Mac OS Client Link Broken?

    https://forum.elysium-project.org/topic/31958-mac-torrent-problems/?do=findComment&comment=300436
  5. gashole

    Mac Torrent Problems

    The only difference between the Windows and Mac version is the client (WoW.exe + DLLs and World of Warcraft.app). It's silly that there is a Windows and Mac torrent instead of a single torrent that includes both clients. Here is a link to the Mac client: https://www.sendspace.com/file/0vw0jk. Just download the Windows torrent and stick the Mac client inside the World of Warcraft folder.
  6. DruidManaBar Displays a mana bar when shapeshifted. Credit: https://github.com/Aviana/LunaUnitFrames/tree/master/libs/DruidManaLib-1.0 Slash commands /druidmanabar, /dmb /druidmanabar moveabove - Move the bar above the player frame Install 1. Download DruidManaBar 2. Extract the zip to an easy to find location such as your Desktop 3. Move the DruidManaBar folder into your AddOns folder GitHub: https://github.com/gashole/DruidManaBar
  7. Aero Adds animations to frames. Credit: http://www.wowinterface.com/downloads/info17946-Aero.html Install 1. Download Aero 2. Extract the zip to an easy to find location such as your Desktop 3. Move the Aero folder into your AddOns folder GitHub: https://github.com/gashole/Aero
×