Furni Search and Buy?

HabUser07

Member
Mar 17, 2020
50
5
Hi,

I searched for a furniture, and it pops up like this. Can't even buy it also as that furniture. What is happening here? My Furnidata en order-id's are matched.
 

Attachments

  • Naamloos.png
    Naamloos.png
    36.5 KB · Views: 58

Puffin

Member
Mar 17, 2018
362
306
If they are using arcturus its a simple query

Code:
UPDATE catalog_items
INNER JOIN items_base ON catalog_items.item_ids = items_base.id
SET catalog_items.offer_id = items_base.sprite_id
WHERE item_ids NOT LIKE '%;%';
I tried running this to see if it'd work cause my search half works and I got an error, was wondering if you knew how to fix it.

You must be registered for see images attach
 

DDDDec

Tongue Boxing Champion 2023
May 30, 2017
406
250
Yea that only works with Habbos furni as long as you are using their furni data, won’t work for custom items which is why you’d need someone to code you a script or something
give me!!, im going through every furni one by on by hand to fix this bruh xD

(kidding btw)
 

Users who are viewing this thread

Top