View Single Post
05/06/17, 10:34 AM   #1
patrick_smyth
AddOn Author - Click to view addons
Join Date: Oct 2016
Posts: 9
How do I detect jump fail?

Hi,

I need to detect when one of these jumps fails:
FastTravelToNode()
JumpToGroupLeader()
JumpToGroupMember()
JumpToFriend()
JumpToGuildMember()
I have tried registering for these events:
EVENT_JUMP_FAILED
EVENT_REQUIREMENTS_FAIL
EVENT_ABILITY_REQUIREMENTS_FAIL
My routine never seems to get called even when the jump fails.
A message is usually displayed in the chat but I need to detect it in the program.
Does anyone know what I am doing wrong?
  Reply With Quote