• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin - MoveTo] ClickToGo - a goto plugin that works from ingame atlas.

    Discussion in 'Archives' started by highvoltz, Sep 14, 2010.

    1. w00tsauce

      w00tsauce New Member

      Joined:
      May 15, 2010
      Messages:
      958
      Likes Received:
      36
      Trophy Points:
      0
      Cant wait to give this a go later. Really wish this and HB were working during the HH event. I had to run all over the fucking world to get the achievs. Didnt have any damn flightpaths.
       
    2. Zugga

      Zugga New Member

      Joined:
      Jun 6, 2010
      Messages:
      280
      Likes Received:
      2
      Trophy Points:
      0
      Can this get changed into a "bot" like instancebuddy? Where it is in the dropdown menu under type of bot like the "instancefinder /quest/ grind" atm you have to load a bum profile and then press start to get it to move
       
    3. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      fixed in version 1.3. should work with any profile
       
    4. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      ClickToGo 1.3

      • Added Goto support in Carbonite, Right-click menu > goto
      • bug fixes.
       
    5. Runkel

      Runkel Member

      Joined:
      Oct 4, 2010
      Messages:
      142
      Likes Received:
      1
      Trophy Points:
      18
      Version 1.3 is finaly working for me! You Mr.highvoltz are my Heroe of the day. :)
       
    6. keleshia

      keleshia Member

      Joined:
      Oct 20, 2010
      Messages:
      188
      Likes Received:
      0
      Trophy Points:
      16
      Is this working with current version?
       
    7. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      yes
      (filler)
       
    8. Techz

      Techz Member

      Joined:
      Jan 15, 2010
      Messages:
      299
      Likes Received:
      1
      Trophy Points:
      18
      Working for me :)
       
      Last edited: Nov 13, 2010
    9. Necro

      Necro Member

      Joined:
      Jun 9, 2010
      Messages:
      136
      Likes Received:
      1
      Trophy Points:
      18
      Very nice =)
      LOL I thought it wasn't working but after 10 minutes of nonstopping mesh downloading, it's working flawlessly.
      Cool plugin.
       
    10. JayDee

      JayDee Guest

      And I don't understand how to use this plugin. Should I put in into the plugin folder, enable it and click on the map in WoW?
      I am using the german client, maybe this is a problem.
       
    11. Necro

      Necro Member

      Joined:
      Jun 9, 2010
      Messages:
      136
      Likes Received:
      1
      Trophy Points:
      18
      He fixed non-english client problems in 1.3. You just have to put this in plugin folder and enable it. But from my experience, I believe you need to wait until HB stop download meshes. For me, it downloaded about 100mb of meshes(for Kalimdor), so you probably have to wait few mins before the addon starts kick in. *Dont forget to put in empty profile and start HB.
       
    12. Togarda

      Togarda New Member

      Joined:
      Mar 31, 2010
      Messages:
      96
      Likes Received:
      3
      Trophy Points:
      0
      just epic THAAANK YOOUU ;)
      an amazing plugin
       
    13. h11g

      h11g New Member

      Joined:
      Nov 16, 2010
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Just tried it~! 1 word to describe it, AMAZING~!
       
    14. DissBeeChris

      DissBeeChris New Member

      Joined:
      Jan 15, 2010
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      i'm just wondering, is this still being developed? was trying to get it to work today but i need to go to sleep.

      you have to change using Tripper.XNAMath; to using Tripper.Tools.Math;

      then you need to change worldPoint.Z = Navigator.FindMeshHeights(worldPoint.X, worldPoint.Y).Max(); to worldPoint.Z = Navigator.FindHeights(worldPoint.X, worldPoint.Y).Max();

      after that i wanted to go to sleep.
       
    15. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      ClickToGo 1.4

      • Updated to Honorbuddy 2.0.0.3193
       
    16. DissBeeChris

      DissBeeChris New Member

      Joined:
      Jan 15, 2010
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      *sigh* here i thought it was fixed.

      Code:
      Exception in Pulse:System.InvalidOperationException: Sequence contains no elements
         at System.Linq.Enumerable.Max(IEnumerable`1 source)
         at HighVoltz.ClickToGo.mapToWorldCoords(worldMapCoord wmc) in c:\Real HB\Honorbuddy\Plugins\ClickToGo1.4.cs:line 179
         at HighVoltz.ClickToGo.Pulse() in c:\Real HB\Honorbuddy\Plugins\ClickToGo1.4.cs:line 126
      you should test your plugin before releasing it
       
    17. DissBeeChris

      DissBeeChris New Member

      Joined:
      Jan 15, 2010
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      if someone wants to use this and doesn't know how to fix it, just change the code at line 179 to:

      Code:
      Navigator.FindHeight(worldPoint.X, worldPoint.Y, out worldPoint.Z);
       
    18. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      ClickToGo 1.5

      • fixed the lua error at startup
      • pressing the button stops a goto thats in process
       
    19. durro

      durro New Member

      Joined:
      Nov 27, 2010
      Messages:
      22
      Likes Received:
      1
      Trophy Points:
      0
      ClickToGo1.5.cs Line: 110 Error: 'Styx.Plugins.PluginWrapper' does not contain a definition for 'PluginName' and no extension method 'PluginName' accepting a first argument of type 'Styx.Plugins.PluginWrapper' could be found (are you missing a using directive or an assembly reference?

      loved this thing would appreciate a fix :D

      +rep
       
    20. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      ClickToGo 1.6

      • Updated with HB version 2.0.0.3558
       

    Share This Page