Thread Tools Display Modes
10-17-09, 03:34 PM   #1
PigtailsofDoom
A Cyclonian
 
PigtailsofDoom's Avatar
Join Date: Apr 2009
Posts: 40
Add ons for leveling a warlock?

I've got a 61 lock that I'd like to start leveling again (she's my old toon from Vanilla WoW that I haven't touched in about a year). I've got quite a few useful mage specific add ons that I use for my main, but I'm not sure what's out there that's good for leveling a lock.

I've got ClassTimer, so I don't think I need a DoT tracker, but beyond that I'm pretty clueless.
__________________
Willowberi, lvl 85 Druid on Proudmoore
Thelesis, lvl 83 Mage on Proudmoore
  Reply With Quote
10-17-09, 03:47 PM   #2
aliem
A Murloc Raider
 
aliem's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 5
I'm currently using rFilter2 (cooldown and buff tracker for yourself and your target) and an automatic shard deleter (as affliction i just dot my target drain-tank and drain soul his last hp)

rFilter2 config:
Code:
rf2_spell_list = {
        buffs = {
          -- Shadow Trance
          [1] = { tag = "trance", spellid = 17941, unit = "player", size = 48, fontsize = 18, posx = 0, posy = 170, framestrata = "BACKGROUND", anchor = "UIParent"},
        },
        debuffs = {
          [1] = { tag = "corruption", spellid = 172, ismine = 1,  unit = "target", size = 24, fontsize = 18, posx = -64, posy = -100, framestrata = "LOW", anchor = "UIParent"},
          [2] = { tag = "agony",    spellid = 702, ismine = 1,  unit = "target", size = 24, fontsize = 18, posx = -32, posy = -100, framestrata = "LOW", anchor = "UIParent"},
          [3] = { tag = "weakness",    spellid = 980, ismine = 1,  unit = "target", size = 24, fontsize = 18, posx = -32, posy = -100, framestrata = "LOW", anchor = "UIParent"},
          [4] = { tag = "immolate",    spellid = 348, ismine = 1,  unit = "target", size = 24, fontsize = 18, posx = 0, posy = -100, framestrata = "LOW", anchor = "UIParent"},
          [5] = { tag = "embrace",    spellid = 32385, ismine = 1,  unit = "target", size = 24, fontsize = 18, posx = 32, posy = -100, framestrata = "LOW", anchor = "UIParent"},

          [5] = { tag = "fear",    spellid = 5782, ismine = 1,  unit = "target", size = 24, fontsize = 18, posx = 0, posy = -75, framestrata = "LOW", anchor = "UIParent"},


          --172 Corruption
          --348 Immolate
          --702 Curse of Weakness
          --980 Curse of Agony
          --5782 Fear
          --32385 Shadow's Embrace
        },
        cooldowns = {
        },
there are many alternatives like EventAlert (for shadow trance/gliph of corruption) and DoTimer (it can track multiple target's dots)
btw as warlock you just need to know your and your pet's cooldowns and your target(s) dot ... and obviously your mana pool along with your hp

Last edited by aliem : 10-17-09 at 03:50 PM.
  Reply With Quote
10-18-09, 02:11 PM   #3
PigtailsofDoom
A Cyclonian
 
PigtailsofDoom's Avatar
Join Date: Apr 2009
Posts: 40
Yeah, Class Timer does the same thing as Event Alert, and it also tracks debuffs you put up on your target as well. Plus it works for every class, which is why I like it. A shard deleter I can see as being useful though. And maybe the DoT timer one too. Anyone else have any suggestions?
__________________
Willowberi, lvl 85 Druid on Proudmoore
Thelesis, lvl 83 Mage on Proudmoore
  Reply With Quote
10-18-09, 03:35 PM   #4
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
ForteXorcist was originally intended for Warlocks, but it now does so much stuff that it also works for other classes. Everything you need is already in it.

http://www.wowinterface.com/download...teXorcist.html
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
  Reply With Quote
12-08-09, 02:13 PM   #5
Sec
A Cyclonian
 
Sec's Avatar
Join Date: Jan 2008
Posts: 48
In the past I have used Ellipsis. I am currently using EventAlert and Nugrunning for DoTs and procs. If you use an LDB addon, check out Broker_SoulShards for automatic deleting to keep your regular bags from having shards spill over from whatever soulshard bag you use.
  Reply With Quote
01-19-10, 02:35 AM   #6
cormanthor
A Warpwood Thunder Caller
 
cormanthor's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2008
Posts: 97
Shard deletion is not necessary, as Blizz has you limited to 32 shards. The system won't make any more than that.
If you're using class timer, you should be good to go -- for the most part.

Things you 'need' for a warlock are:
  • DoT timer of some sort -- Class Timer works here
  • Cooldown timer -- Does Class Timer do that?
  • Proc notifier -- Try Power Auras, or any SCT mod (like MSBT) if that's more
    your style. You probably have one already for watching your procs on your main.

Everything else can be macro'd.
__________________
Some days it's just not worth chewing through the restraints...
  Reply With Quote

WoWInterface » General Discussion » Class Discussions » Add ons for leveling a warlock?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off