Advertisement

Drood Focus

  Download the Curse Client

Last Update: Aug. 18, 2008 (1 week ago)
Category: Combat, Druid, and Rogue
Tags: (No tags yet)
Project Manager: Meranannon
Current Version: Drood Focus Version 2.6.4
(for World of Warcraft 2.4.3)
Downloads Today: 108
Downloads Total: 7,918
Favorites: 12
Comments: 20
  • About Drood Focus
  •  

Official thread: http://forums.curseforge.com/showthread.php?p=65#post65

DroodFocus add a window with all the informations that a feral druid must have:

Energy:
  Statusbar & ticks meter

Combo points:
  Number of combo points on your current target

Stats:
  Indicate your PA / crit% / attackspeed for cat or PA / Dodge% / armor for bear

Debuff icons, Show the debuffs applied to your(s) target(s) with timers
  Mangle (cat & bear), rake, rip, lacerate, faery fire, demoralizing roar

--------------------------------
(Sorry for my bad english)

  • Downloads (16)
  •  
Advertisement
  • Screenshots (1)
  •  

You need to login or register to post comments.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
 
  • Aug. 27, 2008, 12:00AM (3 days, 2 hours ago)

    the x,y does work to move it. after you put in a number hit enter

  • Aug. 24, 2008, 07:48PM (5 days, 6 hours ago)

    Same as Corpse....can't move it from the middle of the screen. The (x,y) part of the config doesn't change anything.
    This basically makes it unusable

  • Aug. 19, 2008, 01:09PM (1 week, 3 days ago)

    How do you move the icon? cause its in the middle of my screen and tried everything

  • Aug. 14, 2008, 11:29PM (2 weeks, 1 day ago)

    Just update to version 2.6 (after approval from curseforge)
    Need feedback please
    btw, Thanks you for the localisation :)

  • July 22, 2008, 02:56AM (1 month, 1 week ago)

    zhCN
    DROODFOCUS_CMD = DROODFOCUS..": \233\148\174\229\133\165 '/df config' \230\137\147\229\188\128\232\174\190\231\189\174\233\157\162\230\157\191 \230\136\150 '/df reset' \233\135\141\231\189\174\232\174\190\231\189\174";
    zhTW
    DROODFOCUS_CMD = DROODFOCUS..": \232\188\184\229\133\165 '/df config' \230\137\147\233\150\139\232\168\173\229\174\154\230\157\191 \230\136\150 '/df reset' \233\135\141\231\189\174\232\168\173\229\174\154";

    update localization . lua
    upload file url:
    http://code.google.com/p/cwdg/issues/detail?id=3

  • July 15, 2008, 10:08AM (1 month, 2 weeks ago)

    what is PA??
    can't find the acronym explained anywhere (google returns trash, wowwiki doesn't know it)

  • July 21, 2008, 03:31AM (1 month, 1 week ago)

    It's attack power...

  • July 14, 2008, 08:56PM (1 month, 2 weeks ago)

    I don't know what's wrong, but it just isn't showing up for me anywhere :(. Are there requirements for this or what? I would love this addon to work :*(

  • July 7, 2008, 03:57PM (1 month, 3 weeks ago)

    我从作者首发跟踪了这插件至今,发现每一次版本的选项都会改动,导致localization.lua也不固定,估计作者还有改动的话暂时不会接受其他语言,还是出次版本,更新下localization.lua发布好了。

    http://www.wowui.cn/ui/classes/Rogue/1131.html

  • July 8, 2008, 02:51AM (1 month, 3 weeks ago)

    你站上的安全性什么时候能加强下 找你们要个联系方式就那么难

  • July 7, 2008, 10:33AM (1 month, 3 weeks ago)

    Hope to increase this code, reducing resources occupation.

    --[[
    Name: LibDruidMana-1.0
    Revision: $Rev: 63723 $
    Author: Cameron Kenneth Knight (ckknight@gmail.com)
    Inspired By: SmartyCat by Darravis
    Website: http://www.wowace.com/
    Description: A library to provide data on mana for druids in bear or cat form.
    License: LGPL v2.1
    ]]

    local _, class = UnitClass("player")
    if class ~= "DRUID" then
    -- don't load for non-druids
    return
    end

  • July 7, 2008, 10:26AM (1 month, 3 weeks ago)

    ---UTF-8 File.
    ---Version: 2.2.19b

    elseif (GetLocale() == "zhCN") then
    DROODFOCUS = "Drood Focus "..DROODFOCUS_VERSION;
    DROODFOCUS_WELCOME = "Drood Focus "..DROODFOCUS_VERSION.." - 输入 /droodfocus 或者 /df 打开选项";
    DROODFOCUS_SCALE = "缩放比例";
    DROODFOCUS_LOW = "小";
    DROODFOCUS_HIGH = "大";
    DROODFOCUS_LOCK = "锁定";
    DROODFOCUS_CLAWS = "爆击指示器"
    DROODFOCUS_TRACKER = "显示 Debuff 条"
    DROODFOCUS_CONTX = "X"
    DROODFOCUS_CONTY = "Y"
    DROODFOCUS_MINI = "小"
    DROODFOCUS_MAXI = "大"
    DROODFOCUS_ENABLE = "启用"
    DROODFOCUS_ALPHA = "透明度"
    elseif (GetLocale() == "zhTW") then
    DROODFOCUS = "Drood Focus "..DROODFOCUS_VERSION;
    DROODFOCUS_WELCOME = "Drood Focus "..DROODFOCUS_VERSION.." - 輸入 /droodfocus 或者 /df 打開選項";
    DROODFOCUS_SCALE = "縮放比例";
    DROODFOCUS_LOW = "小";
    DROODFOCUS_HIGH = "大";
    DROODFOCUS_LOCK = "鎖定";
    DROODFOCUS_CLAWS = "致命一擊指示器"
    DROODFOCUS_TRACKER = "顯示 Debuff 條"
    DROODFOCUS_CONTX = "X"
    DROODFOCUS_CONTY = "Y"
    DROODFOCUS_MINI = "小"
    DROODFOCUS_MAXI = "大"
    DROODFOCUS_ENABLE = "啟用"
    DROODFOCUS_ALPHA = "透明度"
    end

  • July 7, 2008, 10:32AM (1 month, 3 weeks ago)

    zhCN与zhTW的critical strike 是不同的 爆击与致命一击
    至于为什么用ansi码 上次翻译的给这个家伙 他看不见 显示不了双字节
    直接给ansi码 复制就没有问题了

  • July 7, 2008, 10:46AM (1 month, 3 weeks ago)

    zhCN-->爆击
    zhTW-->致命一擊

    这样吗?

  • July 7, 2008, 11:11AM (1 month, 3 weeks ago)

    是的

    http://bbs.cwowaddon.com/thread-4384-1-1.html
    这个地址是我们的发布站上Drood Focus本地化发布页
    如果你有兴趣参与讨论的话 欢迎加入我们

  • July 7, 2008, 09:38AM (1 month, 3 weeks ago)

    translate chinese
    WoW UTF8 Character Encode


    elseif (GetLocale() == "zhCN") then
    -- locale by Jiyun@CWDG
    -- 2008-7-7 DROOD FOCUS v2.2.19b
    --DROODFOCUS_VERSION = "2.2.19b";
    --DROODFOCUS = "Drood Focus "..DROODFOCUS_VERSION;
    DROODFOCUS_WELCOME = "Drood Focus "..DROODFOCUS_VERSION.." - \233\148\174\229\133\165 /droodfocus \230\136\150 /df \230\137\147\229\188\128\232\174\190\231\189\174.";
    DROODFOCUS_SCALE = "\231\188\169\230\148\190";
    DROODFOCUS_LOW = "\228\189\142";
    DROODFOCUS_HIGH = "\233\171\152";
    DROODFOCUS_LOCK = "\233\148\129\229\174\154.";
    DROODFOCUS_CLAWS = "\231\136\134\229\135\187\230\151\182\230\152\190\231\164\186\231\136\170\231\151\149/\232\161\128\232\133\165\230\149\136\230\158\156.";
    DROODFOCUS_TRACKER = "\230\152\190\231\164\186\229\135\143\231\155\138\230\160\143.";
    --DROODFOCUS_CONTX = "X";
    --DROODFOCUS_CONTY = "Y";
    DROODFOCUS_MINI = "\230\156\128\229\176\143.";
    DROODFOCUS_MAXI = "\230\156\128\229\164\167.";
    DROODFOCUS_ENABLE = "\229\188\128\229\144\175.";
    DROODFOCUS_ALPHA = "\232\161\128\232\133\165\230\149\136\230\158\156."

    elseif (GetLocale() == "zhTW") then
    -- locale by Jiyun@CWDG
    -- 2008-7-7 DROOD FOCUS v2.2.19b
    --DROODFOCUS_VERSION = "2.2.19b";
    --DROODFOCUS = "Drood Focus "..DROODFOCUS_VERSION;
    DROODFOCUS_WELCOME = "Drood Focus "..DROODFOCUS_VERSION.." - \233\141\181\229\133\165 /droodfocus \230\136\150 /df \230\137\147\233\150\139\232\168\173\231\189\174.";
    DROODFOCUS_SCALE = "\231\184\174\230\148\190";
    DROODFOCUS_LOW = "\228\189\142";
    DROODFOCUS_HIGH = "\233\171\152";
    DROODFOCUS_LOCK = "\233\142\150\229\174\154.";
    DROODFOCUS_CLAWS = "\232\135\180\229\145\189\228\184\128\229\135\187\230\153\130\233\161\175\231\164\186\231\136\170\231\151\149/\232\161\128\232\133\165\230\149\136\230\158\156.";
    DROODFOCUS_TRACKER = "\233\161\175\231\164\186\230\184\155\231\155\138\230\172\132.";
    --DROODFOCUS_CONTX = "X";
    --DROODFOCUS_CONTY = "Y";
    DROODFOCUS_MINI = "\230\156\128\229\176\143.";
    DROODFOCUS_MAXI = "\230\156\128\229\164\167.";
    DROODFOCUS_ENABLE = "\233\150\139\229\149\159.";
    DROODFOCUS_ALPHA = "\232\161\128\232\133\165\230\149\136\230\158\156."

    end


    elseif (GetLocale() == "zhCN") then
    -- locale by Jiyun@CWDG
    -- 2008-7-7 DROOD FOCUS v2.2.19b
    --DROODFOCUS_VERSION = "2.2.19b";
    --DROODFOCUS = "Drood Focus "..DROODFOCUS_VERSION;
    DROODFOCUS_WELCOME = "Drood Focus "..DROODFOCUS_VERSION.." - \233\148\174\229\133\165 /droodfocus \230\136\150 /df \230\137\147\229\188\128\232\174\190\231\189\174.";
    DROODFOCUS_SCALE = "\231\188\169\230\148\190";
    DROODFOCUS_LOW = "\228\189\142";
    DROODFOCUS_HIGH = "\233\171\152";
    DROODFOCUS_LOCK = "\233\148\129\229\174\154.";
    DROODFOCUS_CLAWS = "\231\136\134\229\135\187\230\151\182\230\152\190\231\164\186\231\136\170\231\151\149/\232\161\128\232\133\165\230\149\136\230\158\156.";
    DROODFOCUS_TRACKER = "\230\152\190\231\164\186\229\135\143\231\155\138\230\160\143.";
    --DROODFOCUS_CONTX = "X";
    --DROODFOCUS_CONTY = "Y";
    DROODFOCUS_MINI = "\230\156\128\229\176\143.";
    DROODFOCUS_MAXI = "\230\156\128\229\164\167.";
    DROODFOCUS_ENABLE = "\229\188\128\229\144\175.";
    DROODFOCUS_ALPHA = "\232\161\128\232\133\165\230\149\136\230\158\156."

    elseif (GetLocale() == "zhTW") then
    -- locale by Jiyun@CWDG
    -- 2008-7-7 DROOD FOCUS v2.2.19b
    --DROODFOCUS_VERSION = "2.2.19b";
    --DROODFOCUS = "Drood Focus "..DROODFOCUS_VERSION;
    DROODFOCUS_WELCOME = "Drood Focus "..DROODFOCUS_VERSION.." - \233\141\181\229\133\165 /droodfocus \230\136\150 /df \230\137\147\233\150\139\232\168\173\231\189\174.";
    DROODFOCUS_SCALE = "\231\184\174\230\148\190";
    DROODFOCUS_LOW = "\228\189\142";
    DROODFOCUS_HIGH = "\233\171\152";
    DROODFOCUS_LOCK = "\233\142\150\229\174\154.";
    DROODFOCUS_CLAWS = "\232\135\180\229\145\189\228\184\128\229\135\187\230\153\130\233\161\175\231\164\186\231\136\170\231\151\149/\232\161\128\232\133\165\230\149\136\230\158\156.";
    DROODFOCUS_TRACKER = "\233\161\175\231\164\186\230\184\155\231\155\138\230\172\132.";
    --DROODFOCUS_CONTX = "X";
    --DROODFOCUS_CONTY = "Y";
    DROODFOCUS_MINI = "\230\156\128\229\176\143.";
    DROODFOCUS_MAXI = "\230\156\128\229\164\167.";
    DROODFOCUS_ENABLE = "\233\150\139\229\149\159.";
    DROODFOCUS_ALPHA = "\232\161\128\232\133\165\230\149\136\230\158\156."

    end

  • July 6, 2008, 07:58PM (1 month, 3 weeks ago)

    sorry for the double post and never mind i found it..lol /droodfocus

  • July 2, 2008, 05:09PM (1 month, 4 weeks ago)

    great mod but i have a question i cant see the claws when i land a crit on my "ROGUE" does this only works for druid or both

  • July 3, 2008, 05:09PM (1 month, 3 weeks ago)

    yes actually the claws are only for druids...
    i make them works for rogue in the next version

  • June 24, 2008, 08:21AM (2 months ago)

    translate chinese
    -- locale by 急云@CWDG
    -- 2008-6-24 DROOD FOCUS v1.2.2
    if GetLocale() == "zhCN" then
    DROODFOCUS = "Drood Focus";
    DROODFOCUS_WELCOME = "Drood Focus 1.2.2 - 键入 /droodfocus 进入设置。";

    DROODFOCUS_ENERGY = "能量追踪";
    DROODFOCUS_SCALE = "缩放";
    DROODFOCUS_LOW = "低";
    DROODFOCUS_HIGH = "高";
    DROODFOCUS_COMBAT = "战斗中显示";
    DROODFOCUS_STEALTH = "潜行中显示";
    DROODFOCUS_OTHER = "一直显示";
    DROODFOCUS_SOUND = "显示毁伤";
    DROODFOCUS_LOCK = "锁定";
    DROODFOCUS_MOVE = "Tip: 解除锁定\n可以拖动位置。"
    elseif GetLocale() == "zhTW" then
    DROODFOCUS = "Drood Focus";
    DROODFOCUS_WELCOME = "Drood Focus 1.2.2 - 鍵入 /droodfocus 進入設置。";

    DROODFOCUS_ENERGY = "能量追蹤";
    DROODFOCUS_SCALE = "縮放";
    DROODFOCUS_LOW = "低";
    DROODFOCUS_HIGH = "高";
    DROODFOCUS_COMBAT = "戰鬥中顯示";
    DROODFOCUS_STEALTH = "潛行中顯示";
    DROODFOCUS_OTHER = "總是顯示";
    DROODFOCUS_SOUND = "顯示毀傷";
    DROODFOCUS_LOCK = "鎖定";
    DROODFOCUS_MOVE = "Tip: 解除鎖定\n可以拖動位置。"
    else
    DROODFOCUS = "Drood Focus";
    DROODFOCUS_WELCOME = "Drood Focus 1.2.2 - Type /droodfocus for options.";

    DROODFOCUS_ENERGY = "Energy Ticks";
    DROODFOCUS_SCALE = "Scale";
    DROODFOCUS_LOW = "Low";
    DROODFOCUS_HIGH = "High";
    DROODFOCUS_COMBAT = "Show in combat";
    DROODFOCUS_STEALTH = "Show when stealth";
    DROODFOCUS_OTHER = "Show in other case";
    DROODFOCUS_SOUND = "Show mutilate debuff";
    DROODFOCUS_LOCK = "Locked";
    DROODFOCUS_MOVE = "Tip: Uncheck Locked\nand drag to move."
    end

 
  • Similar Addons
  •  
  1. 2,054 DamageMeters Combat
  2. 1,877 Recount ... Combat
  3. 1,838 Natur EnemyCastBar PvP, Buffs & Debuffs, Raids & ...
  4. 1,347 BigWigs Bossmods Raids & Encounters, Other, ...
  5. 1,332 Decursive 2.0 ... Buffs & Debuffs and Combat
Advertisement