Oki.. im using Party Bot together with my controlled character.. and im trying to figure out how i can totally disable the utterly lame "Oh.. a vendor!!! RUUUUUN" behaviour that seems "default" 
My log lists:
And it just loops endlessly with that.
I have to stop the bot, run out of range of any vendor (Manati was just a test), but if i come into range of any vendor, it will just drop ANYTHING, and head for the vendor.
I have tried to write a profile that basically does nothing:
As you see i have tried the same with the "FlightPath" aswell, as it has the same behavior there.. Run to any known or unknown flightpath and tries to learn it. I want to disable that aswell, but i probably dont do it right 
Any pointers? Simple profile to totally disable any vendor/mail/repair behaviour..
PS. I also set "Drink amount" and "Food amount" to 0 under "Settings & tools"

My log lists:
Code:
[20:31:42.540 D] Selling items
[20:31:42.540 D] Activity: Selling Items
[20:31:58.595 D] Cannot mail because there is no mail recipient
[20:31:58.595 D] Clearing POI - Reason Done selling/repairing
[20:31:58.646 D] Changed POI to: Type: Sell, Name: Manati
[20:31:59.184 D] Interacting with Manati (Unit Id: 78938)
I have to stop the bot, run out of range of any vendor (Manati was just a test), but if i come into range of any vendor, it will just drop ANYTHING, and head for the vendor.
I have tried to write a profile that basically does nothing:
Code:
<HBProfile>
<Name>Default slackerprofile</Name>
<MinDurability>-1</MinDurability>
<MinFreeBagSlots>-1</MinFreeBagSlots>
<MinLevel>99</MinLevel>
<MaxLevel>101</MaxLevel>
<MailGrey>false</MailGrey>
<MailWhite>false</MailWhite>
<MailGreen>false</MailGreen>
<MailBlue>false</MailBlue>
<MailPurple>false</MailPurple>
<SellGrey>false</SellGrey>
<SellWhite>false</SellWhite>
<SellGreen>false</SellGreen>
<SellBlue>false</SellBlue>
<SellPurple>false</SellPurple>
<QuestOrder>
<DisableBehavior Name="Vendor" />
<DisableBehavior Name="FlightPath" />
</QuestOrder>
<Vendors>
</Vendors>
<Mailboxes>
</Mailboxes>
<Blackspots>
</Blackspots>
</HBProfile>

Any pointers? Simple profile to totally disable any vendor/mail/repair behaviour..
PS. I also set "Drink amount" and "Food amount" to 0 under "Settings & tools"