Emails work still on Gmail for those wondering - didn't want to pay for an app I'd never use other than![]()
I use this methode too this one is TOTALLY FREE and working perfectly
Is it possible to set this up to only trigger on certain items?
For example you add Vile Wards or whatever to the whitelist, and get a notification when that item dropped but not for anything else.
Is it possible to set this up to only trigger on certain items?
For example you add Vile Wards or whatever to the whitelist, and get a notification when that item dropped but not for anything else.
I've been trying to figure that out for Fate of the Fell for my sader, I use the NMA for my Android, and have not been able to figure this out either. As far as I know, it only notifies you of a legendary, whether ID'ed or not, that's stashed.
Would be nice to set up triggers, though, maybe set that as a request in the request forum?
if (shouldSendNotifications)
if (shouldSendNotifications && acdItem.RealName == "[COLOR="#B22222"]YOUR_ITEM_NAME_HERE[/COLOR]")
I'll try that, thanks a lot!
I assume the itemname is case sensitive by default? So "Vile Ward", "Etrayu", etc should all work right?
Now: Is there any Android alternative to NMA? It has a limit of 5 notifications per day which is pretty low - and I don't really feel like paying for an app I'll just use for a D3 notification![]()
if (shouldSendNotifications && acdItem.RealName.ToLower() == "your_item_name_here_without_caps")