feral druid: added resetcounter and inccounter to shred and rip
Sidoine De Wispelaere [10-17-10 - 10:37]
feral druid: added resetcounter and inccounter to shred and rip
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@293 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/Ovale.toc b/Ovale.toc
index a4c3193..2a58e89 100644
--- a/Ovale.toc
+++ b/Ovale.toc
@@ -3,7 +3,7 @@
## Notes: Show the icon of the next spell to cast
## Notes-frFR: Affiche l'icône du prochain sort à lancer
## Author: Sidoine
-## Version: 4.0.5
+## Version: 4.0.6
## OptionalDeps: Ace3, ButtonFacade, Recount, LibBabble-CreatureType-3.0
## SavedVariables: OvaleDB
## SavedVariablesPerCharacter: OvaleDBPC
diff --git a/defaut/Druide.lua b/defaut/Druide.lua
index 2669236..7d045fd 100644
--- a/defaut/Druide.lua
+++ b/defaut/Druide.lua
@@ -36,7 +36,7 @@ Define(RAVAGE 6785) #cat behind+(prowling or stampede)
SpellInfo(RAVAGE combo=1)
SpellAddBuff(RAVAGE STAMPEDE=0)
Define(RIP 1079) #cat bleed
- SpellInfo(RIP combo=-5 duration=12)
+ SpellInfo(RIP combo=-5 duration=12 resetcounter=ripshreds)
SpellInfo(RIP glyph=GLYPHOFSHRED addduration=6)
SpellInfo(RIP glyph=GLYPHOFRIP addduration=4)
SpellAddTargetDebuff(RIP RIP=12)
@@ -44,7 +44,7 @@ Define(SAVAGEROAR 52610) #cat damage buff
SpellInfo(SAVAGEROAR combo=-5)
SpellAddBuff(SAVAGEROAR SAVAGEROAR=14)
Define(SHRED 5221) #cat behind
- SpellInfo(SHRED combo=1)
+ SpellInfo(SHRED combo=1 inccounter=ripshreds)
Define(STARFALL 48505) #moonkin cd aoe
Define(STARFIRE 2912) #moonkin
SpellInfo(STARFIRE eclipse=20)