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

[Plugin - Monitoring] BuddyProwl 4

Is it possible to run the update method from a background thread so it doesn't block HB from loading the rest of the plugins?. for example, you could try changing the constructor to
Code:
        public BuddyProwl()
        {
            Settings = new Config();
            Thread updateThread = new Thread(Update);
            updateThread.Name = "BuddyProwl Updater";
            updateThread.IsBackground = true;
            updateThread.Start();
        }
You of course need to import System.Threading.

This shouldn't be a problem as far as I can tell since by the time you're executing that code HB has already compiled the plugin and isn't accessing the .cs files anymore. The only potential issue is whether HB's Logging methods are thread safe.
I'm not really good with threads, but I'll keep that in mind. :)
 
Hey :) Im new, so I'm wondering how you connect the BuddyProwl through the honorbuddy bot and to you Iphone...? how to connect... Help me please or send a vidio or something ? :) Would be great :P
 
Wuzzery, is it possible to implement the message that Honorbuddy itself gives, like in kick's profiles sometimes you get a message like do this quest by yourself, the bot will continue afterward.
Would be awesome if you could send those messages with notify aswell. Spares alot of time when your bot COULD have been leveling or doing other stuff it was doing :)
Thx!
 
Hey :) Im new, so I'm wondering how you connect the BuddyProwl through the honorbuddy bot and to you Iphone...? how to connect... Help me please or send a vidio or something ? :) Would be great :P

HOW TO:
You can download their app here:
- Iphone: App Store - Notifo
- Android: http://notifo.com/web/files/NotifoBeta.apk
- Blackberry: Coming Soon

After installing the app you make an account for Notifo, you can do this here

What you do next is login on the notify app with your username and password.
This so you will receive the messages on your phone.
NOTE: You will need internet connection for this to work.

Next you go to: User Login - Notifo
Login into your account, you are now able to receive messages.
Though, were not there yet!

After logging in you should see "Settings".
If you can't find it click here.

There you will find the API secret you need for BuddyProwl.
So you simply use the info there for the bot: Username and the API secret.
Try out with the test option in BuddyProwl to see if it works.
You should receive the messages in seconds!

If it doesn't read this guide again and see if you did everything,
feel free to PM or reply on this post!

Give Reputation

Shigato
 
Last edited:
Does this one work as intended? I get the notifications but only if I refresh it.. And I have the sound on but nothing happens.. only shows / notify me if I check manually..
 
Does this one work as intended? I get the notifications but only if I refresh it.. And I have the sound on but nothing happens.. only shows / notify me if I check manually..

Im getting the same problem. I only get notifications in Notifo if i manually refresh. Im assuming is a problem with the app not pushing the notifications to the phone. It makes the app/plugin pretty useless atm because if your going to manually check may aswell use a web based monitoring program that provides alot more info.
 
The problem is once again Notifo and not this plugin.
As Notifo is also not maintained anymore, I wouldn't wonder if this won't get a fix.

This issue was existing a while ago already and it took weeks, while it was still under development. Don't think we've got big chances, that now, after the dev gave up, a fix will be applied.

Does anyone know any alternative to Notifo? Prowl is only available on IOS.
 
Can you make it so it tells you when you disconnect / timeout / bot error etc?
 
Im having issues, i don't receive any notifications, but if i open the app on my phone and hit refresh i see the messages but im not notified at all of them, no sound nothing, any ideas?
 
Im having issues, i don't receive any notifications, but if i open the app on my phone and hit refresh i see the messages but im not notified at all of them, no sound nothing, any ideas?
The app is probably bugged. Not much anyone can do about that. I'll be looking for alternatives.
 
Hey, I just began to receive notifications :-) so Notifo is back in business?
 
Do you mind if I add notifications on duel, pvp killed to this plugin and upload to this thread for others? it's simple to add.
 
Last edited:
heyy jw is there a way of sending a msg bak to the person using the phone or is it just to notify me
 
also how many different account can u use this for like if i got 2 or 3 accounts and i put the plugin on all of them will it notify me when someone sends msgs to any of those accounts im on bc im trying it now and it seems only to work for one account
 
It's working fine for me. Just got my first notification that my toon dinged level 38. So, seems to be fine as of right now. HB is still trucking, WoW is still trucking, and everything seems to be "A-Ok".
 
Working perfectly for me on my iPod Touch, I tested say/whispers/yell/guild/party/achievements and all works nice.
Thanks for this nice plugin :)
 
when i send a test message (from plugin windows OR homepage) the notification is shown correctly on my iphone. but _all_ other messages (guild, whispers, etc) only appears when i refresh the app manually
 
when i send a test message (from plugin windows OR homepage) the notification is shown correctly on my iphone. but _all_ other messages (guild, whispers, etc) only appears when i refresh the app manually
That's because of their app, not my plugin. Sadly, I can't do anything to fix that.
 
Back
Top