Download
(3Kb)
Download
Updated: 11-03-09 03:57 PM
Pictures
File Info
Updated:11-03-09 03:57 PM
Created:11-03-09 03:57 PM
Downloads:5,889
Favorites:20
MD5:

Faceroller - Moonkin  Popular! (More than 5000 hits)

Version: 0.1
by: loganvi [More]

Author's Note: I will no longer be actively developing this addon. If anyone wants to take it over, please feel free to do so. Thanks for using it!

Moonkin (Balance Druid) DPS rotation module for Faceroller (requires Faceroller to function, please download)

*This is an early version, and a work in progress. Your feedback is much appreciated!

The suggestion priority:

FF if 3/3 improved and misery not on target and another FF not on target *(there's some weird mechanics with Feral FF, our FF, and misery, so, this may not work out exactly as planned. Please leave feedback if you think it needs changing.)
Moonfire if not up (and not on an eclipse proc)
Insect Swarm if not up (and not on an eclipse proc)
Simple "twist" rotation for wrath/starfire. Wrath until lunar eclipse, then starfire until solar, repeat.

If an eclipse is up will not prompt to refresh dots. This is kind of personal preference as to whether you do or don't, and when. I choose not to in most cases for simplicity.

If you have requests or issues please leave a comment or file a bug report/feature request.

Thanks!

kanban of Illidan (US)

Optional Files (0)


Post A Reply Comment Options
Unread 02-21-12, 10:33 PM  
CrouchinTigerMoshingPanda
A Murloc Raider

Forum posts: 4
File comments: 1
Uploads: 0
Starsurge Should be in there somewhere.. just reminding.
Report comment to moderator  
Reply With Quote
Unread 05-13-10, 07:05 AM  
artphilia
A Defias Bandit
 
artphilia's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 5
Uploads: 2
Plugin fix

Cheers,

I just uploaded a fixed version of the add-on to the "optional files".

it replaces the original files, no credits go to me except for serving your convenience
Report comment to moderator  
Reply With Quote
Unread 04-05-10, 01:47 PM  
def9
A Cobalt Mageweaver
 
def9's Avatar
AddOn Author - Click to view AddOns

Forum posts: 219
File comments: 108
Uploads: 1
Windows is telling me this is an encrypted file. Why exactly is that?

nm - For any others interested its just simply a file the mac os auto puts in every directory (mac's version of thinmbs.db).
__________________
Epiria, level 100 Ret/Holy Paladin
Simkin level 100 Combat Rogue
Feldeemus, level 100 Arcane Mage
Last edited by def9 : 04-14-10 at 03:28 PM.
Report comment to moderator  
Reply With Quote
Unread 04-02-10, 12:52 AM  
monitorlizard
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Originally posted by LiNK2088
Thanks for the nice fix monitorlizard but I still get this error in the chat:

Eclipse (Lunar) Interface\Icons\Ability_Druid_Eclipse 0 false 0 0 0 0
Eclipse (Solar) Interface\Icons\Ability_Druid_EclipseOrange 0 false 0 0 0 0
whoops, forgot that there are two debug print statements that the author has up a ways. just comment out those (or delete them) and you'll be fine. (lines 26 and 27)
REMOVE:
Code:
	print(GetSpellInfo(48518))
	print(GetSpellInfo(48517))
Report comment to moderator  
Reply With Quote
Unread 03-29-10, 10:01 AM  
LiNK2088
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 246
Uploads: 1
Thanks for the nice fix monitorlizard but I still get this error in the chat:

Eclipse (Lunar) Interface\Icons\Ability_Druid_Eclipse 0 false 0 0 0 0
Eclipse (Solar) Interface\Icons\Ability_Druid_EclipseOrange 0 false 0 0 0 0
Report comment to moderator  
Reply With Quote
Unread 03-28-10, 03:18 PM  
monitorlizard
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
another way to fix it (more complicated, but clears out the for loop):

1. uncomment the following two lines @ approx line 74:
REPLACE
Code:
	--local lunar_eclipse = buffs[gsi[LUNAR]]
	--local solar_eclipse = buffs[gsi[SOLAR]]
WITH
Code:
	local lunar_eclipse = buffs[gsi[LUNAR]]
	local solar_eclipse = buffs[gsi[SOLAR]]
2. REMOVE the following two lines @ approx line 79:
Code:
	local lunar_eclipse = false
	local solar_eclipse = false
3. REMOVE the entire for loop @ approx line 89:
Code:
	for k = 1, 40 do
		local n, _, icon, _, _, _, _ = UnitAura ("player", k)
		if(n == "Eclipse") then
			if(icon == "Interface\\Icons\\Ability_Druid_Eclipse") then
				solar_eclipse = false
				lunar_eclipse = true
			else
				solar_eclipse = true
				lunar_eclipse = false
			end
			break
		end
	end
4. REPLACE the following @ approx line 102:
Code:
	if(solar_eclipse == true) then
WITH
Code:
	if (solar_eclipse.active) then
5. REPLACE the following @ approx line 106:
(basically just the same as #4, but for lunar)
Code:
	if(lunar_eclipse == true) then
WITH
Code:
	if (lunar_eclipse.active) then
Report comment to moderator  
Reply With Quote
Unread 03-28-10, 01:00 PM  
Finnley
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Solved the problem by replacing the part:

[94] if(n == "Eclipse") then

with

[94] if(n == "Eclipse (Solar)" or n == "Eclipse (Lunar)") then

Cheesy, isn't it?
Report comment to moderator  
Reply With Quote
Unread 03-26-10, 09:37 AM  
LiNK2088
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 246
Uploads: 1
Same problem for me.
How about adding starfall?
Report comment to moderator  
Reply With Quote
Unread 03-25-10, 03:29 PM  
Finnley
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
hmmm

Am I the only one using this addon? Since 3.3.3 the eclipses aren't recognized.

Worst case for a lazy laserchicken like me
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: