Hello Buddies, I've reworked Highvoltz's ClickToGo. There's some features/fixes which I've added in this release: Custom goto mark on the map: cross icon which persist on the WorldMap frame until bot reaches destination. Old solution with WorldMapPing does not work in the WoD. [ctrl] + [right click] on the world map to set goto mark, [left click] on the mark to cancel movement, [alt] + [right click] to show the zone where mark was placed (in case if you changed world map view). Added rest and looting behaviors. Also I will add support for changing zones/continents using optimal paths. It will use world portals, zeppelins, ships, flight paths, hearthstone, tabards and so on. Since this is botbase so to install it: You should open [HB installation directory]\Bots Create ClickToGo directory and copy ClickToGo.cs there. Restart HB All credits go to the: highvoltz - original creator of ClickToGo, (also I've reused several code snippets from FishingBuddy) Apoc, MaiN - for explaining everything bobby53 - creator of Singular routine (mostly I've learned about extending HB by looking at the Singular code, very educative) Changelog Code: * 31.07.2015 click on the goto mark on the world map stop the character movement immediately; cleaned up code; fixed minor bugs;
Same as original bot: Open world map [ctrl] + [right click] on the world map, red cross will appear, which can be removed by [left click] on it (cancels bot movement). Bot will move to the location you have clicked using fly mount if possible. Fight if unmounted, resurrect, resting. Find the installation instructions in the initial post.
Hmm, it is strange because I'm using exact the same version on the daily basis. Could you please attach the log file. So I can find the reason why it is not show up in the list. Thank you.
Thank you, it is much better. Fixed the problem. It was: Code: [12:17:31.669 N] Compiler Error: ClickToGo.cs(12,18) : error CS0234: The type or namespace name 'UI' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) somehow required assembly was not added automatically. So I've added it by hand.
good work, looking forward to see change continent support and maybe use of druid teleports EDIT: implementing vale of eternal blossoms portals from pandaria wouldnt hurt . i still keep my heartstone there, great set of portals.
Love the changes except I removed the in game chat printing of coordinates and qwee. Makes me nervous :| Would rather those just pop up in HB log if I need to reference them.
It seems to be outdated a little bit. Doesn't work all the time and the range is a little bit too close. Any change on updating this Bot? Thanks!