View Single Post
04/26/23, 07:14 AM   #22
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
I've decided to go the route of pre-hooking the "Travel to Player" context menu item in guild, friend and group lists and executing my code instead if my addon is installed and running. This will leave the original JumpToPlayer() functions intact for other addons to use.

I go crazy with zgoo and mertorch trying to find the objects etc. Its keeps coming up as ZO_MenuItem3 in a toplevel control of ZO_Menus but I cant seem to get a prehook using them in many different ways to even suggest its doing anything at all to the context menu item.. Any suggestions on this?

Last edited by sinnereso : 04/26/23 at 07:16 AM.
  Reply With Quote