Release 2.0.3.0 Pushed out a new version, awaiting store approval before it goes live. Changelog: You need to register and have one post to see spoilers!
Hi, Pushalot working great now, ty. But there is a problem with quest accept notify - seems like BotEvents.Questing.QuestAccepted event does`t fire at all. I made a pull request to fix this issue, check it out. Oh, and can you plz add something like Code: OnDisabled(); RegisterEvents(); on configuration form close, just to reapply settings? I even think it`s a better decision to subscribe at all events (there is`t big overhead in calling 1 more method in delegate chain) and then just return in handler if setting is`t set. Something like this : Code: void OnChatMessage(...) { if (!Settings.ChatNotify) return; Notify(); } cheers, Sosnooley
Will add those on Form Close & will merge ur request after notifying the devs of the bug. But not a fan of the subbing of all, although I get the point.
I have an idea : how about a configuration form for custom lua events? ie select event from dropdown list and then write handler for it in a manner of developers window. It`s not that hard to impement, only thing needed is CSCodeProvider. I can even think of implementing this and make another PR, but right now i`m having troubles with debug with store products, many fu**ers here think anti debug features will prevent someone from decompiling theirs sources, thus preventing me from debug with any store product enabled, so right now i can`t bot and dev at same time, and switching store products between dev and live configuraction is big pain in the ass. I`ve made a request here https://www.thebuddyforum.com/relea...v2-5-12479-763-a-post1804662.html#post1804662 to allow users disable all store products on dev instance of HB, but knowing how much devs care i doubt it will ever be implemented. Sigh.
picked BoxCar2, but unable to make it work (BoxCar2 Notification failed, Status Code: Unauthorized. Description: Unauthorized). I got the Device Token, but what is the API Key? The User? Installing BoxCar, I was never given an API Key? Within Boxcar, do I have to add a custom source? If so, how? pls help
Small Update - v 2.0.3.1 Pushed out a new version, awaiting store approval before it goes live. Changelog: You need to register and have one post to see spoilers!
Uhm it would have to append the characters name to the message, for you to distinguish the recipient.
Do you still happen to have that log? Right now no, but depending on the difficulty of the implementation it might be possible. But right now there are other things taking priority.