<If Condition="Me.KnowsSpell(61425) || Me.KnowsSpell(61447) || Me.KnowsSpell(122708)" >
<CustomBehavior File="WaitTimer" WaitTime="750" />
<CustomBehavior File="RunMacro" Macro="/cast Тундровый мамонт путешественника\n/cast Traveler's Tundra Mammoth\n/cast Tundramammut des Reisenden\n/cast Großes Expeditionsyak\n/cast Большой як для путешествий\n/cast Grand Expedition Yak" />
<CustomBehavior File="WaitTimer" WaitTime="2000" />
<If Condition="Me.HasAura(61425)" >
<CustomBehavior File="InteractWith" MobId="32639" />
<ElseIf Condition="Me.HasAura(61447)" >
<CustomBehavior File="InteractWith" MobId="32641" />
</ElseIf>
<ElseIf Condition="Me.HasAura(122708)" >
<CustomBehavior File="InteractWith" MobId="62822" />
</ElseIf>
</If>
<CustomBehavior File="Misc\RunLUA" Lua="
MerchantRepairAllButton:Click()
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if (n and strfind(n, "ff9d9d9d"

or n and strfind(n, "ffffffff"

or n and strfind(n, "ff1eff00"

or n and strfind(n, "ff0070dd"

) then
print("|cFF3399FF[Azyul]|r: Selling "..n)UseContainerItem(b,s)
end
end
end" />
<CustomBehavior File="WaitTimer" WaitTime="5500" />
<Else>
<CustomBehavior File="Misc\RunLUA" Lua="print("|cFF3399FF[Azyul]|r: Vendor mount wasn't detected, continuing run."" />
<CustomBehavior File="Message" Text="Vendor mount not detected." LogColor="Orange" />
</Else>
</If>
so its the 5500 one, change to 8500? Thank you again ;D