Download
(11 Kb)
Download
Updated: 03/28/21 03:26 AM
Pictures
File Info
Compatibility:
Flames of Ambition (6.3.5)
Updated:03/28/21 03:26 AM
Created:02/18/19 09:14 PM
Monthly downloads:131
Total downloads:14,447
Favorites:22
MD5:
GuildDonate  Popular! (More than 5000 hits)
Version: 1.4.11
by: Marify [More]
This is an add-on that donates to the guild bank.

I will donate once day / week when opening the guild bank.


Need libraries (Please download!)
 LibMarify
 LibAddonMenu-2.0
Version: 1.4.11 ---------------
1.Bug fix
Fixed to show the name of the guild that left. (In history)

2.Add AddonSetting[Maximum number of history].


Version: 1.4.10 ---------------
1.APIVersion Up 100034


Version: 1.4.6 to 1.4.9 ---------------
1.APIVersion Up 100033

2.Bug fix
Fixed handling of insufficient money.

3.Bug fix
Fixed the handling of donations that could not be made.

4.Add History.


Version: 1.4.5 ---------------
1.APIVersion Up 100032
2.Increased the maximum donation amount.


Version: 1.4.4 ---------------
1.Edit to reselect the originally selected guild.


Version: 1.4.3 ---------------
1.APIVersion Up 100031


Version: 1.4.2 ---------------
1.Add /langXX command.


Version: 1.4.1 ---------------
1.Add Donate Status.


Version: 1.4.0 ---------------
1.Add Weekly.


Version: 1.3.0 ---------------
1.APIVersion Up 100030
2.LibMarify Outside.


Version: 1.2.10 ---------------
1.Bug fix
LibMarify Update.


Version: 1.2.9 ---------------
1.Bug fix
LibMarify Update.


Version: 1.2.7 to 1.2.8 ---------------
1.APIVersion Up 100029


Version: 1.2.6 ---------------
1.APIVersion Up 100028


Version: 1.2.4 ---------------
1.Bug fix
LibMarify Update.


Version: 1.2.3 ---------------
1.Change the message output a little.


Version: 1.2.2 ---------------
1.APIVersion Up 100027


Version: 1.2.1 ---------------
1.Bug fix
Fixed error when opening add-on settings immediately after joining guild.


Version: 1.2.0 ---------------
1.You can now select every day or every seven days.


Version: 1.1.1 ---------------
1.APIVersion Up 100026


Version: 1.1.0 ---------------
1. Add AddonSetting.


Version: 1.0.0 ---------------
1. Initial release.
Optional Files (0)


Archived Files (14)
File Name
Version
Size
Uploader
Date
1.4.10
11kB
Marify
03/12/21 07:08 AM
1.4.9
11kB
Marify
02/26/21 02:53 AM
1.4.8
7kB
Marify
02/24/21 06:33 AM
1.4.4
7kB
Marify
07/16/20 11:26 PM
1.4.2
6kB
Marify
05/26/20 06:56 PM
1.4.1
6kB
Marify
04/06/20 06:24 AM
1.4.0
6kB
Marify
03/30/20 06:26 AM
1.3.0
5kB
Marify
03/02/20 07:24 AM
1.2.10
41kB
Marify
11/19/19 02:55 AM
1.2.9
35kB
Marify
11/02/19 07:39 AM
1.2.8
25kB
Marify
10/22/19 01:47 AM
1.2.7
153kB
Marify
10/21/19 07:46 PM
1.2.5
135kB
Marify
08/13/19 02:08 AM
1.1.0
45kB
02/18/19 09:14 PM


Post A Reply Comment Options
Unread 01/29/24, 01:09 PM  
GlandePas

Forum posts: 0
File comments: 6
Uploads: 0
Re: Reminder

Originally Posted by GlandePas
[…] a useful feature would be to display a reminder in system chat on connection if a donation is due.
I’ve ended up adding the following function:

Code:
function GuildDonate:Reminder()

	local status = GetString(SI_ACHIEVEMENTS_INCOMPLETE)
	local txtColor = "FFA500"

    for guildIndex = 1, GetNumGuilds() do
        local guildId = GetGuildId(guildIndex)
        local guildName = GetGuildName(guildId)
        if guildName then
			if self:CanDonate(guildId) then
				local msg = zo_strformat("<<1>>: |c<<2>><<3>>|r", status, txtColor, guildName)
				self:Message(msg)
			end
        end
	end
