• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Winterfin Clam Collecting

    Discussion in 'Farming' started by Kamilche, Jan 18, 2012.

    1. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      This 'questing' profile collects Winterfin Clams. Be sure and load it as questing instead of grind, because questing is the only way to collect items.

      A couple of notes:

      1. It will both pick up clams off the beach, and fight mobs it encounters for clams.
      2. Use a potion of water breathing - this dives into the water frequently to grab clams.
      3. It's OK if you've already completed the quest - the profile will collect clams regardless of the quest status. If you'll notice, there's no quest ID mentioned anywhere in the profile, though it's a questing profile!
      4. No amount of 'blackspots' or setting the loot radius or anything, affects how far it looks for clams. It will go up to 45 units away to look for the next clam, even if it's already outside the hotspot 'grind area'.

      Even though there are only 4 hotspots, which are 45 units away from the shoreline, HonorBuddy will dive under water, check the ocean floor, enter the cave, navigate to the end of the cave, even go to the OTHER SIDE OF THE WATER, looking for clams. It appears it's checking 45 units from 'the last collection spot,' not the last hotspot - so as long as there is another clam within 45 units, it WILL go over there and grab it. There's no control over this - it's awful, and fascinating to watch, at the same time.

      Don't run it for more than the length of your underwater breathing potion - it WILL drown, even using the 'anti-drown' plugin. And don't go AFK for more than 10 minutes at a time, navigation errors will sometimes cause it to stand there and take a beating without fighting back, while spewing ' Could not generate a path to' errors.

      This is mainly handy if you're farming winterfin clams, and can keep half an eye on it.


      Code:
      <HBProfile>
      <Name>Winterfin Clams</Name>
      
      <MinLevel>1</MinLevel>
      <MaxLevel>86</MaxLevel>
      <Factions>99999</Factions>
      
      <QuestOrder>
      <CustomBehavior File="CollectThings"
      	ObjectId="187367"
      	CollectUntil="RequiredCountReached"
      	CollectItemCount="1000"
      	CollectItemId="34597" >
      </CustomBehavior>
      </QuestOrder>
      
      <GrindArea>
      	<TargetMinLevel>1</TargetMinLevel>
      	<TargetMaxLevel>86</TargetMaxLevel>
      	<Hotspots>
      		<Hotspot X="4165.782" Y="6235.604" Z="23.16519"/>
      		<Hotspot X="4245.095" Y="6274.598" Z="1.614166"/>
      		<Hotspot X="4260.576" Y="6379.697" Z="0.5658604"/>
      		<Hotspot X="4175.459" Y="6302.25" Z="17.77343"/>
      	</Hotspots>
      </GrindArea>
      </HBProfile>
      
       
    2. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Here's one for Giant Clams at The Vile Reef in Northern Stranglethorn, which give Giant Clam Meat and Blue Pearls. It's even less reliable than the other one - it keeps getting stuck on underwater rocks, but at least it points you in the direction of the next closest clam. This is handy because they're underwater, and DON'T SPARKLE! :confused:

      Code:
      <HBProfile>
      <Name>Giant Clams</Name>
      
      <MinLevel>1</MinLevel>
      <MaxLevel>86</MaxLevel>
      <Factions>99999</Factions>
      
      <QuestOrder>
      <CustomBehavior File="CollectThings"
      	ObjectId="2744"
      	CollectUntil="RequiredCountReached"
      	CollectItemCount="100"
      	CollectItemId="4655" >
      </CustomBehavior>
      </QuestOrder>
      
      <GrindArea>
      	<TargetMinLevel>1</TargetMinLevel>
      	<TargetMaxLevel>86</TargetMaxLevel>
      	<Hotspots>
      		<Hotspot X="-12119.31" Y="547.0438" Z="-1.681356" />
      		<Hotspot X="-12294.36" Y="404.8923" Z="-1.681356" />
      		<Hotspot X="-12481.77" Y="559.3829" Z="-1.681356" />
      		<Hotspot X="-12327.51" Y="720.2307" Z="-1.681356" />
      	</Hotspots>
      </GrindArea>
      </HBProfile>
      
       
      Last edited: Jun 9, 2012

    Share This Page