Below I have listed a script I will be using to make a specific glyph. What do i need to change/add in here in order for it to make random glyphs(until out of resources to do so) from a list of glpyhs I provide?
I would rather have a bunch of randoms then 50 of 1 glyph if possible...
I would rather have a bunch of randoms then 50 of 1 glyph if possible...
Code:
<!-- Glyph of Colossus Smash -->
<CustomAction Code="Log("[ProfessionBuddy] Crafting Glyph of Colossus.");" />
<While Condition="InbagCount(61978) > 3" IgnoreCanRun="True">
<If Condition="Me.FreeBagSlots == 0" IgnoreCanRun="True">
<CallSubRoutine SubRoutineName="SendMail" />
</If>
<CallSubRoutine SubRoutineName="BuyCommonParchment" />
<CastSpellAction RepeatType="Specific" Repeat="1" Entry="89815" CastOnItem="False" ItemType="Chest" ItemId="0" />
</While>