If they are using arcturus its a simple querybest get rewriting them then i dont think anyone wants to do such tedious work for free ngl.
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.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 '%;%';
Hi Puffin did this ever get fixed?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
Hi Puffin did this ever get fixed?
Hi Puffin did this ever get fi
Ah okay as I tried a command it worked and fixed it but half my customs then brokeMy developer coded me a script to make our search work, that’s basically the only way you’re gonna get your offer ids to line up.
Not something we are releasing.
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 somethingAh okay as I tried a command it worked and fixed it but half my customs then broke
give me!!, im going through every furni one by on by hand to fix this bruh xDYea 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