Page 1 of 1

How to Fix Shissu's Guild Tools (Right Click Menu)

Posted: Sun Feb 05, 2017 12:37 am
by Static Recharge
This is a quick and dirty fix to Shissu's Guild Tools, allowing the right click menu in the roster to show the "Travel to" and "Invite" options for everyone regardless of faction. If for any reason this causes issues, just revert the line of code to the original state.

** DISCLAIMER **
I am not responsible for any issues that may arise from editing the addon code directly. Use this fix at your own risk. If you are uncomfortable with editing the source code of an addon, please do not attempt this fix.

The Fix:
  1. ESO must not be open / running on your computer, please close all instances of the game / launcher before continuing.
  2. Navigate to your addon installation folder (default on Windows: Documents\Elder Scrolls Online\live\AddOns) and open the "Shissu'sGuildTools" Folder.
  3. Open the "Tools" folder and then open the file called "ContextMenu.lua" using just a basic text editor (such as notepad, do not use microsoft word or other higher level editors, they will not work)
  4. Scroll to the line that looks like this:
    • if(data.alliance == GetUnitAlliance("player")) then
  5. And change it to this:
    • if(--[[data.alliance == GetUnitAlliance("player")--]] true) then
  6. Save the file and then start the game. The context menu should be working properly now.