LeonHartley / Comet-Java

Habbo emulator written in Java.
Other
3 stars 3 forks source link

Floor plan bug #2 (High priority) #115

Closed DeletedAccount56456 closed 7 years ago

DeletedAccount56456 commented 7 years ago

You're not able to walk when you create the room model 'model_q'.

It's caused by the door that's dark blue (low height) and the other tiles light blue (high height) i guess: http://prntscr.com/edltg0

You're able to move again when you save the room model via floor plan editor (without any changes): https://gyazo.com/06a724a05318d1dff0ee7f73dd9592f1

But the walls gets fucked up: http://prntscr.com/edluj6

Needs also a check on the 'wallHeight' in the json data that stays on 0 in the 'heightmap' column in rooms ( for the wall stuff).