-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various Doors #547
Comments
In the bottom left corner there is the second wrench Icon. Within it it has an option to show debug information. If you enable that setting and then Right click the door while open and closed it is a huge help since that would show the door object id and x/y location. |
Absolutely, I updated the report with their IDs and Locations. |
Thanks a bunch! Most of these are because the way we handle doors is pretty naive. It just adds 1 to the object id to open them. This works in a lot of scenarios but there are fringe cases. If we load https://gitlab.com/2009scape/2009scape/-/blob/master/Server/data/configs/door_configs.json server sided it should fix most of these issues. |
These doors change textures when opened and closed
Varrock Castle Library:
Closed ID: 1512
Closed X,Y: 3209, 3490
Opened ID: 1513
Opened X,Y: 3209, 3489
Dwarven Mines: (Just the west door)
Closed ID: 3
Closed X,Y: 3015, 3453
Opened ID: 4
Opened X,Y: 3014, 3453
Western Ardougne:
Closed ID: 2556
Closed X,Y: 2610, 3316
Opened ID: 2557
Opened X,Y: 2611, 3316
These doors have some mistake to them:
Ardougne General Store: door seems to be installed wrong
Closed ID: 1533
Closed X,Y: 2614, 3294 (Should be 2614, 3295)
Opened ID: 1534
Opened ID: 2614, 3295 (Should be 2614, 3296)
Varrock Castle Kitchen: different textures for the same door
NE Door ID: 1514
NE Door X,Y: 3224, 3493
S Door ID: 1512
S Door X,Y: 3223, 3491
Wizard's Tower:
Closed ID: 11993
Closed X,Y: 3107, 3162
Open ID & X,Y: Same
Al-Kharid Palace (West): N Door is fine, S door can't be selected once opened
N Closed ID: 1506
N Closed X,Y: 3287, 3172
N Open ID: 1507
N Open X,Y: 3286, 3172
S Closed ID: 1508
S Closed X,Y: 3287, 3171
S Open ID: ???? (Probably 1509)
S Open ID: ???? (Probably 3286, 3171)
Al-Kharid Palace (East): Same door problem as above
N Closed ID: 1508
N Closed X,Y: 3298, 3172
N Open ID: ???? (Probably 1509)
N Open X,Y: ???? (Probably 3299, 3172)
S Closed ID: 1506
S Closed X,Y: 3298, 3171
S Open ID: 1507
S Open ID: 3299, 3171
Al-Kharid Palace (South): Doors teleport player instead of opening
W Closed ID: 1506
W Closed X,Y: 3292, 3167
E Closed ID: 1508
E Closed ID: 3293, 3167
Port Sarim Gold Shop:
Closed ID: 59
Closed X,Y: 3016, 3246
Open ID: None?
Open X,Y: None?
Ranging Guild:
Closed ID: 2514
Closed X,Y: 2658, 3438
Open ID & X,Y: Same
(GIF)
The text was updated successfully, but these errors were encountered: