Is there anyway to have the bot use my Traveler's Tundra Mammoth as a vendor instead of having it go find a vendor??
I'm unable to access the page with the plugin, but from what I read it's questing only. Is there a way to write this into a profile? I imagine I could set my mount and Traveler's Tundra and make the repair/vendor location far enough away that the bot uses a mount and set the mount vendor as the default. Will that work? I suppose I'll try it and let you know if you don't already know.
http://www.thebuddyforum.com/honorbuddy-forum/plugins/uncataloged/68144-fieldrepair.html you can get the plugin there but for me it just shows up in hthe log he loads it but he still doesnt use the mount -.- waiting for update
I just tested this and it worked. Under settings, I unchecked random mount and made the Traveler's Tundra my default mount. Then I set the vendor to the one on the back of the mammoth and set the location far enough away that the bot would mount up. As soon as it mounted up, it realized the vendor was there and repair/vendored. It worked better than I expected since it didn't even travel to the site I set as vendor location. I'll be adding this to my future profiles.
Finally i found a solution to use my mamouth to repair and sell only the things i want. The solution was very simple, first i installed an addon for wow called "Scrap". I setup with autosell, automatic repair and intelligent learning. After that i used this code and it works for me it Code: <If Condition="(Me.FreeBagSlots <= 10)" > <CustomBehavior File="Message" Text="Repair" LogColor="Lime" /> <!--Mammoth --> <CustomBehavior File="WaitTimer" WaitTime="2500" /> <CustomBehavior File="RunMacro" Macro="/use Reins of the Traveler's Tundra Mammoth" WaitTime="1500" /> <CustomBehavior File="WaitTimer" WaitTime="2500" /> <CustomBehavior File="InteractWith" MobId="32639" WaitForNpcs="false" ObjectType="Npc" Range="1" WaitTime="5000" /> <CustomBehavior File="WaitTimer" WaitTime="7500" /> </If> At the beggining you must to sell it manually, but the addon will learn the items you normally sell, and if you have less than 10 slots he will use your mammoth without change your normal mount. Thanks to the code the bot interacts with Gnimo, Thanks to the addon it will repair automaticly and sell the items you normally sell. I'm not a developer, but i like to custom my profiles... I hope this info will work for others