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

[Request] Botany Profile

rainio

New Member
Joined
Aug 11, 2014
Messages
17
Reaction score
0
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!
 

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.
 
Back
Top