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.

does this still work? i just uploaded it to my plugins and nothing is happening when i click on my map currently running 1.963
 
does this still work? i just uploaded it to my plugins and nothing is happening when i click on my map currently running 1.963
It looks like an HB API that this plugin relies on isn't working properly in 1.9.6.3, so we have to wait for it to get fixed.
 
It doesn't work for me, I think the update is the reason.
Can you update it? :)
 
ClickToGo 1.1

  • Updated to HonorBuddy 2.0.3013
  • Should now work with some map addons, (not map replacements addons like carbonite and cartographer)
  • A few optimizes and bug fixes.
 
Last edited:
Tryed it on my lvl 51 Paladin it didnt work :(

Code:
Exception in Pulse:System.IndexOutOfRangeException: Der Index war au?erhalb des Arraybereichs.
   bei Styx.Logic.Pathing.OnDemandDownloading.TileMap.HasTileAt(Int32 x, Int32 y)
   bei b0.TileExists(Int32 tileX, Int32 tileY)
   bei Tripper.Navigation.Navigator.a(TileIdentifier A_0, LoadedTileFlags A_1, Boolean A_2)
   bei Tripper.Navigation.Navigator.FindMeshHeight(Single x, Single y, Single& z)
   bei Styx.Logic.Pathing.Navigator.FindMeshHeight(Single x, Single y, Single& z)
   bei HighVoltz.ClickToGo.mapToWorldCoords(worldMapCoord wmc) in c:\Users\Admin\Desktop\Honorbuddy_devtest\Plugins\ClickToGo1.1.cs:Zeile 167.
   bei HighVoltz.ClickToGo.Pulse() in c:\Users\Admin\Desktop\Honorbuddy_devtest\Plugins\ClickToGo1.1.cs:Zeile 122.
 
Tryed it on my lvl 51 Paladin it didnt work :(

Code:
Exception in Pulse:System.IndexOutOfRangeException: Der Index war au?erhalb des Arraybereichs.
   bei Styx.Logic.Pathing.OnDemandDownloading.TileMap.HasTileAt(Int32 x, Int32 y)
   bei b0.TileExists(Int32 tileX, Int32 tileY)
   bei Tripper.Navigation.Navigator.a(TileIdentifier A_0, LoadedTileFlags A_1, Boolean A_2)
   bei Tripper.Navigation.Navigator.FindMeshHeight(Single x, Single y, Single& z)
   bei Styx.Logic.Pathing.Navigator.FindMeshHeight(Single x, Single y, Single& z)
   bei HighVoltz.ClickToGo.mapToWorldCoords(worldMapCoord wmc) in c:\Users\Admin\Desktop\Honorbuddy_devtest\Plugins\ClickToGo1.1.cs:Zeile 167.
   bei HighVoltz.ClickToGo.Pulse() in c:\Users\Admin\Desktop\Honorbuddy_devtest\Plugins\ClickToGo1.1.cs:Zeile 122.
Looks like a HB issue when its downloading a mesh, it will probably work once its finished downloading the mesh
 
Oh, ok i give it another try :)

Edit

Nope got the same error. :(

Tryed it on different loactions where im sure i already got the meshes
 
Last edited:
An interesting note, its now posible to get the world x,y coords from lua due to changes in GetCurrentMapZone() in wow 4.0.1

Code:
/run local _, left, top, right, bot = GetCurrentMapZone() local x, y = GetPlayerMapPosition("player") y, x =(1.0-x)*left+x*right , (1.0-y)*top+y*bot print("Coordinates: ", x, ", ", y)
 
Oh, ok i give it another try :)

Edit

Nope got the same error. :(

Tryed it on different loactions where im sure i already got the meshes
I had another report of same error from someone else using a german client as well, it looks like its a HB core issue
 
Im not using the German client, well... i do but with the English Language Pack.
 
will this ever work for carbonite? I absolutely cant stand the ingame map.
 
I was just going to ask that question, carbonite is almost a must have for me. is there any way that we can persuade you to have it work with carbonite?
 
Doesnt it just work if you press Alt+M if your using Carbonite ? brings up the ingame map without having to turn off Carbonite.
Carbonite support would be awesome though (if i could get this to work :P)
 
What should I do? I copied the file into my plugin folder, enabled it in Honorbuddy and clicked on a place on my map in WoW. Nothing happen. :(
 
Doesn't seem to be working for me, without any map addon installed:

Could not generate path from <-7474,636, -4331,794, 10,42559> to <-2,145657E+17, -2,798745E+17, 0> (end)!
 
i regrettably uninstalled carbonite will it work if you press alt+m?
 
Back
Top