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

Anyone have a Botany for cinnamon?

iisoloii

Member
Joined
Sep 2, 2014
Messages
64
Reaction score
0
Lookingo for a profile for cinnamon farming anyone know a good one? for order bot i find the gathering bot t have way to many bugs.
 
you can buy cinnamon from a city vendor for pretty cheap, so there isn't much of a need to farm it. Just to let you know :)
 
here is one I did, you could expand the range and remove the need for two hotspots.. but this works for me when farming HQ for spicy tomato relish.

Code:
<Profile>
   <Name>Cinnamon - Botany5</Name>
   <KillRadius>50</KillRadius>
   <Order>
      <Gather while="True">
         <GatherObject>Mature Tree</GatherObject>
         <HotSpots>
            <Hotspot Radius="80" X="209.504" Y="-29.84575" Z="315.8017" />
            <Hotspot Radius="80" X="261.0076" Y="-19.2355" Z="292.3871" />
         </HotSpots>
         <ItemNames>
            <ItemName>Cinnamon</ItemName>
         </ItemNames>
         <GatheringSkillOrder>
            <GatheringSkill SpellName="Leaf Turn II" TimesToCast="1" />
         </GatheringSkillOrder>
      </Gather>
   </Order>
</Profile>
 
Back
Top