Hey, Currently This fired in my profile it works but I want it to cast each action only once and then repeat if there are more mats available. but at the moment it just casts the first line over and over.
any ideas?
<SubRoutine SubRoutineName="CraftGems">
<!--Cutting All Rare Quality Gems-->
<!--Red Gems-->
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107706" CastOnItem="False" ItemType="Chest" ItemId="0" />
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107705" CastOnItem="False" ItemType="Chest" ItemId="0" />
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107707" CastOnItem="False" ItemType="Chest" ItemId="0" />
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107708" CastOnItem="False" ItemType="Chest" ItemId="0" />
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107709" CastOnItem="False" ItemType="Chest" ItemId="0" />
</SubRoutine>
Thanks Kungen.
any ideas?
<SubRoutine SubRoutineName="CraftGems">
<!--Cutting All Rare Quality Gems-->
<!--Red Gems-->
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107706" CastOnItem="False" ItemType="Chest" ItemId="0" />
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107705" CastOnItem="False" ItemType="Chest" ItemId="0" />
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107707" CastOnItem="False" ItemType="Chest" ItemId="0" />
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107708" CastOnItem="False" ItemType="Chest" ItemId="0" />
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="107709" CastOnItem="False" ItemType="Chest" ItemId="0" />
</SubRoutine>
Thanks Kungen.
