• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Professionbuddy] Pilgrim's Bounty Cooking 1-300

    Discussion in 'Holidays-Special Events' started by wulf, Nov 20, 2011.

    1. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      ===== THIS IS NOT A FULLY WORKING PROFILE - IT IS INTENDED AS A STARTING POINT FOR COMMUNITY DEVELOPMENT==================================

      Started working on a professionbuddy profile which will Level toon from 1-300 during Pilgrim's Bounty - World Event - World of Warcraft
      Unfortunately I suck hard at professionbuddy so I thought I would throw the start of the profile here so a keen member of the community could finish it.

      SUPPORTS: Horde & Alliance

      The Plan was as follows:-

      [+] Buy the Bountiful Cookbook.

      [+] Level 1 cooks can get the Spice Bread recipe at the cooking trainer located right next to the cooking fire at each city' Pilgrim's Bounty tables. do this.

      [+] Cook 70 Spice Bread. - you should finish at 40 Cooking Skill
      [+] Cook 10 Spice Bread Stuffing
      [+] TRAIN!
      [+] Cook 60 more Spice Bread Stuffing - you should finish at or slightly above 100 Cooking Skill
      [+] Cook 30 Pumpkin Pie
      [+] TRAIN!
      [+] Cook 40 more Pumpkin Pie - you should finish at or slightly above 160 Cooking Skill
      [+] Cook 50 Cranberry Chutney
      [+] TRAIN!
      [+] Cook 20 more Cranberry Chutney - you should finish at or slightly above 220 Cooking Skill
      [+] Cook 70 Candied Sweet Potatoes - you should be at or slightly above 280 Cooking Skill
      [+] TRAIN!
      [+] Cook 50 Slow-Roasted Turkey - you should be at or above 330 Cooking Skill.

      CREDITS: miceiken (for alliance support)


      ===== THIS IS NOT A FULLY WORKING PROFILE - IT IS INTENDED AS A STARTING POINT FOR COMMUNITY DEVELOPMENT==================================
       

      Attached Files:

      Last edited: Nov 20, 2011
    2. Ripperpt

      Ripperpt New Member

      Joined:
      Jan 12, 2011
      Messages:
      574
      Likes Received:
      4
      Trophy Points:
      0
      Realy nice m8, going test it.
      Just a question work for Horde and ally ?
       
    3. miceiken

      miceiken New Member

      Joined:
      Jan 15, 2010
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      It's Horde... I modified the NPC entries to work with Alliance, go to the Pilgrim's Bounty camp outside stormwind:
      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <Professionbuddy ChildrenCount="2">
      <While Condition="Cooking.MaxLevel == 0" IgnoreCanRun="False" ChildrenCount="1">
      	<TrainSkillAction NpcEntry="34710" X="1319.87" Y="-4414.031" Z="25.01573" />
      </While>
      <If Condition="Cooking.Level &lt; 270 &amp;&amp; !Me.NormalBagsFull" IgnoreCanRun="False" ChildrenCount="4">
      	<While Condition="Cooking.Level &lt; 40" IgnoreCanRun="False" ChildrenCount="2">	
      		<If Condition="CanCraft(37836)" IgnoreCanRun="True" ChildrenCount="1">
      			<CastSpellAction Entry="37836" Repeat="70" RepeatType="Craftable" CastOnItem="False" ItemId="0" ItemType="Chest" />
      		</If>
      		<If Condition="!CanCraft(37836)" IgnoreCanRun="True" ChildrenCount="2">
      			<BuyItemAction NpcEntry="34682" X="1322.224" Y="-4427.321" Z="25.11901" ItemID="30817" Count="70" BuyItemType="SpecificItem" BuyAdditively="True" />
      			<BuyItemAction NpcEntry="34682" X="1322.224" Y="-4427.321" Z="25.11901" ItemID="2678" Count="70" BuyItemType="SpecificItem" BuyAdditively="True" />
      		</If>
      	</While>
      	<While Condition="Cooking.Level &lt; 75" IgnoreCanRun="False" ChildrenCount="2">	
      		<If Condition="CanCraft(62050)" IgnoreCanRun="True" ChildrenCount="1">
      			<CastSpellAction Entry="62050" Repeat="10" RepeatType="Craftable" CastOnItem="False" ItemId="0" ItemType="Chest" />
      		</If>
      		<If Condition="!CanCraft(62050)" IgnoreCanRun="True" ChildrenCount="1">
      			<BuyItemAction NpcEntry="34682" X="1322.224" Y="-4427.321" Z="25.11901" ItemID="44835" Count="10" BuyItemType="SpecificItem" BuyAdditively="True" />
      		</If>
      	</While>
      	<While Condition="Cooking.MaxLevel == 75" IgnoreCanRun="False" ChildrenCount="1">
      		<TrainSkillAction NpcEntry="34710" X="1319.87" Y="-4414.031" Z="25.01573" />
      	</While>
      	<While Condition="Cooking.Level &gt;= 75  &amp;&amp; Cooking.Level &lt;= 115" IgnoreCanRun="False" ChildrenCount="2">	
      		<If Condition="CanCraft(62050)" IgnoreCanRun="True" ChildrenCount="1">
      			<CastSpellAction Entry="62050" Repeat="60" RepeatType="Craftable" CastOnItem="False" ItemId="0" ItemType="Chest" />
      		</If>
      		<If Condition="!CanCraft(62050)" IgnoreCanRun="True" ChildrenCount="1">
      			<BuyItemAction NpcEntry="34682" X="1322.224" Y="-4427.321" Z="25.11901" ItemID="44835" Count="60" BuyItemType="SpecificItem" BuyAdditively="True" />
      		</If>
      	</While>
      </If>
      </Professionbuddy>
      
      Also, remember to buy the Bountiful Cookbook, and learn the first recipe or else it will spambuy reagents for some reason.
       
      Last edited: Nov 20, 2011
    4. Skeptic

      Skeptic New Member

      Joined:
      Mar 3, 2010
      Messages:
      206
      Likes Received:
      0
      Trophy Points:
      0
      All this did was fill my bags with simple flour and mild spice and then went to a vendor and opens and closes that window. What am i doing wrong?
      I have the cookbook and the spice bread stuffing recipe learned already....
       
    5. Teveel

      Teveel Active Member

      Joined:
      Sep 5, 2011
      Messages:
      2,144
      Likes Received:
      8
      Trophy Points:
      38
      You gotta supply a log my man.
       
    6. icedragon

      icedragon New Member

      Joined:
      Aug 17, 2014
      Messages:
      147
      Likes Received:
      0
      Trophy Points:
      0
      Just kept buying herbs and not pumpkins at the cooking level 75 part. I just filled my bags with 4000 Autumnal herbs
       
    7. Dandrob

      Dandrob Active Member

      Joined:
      Sep 5, 2012
      Messages:
      1,765
      Likes Received:
      3
      Trophy Points:
      38
      worked today?
      or not up2date for the newest Hb version?
       
    8. andrewo350

      andrewo350 New Member

      Joined:
      Nov 22, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      worked perfectly for me today

      Edited: nevermind it worked fune until it had to make spice bread to make bread stuffing. once that happened it mounted flew back and forth and filled my bag with herbs.
       
      Last edited: Nov 23, 2015
    9. Dandrob

      Dandrob Active Member

      Joined:
      Sep 5, 2012
      Messages:
      1,765
      Likes Received:
      3
      Trophy Points:
      38
      dont worked for me !
      do this per hand


      http://eu.battle.net/wow/en/forum/topic/16824482776?page=1 Undercity bugged so no archiv no title today^^
       
    10. Automaton

      Automaton New Member

      Joined:
      Oct 30, 2015
      Messages:
      58
      Likes Received:
      2
      Trophy Points:
      0
      Hey, you never know someone could be looking for that exact function. That's the reason why I'm saving some of the really useless profiles I wrote while I was learning how.

      I'm pretty sure sometime in the future there will be some Hunter desperately in need of a profile where you open and close an NPC's dialogue box for an hour, vendor all your felblight and savage blood, then disengage off a cliff.
       

    Share This Page