brenoepics / morningstar

An open-source Arcturus Community Fork.
GNU General Public License v3.0
3 stars 2 forks source link

FEATURE REQ: NFT effects etc. #991

Closed brenoepics closed 1 year ago

brenoepics commented 2 years ago

In GitLab by @ghost on Feb 12, 2022, 18:59

What? As we've all heard, Habbo launched an NFT project and while they launched it they offered for users to use the NFT clothing inside the Hotel. Habbo adds a generic effect into your effect inventory which it forces the same way Staff enables are done. However, this is not possible as we aren't running the same revision and effects are fetched from SWF images, so this is the next best alternative. This would replace room_effect in permissions.

How it would work;

  1. Custom concept: If you are running a single defined setid you'll get that specific effect If it's defined. If the effect contains setid1,setid2 you'd need BOTH clothing enabled for the effect to appear.

  2. Habbo's version: Works as expected and as explained above, you just don't need multiple sets to be in your figure. Just one of the ones defined in setids.

Basic table example: https://i.imgur.com/Q3l9oWF.png

brenoepics commented 2 years ago

In GitLab by @Rasmus on Feb 19, 2022, 08:20

Made in a plugin by BrenoEpic