From 2da7ab7f3ca3794a7f1c68d6ab267552df47220f Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Sat, 6 Jun 2009 15:27:36 +0000 Subject: [PATCH] - syntax error in hunter script git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@61 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Chasseur.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.9.5