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

How can i stop it repeat casting?

Kungen

Member
Joined
Aug 8, 2012
Messages
244
Reaction score
0
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.:confused:
 
Figured it out on my own...

Changing RepeatType="Craftable" to RepeatType="Specific" made it work correctly and cast each one to the Repeat="" that was set.

Cheers,
Kungen.
 
try research more before posting a new thread next time, saves some bandwidth for HB instead of making 10 new threads per day
 
try research more before posting a new thread next time, saves some bandwidth for HB instead of making 10 new threads per day

At least i am finding the answers and replying them to the threads.

your wasting bandwidth complaining.
 
Back
Top