What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Selling to a vendor/your travelling mammoth

Dannos

New Member
Joined
Nov 9, 2014
Messages
123
Reaction score
0
Hey guys, I am wondering, I was grinding sump fur, and the bot stopped because my bags were full.

How do I get the bot to sell my green items as well as the grey items? I have tried to have a look, but I was unable to find how to do it.

If anyone could post a guide, or link me that'd be awesome!
 
I'm guessing you're using grind bot?

If so, you need to specify a vendor in your profile for which the bot can use for vendoring..

for example Provisioner Hanfa from the alliance garrison is like this (you get this info under develop ment tools button of your bot)

PHP:
<Vendors>
	<Vendor Name="Provisioner Hanfa" Entry="81346" Type="Repair" X="1846.974" Y="237.941" Z="76.64002" />
</Vendors>

for what you want it to sell

PHP:
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<SellBlue>false</SellBlue>
<SellPurple>false</SellPurple>
 
I'm unsure how to code lol, or where to put it or anything .. I am pretty noob.
 
I'm unsure how to code lol, or where to put it or anything .. I am pretty noob.

upload the profile here i can help after i get back from the movies tonight unless someone helps else does it before me :confused:
 

View attachment [Alliance Vendor] Sumptuous Fur - Gorgrond Grind profile.xml
View attachment Sumptuous Fur - Gorgrond Grind profile.xml

Here the fixed version's, if you are Alliance make sure your using the "[Alliance Vendor] Sumptuous Fur - Gorgrond Grind profile". If Horde use, "Sumptuous Fur - Gorgrond Grind profile", although I doubt it will vendor properly as the profile creator has no set vendor for the neutral profile.
 
Last edited:
So, The horde one WILL use my mammoth and sell the green and grey items when the bags are full?
 
I get an error;

XML Error: Unknown tag "If" (Input: "<If Condition="(Me.FreeBagSlots &lt; 1) || (Me.LowestDurabilityPercent &lt; 0.3)">
<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" NumOfTimes="10" WaitTime="2000" Lua=" if MerchantFrame:IsVisible()==true then if buffer==nil or buffer&gt;4 then buffer=0 end MerchantRepairAllButton:Click() if buffer&lt;5 then for s=1,GetContainerNumSlots(buffer) do local n=GetContainerItemLink(buffer,s) if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;)) and n and not n:find(&quot;33470&quot;) then UseContainerItem(buffer,s) end end buffer=buffer+1 end end" />
<Else>
<CustomBehavior File="Misc\RunLua" Lua="print(&quot;|cFF3399FF[Azyul]|r: Vendor mount wasn't detected, continuing run.&quot;)" />
<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Vendor mount not detected.&quot;);" />
</Else>
</If>
</If>") in "HBProfile"! - On line 27
 
From the 2nd version, I have this.

XML Error: Unknown tag "CustomBehavior" (Input: "<CustomBehavior File="Hooks\DoWhen" ActivityName="CustomVendorHook" AllowUseWhileFlying="True" AllowUseWhileMounted="True" AllowUseDuringCombat="True" UseWhen="(Me.FreeBagSlots &lt; 3) || (Me.LowestDurabilityPercent &lt; 0.3)">
<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" NumOfTimes="10" WaitTime="2000" Lua=" if MerchantFrame:IsVisible()==true then if buffer==nil or buffer&gt;4 then buffer=0 end MerchantRepairAllButton:Click() if buffer&lt;5 then for s=1,GetContainerNumSlots(buffer) do local n=GetContainerItemLink(buffer,s) if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;)) and n and not n:find(&quot;33470&quot;) then UseContainerItem(buffer,s) end end buffer=buffer+1 end end" />
</CustomBehavior>") in "HBProfile"! - On line 27
 
From the 2nd version, I have this.

sorry contact the profile maker hopefully he can help you out ..

I'm unsure if the vendor mount can be used with grind bot .. but if you can locate a horde vendor all you have to do is target him and open the "Developer Tools" option on your honorbuddy window ( the one below plugins) and screen shot it,upload it and i will fix it so that it will use that vendor for you.
 
Last edited:
Back
Top