Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug ClientUI.sendTrayNotification Broken!

Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
@Override
public void onMessageReceived(MessageEvent messageEvent) {
if(messageEvent.getType().equals(Chatbox.Message.Type.PUBLIC_CHAT)){
System.out.println(messageEvent.getMessage());
ClientUI.sendTrayNotification(messageEvent.getSender() + ": " + messageEvent.getMessage());
}
}

This is my ChatbotListener, and it prints the messages but does not send me any notifications. I have tried using other bots as well, including Alpha Fighter and no notifications either. Something may be messed up with these... I dont think it is just me

OS-> Windows 10
 
Last edited:
Χ Ξ Σ
Joined
Apr 15, 2016
Messages
379
My bots use ClientUI.sendTrayNotification and that still functions for me (I use it at startup/if materials run out and script ends)

OS -> Windows 10
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
it because jagex downloaded runemate and read the code so they messed it up

Why do I have the sudden urge to Best Answer this just for the dizzying levels of troll this comment contains.

@awesome123man sounds like an issue with your system then. Another thing to check, do you get notifications when the login handler is enabled?
 
Joined
May 27, 2016
Messages
745
Why do I have the sudden urge to Best Answer this just for the dizzying levels of troll this comment contains.

@awesome123man sounds like an issue with your system then. Another thing to check, do you get notifications when the login handler is enabled?

Because runescape just had system update so I made the assumption on that that's why these problems are now arising. I don't know if I get these problems yet as I am not running runescape for a while until I see its safe to bot again.
 
Joined
Dec 9, 2015
Messages
152
Because runescape just had system update so I made the assumption on that that's why these problems are now arising. I don't know if I get these problems yet as I am not running runescape for a while until I see its safe to bot again.

The update was for adding worldwide duelling and preps for the summer thingy.
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
"@awesome123man sounds like an issue with your system then. Another thing to check, do you get notifications when the login handler is enabled?"
I don't get any anymore... but I thought slashnhax said he is also having this...
 
Top