What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin - MoveTo] ClickToGo - a goto plugin that works from ingame atlas.

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.
 
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
 
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
fixed in version 1.3. should work with any profile
 
ClickToGo 1.3

  • Added Goto support in Carbonite, Right-click menu > goto
  • bug fixes.
 
Version 1.3 is finaly working for me! You Mr.highvoltz are my Heroe of the day. :)
 
Very nice =)
LOL I thought it wasn't working but after 10 minutes of nonstopping mesh downloading, it's working flawlessly.
Cool plugin.
 
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.
 
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.

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.
 
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.
 
*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
 
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);
 
ClickToGo 1.5

  • fixed the lua error at startup
  • pressing the button stops a goto thats in process
 
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
 
Back
Top