end
And listen for a login even inside OnAddOnLoaded:
Code:
	EVENT_MANAGER:RegisterForEvent(self.name, EVENT_PLAYER_ACTIVATED, function(...) self:Reminder(...) end)
Report comment to moderator  
Reply With Quote
Unread 11/21/23, 05:37 AM  
GlandePas

Forum posts: 0
File comments: 6
Uploads: 0
Reminder

Hi there and thanks for very useful addon!

I frankly don’t open the guild bank for anything else than donating so I tend to forget to do even that… So I think a useful feature would be to display a reminder in system chat on connection if a donation is due.

Willing to contribute to code if you take patches (or PRs if it’s available online somewhere)
Report comment to moderator  
Reply With Quote
Unread 05/31/22, 10:06 AM  
Zantari Zenithoc

Forum posts: 0
File comments: 25
Uploads: 0
Enhancement Request - Add tracking for additional one-off donations

Hello,

I don't know if you are still considering further development of this addon, but I'd like to suggest another feature. Occasionally I will make an additional one-time extra donation to a guild for a special event or just because cash flow is good. It would be great if this addon could track all donations in the log instead of just the ones made as part of your regular donation configuration. Is that possible? Would it add a lot of unnecessary overhead to the addon? Could it trigger logging on a guild gold deposit event?
Report comment to moderator  
Reply With Quote
Unread 10/09/21, 03:30 PM  
Tin

Forum posts: 0
File comments: 3
Uploads: 0
Getting this error, not sure how to fix it. Only on PC/EU side. That side I have fewer guilds, and I don't donate to all of them. But the same is true for the more guilds/not all donated to with PC/NA. The box "automatically donate to all guilds" is checked for both servers.

https://drive.google.com/file/d/1WsT2daHxL1XmlurbWku-mkhemG7oWBLY/view?usp=sharing

I've already completely removed the folder and the saved variable file, reinstalled fresh. Same problem. Only PC/EU.
Last edited by Tin : 10/09/21 at 03:30 PM.
Report comment to moderator  
Reply With Quote
Unread 08/16/21, 08:04 PM  
YesImBattman
 
YesImBattman's Avatar

Forum posts: 4
File comments: 34
Uploads: 0
Multiple Donation Events to Same Guild?

What a great QOL add-on! I've been using it for some time and I LOVE IT! THANK YOU!!!

Any chance of getting multiple different donations per guild? Two of the guilds I belong to require a specific last digit to donations to identify what the donations are for. EXAMPLE, ending a donation with a '9' means the donation is for our weekly raffle (1009 would deposit 1009 gold for the raffle) but ending the donation with a '6' means that the donation is for weekly dues (15006 would deposit 15006 into weekly dues account). So, in these examples I would be able to automatically make two deposits, one into the weekly raffle and the other into weekly dues. Right now I can only auto donate to one or the other and have to manually deposit the other.

Thanks for considering this request!!!
Report comment to moderator  
Reply With Quote
Unread 05/08/21, 12:45 PM  
yonderfinn

Forum posts: 0
File comments: 8
Uploads: 0
Thank you for the addon. If I could suggest one thing, I'd prefer it to default to the "deposit" tab, or quickly switch to the deposit tab upon opening each guild bank window. I think it could reduce the time it takes to switch to each guild tab significantly.
Report comment to moderator  
Reply With Quote
Unread 03/28/21, 09:49 AM  
Zantari Zenithoc

