What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[GUIDE] How-To Setup Mobile Notifications with Trinity

Hopefully this still works.. i just bought prowl haha

Update: confirmed. works on latest version of DB/Trinity
 
Last edited:
Nm it setup just fine, just sent a test notification. Though considering I findway more then 5 legendaries per 24 hours I may just buy the premium version if this turns out to be useful, but most of the time I am around my computer as is so I can manually check. This would only be for the times I step out or am at the movies or out with friends etc. Not sure ifits worth buying.
 
Last edited:
confirmed workin for NMA with DB build 349. but 5 notifications per day sucks, i work 8 to 9 hrs a day. wont pay 5$ for that silly function is not worth for me :(


thanks for the guide man its great eccept the missing note that we have to pay for the service. :)


greez EMEN3Y
 
Pushover dont work i have made a post in the Trinity plugin hope some wone knows what is wrong :( i bought the app
 
Emails work still on Gmail for those wondering - didn't want to pay for an app I'd never use other than ;)
 
I am wondering if anyone find mobile notification not quite useful now since it cannot show the new +% skill damage +% elemental dmg etc - basically those new stats that make or break a leg stat roll...
 
Iam happy :P Good song
I got the pushover to work iam so happy gone post how i did it.

Hope rixx/db ppl fix so you can see +% would be extra happy then :P

But now beer :P
 
I use this methode too this one is TOTALLY FREE and working perfectly

i'm trying to set the gmail too, but it doesnt work... i just need to put my gmail address and my password in the field right ? and does the bot names matter ??

thanks in advanced.
 
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?
 
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?

Nope :s sadly it's triggered on every legendary, this guide is pretty old but I see that it's still working somehow :p

If you want to trigger on a certain item, open DBProvider/TownRun, line 444 and replace

Code:
if (shouldSendNotifications)
by
Code:
if (shouldSendNotifications && acdItem.RealName == "[COLOR="#B22222"]YOUR_ITEM_NAME_HERE[/COLOR]")

remember to remove it after you found your fucking item :D
 
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 :)
 
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 :)

It should, or if you don't wanna bother with caps, do it like this :

Code:
if (shouldSendNotifications && acdItem.RealName.ToLower() == "your_item_name_here_without_caps")

that should do the trick
 
Does this still work

Can someone please provide updated version for this. I cannot find prowl under trinity in the new version.
 
Back
Top