So I'm trying to fix the goblin 1-12 profile from kick's. One of the problems is, as a Mage, you get a quest at level 2 or 3 called Frost Nova that says to use Frost Nova on the training dummy. Well, in Cata this quest used to be called Arcane Missiles. This spell is no longer available for everyone at level 2 so it was changed, but the bot wasn't. I think the spell ID for Frost Nova is 122 but I'm not sure. I also changed the name. Does this look right to you guys? Thanks for any help with this. Here's the actual quest: Frost Nova - Quest - World of Warcraft I also adjusted the range but I'm not sure if it's right. I'm also not sure what Spell ID 5143 is but I left it there.
<If Condition="Me.Class ==WoWClass.Mage">
<If Condition="((!HasQuest(14008)) && (!IsQuestCompleted(14008)))" >
<PickUp QuestName="Frost Nova" QuestId="14008" GiverName="Fizz Lighter" GiverId="34689"/>
<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Using item {TimeRemaining}" />
<CustomBehavior File="ForceSetVendor" QuestId="14008" DoSell="True" />
<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Using item {TimeRemaining}" />
<CustomBehavior File="ForceSetVendor" QuestId="14008" DoTrain="True" />
<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Using item {TimeRemaining}" />
</If>
<While Condition="((HasQuest(14008)) && (!IsQuestCompleted(14008)))" >
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="5143" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="5143" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
</While>
<TurnIn QuestName="Frost Nova" QuestId="14008" TurnInName="Fizz Lighter" TurnInId="34689"/>
<If Condition="Me.Class ==WoWClass.Mage">
<If Condition="((!HasQuest(14008)) && (!IsQuestCompleted(14008)))" >
<PickUp QuestName="Frost Nova" QuestId="14008" GiverName="Fizz Lighter" GiverId="34689"/>
<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Using item {TimeRemaining}" />
<CustomBehavior File="ForceSetVendor" QuestId="14008" DoSell="True" />
<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Using item {TimeRemaining}" />
<CustomBehavior File="ForceSetVendor" QuestId="14008" DoTrain="True" />
<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Using item {TimeRemaining}" />
</If>
<While Condition="((HasQuest(14008)) && (!IsQuestCompleted(14008)))" >
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="5143" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="122" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
<CustomBehavior File="CastSpellOn" QuestId="14008" SpellId="5143" MobId="48304" NumOfTimes="2" MinRange="2" Range="12" X="-8427.5" Y="1305.22" Z="102.3335"/>
</While>
<TurnIn QuestName="Frost Nova" QuestId="14008" TurnInName="Fizz Lighter" TurnInId="34689"/>