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!

Hi guys! How can I replace the default sounds for incoming messages? I tried to change the .wav files in 3rdParty / _configs / default / alerterReloaded / content- 828022 / sounds at once but they are automatically replaced with the standard . I have a few programs, and it is not clear where the message arrives . Thanks for help
 
Hi guys! How can I replace the default sounds for incoming messages? I tried to change the .wav files in 3rdParty / _configs / default / alerterReloaded / content- 828022 / sounds at once but they are automatically replaced with the standard . I have a few programs, and it is not clear where the message arrives . Thanks for help

Change it in the 3rdParty/AlerterReloaded folder directly, _configs_ stuff gets overriden to avoid conflicts.

Make sure to rename them as they were before.
 
Good Morning,

I'm getting the following error when I was testing the notification on Prowl. Let me add this is the first time I'm using the plugin. So I downloaded the app on my Iphone and created an account. I also generated a API Key and pasted into the provided area and this is the error I received. Is there additional steps I'm missing or do I need a desktop client as well?

OldGrindBot] OnStop
core_gui_button => The user has pressed the Stop button..
[CommonEvents] Stop
[AdvancedItemFilter] Stop
[Alcor75PlayerMover] Stop
[AlerterReloaded] Stop
[AlerterReloaded][Notifications (Prowl)] A notification didn't get sent, Err : WebRequestError
[AutoFlask] Stop
[AutoLogin] Stop
[CommunityLib] Stopped
[DevTab] Stop
[EXtensions] Stop
[MapBuddy] Stop
[ObjectExplorer] Stop
[Stats] Stop
[Ouroboros] Stop

FIXED - not sure why but all I did was completely shut down the bot and restarted it several times.
 
Last edited:
Little fix AlerterReloaded.cs if u start bot on login screen:
MyAlerter.SetBotStart(LokiPoe.InGameState.ChatPanel.Messages.Select(ce => ce.MD5));
replace with
if (LokiPoe.IsInGame)
{
MyAlerter.SetBotStart(LokiPoe.InGameState.ChatPanel.Messages.Select(ce => ce.MD5));
}
 
replaced

Cannot load [AlerterReloaded] because an exception occurred [C:\Game\bott\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-37967117\AlerterReloaded.cs(89,55) : error CS1003: Syntax error, ',' expected
].
System.Exception: C:\Game\bott\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-37967117\AlerterReloaded.cs(89,55) : error CS1003: Syntax error, ',' expected

