wonder1995
New Member
- Joined
- Aug 7, 2014
- Messages
- 12
- Reaction score
- 0
I tried to make a orderbot Botany IceCrystal profile. Though it won't harvest. Even when I attempt to use <slot>xxx</slot>
I am wondering if anyone else can help me out, thanks.
I am wondering if anyone else can help me out, thanks.
Code:
<Profile>
<Name>Botany - IceCrystals</Name>
<KillRadius>50</KillRadius>
<Order>
<If Condition="not IsOnMap(153)">
<TeleportTo Name="Quarrymill" AetheryteId="5" />
</If>
<Gather>
<GatherObject>Mature Tree</GatherObject>
<HotSpots>
<HotSpot Radius="120" XYZ="-179.0245, 8.086854, -10.27955" />
</HotSpots>
<ItemNames>
<ItemName>Ice Crystal</ItemName>
<ItemName>Ice Shard</ItemName>
</ItemNames>
</Gather>
</Order>
</Profile>