can someone plz tell me how to run questing bot? theres not a drop down for questing anymore..
Still haveing DC problems when i am doing pet battles...
View attachment 169621
<SubRoutine SubRoutineName="Craft">
<If Condition="IsIgnotesEnough()" IgnoreCanRun="False">
<Custom Code="MyLog("We have {0} ignots to craft.",GetTotalItemsCount(ignotList));" />
<StackItems />
<CallSubRoutine SubRoutineName="MoveTo Craft" />
<While PulseSecondaryBot="True" Condition="Me.FreeNormalBagSlots > 0 && HasMats(137786) " IgnoreCanRun="False">
<CastSpell RepeatType="Craftable" Repeat="1" Entry="137786" CastOnItem="False" ItemType="Chest" ItemId="0" />
</While>
</If>
</SubRoutine>