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!

Some sort of notification if X happens? Reaching certain level, number of ores, etc.

Joined
Apr 8, 2016
Messages
174
Is there a feature in Honorbuddy to activate some sort of notification if something happens, like the character reaching a certain level or acquiring a certain number of ores / herbs, etc.? The notification can be a sound or pop-up frame, it doesn't really matter.

If no such feature exists, is honorbuddy-forum/plugins/requests/ the correct place to request such a feature? And what are the skills required should I be interested in trying to develop such a feature myself?
 
I don't mean to revive such and 'old'(er) thread, but this should be fairly simple to do with the questing botbase.
Here's an example code using Echo's methods:

PHP:
<CustomBehavior File="Hooks\DoWhen" ActivityName="NotificationPopup" UseWhen="boolean which will determine when this should activate" >
	<CustomBehavior File="UserDialog" AllowBotStop="true" SoundCue="Exclamation" SoundCueInterval="5" Text="You've reached your goal." />
</CustomBehavior>

That will popup a box along with make a sound.
 
Back
Top