View Single Post
07/20/14, 08:08 PM   #3
heyguyslol
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 24
Originally Posted by Garkin View Post
I don't know if there is an addon, but this line of code should disable firend status changes:

Lua Code:
  1. ZO_PreHook(ZO_ChatSystem_GetEventHandlers(), EVENT_FRIEND_PLAYER_STATUS_CHANGED, function() return true end)

EDIT:
Another method:
Lua Code:
  1. ZO_ChatSystem_AddEventHandler(EVENT_FRIEND_PLAYER_STATUS_CHANGED, function() end)
Tyvm, but how and where do I input this code? sorry I'm not experienced with stuff like this.
  Reply With Quote