Quantcast

- syntax error in hunter script

Sidoine De Wispelaere [06-06-09 - 15:27]
- syntax error in hunter script

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@61 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
defaut/Chasseur.lua
diff --git a/defaut/Chasseur.lua b/defaut/Chasseur.lua
index 6c3ba69..1f83954 100644
--- a/defaut/Chasseur.lua
+++ b/defaut/Chasseur.lua
@@ -20,15 +20,15 @@ AddCheckBox(multi SpellName(MULTISHOT))
 AddIcon
 {
 	if TargetDebuffExpires(HUNTERSMARK 0) Spell(HUNTERSMARK)
-	if TargetDebuffExpires(BLACKARROW 0 isMine=1) Spell(BLACKARROW)
-	if TargetDebuffExpires(SERPENTSTING 0 isMine=1) Spell(SERPENTSTING)
-	if TargetDebuffExpires(EXPLOSIVESHOT 0 isMine=1) Spell(EXPLOSIVESHOT)
+	if TargetDebuffExpires(BLACKARROW 0 mine=1) Spell(BLACKARROW)
+	if TargetDebuffExpires(SERPENTSTING 0 mine=1) Spell(SERPENTSTING)
+	if TargetDebuffExpires(EXPLOSIVESHOT 0 mine=1) Spell(EXPLOSIVESHOT)
 	Spell(AIMEDSHOT)
 	if CheckBoxOn(multi) Spell(MULTISHOT)
 	unless TalentPoints(TALENTEXPLOSIVESHOT more 0) Spell(ARCANESHOT)
 	if TargetLifePercent(less 20) Spell(KILLSHOT)
 	if TargetDebuffExpires(HUNTERSMARK 2) Spell(HUNTERSMARK)
-	unless TargetDebuffPresent(EXPLOSIVESHOT isMine=1) and {2s before Spell(EXPLOSIVESHOT)} Spell(STEADYSHOT)
+	unless TargetDebuffPresent(EXPLOSIVESHOT mine=1) and {2s before Spell(EXPLOSIVESHOT)} Spell(STEADYSHOT)
 }

 AddIcon