Maintenance for the week of December 2:
• PC/Mac: NA and EU megaservers for patch maintenance – December 2, 4:00AM EST (9:00 UTC) - 9:00AM EST (14:00 UTC)
• Xbox: NA and EU megaservers for patch maintenance – December 4, 6:00AM EST (11:00 UTC) - 12:00PM EST (17:00 UTC)
• PlayStation®: NA and EU megaservers for patch maintenance – December 4, 6:00AM EST (11:00 UTC) - 12:00PM EST (17:00 UTC)
"Travel to Player" and "Invite to Group" menu items missing from the guild roster context menu
its a TYPO in the ZOS code
i found solution on the esoui
http://www.esoui.com/forums/showthread.php?p=18739#post18739
Ha, you're right. There is a typo in code.
EsoUI\Ingame\Guild\Keyboard\GuildRoster_Keyboard.lua, lines 232-237:
if(dataIndex == playerIndex) then
ZO_AddLeaveGuildMenuItem(guildId)
else
if(data.hasCharacter and data.online) then
AddMenuItem(GetString(SI_SOCIAL_LIST_SEND_MESSAGE), function() StartChatInput("", CHAT_CHANNEL_WHISPER, data.displayName) end)
if(data.alliance == playerAlliance) then --here should be self.playerAlliance instead of just playerAlliance
AddMenuItem(GetString(SI_SOCIAL_MENU_INVITE), function()
Edited by QuadroTony on 8 February 2015 12:08