at Loki.Bot.ThirdPartyLoader.‎*‎‪**​‏**‫‫***‎*‪‬‫*‏*‎*(Dictionary`2 , String )
 
Hi Tony,
have an error like that (When click the stop bot) and cant playing.Because bot + POE not working.Need help!


Exception during plugin Stop.System.Net.ProtocolViolationException: Bytes to be written to the stream exceed the Content-Length bytes size specified.
at System.Net.ConnectStream.InternalWrite(Boolean async, Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
at System.Net.ConnectStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.StreamWriter.Close()
at CommunityLib.Notifications.Send(String uri, String postData, CredentialCache creds) in C:\Users\...\Desktop\SOn\RTA\3rdParty\_CONFIGS_\Muziu\CommunityLib\Content-141097984\Notifications.cs:line 98
at CommunityLib.Notifications.Pushbullet(String apikey, String description, String ev) in C:\Users\...\Desktop\SOn\RTA\3rdParty\_CONFIGS_\Muziu\CommunityLib\Content-141097984\Notifications.cs:line 80
at AlerterReloaded.MobileNotifications.NotificationManager.SendNotification(Notification notification) in C:\Users\...\Desktop\SOn\RTA\3rdParty\_CONFIGS_\Muziu\AlerterReloaded\Content-141099500\MobileNotifications\Notifier.cs:line 54
at AlerterReloaded.AlerterReloaded.Stop() in C:\Users\...\Desktop\SOn\RTA\3rdParty\_CONFIGS_\Muziu\AlerterReloaded\Content-141099500\AlerterReloaded.cs:line 108
at Loki.Bot.PluginManager.‬‪*‬‬‫**‪‏*‫‫**​***‎‫***‪*(IPlugin )

[AutoFlask] Stop
[AutoLogin] Stop
[DevTab] Stop
[EXtensions] Stop
[FlaskHelper] Stop
[Remove] Now removing [TownRunToRefill].
[GemLeveler] Stop
[ItemFilterEditor] Stop
[ObjectExplorer] Stop
 
Last edited:
Hi Tony,
have an error like that (When click the stop bot) and cant playing.Because bot + POE not working.Need help!


Exception during plugin Stop.System.Net.ProtocolViolationException: Bytes to be written to the stream exceed the Content-Length bytes size specified.
at System.Net.ConnectStream.InternalWrite(Boolean async, Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
at System.Net.ConnectStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.StreamWriter.Close()
at CommunityLib.Notifications.Send(String uri, String postData, CredentialCache creds) in C:\Users\...\Desktop\SOn\RTA\3rdParty\_CONFIGS_\Muziu\CommunityLib\Content-141097984\Notifications.cs:line 98
at CommunityLib.Notifications.Pushbullet(String apikey, String description, String ev) in C:\Users\...\Desktop\SOn\RTA\3rdParty\_CONFIGS_\Muziu\CommunityLib\Content-141097984\Notifications.cs:line 80
at AlerterReloaded.MobileNotifications.NotificationManager.SendNotification(Notification notification) in C:\Users\...\Desktop\SOn\RTA\3rdParty\_CONFIGS_\Muziu\AlerterReloaded\Content-141099500\MobileNotifications\Notifier.cs:line 54
at AlerterReloaded.AlerterReloaded.Stop() in C:\Users\...\Desktop\SOn\RTA\3rdParty\_CONFIGS_\Muziu\AlerterReloaded\Content-141099500\AlerterReloaded.cs:line 108
at Loki.Bot.PluginManager.‬‪*‬‬‫**‪‏*‫‫**​***‎‫***‪*(IPlugin )

[AutoFlask] Stop
[AutoLogin] Stop
[DevTab] Stop
[EXtensions] Stop
[FlaskHelper] Stop
[Remove] Now removing [TownRunToRefill].
[GemLeveler] Stop
[ItemFilterEditor] Stop
[ObjectExplorer] Stop

latest comlib tyvm, and full log zz_z_z
 
Update your communitylib, 0.0.0.4 is out and should fix it


Now working but still freezing 1-2 sec for:

[AlerterReloaded][Notifications (Pushbullet)] A notification didn't get sent, Err : WebRequestError

Big thanks,Tonyx!!!
 
This project is discontinued, even though I wanted to make good stuff happen for EB, I won't find enough time to do so.

The sources files are attached, if anything is missing in the zip file let me know.

HF Boyz
 
This project is discontinued, even though I wanted to make good stuff happen for EB, I won't find enough time to do so.

The sources files are attached, if anything is missing in the zip file let me know.

HF Boyz
Thank you for your great work!
 
Is this broken for others as well? The only Prowl notifications I'm getting are when the bot starts. I LOVED getting notifications when a private message was received. If it's broken, RIP.
 
If you're just looking for private message notifications you can use poewhispernotifier. Monitors your chat log and can push notifications.
 
Hi guys, after the last game updates and bot alerterreloaded began working odd. It notifies you of messages at random, without paying any attention to them. reinstalling has not helped
 
Hi guys, after the last game updates and bot alerterreloaded began working odd. It notifies you of messages at random, without paying any attention to them. reinstalling has not helped

this plugin needs some love, sadly I don't have time to work on such minor plugins.
 
This Pluging is still working, at least for what i'm using it for now, Masters hunting...

You're fucking brilliant ToNyx, once again thanks alot for a great tool m8!
 
Back
Top