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!

Yep, the buffer is 0 and shouldn't be, try to edit communitylib's file "Notification.cs" and set a different ContentLength size

Thanks.

For anyone else having the problem. In CommunityLib/Notifications.cs change line 87.

Code:
request.ContentLength = 0;

to

Code:
request.ContentLength = postData.Length;

That got pushbullet notifications working.
 
Could you add Cadiro on this one Tony?

I added a specific npc detection based on their names in next version.

Thanks.

For anyone else having the problem. In CommunityLib/Notifications.cs change line 87.

Code:
request.ContentLength = 0;

to

Code:
request.ContentLength = postData.Length;

That got pushbullet notifications working.
Thanks for the fix!

Ty tofm ;) it's fixed in next lib update
 
Does the mobile notification work with encountering masters? Perhaps a "test" button could be nice to know if you've set up the push notifications properly =D

Ah I got it to work, apparently it was that line in communityLib's notifications that I had to change. I should have read bettter =P

---EDIT----
Well it's working, but not for masters. Any way to make it so that I can get a mobile push notification whenever I encounter the masters that are selected?
 
Last edited:
Does the mobile notification work with encountering masters? Perhaps a "test" button could be nice to know if you've set up the push notifications properly =D

Ah I got it to work, apparently it was that line in communityLib's notifications that I had to change. I should have read bettter =P

---EDIT----
Well it's working, but not for masters. Any way to make it so that I can get a mobile push notification whenever I encounter the masters that are selected?

Will add this option in next version

// EDIT //

Along with specific npc notifications & char name for notifications
 
Last edited:
i had the "Notify chat messages(all)" unticked.

when ticked, and bot off, went to trade chat for a sec, then off tradechat, started bot... still remembers :/, and freezes everything.
I'll make it unregister the event when stopped ;) thats how it should work anyway :D

Any other issues?
Nothing weird... but the same, if bot stopped, joined trade chat, after start my phone goes wild :(

Mby somehow there's a possibility to enter a specific name? let's say if i want to find Shavronne's Wrappings, the plugin to notify if he sees the name entered. And so maybe it will stop?
Yep, the messages are stored but not updated when bot is down, so basically I have to flush them before hooking so you don't get notified of those "offline" messages

// EDIT //

File is updated btw, redownload and retry
Nope, NMA is dirty, and paid.

it has the same problem :(
 
it has the same problem :(

which version do you have, please consider being a bit more helpful when reporting an issue, I have lot of stuff to do and it's pissing me off when people post like "no work"
 
i had the "Notify chat messages(all)" unticked.

when ticked, and bot off, went to trade chat for a sec, then off tradechat, started bot... still remembers :/, and freezes everything.
I'll make it unregister the event when stopped ;) thats how it should work anyway :D

Any other issues?
Nothing weird... but the same, if bot stopped, joined trade chat, after start my phone goes wild :(

Mby somehow there's a possibility to enter a specific name? let's say if i want to find Shavronne's Wrappings, the plugin to notify if he sees the name entered. And so maybe it will stop?
Yep, the messages are stored but not updated when bot is down, so basically I have to flush them before hooking so you don't get notified of those "offline" messages

// EDIT //

File is updated btw, redownload and retry
which version do you have, please consider being a bit more helpful when reporting an issue, I have lot of stuff to do and it's pissing me off when people post like "no work"

The lastest (1.0.0.6), Pushbullet desktop version 392, and mobile v17.6.9
thought i gave enough details as it happened before, and when i installed it for pushbullet... ow... now i got what you're asking... srry
 
Hi!

Got error:
Code:
2016-06-11 16:56:25,501 [6] ERROR ThirdPartyLoader - Cannot load [AlerterReloaded] because an exception occurred [driver_video\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-27636500\MobileNotifications\Notifier.cs(2,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
].
2016-06-11 16:56:25,501 [6] ERROR ThirdPartyLoader - System.Exception: driver_video\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-27636500\MobileNotifications\Notifier.cs(2,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)

   at Loki.Bot.ThirdPartyLoader.?????????????????????????????????????????(Dictionary`2 , String )

I have no directory "CommunityLib".
Pls help.
 
Oh, my bad, found topic with plugin CommunityLib.
It's ok, ty)

Hi!

Got error:
Code:
2016-06-11 16:56:25,501 [6] ERROR ThirdPartyLoader - Cannot load [AlerterReloaded] because an exception occurred [driver_video\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-27636500\MobileNotifications\Notifier.cs(2,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
].
2016-06-11 16:56:25,501 [6] ERROR ThirdPartyLoader - System.Exception: driver_video\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-27636500\MobileNotifications\Notifier.cs(2,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)

   at Loki.Bot.ThirdPartyLoader.?????????????????????????????????????????(Dictionary`2 , String )

I have no directory "CommunityLib".
Pls help.
 
Back
Top