Due to moving to the new Tuesday 2pm UTC trader swap, upon installation of this patch, any data that is currently showing in the 'Since Kiosk' dropdown will be moved into 'Last Week' (replacing the data in 'Last Week') .
Any donations made after installation of the patch will be placed in 'Since Kiosk' until the following Tuesday trader swap when those donations will be moved to 'Last Week' and the addon will return to working as normal.
I therefore recommend that you make any promotions related to donations (based on your current 'Last Week' & 'Since Kiosk') prior to instaling this update.
I strongly advise that you first BACKUP your AddOns and SavedVariables Folders before installing.
Install this at your own risk. No warranties are offered whatsoever.
Installation:
- Download zip file to a temporary directory (or your desktop)
- Extract all files
- Copy the files to your ...\Documents\Elder Scrolls Online\live\AddOns folder replacing all exisiting shissu files
You DO NOT need any other version of Shissu Guild Tools installed to use this patch. If you are experiencing any errors then I would recommend that you remove any old version and replace it with this version and see if that resolves your issue.
1.5.0
API bump to 100033 Markarth.
Daylight Savings Update
1.4.9
API bump to 100032 Stonethorn.
Updated timers for trader bid to display new Tuesday 2pm UTC times.
Updated recording of 'Since Kiosk' & 'Last Week' to be based on a Tuesday 2pm UTC week.
Known Issue - Weekly data will need 1 Tuesday trader bid to have passed through the system before data recording is performing nominally.
-------
1.4.8
API bump to 100031 Greymoor
Small text change made to roster to specify total donations
Delay between mails increased in notebook module to try and reduce the amount of Social Bans hitting GM's. I would still recommend that no more than 500 mails are sent per 24 hours.
-------
1.4.7
Fix for duplicate version text being spammed into chat for some users
Change to trader timer for daylight saving change
-------
1.4.6
Fixed the duplication of the Promote & Demote options now that ZOS have come to their senses :)
Chat should now function correctly again.
-------
1.4.5
API bump
Added the promote and demote buttons back into the guild roster context menu
-------
1.4.4
Fixed the issue with the settings menu (again, for real this time)
-------
1.4.3
Changes made to reset trader bid timer to correct hours
Updated some language issues introduced in the Dragonhold DLC
-------
1.4.2
API bump for Dragonhold PTS testing
Bug fix for Dragonhold that broke the settings menu
Fix to the welcome message so it no longer outputs it twice
Fix to 'to join' so that it now displays a yellow 'to join' when an invite is sent and the player is pending in the roster and a green 'joined' once they have fully joined the guild
--------
1.4.1
Chat bug fixed, so no more %s %s %s
UI elements moved to fit with longer trader bid names for Bid History & Trader Timer
I think Shissu came back and started to support the original version again.
I'm not sure what the current state is, but therefore this version here might not be supported anymore.
Are you thinking about updating the current Shissus Guild Tools, since it seems he is not active again for quite some time...
Its really annoying that you can not activate or deactiviate guild welcome messages or that the guild mailer is in a deeper layer then the guild roster if you open both at the same time - at least the messenger you can pull to top if you click on one of the dropdown menus...
#edit: I found a way to make the settings work again.
For those having the problem that you can not change the settings:
open your ShissuFramework/settings/checkbox.lua
change
checkbox:SetDrawLayer(DL_FOREGROUND)
to
checkbox:SetDrawLayer(2)
open ShissuFramework/settings/combobox.lua
change
control.add:SetDrawLayer(DL_FOREGROUND)
to
control.add:SetDrawLayer(2)
your done. There are of course some other bugs but at least most of the addon is again usable.
Last edited by Gamer1986PAN : 11/23/22 at 04:30 PM.
I think Shissu came back and started to support the original version again.
I'm not sure what the current state is, but therefore this version here might not be supported anymore.
After the update there are many gaps in Shissu's, the deposits are no longer correct, some things are missing in the list and the guild times are no longer visible. Please revise urgently, we as guild leaders need the addon. thank you very much.
Greetings @Wassergeist2412
Wondering if there is an update in the works for this latest 'Flames of Ambition'
I am noticing roster issues, the log in times, dates, locations, etc. of members are missing, or incorrect.
I would not know how to go about looking for incorrect strings or anything, and I am not necessarily getting an error per se. Just that these things are in fact missing or incorrect.
This is the only Guild Tools addon that I use.
If anyone have an idea to solve this issue, I'll be really grateful
I don't have this issue. However, with the changes I made to MM 3.0 I don't think SGT will work together with MM 3.0 because the guild roster is now controlled by LibGuildRoster.
So far the only mods I know that are updated for that lib are
I don't know of a mod for LibGuildRoster that allows you to edit personal notes for players.
I too am having this issue and can confirm that disabling either MM (v3.2.9) or Shissu's Roster (v2.2.3) returns the display of the class, level and member notes columns.
Since I can't manage my guild roster without Shissu's and I don't want to run without MM, the other option is to turn the "Display Info on Guild Roster" toggle On within MM, which widens the overall display, allowing me to view the missing columns along with all the sales data (that I don't really need).
"You can't always get what you want...but if you try sometime...you get what you need"
user:/AddOns/ShissuHistoryScanner/ShissuHistoryScanner.lua:341: function expected instead of nil
stack traceback:
user:/AddOns/ShissuHistoryScanner/ShissuHistoryScanner.lua:341: in function '_addon.openHistoryPage'
<Locals> guildId = 20465, guildName = "Arkays Handelsbund" </Locals>
EsoUI/Libraries/Globals/globalapi.lua:216: in function '(anonymous)'
The timing used in SGT is manually coded as that was the way the original dev wrote the addon. I did contemplate using the ZOS function but decided against it as a number of GM's did not wish to wait for the ZOS function to update as this wished to purge and replace members immediately after the trader flip.
The ZOS function can normally be reset manually by doing a full shutdown of ESO and reboot(rather than a reload) so the function fetches fresh data (rather than the 4 hour wait). 2 Co-Gm's of the same guild tested this in previous weeks, 1 rebooted ESO at 2:05UTC and the other did not. The one that rebooted had MM move the data correctly and add fresh live data, the other GM was still seeing 'last weeks' data in 'this week' for several hours.
The timings in SGT are based on EU server time zones as the addon was initially designed for EU server compatibility. As of writing, the trader flip is 2pm UTC/GMT. If you hover your mouse over the timer on the guild home page under where the trader should be! then you should see the 'time until trader flip' down to the second which will match the trader timer you can see when placing a bid at a trader.
The time can be adjusted via the code (in 3 places) to match any time you wish. This would then differ from MM so is not advised unless you are purely looking at donations. I can provide details of what to edit if you wanted to go down that route.
Regarding SGT functionality with MM 3.0, this is not something I have looked into. I am running MM 2.5 as are most of the GM's I have that help with testing as they prefer the old method of getting the data atm. My time is very limited at the minute but when I do get time to check on this I will look into any issue that may have arisen.
I will give the dev version a shot, as it is actually flipping anywhere from 12-36 hours too soon as far as I can tell. Kinda hard to get an exact bead on it unless I sit there all day and deposit some gold every hour and check the roster. Definitely at least 12 hours too early though at least and I have had this issue for many versions back, not just the new ones, which is why I asked where is it getting the times. If I could just hard code it for Tuesdays noon (I am PST), that would be perfect, but I am not a coder and haven't been able to figure it out without breaking it.
Hard coding means human error. That is why I use the built in API from ZOS to get the kiosk flip times. The only minor issue with that is once the Kiosk flips, ZOS does not transmit the new time right away. I have seen them take up to 4 hours. However, once it happens then the information should be correct. Both MM and my variation of SGT use the same ZOS API.
However, lately I have SGT disabled because of LibGuildRoster. I added it to MM and there is one mod so far for it for donations. The author wants to make others but hasn't yet. Basically it's like anything else. Many people want to but don't have the free time. Once these other authors do they intend to release other GM tools that should replace SGT. Problem is will they add all the neat little features from SGT and when will they do so?
If anyone have an idea to solve this issue, I'll be really grateful
I don't have this issue. However, with the changes I made to MM 3.0 I don't think SGT will work together with MM 3.0 because the guild roster is now controlled by LibGuildRoster.
So far the only mods I know that are updated for that lib are
I continue to have an issue with the roll over time on the guild roster happening way to early. Is there some sort of option to adjust it or what is it based off of that would cause it to be so off? Does it query my bios time zone maybe?
I have made adjustments for the kiosk flip time based on what I had to do to MM. If you manually install my variation it should show the flip time more in line with MM.
However, when the kiosk flip happens at say 3:00PM US, the server doesn't transmit the new time for several hours. I have seen it not change for up to 4 hours after the scheduled time. So "This Week" on the guild roster or looking at the kiosk flip clock on the guild home tab will be incorrect until ZOS transmits the new time.
I will give the dev version a shot, as it is actually flipping anywhere from 12-36 hours too soon as far as I can tell. Kinda hard to get an exact bead on it unless I sit there all day and deposit some gold every hour and check the roster. Definitely at least 12 hours too early though at least and I have had this issue for many versions back, not just the new ones, which is why I asked where is it getting the times. If I could just hard code it for Tuesdays noon (I am PST), that would be perfect, but I am not a coder and haven't been able to figure it out without breaking it.
Since few days, some informations about my guilds are missing. I can't see personal note, class and level of the character anymore.
Those columns are activated in the options (see below)
If anyone have an idea to solve this issue, I'll be really grateful
Where are welcome messages saved? I had to reinstall and have a backup, but cannot seem to restore them.
I have not tried to do this but that would only be in the saved vars folder. All mods use that folder. To restore those files you have to be out of the game, and you have to have backed up the files with the welcome message in the saved vars. I'm sorry I have not dug through the files I don't know specifically which one stores that.
Thx, I tried finding it and even restored the files manually but didn't get them back. Thanks for the assistance (and GL with MM3.0!)
Where are welcome messages saved? I had to reinstall and have a backup, but cannot seem to restore them.
I have not tried to do this but that would only be in the saved vars folder. All mods use that folder. To restore those files you have to be out of the game, and you have to have backed up the files with the welcome message in the saved vars. I'm sorry I have not dug through the files I don't know specifically which one stores that.
I continue to have an issue with the roll over time on the guild roster happening way to early. Is there some sort of option to adjust it or what is it based off of that would cause it to be so off? Does it query my bios time zone maybe?
I have made adjustments for the kiosk flip time based on what I had to do to MM. If you manually install my variation it should show the flip time more in line with MM.
However, when the kiosk flip happens at say 3:00PM US, the server doesn't transmit the new time for several hours. I have seen it not change for up to 4 hours after the scheduled time. So "This Week" on the guild roster or looking at the kiosk flip clock on the guild home tab will be incorrect until ZOS transmits the new time.