Thanks.
Due to this bug:
http://forums.graalonline.com/forums...00#post1541000
To remove the debugger class from the weapon script if you joined it on the server-side do the following:
PHP Code:
function onCreated() {
join("debugger");
leave("debugger");
}