Hi,
i made a simple grinding profile with vendors to repair and sell, but the bot would loot till he is full and never goes back to repair OR sell, is something wrong with my profile code?
also, will this code mail the protected item instead of selling it? thanks in advance
i made a simple grinding profile with vendors to repair and sell, but the bot would loot till he is full and never goes back to repair OR sell, is something wrong with my profile code?
also, will this code mail the protected item instead of selling it? thanks in advance
Code:
<HBProfile>
<Name>Alliance Northrend</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>
<ProtectedItems>
<Item>33470</Item>
</ProtectedItems>
<SubProfile>
<Name>Bloodspore Plain</Name>
<MinLevel>73</MinLevel>
<MaxLevel>78</MaxLevel>
<Factions>1990 2069 1771</Factions>
<Vendors>
<Vendor Name="Aidan Steeleye" Entry="28800" Type="Ammo" X="5499.77" Y="-2651.866" Z="303.9545" />
</Vendors>
<Mailboxes>
<Mailbox X="2260.844" Y="5197.28" Z="11.35081" />
</Mailboxes>
<Hotspots>
<Hotspot X="5662.309" Y="-3473.933" Z="362.8011" />
<Hotspot X="5647.372" Y="-3515.802" Z="362.4409" />
<Hotspot X="5603.172" Y="-3544.925" Z="353.887" />
<Hotspot X="5574.649" Y="-3576.668" Z="361.9613" />
<Hotspot X="5496.641" Y="-3506.297" Z="361.992" />
<Hotspot X="5506.035" Y="-3445.93" Z="350.328" />
<Hotspot X="5530.981" Y="-3393.863" Z="350.3282" />
<Hotspot X="5552.401" Y="-3327.052" Z="367.1844" />
<Hotspot X="5467.574" Y="-3404.932" Z="365.0854" />
<Hotspot X="5393.745" Y="-3528.9" Z="366.4988" />
<Hotspot X="5477.673" Y="-3601.735" Z="363.9392" />
</Hotspots>
</SubProfile>
</HBProfile>