posted at the same timeyou're fellowing!!! me? :O STALKER!!!
Just fast ;D
posted at the same timeyou're fellowing!!! me? :O STALKER!!!
Hey guys,
Has anyone had Pushover Notifications working? I've setup the desktop one and put the pushover key into the field to the right, but nothing coming through to pushover. Is there something I missed?
I'm not getting any error messages from what I can see. Logs are showing Alerter is detecting a master but that's all it says, there's nothing else in the logs after that entry (thought I'd mention in case there should be).
I realised I didn't have ExternalCommunication plugin active.
EDIT: so I'm getting Bot started/stopped messages coming through now. Will see if Master notifications come through.
There is no "mobile" notifications for masters.
Only for: start/stop/unique/messages
private static void AlertMaster(string mastername)
{
AlerterReloaded.Log.WarnFormat("[AlerterReloaded] Detected: {0}", mastername);
PlaySound(mastername + ".wav");
bool shouldNotify = NotificationHelper.MobileNotificationsEnabled;
if (shouldNotify)
{
var myToonName = LokiPoe.Me.Name;
NotificationManager.AddNotificationToQueue(string.Format("Master Detected : {0}", mastername), myToonName, NotificationHelper.ProwlNotificationPriority.High);
}
}
Change AlertMaster function in Classes\Alerter.cs to
Should do the trick. May not work, I didn't test it.Code:private static void AlertMaster(string mastername) { AlerterReloaded.Log.WarnFormat("[AlerterReloaded] Detected: {0}", mastername); PlaySound(mastername + ".wav"); bool shouldNotify = NotificationHelper.MobileNotificationsEnabled; if (shouldNotify) { var myToonName = LokiPoe.Me.Name; NotificationManager.AddNotificationToQueue(string.Format("Master Detected : {0}", mastername), myToonName, NotificationHelper.ProwlNotificationPriority.High); } }
Hey champ,
Cheers for that! Does this work for pushover or only for Prowl (noticed the ProwlNotification there). What would I need to change so it works for Pushover?
private static void AlertMaster(string mastername)
{
AlerterReloaded.Log.WarnFormat("[AlerterReloaded] Detected: {0}", mastername);
PlaySound(mastername + ".wav");
bool shouldNotify = NotificationHelper.MobileNotificationsEnabled;
if (shouldNotify)
{
var myToonName = LokiPoe.Me.Name;
NotificationManager.AddNotificationToQueue(string.Format("Master Detected : {0}", mastername), myToonName, NotificationHelper.ProwlNotificationPriority.High);
}
}
Is it just me(again) or the Alerter stopped working again?![]()
So much Start/Stop, do you think it's a volkswagen? damn it's a bot, let it be. (LET IT BEEEEE, LET IT BEEEEE yep, I know you're singing now)
don't see any errors, what's wrong? no notifications? why should it notify?
So much Start/Stop, do you think it's a volkswagen? damn it's a bot, let it be. (LET IT BEEEEE, LET IT BEEEEE yep, I know you're singing now)
don't see any errors, what's wrong? no notifications? why should it notify?
changed some stuffnow i get the backup url error, i'm stuck
[Stop] Now requesting the BotThread to stop.
[OldGrindBot] OnStop
[CommonEvents] Stop
[AdvancedItemFilter] Stop
[Alcor75PlayerMover] Stop
[AlerterReloaded] Stop
[PostNotification] Cannot reach any of the Urls for the android section, aborting...
[AutoLogin] Stop
[DevTab] Stop
[FlaskHelper] Stop
[GemLeveler] Stop
[MapRunner] Stop
[ObjectExplorer] Stop
[StashBuddy] Stop
[Stats] Stop
[StuckDetection] Stop
[OldRoutine] Stop
Potato internet :troll: you checked the availability of the URLs? sometimes it can be down...
curious... installed the 1.0.0.4v and it works
i don't remember what was the issue with this one... i believe the nma servers were down?
Pushover FTW
Never had issues with Prowl on my side.
How did you fixed it?Ow well i'm glad I FIXED it... Well not really... But still made it work :-D