﻿<?xml version="1.0" encoding="utf-16"?>
<EasyQuestProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <QuestsSorted>
    <QuestsSorted Action="While" NameClass="!robotManager.Helpful.Var.GetVar&lt;bool&gt;(&quot;Training spell warrior at Llane Beshere done&quot;)" />
    <QuestsSorted Action="RunCode" NameClass="if (ObjectManager.Me.WowClass == WoWClass.Warrior)&#xD;&#xA;            {&#xD;&#xA;                var npcTrainer = new wManager.Wow.Class.Npc&#xD;&#xA;                {&#xD;&#xA;                    ContinentId = (wManager.Wow.Enums.ContinentId)wManager.Wow.Helpers.Usefuls.ContinentId,&#xD;&#xA;                    Entry = 911,&#xD;&#xA;                    Name = &quot;Llane Beshere&quot;,&#xD;&#xA;                    Type = Npc.NpcType.WarriorTrainer,&#xD;&#xA;                    Position = new robotManager.Helpful.Vector3(-8918.36f, -208.411f, 82.12568f),&#xD;&#xA;                    CanFlyTo = true,&#xD;&#xA;                };&#xD;&#xA;                if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWith(npcTrainer))&#xD;&#xA;                {&#xD;&#xA;&#xD;&#xA;                    Thread.Sleep(3000 + Usefuls.Latency);&#xD;&#xA;                    //Trainer.TrainingSpell();&#xD;&#xA;                    wManager.Wow.Helpers.Lua.LuaDoString(&quot;LoadAddOn'Blizzard_TrainerUI' f=ClassTrainerTrainButton f.e = 0 if f:GetScript'OnUpdate' then f:SetScript('OnUpdate', nil)else f:SetScript('OnUpdate', function(f,e) f.e=f.e+e if f.e&gt;.01 then f.e=0 f:Click() end end)end&quot;);&#xD;&#xA;                    Thread.Sleep(4000 + Usefuls.Latency);&#xD;&#xA;                    SpellManager.UpdateSpellBook();&#xD;&#xA;                    robotManager.Helpful.Var.SetVar(&quot;Training spell warrior at Llane Beshere done&quot;, true);&#xD;&#xA;                }&#xD;&#xA;            }&#xD;&#xA;            else&#xD;&#xA;            {&#xD;&#xA;                // no warrior&#xD;&#xA;                robotManager.Helpful.Var.SetVar(&quot;Training spell warrior at Llane Beshere done&quot;, true);&#xD;&#xA;            }" />
    <QuestsSorted Action="EndWhile" NameClass="" />
    <QuestsSorted Action="MessageBox" NameClass="Is Done :)" />
  </QuestsSorted>
  <NpcQuest />
  <Npc />
  <Blackspots />
  <BlackGuids />
  <EasyQuests />
</EasyQuestProfile>