kagepande
Community Developer
- Joined
- Oct 20, 2014
- Messages
- 289
Hey guys, still pretty new to all of this so between looking at other peoples profiles, looking at the documentation I started making a simple profile to go and gather the items need for the level 1-50 miner quest. So far I have:
I got the item ID for Obsidian off of XIVDB and all that, so my first question is:
Is there a way to check for a item like I did with Obsidan but to check if it is High Quality?
Second question is first time I ran my profile, I hit 99 Obsidian, then when the node finished my game crashed.
View attachment 7000 2014-11-24 09.52.txt
EDIT: Tried running it again, and game froze as soon as it hit 99 and finished the node.
Code:
<Profile>
<Name>Mining: Class Quest Items</Name>
<KillRadius>50</KillRadius>
<Order>
<While Condition="True">
<If Condition="(ItemCount(5124) < 99)">
<TeleportTo Name="Horizon" AetheryteId="17" />
<Gather while ="(ItemCount(5124) < 99)">
<GatherObject>Mineral Deposit</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="44.84496,57.39461,354.8458" />
</HotSpots>
<ItemNames>
<ItemName>Obsidian</ItemName>
</ItemNames>
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
</If>
</While>
</Order>
</Profile>
I got the item ID for Obsidian off of XIVDB and all that, so my first question is:
Is there a way to check for a item like I did with Obsidan but to check if it is High Quality?
Second question is first time I ran my profile, I hit 99 Obsidian, then when the node finished my game crashed.
View attachment 7000 2014-11-24 09.52.txt
EDIT: Tried running it again, and game froze as soon as it hit 99 and finished the node.
Last edited: