then it doesnt work with the current HB version, have you loaded the one on the first page or on page 2? download the one on page 2 and try again.
Ok got it and testing . The drill is to make folder in the plugins then put the file inside , then u can see it in the hb plugins window , cool . Coz if u put just the file in the plugins hb cant see it
So with the mammoth being built in to the game..how would I go about adding a line of code somewhere to mount it and use the vendor on it to repair and sell junk with? Currently grinding medium leather, would love a way to mount the mammoth and vendor the greys rather than flying anywhere!
Worked with the version from page 2 while in questing mode I turned of "find vendors automatically" in setting, if that makes any differens Thanks for that timesaver while lvling!
Hi, i used this plugin alot in cata since it saves alot of time when you are making gold. Though it seems to have stopped working. I think i fixed it, but i need some help from you guys to actually see if it was fixed. Please come with some features you think i should add aswell
fixed some little problems. Initial Values were true of Mammoth and GuildChest and changed the call of GetGuildLevel().
https://www.thebuddyforum.com/honorbuddy-forum/honorbuddy-support/51971-travelers-tundra-mammoth-vendor.html#post1580133 That worked for me
I would love an update on this one, its so hard to find vendors in Draenor... I want a plugin that uses Jeeves for repair/sell etc!
Edit grindbot profile to use mammoth vendor for sales. I was wondering where this code should be put in also. i tried adding it to the XML profile of the grindbot, and i tried putting it into the console of Developer tools. >no idea what i'm doing< please explain since it seems to be a nice and clean fix, Since i asked for the above explanation i did some digging around and came up with a solution for anyone using custom XML profiles like grindbot uses: What i did so far to get Grindbot (or the profile) to use my Tundra Mammoth for repairing and selling is the following: I opened up the XML file searched for the <vendors> entry then i changed the vendor name already there to: Drix Blackwrench, the Entry id to: 32641 Type to: Repair For the X, Y, Z Coordinates i walked to a place at least 40 yards away from any of the hotspots in the profile, this would make your toon mount up to reach it, You can find your location by clicking "developer tools" in honorbuddy, your location will be in the top left corner, the numbers will be in order of the X, Y, Z location. As soon as your toon mounts up, it will recognize Drix Blackwrench, and sell according to your settings i.e. Scrap. So the entry looks like this one: Code: <Vendors> <Vendor Name="Drix Blackwrench" Entry="32641" Type="Repair" X="7091.60" Y="404.61" Z="112.00" /> </Vendors> Just make sure that you change the coordinates to a place near your current hotspots, but far enough for grindbot to make you mount up. I found that if i didnt change this, it might walk all the way to a flightmaster to get there(even if the run was more then the mount threshhold, and thus never mount up. If the original <vendor> was originally reached by flying there with a flightmaster, and your toon stops the profile due to bagspace close to the flightmaster, it won't mount up. Telling the XML that Drix Blackwrench can be found at X,Y,Z. it will move to that "hotspot" using normal distance and mount settings from HB. This was the best i can do im afraid. Hope this helps anyone,i haven't built any profiles'myself yet, but i'm learning editing other people's ..