Thread Tools Display Modes
03/02/19, 07:54 AM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,567
[open] JumpToGroupLeader no longer jumps

The function JumpToGroupLeader does no longer work since the last update, when I am in the same zone as the group leader. In the past it would teleport me to the closest wayshrine without an issue, but now it will show the animation, a brief loading screen and then I'm back where I was standing.
This affects the /jumptoleader slash command provided by the game and also breaks the /tp function in EasyTravel.
For some reason the group menu uses a different way to jump to the leader, so it still works when using the context menu:
Code:
local groupLeaderUnitTag = GetGroupLeaderUnitTag()
JumpToGroupMember(GetUnitName(groupLeaderUnitTag))

Last edited by sirinsidiator : 03/02/19 at 08:01 AM.
  Reply With Quote

ESOUI » Developer Discussions » Bug Reports » [open] JumpToGroupLeader no longer jumps

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off