Forum posts: 0
File comments: 25
Uploads: 0
Originally Posted by Zantari Zenithoc
Originally Posted by Zantari Zenithoc
I'm loving the updated version! There is one more (I think) small change I'd like to request. I was recently removed from a guild on one of my accounts (no idea why as I wasn't inactive). In any event, my donations to that guild are still in my donations history, but it only shows the dates and donation amounts, but the guild name is blank. I assume it tries to refer to your current guild in that slot position. Can you please update the donation history to store the guild name in that slot at the time of the donation in addition to the date and amount? That way, even if you're not in that guild anymore, it will still show what guild you donated to.

I noticed Minion had an update for this add-on today and checked the change log and see you made this change. Thank you.

P.S. I have several accounts and a few personal guilds, so I was able to test by removing one of my accounts from one of my personal guilds that I had been donating to. The history still showed the guild name after leaving the guild. I then added that account to a different one of my personal guilds and made a donation to the new guild, then left that guild and rejoined the original guild. At each step the history was correct. Amazingly, after having left my original personal guild and then later rejoining that guild, it still had my donation history from before and it knew not to donate again.

It seems to be working perfectly now.
Report comment to moderator  
Reply With Quote
Unread 03/28/21, 09:04 AM  
Zantari Zenithoc

Forum posts: 0
File comments: 25
Uploads: 0
Originally Posted by Zantari Zenithoc
I'm loving the updated version! There is one more (I think) small change I'd like to request. I was recently removed from a guild on one of my accounts (no idea why as I wasn't inactive). In any event, my donations to that guild are still in my donations history, but it only shows the dates and donation amounts, but the guild name is blank. I assume it tries to refer to your current guild in that slot position. Can you please update the donation history to store the guild name in that slot at the time of the donation in addition to the date and amount? That way, even if you're not in that guild anymore, it will still show what guild you donated to.

I noticed Minion had an update for this add-on today and checked the change log and see you made this change. Thank you.
Report comment to moderator  
Reply With Quote
Unread 03/27/21, 08:28 AM  
Zantari Zenithoc

Forum posts: 0
File comments: 25
Uploads: 0
I'm loving the updated version! There is one more (I think) small change I'd like to request. I was recently removed from a guild on one of my accounts (no idea why as I wasn't inactive). In any event, my donations to that guild are still in my donations history, but it only shows the dates and donation amounts, but the guild name is blank. I assume it tries to refer to your current guild in that slot position. Can you please update the donation history to store the guild name in that slot at the time of the donation in addition to the date and amount? That way, even if you're not in that guild anymore, it will still show what guild you donated to.
Last edited by Zantari Zenithoc : 03/28/21 at 09:03 AM.
Report comment to moderator  
Reply With Quote
Unread 03/12/21, 04:05 PM  
TNTKokser
 
TNTKokser's Avatar

Forum posts: 38
File comments: 184
Uploads: 0
perfect for me, too. Thx!
Report comment to moderator  
Reply With Quote
Unread 03/09/21, 06:28 PM  
Zantari Zenithoc

Forum posts: 0
File comments: 25
Uploads: 0
Thank you so much. I'm on version 1.4.9 and I've tested and it appears everything is working correctly for me as well. I appreciate your effort.
Report comment to moderator  
Reply With Quote
Unread 03/03/21, 10:53 AM  
wambo
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 456
Uploads: 3
I'm sorry to answer only now.

But please let me reassure you: I am more than happy to help, as should every user of addons be, because we will never spend as much time as the authors put into their work!

I am now on v1.4.9 and this is working as expected and without issues.

I could still provide you with the Debug Log, but I suspect it is of no use anymore, since I do not experience any bug anymore?
Last edited by wambo : 03/03/21 at 10:54 AM.
Report comment to moderator  
Reply With Quote
Unread 02/26/21, 05:14 PM  
TNTKokser
 
TNTKokser's Avatar

Forum posts: 38
File comments: 184
Uploads: 0
This is weird.
I switched off the auto donate last week. I tested the functionality after your update a few days ago. It does not work. After that I donated my guilds manually.

Today I found your update and your debug log request. I did NOT install the latest version, entered the settings, switched on both, auto donate and debug log, noticed that only the first guild was marked complete. the other four incomplete.

I went to a bank, opened the guild bank dialog, watched the debug log and... it works
All guild payments are marked completed
Last edited by TNTKokser : 02/26/21 at 05:15 PM.
Report comment to moderator  
Reply With Quote
Unread 02/26/21, 03:01 AM  
Marify
 
Marify's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 155
Uploads: 10
Originally Posted by wambo
A thing I noticed:
It doesnt switch back to the previously selected Guild bank after depositing anymore.
So that might keep it from updating the completion status
Version 1.4.9 has been uploaded.

I'm sorry to bother you.
Can you please turn on the debug log and paste the log contents?

In my environment, it looks like this

Report comment to moderator  
Reply With Quote
Unread 02/25/21, 04:41 PM  
TNTKokser
 
TNTKokser's Avatar

Forum posts: 38
File comments: 184
Uploads: 0
I only get a payment notice to the chat for my first guild. I tried around a bit to find the problem, however: I donate 10x my first guild and nothing to the others
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: