Support for Shaman Far Sight #232


Open
  • Forge_User_09878539 created this issue Jan 15, 2020

    Shaman can see distant herbs using Far Sight and Find Herbs ability on his minimap.

    Problem is that gathermate known circles are still appearing based on current player location instead of the far sight target location. (Rendering the circles on wrong positions on minimap)

    However I am not sure if there is API support to get that coords from shaman Far Sight... 

  • shurikenbh posted a comment Jan 23, 2020

    This is also an issue for hunter talent Eagle Eye.

  • Tielc posted a comment Jan 31, 2020

    This is something I would second as well. The minimap update's it's view based on Farsight, but the note locations do not. It looks like pin locations are based on self, is there a way to get the minimap coords for the minimap?


    Edited Jan 31, 2020
  • Forge_User_32055401 posted a comment Feb 23, 2020

    The issue is in a library called HereBeDragons, which uses UnitPosition("player") to determine the current location.

     

    I've looked through the WoW API but I cannot find any API call that returns the correct coordinates when using Far Sight. So it seems to be impossible to do without action from Blizzard. Source: https://wow.gamepedia.com/World_of_Warcraft_API

     

    Correct me if I'm wrong!

     

  • nevcairiel posted a comment Nov 14, 2020

    I am not aware of a way to determine the position of where your Far Sight currently is. The only API we have is specifically for a unit, eg. the player, not its camera, unfortunately.


To post a comment, please login or register a new account.