<!-- Open vendor menu -->
<CustomBehavior File="InteractWith" MobId="28855" ObjectType="Npc" Range="1" X="5769.661" Y="-3572.947" Z="387.2385" />
<!-- Vendor all frostweave -->
<CustomBehavior File="Misc\RunLUA" Lua="
for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot);
if name and string.find(name,"33470") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name); UseContainerItem(bag,slot)
end;
end;
end " />
<!-- The code below is the default "sell" code all profiles use -->
<SetVendor>
<Vendors>
<Vendor Name="Ba'kari" Entry="28855" Type="Repair" X="5769.661" Y="-3572.947" Z="387.2385" />
</Vendors>
</SetVendor>
<CustomBehavior File="ForceSetVendor" DoMail="False" DoSell="True" DoRepair="True" DoTrain="False" />
<CustomBehavior File="WaitTimer" WaitTime="1000" />
<ClearVendor />