Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
Custom Arcturus Catalog 2.0
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Rystbo" data-source="post: 454036" data-attributes="member: 80524"><p>Ok so here is what you have to do im just going to work off the image you provided that showed an error on the Christmas 2018 page</p><p></p><p>What your going to do is go into catalog_pages and find the page id for Christmas 2018 (This goes for what ever page your looking for as well thats missing items) </p><p></p><p>The id for Christmas 2018 I have is 10091, your might be different.</p><p></p><p>Now im going to go into catalog_items and find all the items for page 10091.</p><p></p><p>Now you will have the following:</p><p></p><p>A- Its there --- if it is look below</p><p></p><p>B- its not ---> If its not there, than you need to add the sql. If theres no sql, then theres no furni lol</p><p></p><p>So say it is there, </p><p></p><p>INSERT INTO `arcturus`.`catalog_items`(`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_points`, `cost_diamonds`, `amount`, `limited_sells`, `limited_stack`, `offer_active`, `extradata`, `badge`, `offer_id`, `song_id`, `order_number`, `points_type`, `have_offer`, `club_only`) VALUES (73481492, 10091, '73481492', 'xmas_c18_doll1_name', 3, 0, 0, 1, 0, 0, '1', '', '', -1, 0, 0, 0, '1', '0');</p><p></p><p></p><p>We look at the Id of the item in this case its 73481492 </p><p></p><p>Now we want to go into items_base and see if that id is there</p><p></p><p>A- if its not there, than you need to add the item</p><p></p><p>B- if it is there than chances are you just need to do a :update_items and :update_Catalog (in that order) </p><p></p><p>Typically if nothing is showing its because the sqls do not exist, if the images dont show thats swf related. Sometimes it can be also because your ids dont match.</p></blockquote><p></p>
[QUOTE="Rystbo, post: 454036, member: 80524"] Ok so here is what you have to do im just going to work off the image you provided that showed an error on the Christmas 2018 page What your going to do is go into catalog_pages and find the page id for Christmas 2018 (This goes for what ever page your looking for as well thats missing items) The id for Christmas 2018 I have is 10091, your might be different. Now im going to go into catalog_items and find all the items for page 10091. Now you will have the following: A- Its there --- if it is look below B- its not ---> If its not there, than you need to add the sql. If theres no sql, then theres no furni lol So say it is there, INSERT INTO `arcturus`.`catalog_items`(`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_points`, `cost_diamonds`, `amount`, `limited_sells`, `limited_stack`, `offer_active`, `extradata`, `badge`, `offer_id`, `song_id`, `order_number`, `points_type`, `have_offer`, `club_only`) VALUES (73481492, 10091, '73481492', 'xmas_c18_doll1_name', 3, 0, 0, 1, 0, 0, '1', '', '', -1, 0, 0, 0, '1', '0'); We look at the Id of the item in this case its 73481492 Now we want to go into items_base and see if that id is there A- if its not there, than you need to add the item B- if it is there than chances are you just need to do a :update_items and :update_Catalog (in that order) Typically if nothing is showing its because the sqls do not exist, if the images dont show thats swf related. Sometimes it can be also because your ids dont match. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Custom Arcturus Catalog 2.0
Top