butterly unable to load furniture

Results 1 to 7 of 7
  1. #1
    Newbie d0m1 is offline
    MemberRank
    Apr 2006 Join Date
    7Posts

    butterly unable to load furniture

    unbenannt-1.pngasd.png

    How I can fix the problem?
    I have add http://forum.ragezone.com/f353/vanil...-furni-854554/


  2. #2
    Newbie Horgun is offline
    MemberRank
    Feb 2011 Join Date
    21Posts

    Re: butterly unable to load furniture

    You need to put the items in the table: items_base too, i just don't know how to do that easy =/, i think one by one.

  3. #3
    Zephyr Studios PRIZM is offline
    Grand MasterRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: butterly unable to load furniture

    YOU HAVE NOT BUY THE LICENSE?!
    Btw, it's something with the table in your database ;)

  4. #4
    Newbie Horgun is offline
    MemberRank
    Feb 2011 Join Date
    21Posts

    Re: butterly unable to load furniture

    Yeah, it's the db, i was having the same problem, you need to put the items in the table `items_base` and put the ids from the table on the column item_ids in the table catalogue_items, ah sorry, i'm not so good at english and i'm really sleepy right now, good bye.

  5. #5
    Newbie Horgun is offline
    MemberRank
    Feb 2011 Join Date
    21Posts

    Re: butterly unable to load furniture

    Try this:

    Code:
    INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
    (4333, 'js_exe_bardesk', 'js_exe_bardesk', 's', 1, 1, 1, '1', '0', '0', 4333, '1', '1', '0', '1', '1', 'default', 1, '0'),
    (4334, 'js_exe_corner', 'js_exe_corner', 's', 1, 1, 1, '1', '0', '0', 4334, '1', '1', '0', '1', '1', 'default', 1, '0'),
    (4335, 'js_exe_chair2', 'js_exe_chair2', 's', 1, 1, 1, '0', '1', '0', 4335, '1', '1', '0', '1', '1', 'default', 1, '0'),
    (4336, 'js_exe_gate', 'js_exe_gate', 's', 1, 1, 0.001, '0', '0', '0', 4336, '1', '1', '0', '1', '1', 'gate', 2, '0'),
    (4337, 'js_exe_rug', 'js_exe_rug', 's', 3, 3, 0, '1', '0', '1', 4337, '1', '1', '0', '1', '1', 'default', 1, '0'),
    (4338, 'js_exe_chair', 'js_exe_chair', 's', 1, 1, 1, '0', '1', '0', 4338, '1', '1', '0', '1', '1', 'default', 1, '0'),
    (4339, 'js_exe_sofa', 'js_exe_sofa', 's', 3, 1, 1, '0', '1', '0', 4339, '1', '1', '0', '1', '1', 'default', 1, '0'),
    (4340, 'js_exe_s_table', 'js_exe_s_table', 's', 2, 2, 1, '1', '0', '0', 4340, '1', '1', '0', '1', '1', 'default', 2, '0'),
    (4454, 'js_exe_wfall', 'js_exe_wfall', 'i', 0, 0, 1, '0', '0', '0', 4454, '1', '1', '0', '1', '1', 'default', 3, '0');
    I tried this, there's no error in the emulator anymore, but the furnis don't show anyway =/, but you might have luck so try :)

    EDIT: Hahha it works now, it was because my database for catalog items is catalog_items_copy, now it shows in the catalog
    Last edited by Horgun; 25-06-12 at 04:08 PM.

  6. #6
    Newbie poodipie is offline
    MemberRank
    May 2014 Join Date
    2Posts

    Re: butterly unable to load furniture

    It's not working D: Please help . After I entered the code that you gave , it shows this

    #1146 - Table 'habbo.items_base' doesn't exist

    How do I create the habbo.items_base ?

    Please answer ASAP / Thanks .

  7. #7
    Sorcerer Supreme Lagan is offline
    Member +Rank
    Jan 2011 Join Date
    294Posts

    Re: butterly unable to load furniture

    Quote Originally Posted by poodipie View Post
    It's not working D: Please help . After I entered the code that you gave , it shows this

    #1146 - Table 'habbo.items_base' doesn't exist

    How do I create the habbo.items_base ?

    Please answer ASAP / Thanks .
    If you don't have the items_base, it's better to just get another database.



Advertisement