I'm making an QuestProfile that will make fishing and cooking alot easier. But cant make the bot check if I now the recipie. Grilled Saberfish - Spell - World of Warcraft I know that it can be done with ProfessionsBuddy profiles with HasRecipie and CanCraft. Is there anyway with QB? Have used HasSpell, but it looks like it isn't a spell Code: <If Condition="(HasSpell(161002)) && (GetItemCount(111595) <= 60)" > <CustomBehavior File="Message" Text="Go fish!" LogColor="DeepSkyBlue" /> <MoveTo X="5478.614" Y="4640.661" Z="135.1117" /> <CustomBehavior File="MrFishIt" X="5440.11" Y="4616.06" Z="133.8732" MoveToPool="False" CollectItemId="111595" /> </If>