View Single Post
05/07/17, 02:13 AM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
The JumpTo functions do not return their status via any of the events you listed.
Instead you have to listen to EVENT_SOCIAL_ERROR which will return a SOCIAL_RESULT_, but you also need to listen to other events for some edge cases that stop the jump, but won't fire a social error.
There are quite a few cases you need to handle. I suggest you take a look at EasyTravel's JumpHelper.lua.
  Reply With Quote