• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Fishing and Cooking Profile help

    Discussion in 'Requests & Discussion' started by KBK2006, Feb 15, 2015.

    1. KBK2006

      KBK2006 Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      171
      Likes Received:
      15
      Trophy Points:
      0
      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: Feb 16, 2015

    Share This Page