Quantcast

- hunter default script: added chimera shot

Sidoine De Wispelaere [07-05-09 - 11:30]
- hunter default script: added chimera shot

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@81 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
defaut/Chasseur.lua
diff --git a/defaut/Chasseur.lua b/defaut/Chasseur.lua
index dff00cc..e491e9a 100644
--- a/defaut/Chasseur.lua
+++ b/defaut/Chasseur.lua
@@ -14,6 +14,7 @@ Define(HUNTERSMARK 53338)
 Define(BLACKARROW 3674)
 Define(LOCKANDLOAD 56453)
 Define(TALENTEXPLOSIVESHOT 2145)
+Define(CHIMERASHOT 53209)

 AddCheckBox(multi SpellName(MULTISHOT))

@@ -23,6 +24,7 @@ AddIcon
 	if TargetDebuffExpires(BLACKARROW 0 mine=1) Spell(BLACKARROW)
 	if TargetDebuffExpires(SERPENTSTING 0 mine=1) Spell(SERPENTSTING)
 	if TargetDebuffExpires(EXPLOSIVESHOT 0 mine=1) Spell(EXPLOSIVESHOT)
+	if TargetDebuffPresent(SERPENTSTING) Spell(CHIMERASHOT)
 	Spell(AIMEDSHOT)
 	if CheckBoxOn(multi) Spell(MULTISHOT)
 	unless TalentPoints(TALENTEXPLOSIVESHOT more 0) Spell(ARCANESHOT)