Quantcast

some corrections for feral druid

Sidoine De Wispelaere [11-21-09 - 20:31]
some corrections for feral druid

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@139 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
defaut/Druide.lua
diff --git a/defaut/Druide.lua b/defaut/Druide.lua
index 1931695..8df86c1 100644
--- a/defaut/Druide.lua
+++ b/defaut/Druide.lua
@@ -78,14 +78,14 @@ AddIcon help=main
 			if Mana(less 30) Spell(TIGERSFURY)
 			if TargetDebuffExpires(MANGLECAT 0 mine=1) and CheckBoxOn(mangle)
 				Spell(MANGLECAT)
-			if TargetDebuffExpires(RAKE 0 mine=1)
+			if TargetDebuffExpires(RAKE 0 mine=1) and Mana(more 34)
 				Spell(RAKE)
-			Spell(SHRED)
+			if Mana(more 42) Spell(SHRED)
 		}

 		if BuffPresent(CLEARCASTING) Spell(SHRED)

-		if ComboPoints(more 4)
+		if ComboPoints(more 4) and Mana(more 34)
 		{
 			unless BuffExpires(SAVAGEROAR 8) or TargetDebuffExpires(RIP 8 mine=1)
 				Spell(FEROCIOUSBITE)