View Single Post
01/24/24, 04:48 AM   #4
fredd
Join Date: Feb 2021
Posts: 12
Originally Posted by Baertram View Post
I'm not sure this would work as friends are not stored locally but on server and the current friends number retuned will be by an API function GetNumFriends reading that data I guess. So you could overwrite it to always return 100 already but not sure if this fixes it to block any new requests for other palyers (I doubt that! It's only locally changed and then will be used to loop your friends list and prepare auto completion for mail receiver helper functions (https://github.com/esoui/esoui/blob/...mplete.lua#L15) etc. -> Could bring you other errors then...).

And one would need to block the "RequestFriend" function but "at the other players" which is not possible by changing it locally at your client via addons! The other players would have to use thata ddon that blocks it, and they wont.

So there is no proper way to block the requests.
You can only put the player's on the ignore list to block them in total, or "not accept" the friends request manually.
Thanks for taking the time to respond Baertram, appreciated as always.
I asked on another forum & I found out there was an out of date addon that I did not find through my ESOUI search
It is in the Beta section from 5yrs ago
https://www.esoui.com/downloads/info...yDio.html#info

What do you think? is likely to still work?
  Reply With Quote