What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Fishing and Cooking Profile help

KBK2006

Community Developer
Joined
Jan 15, 2010
Messages
171
Reaction score
15
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)) &amp;&amp; (GetItemCount(111595) &lt;= 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>
 
Last edited:
Back
Top