Soulbreaker
New Member
- Joined
- Mar 15, 2013
- Messages
- 9
Just would like to know if someone could add the code correctly so my grind profile will mount to vendor/repair(Vendoring handled by plugin, just need it to mount up and open vendor) or just a quick rundown on how to do it myself if that would be as quick or easier
Picked up this code from searching other threads. Dont know how to fit it in correctly, or if its even able via grind bot(instead of questing)
<HBProfile>
<GrindArea>
<Name> Naga grind</Name>
<TargetMinLevel>1</TargetMinLevel>
<TargetMaxLevel>90</TargetMaxLevel>
<Factions>2242</Factions>
<LootRadius>15</LootRadius>
<MaxDistance>15</MaxDistance>
<MaximumHotspotTime>20000</MaximumHotspotTime>
<RandomizeHotspots>True</RandomizeHotspots>
<Hotspots>
<Hotspot X="-5166.09" Y="3968.255" Z="-14.3028" />
<Hotspot X="-5172.655" Y="3979.529" Z="-13.84471" />
<Hotspot X="-5199.354" Y="3976.835" Z="-14.19638" />
</Hotspots>
<Blackspots>
<Blackspot X="-5169.588" Y="3993.819" Z="-21.38504" Radius="4.424018" />
<Blackspot X="-5183.971" Y="3993.869" Z="-20.71794" Radius="16.48693" />
</Blackspots>
</GrindArea>
</HBProfile>
Picked up this code from searching other threads. Dont know how to fit it in correctly, or if its even able via grind bot(instead of questing)
<Vendors>
<Vendor Name="Drix Blackwrench" Entry="32641" Type="Repair" /><!-- Traveler's Tundra Mammoth Repair -->
</Vendors>
...
...
<GrindTo Condition="(Me.FreeBagSlots <= 22) || (Me.LowestDurabilityPercent < 0.70)" GoalText="Farming some Leathers!" />
<If Condition="(Me.FreeBagSlots <= 22)" >
<CustomBehavior File="Message" Text="Time to sell some crap! We will repair also while we are mounted. " LogColor="Green" />
<CustomBehavior File="ForcedMount" />
<CustomBehavior File="WaitTimer" WaitTime="5000" /> <!-- 5 sec., increase or decrease as necessary, until vendor is visible -->
<CustomBehavior File="ForceSetVendor" DoSell="true" DoRepair="true" />
</If>