So the bot stops at strongbox, but there is a problem with playing sound:
"Alert Found Chemist Strongbox"
......
No sound is played until i stop the bot. Then sound is played. Not before.
Also, no matter what strongboxes i check, bot still stops at all of them.
He is not opening all strongboxes, no matter what strongboxes i ignore.
So the core is working awesome
Edit: Ok i figured it out, lets be clear:
1. Plugin is stopping at all strongboxes, no matter what you check.
2.. Plugin is ignoring "global chests to ignore" from "grindbot settings". Plugin is not opening any strongboxes.
3. If we check example: chemist strongbox in plugin settings, and then we find chemist strongbox we got:
Code:
StrongboxAlerter] Alert Found Chemist's Strongbox
[StrongboxAlerterTask] The current chest to open is [31739] Chemist's Strongbox at {554, 897}.
[StrongboxAlerter] Alert Found Chemist's Strongbox
Character is "afk" waiting near strongbox, but sound is not played, we have to manually stop the bot to make the sound play.
4. If we uncheck example: chemist strongbox, and we find chemist strongbox:
Code:
[StrongboxAlerterTask] The current chest to open is [31739] Chemist's Strongbox at {554, 897}.
[StrongboxAlerterTask] The current chest to open is [31739] Chemist's Strongbox at {554, 897}.
[StrongboxAlerterTask] The current chest to open is [31739] Chemist's Strongbox at {554, 897}.
[StrongboxAlerterTask] The current chest to open is [31739] Chemist's Strongbox at {554, 897}.
[StrongboxAlerterTask] The current chest to open is [31739] Chemist's Strongbox at {554, 897}.
[StrongboxAlerterTask] The current chest to open is [31739] Chemist's Strongbox at {554, 897}.
[StrongboxAlerterTask] The current chest to open is [31739] Chemist's Strongbox at {554, 897}.
[StrongboxAlerterTask] The current chest to open is [31739
Character is "afk" waiting near strongbox, sound is not played even when we stop the bot.
5. Not working well with stuck detection plugin (afk is counted as stuck).
I hope i was clear, pretty hard to explain with my english.
Thanks !