Download
(2Kb)
Download
Updated: 12-15-09 12:48 PM
Addon for:
Faceroller.
Pictures
File Info
Updated:12-15-09 12:48 PM
Created:12-13-09 01:17 PM
Downloads:7,214
Favorites:24
MD5:

Faceroller - Demonology Warlock.  Popular! (More than 5000 hits)

Version: 0.4
by: Mieeka [More]

Demonology Warlock rotation module for Faceroller

Life Tap if glyphed for it
Demonic Empowerment on cooldown
Metamorphasis on cooldown (Optional - enabled by default)
Immolate Aura (If in demon form and off CD)
Immolate if you don't have one up
Corruption if you don't have one up
Curse of elements if one isnt up(or druid/DK Equivalant) else Curse of Doom if you don't have one up
Incinerate if MC is up else Shadow bolt as filler (Soulfire < 35%)

Forthcoming
* Add option to Include Meta when bloodlusted (instead of the on/off approch in current version)
* Checks for Meta/Demon empowerment talents before attempting to use.

Comments are welcome.

0.4
Added option to disable meta from default rotation.

0.3
Added Curse of Elements check (if up or equvilant Doom will be used)

0.2
Removed Curse of agony
Added Immolate Aura
Post A Reply Comment Options
Unread 02-26-10, 12:29 PM  
Freak0o
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Death Coil does seem to bug faceroller. once fired and on CD it shows lifetap with a 2min CD instead of anything else on Priority.

Posted this on the main addon aswell.

Plus, i do NOT get any additional Options. Even after deleting my variables file..
Last edited by Freak0o : 02-26-10 at 12:47 PM.
Report comment to moderator  
Reply With Quote
Unread 02-02-10, 11:34 PM  
LaAlfombrilla
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
First of all, Gratz for the work. It really helped me a lot when i was trying to create my New UI.

I used to work with your plug-in as a ... well... DotTracker and it became my favorite DebuffReminder since yesterday.

Here is a condition i came with while thinking about personnal rotation improvement but, i'd like to get ripped off the "97" which is just there 'cause i couldn't find something more... elegant.

PMANATRIGGER is just a var for keeping a good amount of mana EXCEPT when i use my meta => LT in refresh buff only.. Same goes for PLIFESAFE, a little reminder of my health status, only useful on Festergut's event like ( if the healers get sleepy).

Code:
	
	if (meta.cd < 97) and (UnitPower("player") <= PMANATRIGGER) and (UnitHealth("player") >= PLIFESAFE) then
		next_spell = LT
	end
Hope someone can help me here.

PS : I'll try to give a more complete set of conditionnals ... when it's done and it's almost that way. I just need some more testing.
Report comment to moderator  
Reply With Quote
Unread 01-12-10, 02:54 PM  
Mieeka
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Try deleting your saved variables file. Its possibly corrupt.
Report comment to moderator  
Reply With Quote
Unread 12-25-09, 04:58 PM  
Niagairt
A Deviate Faerie Dragon
 
Niagairt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 3
Uploads: 1
Options

I have updated and I am not able to change options. Any sugesstions?
Report comment to moderator  
Reply With Quote
Unread 12-15-09, 11:05 PM  
Sazdek
A Murloc Raider

Forum posts: 6
File comments: 41
Uploads: 0
awesome i look forward to it ^.^
Report comment to moderator  
Reply With Quote
Unread 12-15-09, 12:40 PM  
Mieeka
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Originally posted by Sazdek
what would i need to change if i wanted to take the whole meta part out of the rotation? i pretty much want to save meta for when bloodlust is up and during burn phases. the part about immo aura can stay however since that would probably require less altering and if im using meta chances are im using immo aura anyways.
i'm adding a option to exclude meta (Since i do the same as you).
Report comment to moderator  
Reply With Quote
Unread 12-15-09, 02:19 AM  
Sazdek
A Murloc Raider

Forum posts: 6
File comments: 41
Uploads: 0
what would i need to change if i wanted to take the whole meta part out of the rotation? i pretty much want to save meta for when bloodlust is up and during burn phases. the part about immo aura can stay however since that would probably require less altering and if im using meta chances are im using immo aura anyways.
Report comment to moderator  
Reply With Quote
Unread 12-14-09, 03:20 PM  
Mieeka
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Re: Re: Curse of Elements

OK COE fuction is in. let me know if you have problems with it.
Report comment to moderator  
Reply With Quote
Unread 12-14-09, 01:37 PM  
Mieeka
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Re: Curse of Elements

Originally posted by Dunwich of Drenden
As the Demolock I have always been responsible for CoE; is there any way to modify the curse in this addon?
I know its been done in the other warlock Modules to use either curse of elements or Curse of doom.

I'll have a look at transporting simalar functionaility across when i get a spare 10 mins.
Report comment to moderator  
Reply With Quote
Unread 12-14-09, 01:32 PM  
Dunwich of Drenden
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Curse of Elements

As the Demolock I have always been responsible for CoE; is there any way to modify the curse in this addon?
Report comment to moderator  
Reply With Quote
Unread 12-14-09, 08:50 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Originally posted by Mieeka
That will be in the next release. having a bit of trouble identifying if i'm in demon form
Meta is stance 2, don't know if that helps or not.
Report comment to moderator  
Reply With Quote
Unread 12-14-09, 02:03 AM  
Mieeka
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Originally posted by Tinuviel
You forgot immolation aura.
That will be in the next release. having a bit of trouble identifying if i'm in demon form
Report comment to moderator  
Reply With Quote
Unread 12-13-09, 09:50 PM  
Tinuviel
A Defias Bandit
 
Tinuviel's Avatar

Forum posts: 3
File comments: 210
Uploads: 0
You forgot immolation aura.
Report comment to moderator  
Reply With Quote
Unread 12-13-09, 05:34 PM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Curse of Agony < 25% else curse of Doom
CoA is a waste of cooldown, you'll only be casting soul fire and corruption (for MC) below 35%.
Last edited by ballagarba : 12-13-09 at 05:35 PM.
Report comment to moderator  
Reply With Quote
Unread 12-13-09, 05:12 PM  
Mieeka
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Originally posted by nettermann
Decimation is at 35% and not 30%
http://www.wowhead.com/?spell=63156
Its checking to see if you have the buff - so thats just a typo in the description.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: