Note that the latest version of RadsAtom has a good and working error clicker now :)
and upcoming DB release will click errors again :)
Beta is already doing this
After reading this I uploaded a simple plugin I use for this problem ...
http://www.thebuddyforum.com/demonbuddy-forum/plugins/76527-plugin-simple-error-clicker.html
NotificationOk does not seem to be working that well anymore and DB fails to close the disconnect errors ... here is a simple plugin that will close the disconnect errors...
simply download it create new folder in your plugins directory and place the file there.
Example...
No progress.. DB is still compiling the plugins after Diablo logged into Battle.net so no use only when user gets disconnected and Diablo is asking for login again :( :(
The problems you have all sound like user errors..
Using ARelog here and you can select your combat routine
Also note that I did not update this plugin for a while as DB is stable enough to be run without the AntiIdle plugin
The close button for this popup msg has a dynamic hash so it is not possible to simple check if the hash is visible and stuff
It would be nice to close this msg as soon as it pops
DB does no longer pulse when the disconnect error dialog pops .. this is the reason why DB itself fails to close this error message so the way you try to close the error dialog is not working cause you only use the onpulse stuff to check of the error
try my winauth plugin ... note that the authenticator is not 100% working due to the way DB is initiating plugins and I was hoping they would change this but they are not :(
But the relogger does work...
Checkpoints are also visible for DB so you can use the IF statement to check if the checkpoint is at X Y Z ..
for example:
<If condition="ActorExistsAt(349, 710.6945, 3604.3, 110.0001, 10)">
Moveto and other stuff...
</If>