That's definitely a server crash..anyone else in that particular zone would have been booted as well.
Quote:
EXCEPTION_ACCESS_VIOLATION
|
..is probably a 'dangling' pointer - a pointer reference that contains a non-null value..but, has had its resources released.
It could be on your end..but, I'm leaning more towards the server code.
I tried not to change bot methodology when I was coding the new bot system (existing issues would still be existing issues...)
I honestly didn't go through and test every condition in every command of the old system to see what was a 'pre-existing' condition.
And it's very possible that I missed this particular condition when I tested the new one O.o