• Visit Rebornbuddy
  • [Bot] ClickToGo(reworked) - Moves bot to locations clicked inside worldmap.

    Discussion in 'Botbases' started by aash, Jul 20, 2015.

    1. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      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;
      
       

      Attached Files:

      Last edited: Sep 4, 2015
    2. Rettob

      Rettob Member

      Joined:
      Feb 9, 2012
      Messages:
      133
      Likes Received:
      0
      Trophy Points:
      16

      How do you use this?
       
    3. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      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.
       
      Last edited: Jul 21, 2015
    4. thiagora

      thiagora New Member

      Joined:
      Jul 31, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
    5. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      Hello buddy,

      find the updated ClickToGo.cs in the top message.
       
    6. darthme

      darthme New Member

      Joined:
      Dec 12, 2013
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      I just DL'd this and the bot does not appear on the list after a restart of HB.
       
    7. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      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.
       
    8. darthme

      darthme New Member

      Joined:
      Dec 12, 2013
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
    9. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      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.
       
    10. darthme

      darthme New Member

      Joined:
      Dec 12, 2013
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      Thanks I will try it later when I get home.
       
    11. jamparke

      jamparke New Member

      Joined:
      May 5, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      Awesome, this is just what I was looking for! Thank you for sharing!
       
    12. hansolo

      hansolo Member

      Joined:
      Oct 7, 2015
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      6
      good work, looking forward to see change continent support and maybe use of druid teleports :D
      EDIT: implementing vale of eternal blossoms portals from pandaria wouldnt hurt ;). i still keep my heartstone there, great set of portals.
       
      Last edited: Nov 16, 2015
    13. Proto

      Proto New Member

      Joined:
      Jan 8, 2012
      Messages:
      219
      Likes Received:
      6
      Trophy Points:
      0
      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.
       
    14. id1982

      id1982 Member

      Joined:
      Feb 12, 2013
      Messages:
      75
      Likes Received:
      0
      Trophy Points:
      6
      Thank you trying it out today.
       
    15. BubbaDad

      BubbaDad Member

      Joined:
      Jul 29, 2013
      Messages:
      436
      Likes Received:
      5
      Trophy Points:
      18
      This doesnt seem to work for me. Most times it doesnt, had it work once.
       
    16. LordFuchs

      LordFuchs New Member

      Joined:
      Apr 21, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      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!
       

    Share This Page