Catalogue_items > offer_id updater

Flam0

Member
Mar 17, 2020
53
5
Hi,

I wanted to make the search on items possible in the Catalogue, I have a tool that converted all the furnidata.xml furni-id's to offer_id's (the same)
Because the default was -1. But, now in my catalog_items table, literally every offer_id is -1. Does anybody have a tool to update this all with my current furnidata.xml? i'm using Arcturus Morningstar.
 

Wieiscool

New Member
Jan 27, 2013
28
11
Assuming you mean, you want to change the "offer_id" to the same value as "item_ids" you can do that easily with a simple SQL code.

SQL:
UPDATE `catalog_items` SET `offer_id` = `item_ids`

Go to your table, and press SQL.



When you paste it in that, press the start button, after that every "offer_id" is the same as the "items_id" in your "catalog_items" table.


If I may ask, what tool did you use to convert the data in the furnidata.xml?
 

Flam0

Member
Mar 17, 2020
53
5
It's fixed Thanks!

If you need the link for the ZIP just ask me.

And, i downloaded a tool called FurniIDToOfferId so that converted all the furnidata furni id's to offer-id's.
 
Last edited:

Liam

Super Moderator
Staff member
FindRetros Moderator
Apr 10, 2013
1,262
823
This is an interesting, common problem a lot of people seem to have.

So a program fixes this? Sounds fairly simple. You should make a tutorial. :)
 

Users who are viewing this thread

Top