All Projects → wardz → FocusFrame

wardz / FocusFrame

Licence: MIT license
Focus frame addon for vanilla World of Warcraft.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to FocusFrame

TellMeWhen
TellMeWhen is a combat tracking AddOn for World of Warcraft Retail and Classic
Stars: ✭ 69 (+283.33%)
Mutual labels:  world-of-warcraft
Cell
A World of Warcraft raid frame addon.
Stars: ✭ 21 (+16.67%)
Mutual labels:  world-of-warcraft
oRA3
Raid and Party Assist.
Stars: ✭ 16 (-11.11%)
Mutual labels:  world-of-warcraft
AIO
AIO is a pure lua server-client communication system for Eluna and WoW.
Stars: ✭ 50 (+177.78%)
Mutual labels:  world-of-warcraft
AzeriteUI
Custom user interface suite for WoW. Design and code by Lars Norberg and Daniel Troconis.
Stars: ✭ 0 (-100%)
Mutual labels:  world-of-warcraft
hero-lib
WoW Addon - Core Library used by HeroRotation and AethysTools, can also be used by others 3rd-Party Addons.
Stars: ✭ 33 (+83.33%)
Mutual labels:  world-of-warcraft
sInterface
An opinionated replacement for Blizzard's Interface
Stars: ✭ 15 (-16.67%)
Mutual labels:  world-of-warcraft
FusionCMS
A CMS for World of Warcraft private servers
Stars: ✭ 18 (+0%)
Mutual labels:  world-of-warcraft
strongbox
a World of Warcraft Addon Manager aimed at Linux players
Stars: ✭ 131 (+627.78%)
Mutual labels:  world-of-warcraft
raiderio-addon
RaiderIO AddOn
Stars: ✭ 35 (+94.44%)
Mutual labels:  world-of-warcraft
Sushi-3.1
A GUI framework, all wrapped in rice and seaweed for extra flavor.
Stars: ✭ 25 (+38.89%)
Mutual labels:  world-of-warcraft
ElvUI
ElvUI for World of Warcraft - Vanilla (1.12.1)
Stars: ✭ 67 (+272.22%)
Mutual labels:  world-of-warcraft
docker-wow-vanilla
Repository for Docker WoW Vanilla image based on Ubuntu
Stars: ✭ 18 (+0%)
Mutual labels:  world-of-warcraft
Ovale
An add-on for World of Warcraft that displays icons based on scripts
Stars: ✭ 46 (+155.56%)
Mutual labels:  world-of-warcraft
casc
CASC extractor for World of Warcraft data
Stars: ✭ 15 (-16.67%)
Mutual labels:  world-of-warcraft
CChatNotifier
A WoW Classic addon that can be used to filter chat for custom keywords.
Stars: ✭ 17 (-5.56%)
Mutual labels:  world-of-warcraft
Dominos
A main actionbar replacement
Stars: ✭ 72 (+300%)
Mutual labels:  world-of-warcraft
AdiBags
WoW Addon — Adirelle's bag addon.
Stars: ✭ 94 (+422.22%)
Mutual labels:  world-of-warcraft
WoWUnit
A unit testing framework for World of Warcraft
Stars: ✭ 20 (+11.11%)
Mutual labels:  world-of-warcraft
tsm-groups
My World of Warcraft TradeSkillMaster groups for Transmog, Recipes, and Mats
Stars: ✭ 27 (+50%)
Mutual labels:  world-of-warcraft

FocusFrame

Provides focus targeting & frame support for original vanilla World of Warcraft. (1.12.1, English client)

If you have never used focus before, it's basically a secondary target system that keeps track of a second unit other than the currently targeted unit. Once a focus is set, you can use macros to cast spells on the focus without having to lose your current target.

The focus frame works for both friendly and enemy players.

alt

Update 2019
Development has been ceased due to the official release of WoW Classic. If possible, I'll recreate this addon for Classic, but no promises.
Edit: Focus in Classic does not seem to be feasible. You can have an addon automatically create a macro for you something like:

/targetexact name # or /click CustomTargetFocusButton
/cast spell
/targetlasttarget

but the problem is that addons can only create macros outside combat, so you won't be able to switch focus reliably. There's also a delay between /target and /cast in the macro system that sometimes makes you cast the spell on your current target instead of the new target. I recommend people to switch to mouseover macros instead, it's way more reliable. If you don't care about focus cast, there should already be several enemy frame addons out there that allow tracking health, auras, casts etc on nearby units.

Usage & Info

Installation

  1. Download latest version here.
  2. Extract (unzip) the downloaded file into your WoW/Interface/AddOns folder.
  3. Remove any suffixes from the addon's folder name. E.g: FocusFrame-v1.0 to FocusFrame.

Plugins

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].