• Visit Rebornbuddy
  • [Request] Botany Profile

    Discussion in 'Archives' started by rainio, Aug 21, 2014.

    1. rainio

      rainio New Member

      Joined:
      Aug 11, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Hello! I've been trying to make one myself but I still can't quite get the hang of creating gathering profiles, so I would like to request a Botany gathering profile for Millioncorn in Eastern Thanalan - Camp Drybone, 14, 21. Thanks!
       
    2. rainio

      rainio New Member

      Joined:
      Aug 11, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Anyone? :)
       
    3. wonder1995

      wonder1995 New Member

      Joined:
      Aug 7, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      1
      Make sure to use ORDERBOT
      Code:
      <Profile>
         <Name>Millioncorn-Camp Drybone</Name>
         <KillRadius>50</KillRadius>
         <Order>
         
      	<If Condition="not IsOnMap(145)">
      		<TeleportTo Name="Camp Drybone" AetheryteId="18" />
      	</If>
      		
            <Gather while="True">
               <GatherObject>Lush Vegetation Patch</GatherObject>
               <HotSpots>
            		<Hotspot Radius="125" X="-342.6898" Y="-34.84774" Z="7.891696"  />
      			
               </HotSpots>
               
               <ItemNames>
                     <ItemName>Millioncorn</ItemName>
               </ItemNames>
      		 <GatheringSkillOrder>
      			<GatheringSkill SpellName="Field Mastery II" TimesToCast="1" /> 
      		 </GatheringSkillOrder>
            </Gather>
         </Order>
      </Profile>
      
      
      Save that to an XML. You can change the skill it casts by Changing the field mastery. It will teleport you to Camp Drybone if you aren't in that location.
       
    4. rainio

      rainio New Member

      Joined:
      Aug 11, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Thank you very much
       

    Share This Page