The default interaction type wont make a difference since the furniture requires special data to be parsed when the item is serialized. What you need to do is set the furniture type in the swf file for it to work like a normal piece of furniture .The swf I have problem is the vwave_r21_jukebox. Tried everything, checked the furnidata, changed the .swf, and with "default" interaction I get the same problem, any idea how can I fix this?
oh, i see. so the fix is to edit the .swf file since the interaction type there isn’t coded on my server, right? is this easy to do? never tried to edit a swf beforeThe default interaction type wont make a difference since the furniture requires special data to be parsed when the item is serialized. What you need to do is set the furniture type in the swf file for it to work like a normal piece of furniture .
The logic actually states that its a sound block (furniture_soundblock). You SHOULD code the new interaction type into the emulator, but if you don't have the knowledge to do so, or just don't care for it I changed the furniture logic for you here:you need crackables coded into your emulator, that's why it's disconnecting
oh shit i didn't realise it wasn't a crackable i didn't even look at it properly LMAOOO, i forgot sound related stuff existed in habbo stillThe logic actually states that its a sound block (furniture_soundblock). You SHOULD code the new interaction type into the emulator, but if you don't have the knowledge to do so, or just don't care for it I changed the furniture logic for you here:
You must be registered for see links
Make sure you clear your cache ext before testing it.
you are amazing, big thanks! i’ll test it. mind if i ask what did you do to change it? just for knowledgeThe logic actually states that its a sound block (furniture_soundblock). You SHOULD code the new interaction type into the emulator, but if you don't have the knowledge to do so, or just don't care for it I changed the furniture logic for you here:
You must be registered for see links
Make sure you clear your cache ext before testing it.
I used HabboUI Editor. Once I extracted the swf file, I just looked through the bin files till I found where the logic was being set then I just changed it for the multistate logic type.you are amazing, big thanks! i’ll test it. mind if i ask what did you do to change it? just for knowledge
Thank you again for the information and the .swf. Problem fixed!I used HabboUI Editor. Once I extracted the swf file, I just looked through the bin files till I found where the logic was being set then I just changed it for the multistate logic type.
Here's a list of all the logic types:You must be registered for see links