Download
(191 Kb)
Download
Updated: 04/01/24 10:55 AM
Patch for:
Shissu's Guild Tools.
Compatibility:
Scions of Ithelia (9.3.0)
Updated:04/01/24 10:55 AM
Created:08/14/19 05:26 AM
Monthly downloads:310
Total downloads:26,490
Favorites:20
MD5:
9.3.0
Shissu Guild Tools Lite  Popular! (More than 5000 hits)
Version: 1.1
by: Splat, Sordrak
PLEASE READ BEFORE INSTALLATION

For existing users

With ESO game update 41 changes were made to the backend server relating to guild history. This meant that Shissu Guild Tools could no longer access history data in the manner it did before (donations, member join date etc).

Resolving this in an addon so old would take more time than I wish to dedicate so those functions have been disabled/hidden in this lite version. Shissu Lite will not access any guild history data.

However, many users of Shissu Guild Tools have numerous notes saved for guild members storing vital data and multiple notebook emails and quick posts. To allow existing users of Shissu Guild Tools to access this data, and use some of the functionality that Shissu still provides (sort by rank, mass mail etc) this lite (cut down) version now exists.

The old donation column, containing any old data before U41, remains in case users wish to view legacy donations but it can be turned on/off from the settings menu. It will not update with any new donations.

A couple of bugs still exist (A UI bug when accessing notifications and colour selection bugs for example, I am happy to add in any fixes people provide) but this version will not cause any conflict when used with Master Merchant or LibHistoire.

For donation tracking other addons exist, ITTs Donation Bot being the most similar to what Shissu provided in the past.

Disabling the following modules should you run into UI errors
Auto AFK
BlackList
CompareMember
DonateFee
History

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.

Finally I would like to reiterate that this release is designed to be helpful to those people wishing to retrieve data from Shissu and gain access to 'some' of the funtionality. This is NOT a full fix.
1.1

Timecode fix

1.0

Shissu Guild Tools Lite released to allow existing users to access notes data and provide some functionality of the original Shissu Guild Tools (with some functionality removed/disabled)

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

--------
Archived Files (12)
File Name
Version
Size
Uploader
Date
1.0
191kB
Splat
03/23/24 07:47 AM
1.5.0
188kB
Splat
10/25/20 09:12 AM
1.4.9
188kB
Splat
08/07/20 03:45 AM
1.4.8
188kB
Splat
05/26/20 04:10 AM
1.4.7
188kB
Splat
03/28/20 05:48 AM
1.4.6
391kB
Splat
03/02/20 10:13 AM
1.4.5
188kB
Splat
02/24/20 09:53 AM
1.4.4
188kB
Splat
11/10/19 05:33 AM
1.4.3
188kB
Splat
11/04/19 05:52 AM
1.4.2
188kB
Splat
09/27/19 06:42 AM
1.4.1
188kB
Splat
09/10/19 04:49 AM
1.4
188kB
08/14/19 05:26 AM


Post A Reply Comment Options
Unread 04/01/24, 05:57 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 5004
File comments: 6062
Uploads: 78
You may want to have a look at the updated LibHistoire v2.x description page, as sirinsidiator described how to use it for a guild history listener now with the new API:
https://www.esoui.com/downloads/info...ldHistory.html

-> Scroll down to "For Developers"
Maybe read the ""Why should you use it"

And then scroll to

Examples
Iterating a specific time range (if you just want to fetch data of a specific time)
-> You could e.g use your savedvariables data which was for example stored until 2024-03-12 to show old data (guild joined info of members for example) and then add the listener for events later, overwriting/Adding the joined dates of new/exisitng members in your SV)

or

Listening to all events in a category (if you want to get all events of the total timerange since last using this -> Will listen for all events backwards the maximum time range, e.g. 30 days [where ZOs provides that] for sales history).


Perhaps you can re-add the history related features that way, using LibHistoire now.

Categories to use for the listeners can be found here:
https://github.com/sirinsidiator/ESO-LibHistoire/blob/master/src/guildHistoryCache/compatibility.lua#L135-L257

e.g. GUILD_HISTORY_EVENT_CATEGORY_BANKED_CURRENCY, or GUILD_HISTORY_EVENT_CATEGORY_BANKED_CURRENCY with type = GUILD_HISTORY_ROSTER_EVENT_JOIN or GUILD_HISTORY_ROSTER_EVENT_KICKED / GUILD_HISTORY_ROSTER_EVENT_LEAVE
Last edited by Baertram : 04/02/24 at 02:00 AM.
Report comment to moderator  
Reply With Quote
Unread 04/06/24, 03:57 AM  
Splat
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 51
Uploads: 7
Originally Posted by Baertram
You may want to have a look at the updated LibHistoire v2.x description page, as sirinsidiator described how to use it for a guild history listener now with the new API:
https://www.esoui.com/downloads/info...ldHistory.html

-> Scroll down to "For Developers"
Maybe read the ""Why should you use it"

And then scroll to

Examples
Iterating a specific time range (if you just want to fetch data of a specific time)
-> You could e.g use your savedvariables data which was for example stored until 2024-03-12 to show old data (guild joined info of members for example) and then add the listener for events later, overwriting/Adding the joined dates of new/exisitng members in your SV)

or

Listening to all events in a category (if you want to get all events of the total timerange since last using this -> Will listen for all events backwards the maximum time range, e.g. 30 days [where ZOs provides that] for sales history).


Perhaps you can re-add the history related features that way, using LibHistoire now.

Categories to use for the listeners can be found here:
https://github.com/sirinsidiator/ESO....lua#L135-L257

e.g. GUILD_HISTORY_EVENT_CATEGORY_BANKED_CURRENCY, or GUILD_HISTORY_EVENT_CATEGORY_BANKED_CURRENCY with type = GUILD_HISTORY_ROSTER_EVENT_JOIN or GUILD_HISTORY_ROSTER_EVENT_KICKED / GUILD_HISTORY_ROSTER_EVENT_LEAVE
Ty for the info but its more a case of me just not having the time to dedicate to fixing things atm, it always takes longer when its an addon you didnt write in the first place !
Report comment to moderator  
Reply With Quote
Unread 04/10/24, 01:29 PM  
Gamer1986PAN
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 653
Uploads: 2
This error is from a friend that has no account here.
Has old saved variables but completly deleted all AddOn-Files and installed this version with Minion:

user:/AddOns/ShissuHistory/ShissuHistory.lua:30: attempt to index a nil value
stack traceback:
user:/AddOns/ShissuHistory/ShissuHistory.lua:30: in function '(main chunk)'
Report comment to moderator  
Reply With Quote
Unread 04/10/24, 02:12 PM  
Plz save Shissu GTools

Forum posts: 0
File comments: 2
Uploads: 0
Re: Join dates in roster

[quote=Plz save Shissu GTools]
Originally Posted by Splat
Updated this version to a Lite version with reduced functionality, please read the description page in full.
Thanks so much for the guidance! Confirming the old join dates are working with the small change you recommended below.

Is there anyway you could fix 1 more function in a future update, the function that tracks gold deposits in guild bank to the guild roster? This function is incredibly useful. If so, our trading guild would be happy to donate 10 Million gold on PC/NA as a modest thank you gift for your valuable time. If not, I understand, as I imagine its a big project. Perhaps there is another addon with this function?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: