The doors haven't been coded to open. A typical flaw of most sources.
This is a discussion on doors within the RS Help forums, part of the Runescape category; i cant open doors. in any server,client,source i use >.< anyone know what would cause this? this includes 508 servers ...
The doors haven't been coded to open. A typical flaw of most sources.
"It is not who i am underneath, but what i do that defines me"
just use ::noclip :P
Coding doors is pretty hard because of the huge amounts of doors in the game. If you have specific doors (like a door which is on X-coordinate 3000 and Y-Coordinate 2000, for example), you can open up your ObjectOption1.java (508) or Client.java (317, i believe) and make it replace the current object in the same object, but with a different direction.. so the door is opened. To make it closed you need to do the same but with an opposite direction.