A little help for those who might have trouble finding the GFeventguild in the unsorted list of guilds:
Visit the Guild Castle Manager and choose the option "Look up Guild Information", then with the opened list run:
|
Source code
|
1
|
/run local a=g_GuildListBoardFrame_GuildList for i=1,#a do if a[i].name=="Gfeventguild" then GuildHouses_VisitHouseRequest(a[i].guildID);end;end;
|
And you will enter our event guild castle (Guild "GFeventguild") directly.
Credits go to
Pyrr for the macro.
Alternatively you'll find a shorter version of the macro that does essentially the same
here, made by Lifefire.