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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[FREE] PushHub - Multi Notification Hub

Release 2.0.3.0

Pushed out a new version, awaiting store approval before it goes live.

Changelog:

  1. Fix for PushBullet throwing errors/coming up empty
  2. Fix for Pushalot throwing errors/coming up empty
 
Hi,
Pushalot working great now, ty.
But there is a problem with quest accept notify - seems like BotEvents.Questing.QuestAccepted event does`t fire at all. I made a pull request to fix this issue, check it out.

Oh, and can you plz add something like
Code:
OnDisabled();
RegisterEvents();
on configuration form close, just to reapply settings? I even think it`s a better decision to subscribe at all events (there is`t big overhead in calling 1 more method in delegate chain) and then just return in handler if setting is`t set.
Something like this :
Code:
void OnChatMessage(...)
{
if (!Settings.ChatNotify) return;
Notify();
}

cheers,
Sosnooley
 
Last edited:
Hi,
Pushalot working great now, ty.
But there is a problem with quest accept notify - seems like BotEvents.Questing.QuestAccepted event does`t fire at all. I made a pull request to fix this issue, check it out.

Oh, and can you plz add something like
Code:
OnDisabled();
RegisterEvents();
on configuration form close, just to reapply settings? I even think it`s a better decision to subscribe at all events (there is`t big overhead in calling 1 more method in delegate chain) and then just return in handler if setting is`t set.
Something like this :
Code:
void OnChatMessage(...)
{
if (!Settings.ChatNotify) return;
Notify();
}

cheers,
Sosnooley

Will add those on Form Close & will merge ur request after notifying the devs of the bug. But not a fan of the subbing of all, although I get the point.
 
I have an idea : how about a configuration form for custom lua events? ie select event from dropdown list and then write handler for it in a manner of developers window. It`s not that hard to impement, only thing needed is CSCodeProvider. I can even think of implementing this and make another PR, but right now i`m having troubles with debug with store products, many fu**ers here think anti debug features will prevent someone from decompiling theirs sources, thus preventing me from debug with any store product enabled, so right now i can`t bot and dev at same time, and switching store products between dev and live configuraction is big pain in the ass. I`ve made a request here https://www.thebuddyforum.com/relea...v2-5-12479-763-a-post1804662.html#post1804662 to allow users disable all store products on dev instance of HB, but knowing how much devs care i doubt it will ever be implemented. Sigh.
 
Last edited:
I have an idea : how about a configuration form for custom lua events? ie select event from dropdown list and then write handler for it in a manner of developers window. It`s not that hard to impement, only thing needed is CSCodeProvider. I can even think of implementing this and make another PR, but right now i`m having troubles with debug with store products, many fu**ers here think anti debug features will prevent someone from decompiling theirs sources thus, preventing me from debug with any store product enabled. I`ve made a request here https://www.thebuddyforum.com/relea...v2-5-12479-763-a-post1804662.html#post1804662 to allow users disable all store products on dev instance of HB, but knowing how much devs care i doubd it will ever be implemented. Sigh.

Add me on skype - might be interested :)
 
picked BoxCar2, but unable to make it work (BoxCar2 Notification failed, Status Code: Unauthorized. Description: Unauthorized). I got the Device Token, but what is the API Key? The User? Installing BoxCar, I was never given an API Key? Within Boxcar, do I have to add a custom source? If so, how? pls help
 
picked BoxCar2, but unable to make it work (BoxCar2 Notification failed, Status Code: Unauthorized. Description: Unauthorized). I got the Device Token, but what is the API Key? The User? Installing BoxCar, I was never given an API Key? Within Boxcar, do I have to add a custom source? If so, how? pls help
I need help with BoxCar2. Anyone got it to work? If so, how?
no Support anymore?

How to get my Boxcar Access Token ? – User Feedback for Boxcar
 
Small Update - v 2.0.3.1

Pushed out a new version, awaiting store approval before it goes live.

Changelog:

  1. Renamed BoxCar api key to Access Token to avoid confusion
  2. Merged a fix submitted by Sosnooley
  3. No longer adding the characters name on filters when it already exists
  4. Form onClosing will now re-register events
 
for some reason i'm getting 4x pushes. Using Pushover app (Android if that helps)
 
for some reason i'm getting 4x pushes. Using Pushover app (Android if that helps)

Do you still happen to have that log?
Great plugin.
Do you have any plans to integrate IRC support?

Right now no, but depending on the difficulty of the implementation it might be possible. But right now there are other things taking priority.
 
Back
Top