Is anyone else having issues gathering this using <ItemName>?
I have also tried naming variations just to check 'Grade 1 LaNoscean Topsoil' and 'Grade 1 La-Noscean Topsoil'.
This is my setup for earth crystal/shard farming and i would like to grab soil when it pops as well, but it will not grab it.
I am sure my spelling is correct, and it is exactly how it appears on the node. I have the other two grade 1 topsoil working just great.
Code:
<Profile>
<Name>Earth Crystals/Shards</Name>
<Order>
<If Condition="not IsOnMap(135)">
<TeleportTo Name="Moraby Drydocks" AetheryteId="10" />
</If>
<Gather while="True">
<GatherObject>Rocky Outcrop</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="273.8181, 74.31756, -292.2603" />
</HotSpots>
<ItemNames>
<ItemName>Grade 1 La Noscean Topsoil</ItemName>
<ItemName>Earth Crystal</ItemName>
<ItemName>Earth Shard</ItemName>
</ItemNames>
<GatheringSkillOrder>
<GatheringSkill SpellName="Nophica's Ward" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
</Order>
</Profile>
I have also tried naming variations just to check 'Grade 1 LaNoscean Topsoil' and 'Grade 1 La-Noscean Topsoil'.
This is my setup for earth crystal/shard farming and i would like to grab soil when it pops as well, but it will not grab it.
I am sure my spelling is correct, and it is exactly how it appears on the node. I have the other two grade 1 topsoil working just great.
Code:
<Profile>
<Name>Wind Crystals/Shards</Name>
<Order>
<If Condition="not IsOnMap(152)">
<TeleportTo Name="The Hawthorne Hut" AetheryteId="4" />
</If>
<Gather while="True">
<GatherObject>Rocky Outcrop</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="-57.55798, -10.11146, 288.4624" />
</HotSpots>
<ItemNames>
<ItemName>Grade 1 Shroud Topsoil</ItemName>
<ItemName>Wind Crystal</ItemName>
<ItemName>Wind Shard</ItemName>
</ItemNames>
<GatheringSkillOrder>
<GatheringSkill SpellName="Llymlaen's Ward" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
</Order>
</Profile>
Code:
<Profile>
<Name>Fire Crystals/Shards</Name>
<Order>
<If Condition="not IsOnMap(145)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />
</If>
<Gather while="True">
<GatherObject>Rocky Outcrop</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="140.7642, 7.528731, -98.47753" />
</HotSpots>
<ItemNames>
<ItemName>Grade 1 Thanalan Topsoil</ItemName>
<ItemName>Fire Crystal</ItemName>
<ItemName>Fire Shard</ItemName>
</ItemNames>
<GatheringSkillOrder>
<GatheringSkill SpellName="Nald'thal's Ward" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
</Order>
</Profile>