Quackster / Kepler

A server created in Java designed to revive Habbo Hotel v14 from the 2007 era.
GNU General Public License v3.0
230 stars 61 forks source link

add army plasto #58

Closed charliedavison closed 5 months ago

charliedavison commented 9 months ago

Adds the (unreleased) army plasto that people used to script into the hotel before they fixed it by setting the price of the unreleased rares to -1 and blocking these purchases.

https://habbox.com/rares/super-rares/chair-army-plasto

charliedavison commented 9 months ago

Big fan of this project and wanted to contribute something from my own nostagia!

I noticed each existing plasto chair has its own sprite id, but I wasn't sure how view the available sprites to check if the army plasto is in the game files, so created it by reusing an existing sprite and changing the colour values.

Is there a way to actually view the sprites to see what else is in there? I noticed the disco sign is missing too but Im not sure which era/version that became available in.

Quackster commented 5 months ago

Oldschool Habbo does not have sprite ids, all of it is defined server-side.

You should query the Kepler database for what else is in there, all of it uses names based on furniture .cct names.

Thank you for this, merging into 'develop' because I need to change some things. :)