So i want to fly to mail and vendor instead of ground mount.
I have this code from another QUESTING profile
The issue here is that i wanna use grind bot instead of questing bot. how is it possible to integrate this code into the grind bot?
ty
I have this code from another QUESTING profile
Code:
<If Condition="(Me.FreeBagSlots < 10) || (Me.LowestDurabilityPercent < 0.3)">
<CustomBehavior File="Message" Text="Bags are Full or I'm Broken - Moving to Mail Items" LogColor="Green" />
<!--Do Mail First, The mail box is closer to the grind area-->
<CustomBehavior File="Message" Text="Going to MailBox" LogColor="Green" />
<CustomBehavior File="FlyTo" DestName="MailBox" X="723.1437" Y="1580.464" Z="375.9635" />
<CustomBehavior File="ForcedDismount" />
<SetMailbox>
<Mailboxes>
<Mailbox X="720.8524" Y="1578.852" Z="376.0925" />
</Mailboxes>
</SetMailbox>
<CustomBehavior File="ForceSetVendor" DoMail="True" DoRepair="False" DoSell="False" DoTrain="False" />
<!-- Fly to Sell and Repair -->
<CustomBehavior File="Message" Text="Going to Vendor" LogColor="Green" />
<CustomBehavior File="FlyTo" DestName="Reapir/Sell" X="1228.97" Y="602.7587" Z="393.6359" />
<SetVendor>
<Vendors>
<Vendor Name="Jaluu the Generous" Entry="59908" Type="Repair" X="1228.97" Y="602.7587" Z="393.6359" />
</Vendors>
</SetVendor>
<CustomBehavior File="ForceSetVendor" DoMail="True" DoRepair="True" DoSell="True" DoTrain="False" />
</If>
The issue here is that i wanna use grind bot instead of questing bot. how is it possible to integrate this code into the grind bot?
ty